Searched defs:objc (Results 1 - 25 of 49) sorted by relevance

12

/external/lldb/examples/summaries/cocoa/
H A DClass.py9 import lldb.runtime.objc.objc_runtime namespace
14 runtime =lldb.runtime.objc.objc_runtime.ObjCRuntime.runtime_from_isa(valobj)
H A DCFBag.py12 import lldb.runtime.objc.objc_runtime namespace
89 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
119 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
H A DCFBinaryHeap.py12 import lldb.runtime.objc.objc_runtime namespace
86 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
115 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
H A DNSBundle.py12 import lldb.runtime.objc.objc_runtime namespace
92 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
114 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
H A DNSData.py12 import lldb.runtime.objc.objc_runtime namespace
96 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
142 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
H A DNSException.py9 import lldb.runtime.objc.objc_runtime namespace
82 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
101 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
H A DNSIndexSet.py12 import lldb.runtime.objc.objc_runtime namespace
112 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
132 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
H A DNSMachPort.py12 import lldb.runtime.objc.objc_runtime namespace
89 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
108 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
H A DNSNotification.py10 import lldb.runtime.objc.objc_runtime namespace
78 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
97 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
H A DNSNumber.py12 import lldb.runtime.objc.objc_runtime namespace
191 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
216 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
H A DCFArray.py12 import lldb.runtime.objc.objc_runtime namespace
156 return lldb.runtime.objc.objc_runtime.InvalidPointer_Description(True)
159 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(self.valobj,statistics)
H A DCFBitVector.py11 import lldb.runtime.objc.objc_runtime namespace
129 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
162 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
H A DCFDictionary.py12 import lldb.runtime.objc.objc_runtime namespace
169 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
195 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
213 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
H A DNSSet.py11 import lldb.runtime.objc.objc_runtime namespace
191 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
237 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
H A DNSURL.py11 import lldb.runtime.objc.objc_runtime namespace
105 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
124 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
H A DCFString.py11 import lldb.runtime.objc.objc_runtime namespace
H A DNSDate.py12 import lldb.runtime.objc.objc_runtime namespace
198 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
228 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
243 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest9.c28 int objc, /* Number of arguments */
35 if( objc!=1 ){
69 int objc, /* Number of arguments */
75 if( objc!=1 ){
110 int objc, /* Number of arguments */
118 if( objc!=1 ){
25 c_collation_test( ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[] ) argument
66 c_realloc_test( ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[] ) argument
107 c_misuse_test( ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[] ) argument
H A Dtest_btree.c28 int objc,
25 sqlite3BtreeSharedCacheReport( void * clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[] ) argument
H A Dtest_autoext.c93 int objc,
109 int objc,
125 int objc,
144 int objc,
90 autoExtSqrObjCmd( void * clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[] ) argument
106 autoExtCubeObjCmd( void * clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[] ) argument
122 autoExtBrokenObjCmd( void * clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[] ) argument
141 resetAutoExtObjCmd( void * clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[] ) argument
H A Dtest5.c32 int objc,
38 assert(objc==2);
60 int objc,
69 if( objc!=3 ){
126 int objc,
137 if( objc!=4 && objc!=5 ){
144 if( objc==5 ){
157 if( objc==5 ){
163 if( objc
29 binarize( void * clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[] ) argument
57 test_value_overhead( void * clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[] ) argument
123 test_translate( void * clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[] ) argument
187 test_translate_selftest( void * clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[] ) argument
[all...]
H A Dtest_async.c42 int objc,
49 if( objc!=3 ){
75 int objc,
99 int objc,
131 int objc,
135 if( objc!=1 ){
157 int objc,
167 if( objc!=2 && objc!=3 ){
176 if( objc
39 testAsyncInit( void * clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[] ) argument
72 testAsyncShutdown( void * clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[] ) argument
96 testAsyncStart( void * clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[] ) argument
128 testAsyncWait( void * clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[] ) argument
154 testAsyncControl( void * clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[] ) argument
[all...]
H A Dtest_backup.c27 int objc,
56 if( objc!=(2 + aSub[iCmd].nArg) ){
111 int objc,
121 if( objc!=6 ){
24 backupTestCmd( ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const*objv ) argument
108 backupTestInit( ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const*objv ) argument
H A Dtest_rtree.c237 int objc,
243 UNUSED_PARAMETER(objc);
251 if( objc!=2 ){
265 int objc,
271 UNUSED_PARAMETER(objc);
279 if( objc!=2 ){
234 register_cube_geom( void * clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[] ) argument
262 register_circle_geom( void * clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[] ) argument
H A Dtest_superlock.c274 int objc,
277 if( objc!=1 ){
306 int objc,
316 if( objc<3 || objc>5 ){
324 if( objc>3 ){
328 if( objc>4 ){
271 superunlock_cmd( ClientData cd, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[] ) argument
303 superlock_cmd( ClientData cd, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[] ) argument

Completed in 164 milliseconds

12