Searched refs:finalize (Results 101 - 125 of 337) sorted by relevance

1234567891011>>

/macosx-10.9.5/objc4-551.1/test/
H A Dtestroot.i193 +(void) finalize {
194 fail("+finalize called");
197 -(void) finalize {
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/virtchannel_base/
H A Dhalfpipe.tcl38 superclass ::tcl::chan::events ; # -> initialize, finalize, watch
45 method finalize {c} {
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSClassRef.cpp50 , finalize(definition->finalize)
121 protoDefinition.finalize = 0;
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DThunkGenerators.cpp462 return jit.finalize(*vm, vm->jitStubs->ctiNativeCall(vm), "charCodeAt");
471 return jit.finalize(*vm, vm->jitStubs->ctiNativeCall(vm), "charAt");
481 return jit.finalize(*vm, vm->jitStubs->ctiNativeCall(vm), "fromCharCode");
493 return jit.finalize(*vm, vm->jitStubs->ctiNativeCall(vm), "sqrt");
615 return jit.finalize(*vm, vm->jitStubs->ctiNativeCall(vm), "floor");
634 return jit.finalize(*vm, vm->jitStubs->ctiNativeCall(vm), "ceil");
668 return jit.finalize(*vm, vm->jitStubs->ctiNativeCall(vm), "round");
681 return jit.finalize(*vm, vm->jitStubs->ctiNativeCall(vm), "exp");
694 return jit.finalize(*vm, vm->jitStubs->ctiNativeCall(vm), "log");
714 return jit.finalize(*v
[all...]
/macosx-10.9.5/IOFireWireSBP2-426.4.1/IOFireWireSBP2/
H A DIOFireWireSBP2LUN.h252 virtual bool finalize( IOOptionBits options );
H A DIOFireWireSBP2Target.h203 virtual bool finalize( IOOptionBits options );
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/tests/
H A DJSNodeList.c111 definition.finalize = JSNodeList_finalize;
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DWeakBlock.h78 void finalize(WeakImpl*);
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dcfclass.cpp42 finalize = finalizeType;
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dcfclass.cpp42 finalize = finalizeType;
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitspellcheckerenchant.cpp61 objectClass->finalize = webkit_spell_checker_enchant_finalize;
/macosx-10.9.5/WebKit-7537.78.2/mac/History/
H A DWebBackForwardList.mm133 - (void)finalize
144 [super finalize];
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebElementDictionary.mm121 - (void)finalize
125 [super finalize];
/macosx-10.9.5/libauto-185.5/auto_tester/
H A Dcfdata.m175 - (void) finalize {
177 [super finalize];
/macosx-10.9.5/libauto-185.5/tests/
H A Dcfdata.m183 - (void) finalize {
185 [super finalize];
/macosx-10.9.5/objc4-551.1/runtime/
H A DNSObject.h64 - (void)finalize;
/macosx-10.9.5/CF-855.17/
H A DCFRuntime.h91 void (*finalize)(CFTypeRef cf); member in struct:__CFRuntimeClass
105 // - if the callback is passed -1 in 'op' it should decrement the 'cf's reference count; if it is now zero, 'cf' should be cleaned up and deallocated (the finalize callback above will NOT be called unless the process is running under GC, and CF does not deallocate the memory for you; if running under GC, finalize should do the object tear-down and free the object memory); then return 0
139 * - finalize field points to a function which destroys an
144 * instance must be destroyed, the finalize function for
146 * instances. The finalize function should NOT destroy the
148 * CF runtime after this finalize callout returns.
332 // nothing to finalize
347 _kEXRangeClass.finalize = __EXRangeEXRangeFinalize;
/macosx-10.9.5/CPANInternal-140/Test-Simple/t/subtest/
H A Dbasic.t37 $indented->finalize;
79 $indented2->finalize;
82 $indented->finalize;
116 $child->finalize;
125 $child->finalize;
150 $child->finalize;
162 $child->finalize;
165 $child->finalize;
211 $child->finalize;
226 $child->finalize;
[all...]
/macosx-10.9.5/IOFireWireIP-226.4/KernelSource/IOKit/
H A DIOFireWireIPUnit.cpp120 bool IOFireWireIPUnit::finalize(IOOptionBits options) function in class:IOFireWireIPUnit
157 return IOService::finalize(options);
/macosx-10.9.5/WebCore-7537.78.1/Modules/notifications/
H A DNotification.cpp188 void Notification::finalize() function in class:WebCore::Notification
210 finalize();
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/GObject/
H A DWebKitDOMTestCallback.cpp85 G_OBJECT_CLASS(webkit_dom_test_callback_parent_class)->finalize(object);
104 gobjectClass->finalize = webkit_dom_test_callback_finalize;
H A DWebKitDOMTestEventTarget.cpp111 G_OBJECT_CLASS(webkit_dom_test_event_target_parent_class)->finalize(object);
130 gobjectClass->finalize = webkit_dom_test_event_target_finalize;
H A DWebKitDOMTestSerializedScriptValueInterface.cpp90 G_OBJECT_CLASS(webkit_dom_test_serialized_script_value_interface_parent_class)->finalize(object);
163 gobjectClass->finalize = webkit_dom_test_serialized_script_value_interface_finalize;
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DWebKitAuthenticationWidget.cpp198 G_OBJECT_CLASS(webkit_authentication_widget_parent_class)->finalize(object);
211 objectClass->finalize = webkitAuthenticationWidgetFinalize;
/macosx-10.9.5/WebCore-7537.78.1/platform/network/soup/
H A DProxyResolverSoup.cpp68 G_OBJECT_CLASS(soup_proxy_resolver_wk_parent_class)->finalize(object);
177 object_class->finalize = soupProxyResolverWkFinalize;

Completed in 248 milliseconds

1234567891011>>