Searched refs:dispose (Results 26 - 50 of 52) sorted by relevance

123

/macosx-10.10.1/vim-55/runtime/syntax/
H A Dmgl.vim70 syn keyword mglFunction dispose new
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Ddtfmtsym.h825 void dispose(void);
H A Dfmtable.h686 void dispose(void);
H A Drbnf.h953 void dispose();
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDQueueClass.h90 virtual IOReturn dispose ();
H A DIOHIDTransactionClass.h89 virtual IOReturn dispose ();
H A DIOHIDTransactionClass.cpp99 dispose();
226 IOReturn IOHIDTransactionClass::dispose() function in class:IOHIDTransactionClass
557 { return getThis(self)->dispose(); }
H A DIOHIDUPSClass.cpp494 ret = (*_hidQueueInterface)->dispose(_hidQueueInterface);
1136 (*_hidQueueInterface)->dispose(_hidQueueInterface);
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Deap.c370 cstate->client_ext->dispose(cstate->client_ext_ctx);
380 cstate->server_ext->dispose(cstate->server_ext_ctx);
767 cstate->server_ext->dispose(cstate->server_ext_ctx);
1398 if (eap->init == 0 || eap->dispose == 0 || eap->process == 0) {
H A Dacsp.c890 ext->dispose = acsp_plugin_dispose;
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/Regressions/
H A DSOSTestDataSource.c93 static bool dispose(SOSDataSourceRef data_source, CFErrorRef *error) { function
329 ds->ds.dsRelease = dispose;
/macosx-10.10.1/ppp-786.1.1/Authenticators/Radius/
H A Dradius_eap.c104 eap_handle->dispose = radius_eap_dispose;
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDOMTreeElement.js787 dispose.call(this);
790 function dispose() class
810 var config = new WebInspector.EditingConfig(commit.bind(this), dispose.bind(this));
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Drbnf.cpp854 dispose();
875 dispose();
1596 RuleBasedNumberFormat::dispose() function in class:RuleBasedNumberFormat
H A Ddtfmtsym.cpp364 dispose();
372 dispose();
375 void DateFormatSymbols::dispose() function in class:DateFormatSymbols
/macosx-10.10.1/WebKit2-7600.1.25/Platform/IPC/unix/
H A DConnectionUnix.cpp169 i->dispose();
/macosx-10.10.1/libclosure-65/
H A Druntime.c318 (*desc->dispose)(aBlock);
529 // Old Compiler SPI point to release a copied Block used by the compiler in dispose helpers
623 In these cases helper functions are synthesized by the compiler for use in Block_copy and Block_release, called the copy and dispose helpers. The copy helper emits a call to the C++ const copy constructor for C++ stack based objects and for the rest calls into the runtime support function _Block_object_assign. The dispose helper has a call to the C++ destructor for case 1 and a call into _Block_object_dispose for the rest.
631 So the Block copy/dispose helpers should only ever generate the four flag values of 3, 7, 8, and 24.
633 When a __block variable is either a C++ object, an Objective-C object, or another Block then the compiler also generates copy/dispose helper functions. Similarly to the Block copy helper, the "__block" copy helper (formerly and still a.k.a. "byref" copy helper) will do a C++ copy constructor (not a const one though!) and the dispose helper will do the destructor. And similarly the helpers will call into the same two support functions with the same values for objects and Blocks with the additional BLOCK_BYREF_CALLER (128) bit of information supplied.
635 So the __block copy/dispose helpers will generate flag values of 3 or 7 for objects and Blocks respectively, with BLOCK_FIELD_IS_WEAK (16) or'ed as appropriate and always 128 or'd in, for the following set of possibilities:
712 // to help dispose of the contents
/macosx-10.10.1/IOFWDVComponents-207.4.1/
H A DIsochComponentsRef306 an atom container/ kIDHIsochModeAtomType atom pair. NOTE: The user must NOT dispose
330 dispose the device list (requested by IDHGetDeviceList()) until he is through with this
477 pair. NOTE: The user must NOT dispose of the device list (requested by IDHGetDeviceList())
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitWebViewBase.cpp401 G_OBJECT_CLASS(webkit_web_view_base_parent_class)->dispose(gobject);
941 gobjectClass->dispose = webkitWebViewBaseDispose;
H A DWebKitWebView.cpp608 G_OBJECT_CLASS(webkit_web_view_parent_class)->dispose(object);
627 gObjectClass->dispose = webkitWebViewDispose;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-monitor/
H A Dinit.c2161 int dispose )
2178 if ( el->el_cb && dispose != 0 ) {
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Config/
H A DDOMConfigurator.pm108 $doc->dispose;
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIConfigurator.cpp1531 bool dispose; local
1546 dispose = (0 != ((1 << rangeIndex) & freeTypes));
1569 didKeep |= !dispose;
1571 if (dispose)
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm.ml1170 external dispose : llmemorybuffer -> unit = "llvm_memorybuffer_dispose"
1188 external dispose : [< any ] t -> unit = "llvm_passmanager_dispose"
H A Dllvm.mli2350 val dispose : llmemorybuffer -> unit
2404 val dispose : [< any ] t -> unit

Completed in 482 milliseconds

123