代码搜索:finalize
找到约 714 项符合「finalize」的源代码
代码结果 714
www.eeworm.com/read/366702/2872380
mm comp-types-9.mm
/* { dg-do compile } */
/* Another gimplifier ICE... */
#include
@interface MyView: Object {
int _frame;
}
- (void)_finalize;
@end
@interface MyViewTemplate: MyView {
void *_cl
www.eeworm.com/read/366702/2872934
m comp-types-8.m
/* { dg-do compile } */
/* Another gimplifier ICE... */
#include
@interface MyView: Object {
int _frame;
}
- (void)_finalize;
@end
@interface MyViewTemplate: MyView {
void *_cla
www.eeworm.com/read/194440/8193259
m selboxfini.m
function ret=selboxfini
% SELBOXFINI: finalize selection box drawing
%
% info=selboxfini
%
% tidy up after using SELBOX in the current figure and axes for a selectionbox.
% info(1:2) ... x&y of
www.eeworm.com/read/235612/14060355
m selboxfini.m
function ret=selboxfini
% SELBOXFINI: finalize selection box drawing
%
% info=selboxfini
%
% tidy up after using SELBOX in the current figure and axes for a selectionbox.
% info(1:2) ... x&y of
www.eeworm.com/read/127438/6005364
c tcp_init.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "tcpimpl.h"
#ifdef WITH_METHOD_TCP
TCP_PerProcess
www.eeworm.com/read/169697/5412174
sm makefile.sm
INCLUDES = -I../../../../include -I${master_top_srcdir}/src/include
lib${MPILIBNAME}_a_SOURCES = \
ch3u_get_business_card_sshm.c \
ch3u_init_sshm.c \
ch3u_finalize_sshm.c \
www.eeworm.com/read/233448/4676345
mm comp-types-9.mm
/* APPLE LOCAL file mainline */
/* { dg-do compile } */
/* Another gimplifier ICE... */
#include
@interface MyView: Object {
int _frame;
}
- (void)_finalize;
@end
@interface MyVie
www.eeworm.com/read/233448/4676607
m comp-types-8.m
/* APPLE LOCAL file mainline */
/* { dg-do compile } */
/* Another gimplifier ICE... */
#include
@interface MyView: Object {
int _frame;
}
- (void)_finalize;
@end
@interface MyVie
www.eeworm.com/read/167133/5469393
java finalexc.java
/**
* test that exceptions in finalizers are indeed ignored.
*
* @author Godmar Back
*/
public class finalexc {
static int f;
public void finalize() {
f++;
((String)n
www.eeworm.com/read/362572/2931021
java finalexc.java
/**
* test that exceptions in finalizers are indeed ignored.
*
* @author Godmar Back
*/
public class finalexc {
static int f;
public void finalize() {
f++;
((String)n