Searched refs:Method (Results 51 - 75 of 126) sorted by relevance

123456

/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-runtime-new.mm177 Method lists from shared cache are 1 (uniqued) or 3 (uniqued and sorted).
181 Method lists from shared cache are 1 (uniqued) or 3 (uniqued and sorted)
630 // Method list array is nil-terminated.
3085 method_getDescription(Method m)
3105 method_getImplementation(Method m)
3119 method_getName(Method m)
3135 method_getTypeEncoding(Method m)
3169 // the same IMP from a different Method.
3179 method_setImplementation(Method m, IMP imp)
3191 void method_exchangeImplementations(Method m
[all...]
H A Dobjc-cache-old.mm26 * Method cache management
35 * Method cache locking (GrP 2001-1-14)
499 BOOL _cache_fill(Class cls, Method smt, SEL sel)
577 if (! _cache_fill(cls, (Method)smt, sel)) { // fixme hack
631 _cache_fill(cls, (Method)entryp, sel);
980 * Method cache block sizes are 2^slots+2 words, which is a pessimal
H A DObject.mm361 Method method = class_getInstanceMethod((Class)isa, sel);
H A Dobjc-private.h235 typedef struct method_t *Method; typedef in typeref:struct:method_t
240 typedef struct old_method *Method; typedef in typeref:struct:old_method
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Dwindows_usb.h344 #define CTL_CODE(DeviceType, Function, Method, Access)( \
345 ((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method))
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/cocoa/
H A DWebProcessCocoa.mm210 Method methodToPatch = class_getInstanceMethod([NSApplication class], @selector(accessibilityFocusedUIElement));
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dmethod-accessor.m112 Method* methods;
H A DOC_PythonObject.m553 Method* methods;
595 Method m;
621 Method m;
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dmethod-accessor.m121 Method* methods;
H A DOC_PythonObject.m575 Method* methods;
617 Method m;
643 Method m;
/macosx-10.10.1/vim-55/runtime/syntax/
H A Db.vim2 " Language: B (A Formal Method with refinement and mathematical proof)
/macosx-10.10.1/vim-55/src/VisVim/
H A DOleAut.cpp8 // Method() invokes a method
28 // Aut.Method ("AppShow");
29 // Aut.Method ("FileNewDefault");
30 // Aut.Method ("Insert", "s", (LPOLESTR) OLESTR ("This is a test"));
31 // Aut.Method ("FileSaveAs", "s", OLESTR ("c:\\sample.doc"));
114 // Method (). This is the preferred method when performance is important.
189 bool COleAutomationControl::Method (char* Name, LPCTSTR Format, ...) function in class:COleAutomationControl
199 bool COleAutomationControl::Method (DISPID DispatchId, LPCTSTR Format, ...) function in class:COleAutomationControl
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A DOC_PythonObject.m575 Method* methods;
617 Method m;
643 Method m;
H A Dmethod-accessor.m121 Method* methods;
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dmenuspec.rb419 if layout_proc.kind_of?(Proc) || layout_proc.kind_of?(Method)
/macosx-10.10.1/CPANInternal-159.1/PlRPC-0.2020/lib/RPC/
H A DPlServer.pm371 Method Interface), because PlRPC gives you the complete power of Perl's
473 =head2 Method based access control
/macosx-10.10.1/swig-12/Lib/gcj/
H A Djavaprims.i208 class Method;
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dgzip.vim27 " get the Compression Method
/macosx-10.10.1/vim-55/runtime/lang/
H A Dmenu_chinese_taiwan.950.vim135 " {{{ Tools.Fold.Method
H A Dmenu_ru_ru.koi8-r.vim159 ">>>->>>----------- Tools/Folds/Fold Method
H A Dmenu_ru_ru.vim159 ">>>->>>----------- Tools/Folds/Fold Method
H A Dmenu_sr_rs.iso_8859-5.vim131 " Tools/Folding/Fold Method
H A Dmenu_sr_rs.utf-8.vim131 " Tools/Folding/Fold Method
H A Dmenu_zh_tw.utf-8.vim135 " {{{ Tools.Fold.Method
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/
H A DJSValue.mm1030 forEachMethodInClass(object_getClass([JSValue class]), ^(Method method){
1058 forEachMethodInClass([JSValue class], ^(Method method){

Completed in 315 milliseconds

123456