Searched refs:methods (Results 76 - 100 of 507) sorted by relevance

1234567891011>>

/macosx-10.10/mDNSResponder-561.1.1/Clients/ExplorerPlugin/
H A DClassFactory.cpp59 #pragma mark == IUnknown methods ==
121 #pragma mark == IClassFactory methods ==
/macosx-10.10/ruby-106/ruby/lib/
H A Ddelegate.rb8 # constructor and all methods supported by the object will be delegated. This
41 # Be advised, RDoc will not detect delegated methods.
59 # Pass in the _obj_ to delegate method calls to. All methods supported by
92 # Returns the methods available to this delegate object as the union
93 # of this object's and \_\_getobj\_\_ methods.
95 def methods(all=true) method in class:Delegator
96 __getobj__.methods(all) | super
100 # Returns the methods available to this delegate object as the union
101 # of this object's and \_\_getobj\_\_ public methods.
108 # Returns the methods availabl
[all...]
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioEngineUserClient.cpp406 reserved->methods[kIOAudioEngineCallRegisterClientBuffer].object = this;
407 reserved->methods[kIOAudioEngineCallRegisterClientBuffer].func = (IOMethod) &IOAudioEngineUserClient::registerBuffer64;
408 reserved->methods[kIOAudioEngineCallRegisterClientBuffer].count0 = 4;
409 reserved->methods[kIOAudioEngineCallRegisterClientBuffer].count1 = 0;
410 reserved->methods[kIOAudioEngineCallRegisterClientBuffer].flags = kIOUCScalarIScalarO;
412 reserved->methods[kIOAudioEngineCallUnregisterClientBuffer].object = this;
413 reserved->methods[kIOAudioEngineCallUnregisterClientBuffer].func = (IOMethod) &IOAudioEngineUserClient::unregisterBuffer64;
414 reserved->methods[kIOAudioEngineCallUnregisterClientBuffer].count0 = 2;
415 reserved->methods[kIOAudioEngineCallUnregisterClientBuffer].count1 = 0;
416 reserved->methods[kIOAudioEngineCallUnregisterClientBuffe
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dsdlz.c95 const dns_sdlzmethods_t *methods; member in struct:dns_sdlzimplementation
260 * Rdataset Iterator Methods. These methods were "borrowed" from the SDB
313 * DB routines. These methods were "borrowed" from the SDB driver interface.
410 if (sdlz->dlzimp->methods->newversion == NULL)
415 result = sdlz->dlzimp->methods->newversion(origin,
455 REQUIRE(sdlz->dlzimp->methods->closeversion != NULL);
459 sdlz->dlzimp->methods->closeversion(origin, commit,
557 if (sdlz->dlzimp->methods->newversion == NULL) {
599 result = sdlz->dlzimp->methods->lookup(zonestr, namestr,
608 result = sdlz->dlzimp->methods
1946 dns_sdlzregister(const char *drivername, const dns_sdlzmethods_t *methods, void *driverarg, unsigned int flags, isc_mem_t *mctx, dns_sdlzimplementation_t **sdlzimp) argument
[all...]
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_context.rb656 methods = []
659 methods << m
662 assert_equal [@parent_m], methods
666 methods = []
669 methods << m
672 assert_equal [@parent__m], methods
676 methods = []
679 methods << m
682 assert_equal [@parent_m], methods
729 methods
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Lib/PyObjCTools/
H A DNibClassBuilder.py202 def makeClass(self, name, bases, methods):
220 if not methods.has_key(o):
221 methods[o] = objc.IBOutlet(o)
224 if not methods.has_key(a):
229 #methods[a] = _actionStub
231 return metaClass(name, bases, methods)
380 def _newSubclass(cls, name, bases, methods):
384 return type.__new__(cls, name, bases, methods)
387 def __new__(cls, name, bases, methods):
393 return _nibInfo.makeClass(name, bases, methods)
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Lib/PyObjCTools/
H A DNibClassBuilder.py202 def makeClass(self, name, bases, methods):
220 if not methods.has_key(o):
221 methods[o] = objc.IBOutlet(o)
224 if not methods.has_key(a):
229 #methods[a] = _actionStub
231 return metaClass(name, bases, methods)
380 def _newSubclass(cls, name, bases, methods):
384 return type.__new__(cls, name, bases, methods)
387 def __new__(cls, name, bases, methods):
393 return _nibInfo.makeClass(name, bases, methods)
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Lib/PyObjCTools/
H A DNibClassBuilder.py202 def makeClass(self, name, bases, methods):
220 if not methods.has_key(o):
221 methods[o] = objc.IBOutlet(o)
224 if not methods.has_key(a):
229 #methods[a] = _actionStub
231 return metaClass(name, bases, methods)
380 def _newSubclass(cls, name, bases, methods):
384 return type.__new__(cls, name, bases, methods)
387 def __new__(cls, name, bases, methods):
393 return _nibInfo.makeClass(name, bases, methods)
[all...]
/macosx-10.10/CPANInternal-159.1/Graph-0.94/lib/Graph/
H A DTransitiveClosure.pm116 C<is_transitive()> methods, and the paths by using the
117 C<path_length()> and C<path_vertices()> methods.
129 you should be able to use it as a graph plus a couple of methods inherited
136 These are only the methods 'native' to the class: see
154 called C<_tcm>, and any methods not found in the graph class are searched
/macosx-10.10/CPANInternal-159.1/Graph-0.96/lib/Graph/
H A DTransitiveClosure.pm116 C<is_transitive()> methods, and the paths by using the
117 C<path_length()> and C<path_vertices()> methods.
129 you should be able to use it as a graph plus a couple of methods inherited
136 These are only the methods 'native' to the class: see
154 called C<_tcm>, and any methods not found in the graph class are searched
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dmethod-accessor.m43 "nil has no methods");
121 Method* methods;
166 methods = class_copyMethodList(objc_class, &method_count);
167 if (methods == NULL) {
177 method_getName(methods[i]),
185 free(methods);
198 cls, method_getName(methods[i]),
199 method_getTypeEncoding(methods[i]),
202 free(methods);
211 free(methods);
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/
H A Drpc003.tcl32 set methods {dbtree dbtree}
33 set argses [convert_argses $methods ""]
34 set omethods [convert_methods $methods]
38 puts "\tRpc003.b: ($pmethod/$methods) $nentries equal key/data pairs"
/macosx-10.10/swig-12/Lib/python/
H A Dpyinit.swg231 * constants/methods manipulation
263 SWIG_Python_FixMethods(PyMethodDef *methods,
268 for (i = 0; methods[i].ml_name; ++i) {
269 const char *c = methods[i].ml_doc;
284 size_t ldoc = (c - methods[i].ml_doc);
291 strncpy(buff, methods[i].ml_doc, ldoc);
296 methods[i].ml_doc = ndoc;
/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/src/
H A Dtcldompro.c55 * methods create nodes as unattached, parentless nodes.
800 * Depends on the command methods.
817 static CONST84 char *methods[] = {
822 enum methods {
831 if (Tcl_GetIndexFromObj(interp, objv[1], methods, "method", 0,
838 switch ((enum methods) methodIndex) {
868 if (Tcl_GetIndexFromObj(interp, objv[2], methods, "", 0,
949 * Depends on the command methods.
967 static CONST84 char *methods[] = {
973 enum methods {
808 static CONST84 char *methods[] = { local
813 enum methods { enum
957 static CONST84 char *methods[] = { local
963 enum methods { enum
1170 static CONST84 char *methods[] = { local
1176 enum methods { enum
1353 static CONST84 char *methods[] = { local
1357 enum methods { enum
1469 static CONST84 char *methods[] = { local
1478 enum methods { enum
1752 static CONST84 char *methods[] = { local
1756 enum methods { enum
1892 static CONST84 char *methods[] = { local
1896 enum methods { enum
1993 static CONST84 char *methods[] = { local
1999 enum methods { enum
[all...]
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/bin/
H A DSOAPsh.pl48 # all parameters after uri will be executed as methods
58 After that you'll be able to run any methods of SOAP::Lite, like autotype,
63 For full list of available methods see documentation for SOAP::Lite.
65 Along with methods of SOAP::Lite you'll be able (and that's much more
66 interesting) run any SOAP methods you know about on remote server and
/macosx-10.10/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DApacheLog.pm40 my %methods = (
52 my $method = $methods{$level} || $level;
/macosx-10.10/WebKit2-7600.1.25/Shared/Cocoa/
H A DWKNSDictionary.mm46 #pragma mark NSDictionary primitive methods
/macosx-10.10/bind9-45.101/bind9/lib/dns/include/dns/
H A Ddlz.h193 /*% the methods supplied by a DLZ driver */
206 const dns_dlzmethods_t *methods; member in struct:dns_dlzimplementation
260 * methods, this function will call it.
273 dns_dlzregister(const char *drivername, const dns_dlzmethods_t *methods,
279 * type 'drivername', implemented by the functions in '*methods'.
/macosx-10.10/bind9-45.101/bind9/lib/isc/include/isc/
H A Dtimer.h106 /*% Timer and timer manager methods */
140 isc_timermgrmethods_t *methods; member in struct:isc_timermgr
154 isc_timermethods_t *methods; member in struct:isc_timer
/macosx-10.10/ruby-106/ruby/
H A Dgolf_prelude.rb43 self.class == Object ? methods + private_methods : methods
/macosx-10.10/swig-12/Source/Modules/
H A Dallocate.cxx9 * define this behavior including pure abstract methods, private sections,
63 * Also checks for methods which will be hidden (ie a base has an identical non-virtual method).
64 * Both methods must have public access for a match to occur. */
78 // Search all base classes for methods with same signature
84 // Loop through all the %extend methods
94 // Loop through all the using declaration methods
104 // normal methods
140 // 1) matching methods but are one of them uses a different typedef (return type or parameter) to the one in base class' method
141 // 2) matching polymorphic methods with covariant return type
377 /* Grab methods use
379 smart_pointer_methods(Node *cls, List *methods, int isconst, String *classname = 0) argument
470 smart_pointer_methods(Getitem(bases, k), methods, isconst); local
826 List *methods = smart_pointer_methods(sc, 0, isconst); local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djcsample.c64 downsample1_ptr methods[MAX_COMPONENTS]; member in struct:__anon13074
70 * recompute them each time. They are unused for other downsampling methods.
137 (*downsample->methods[ci]) (cinfo, compptr, in_ptr, out_ptr);
513 downsample->methods[ci] = fullsize_smooth_downsample;
517 downsample->methods[ci] = fullsize_downsample;
521 downsample->methods[ci] = h2v1_downsample;
526 downsample->methods[ci] = h2v2_smooth_downsample;
530 downsample->methods[ci] = h2v2_downsample;
534 downsample->methods[ci] = int_downsample;
/macosx-10.10/vim-55/runtime/syntax/
H A Dmanual.vim12 " Load the Syntax autocommands and set the default methods for highlighting.
/macosx-10.10/CPANInternal-159.1/Graph-0.94/lib/Graph/Traversal/
H A DBFS.pm45 The following methods are available:
H A DDFS.pm45 The following methods are available:

Completed in 282 milliseconds

1234567891011>>