HomeSort by relevance Sort by last modified time
    Searched refs:objc (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/clang/test/Index/
print-usrs.c 5 ObjCIvar x c:objc(cs)NSObject
6 ObjCMethod foo: 0 c:objc(cs)NSObject
7 ObjCMethod baz:with 1 c:objc(cs)NSObject
8 ObjCProperty gimme c:objc(cs)NSObject
10 // CHECK: c:objc(cs)NSObject
11 // CHECK: c:objc(cy)NSObject@foo
12 // CHECK: c:objc(cs)NSObject@x
13 // CHECK: c:objc(cs)NSObject(cm)foo:
14 // CHECK: c:objc(cs)NSObject(im)baz:with
15 // CHECK: c:objc(cs)NSObject(py)gimm
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
objc_method_swizzle.h 9 #import <objc/objc-class.h>
test_event_utils.h 11 #import <objc/objc-class.h>
  /external/compiler-rt/BlocksRuntime/tests/
rdar6405500.c 12 #import <objc/objc-auto.h>
  /external/chromium/chrome/browser/ui/cocoa/applescript/
bookmark_applescript_utils_unittest.h 8 #import <objc/objc-runtime.h>
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
bookmark_applescript_utils_unittest.h 9 #import <objc/objc-runtime.h>
  /external/chromium_org/third_party/sqlite/src/src/
test5.c 32 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==5 )
    [all...]
test_malloc.c 311 int objc,
317 if( objc!=2 ){
336 int objc,
342 if( objc!=3 ){
365 int objc,
369 if( objc!=2 ){
396 int objc,
405 if( objc!=4 ){
442 int objc,
450 if( objc!=3 )
    [all...]
test_async.c 42 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==3 )
    [all...]
test_hexio.c 100 int objc,
109 if( objc!=4 ){
150 int objc,
160 if( objc!=4 ){
198 int objc,
207 if( objc!=2 ){
238 int objc,
244 if( objc!=2 ){
265 int objc,
271 if( objc!=2 )
    [all...]
test9.c 28 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 ){
test1.c 76 int objc,
82 if( objc!=2 ){
    [all...]
test_mutex.c 140 int objc,
145 if( objc!=1 ){
161 int objc,
166 if( objc!=1 ){
182 int objc,
200 if( objc!=2 ){
243 int objc,
253 if( objc!=1 ){
276 int objc,
281 if( objc!=1 )
    [all...]
test_syscall.c 382 int objc,
390 if( objc!=3 ){
418 int objc,
424 if( objc!=2 ){
442 int objc,
449 if( objc!=2 && objc!=3 ){
455 if( objc==2 ){
480 int objc,
486 if( objc!=3 )
    [all...]
test_thread.c 171 int objc,
185 assert(objc==4);
187 UNUSED_PARAMETER(objc);
224 int objc,
232 assert(objc==3);
233 UNUSED_PARAMETER(objc);
269 int objc,
281 UNUSED_PARAMETER(objc);
304 int objc,
310 UNUSED_PARAMETER(objc);
    [all...]
test_autoext.c 93 int objc,
109 int objc,
125 int objc,
144 int objc,
test_backup.c 27 int objc,
56 if( objc!=(2 + aSub[iCmd].nArg) ){
111 int objc,
121 if( objc!=6 ){
test_init.c 185 int objc, /* Number of arguments */
190 for(i=1; i<objc; i++){
209 int objc, /* Number of arguments */
212 if( objc!=1 ){
228 int objc, /* Number of arguments */
231 if( objc!=1 ){
245 int objc, /* Number of arguments */
250 if( objc!=1 ){
test6.c 689 int objc,
718 for(i=0; i<objc; i+=2){
731 if( i==objc-1 ){
788 int objc,
815 if( objc!=2 ){
863 int objc,
873 if( objc<3 ){
878 zCrashFile = Tcl_GetStringFromObj(objv[objc-1], &nCrashFile);
883 if( Tcl_GetIntFromObj(interp, objv[objc-2], &iDelay) ){
887 if( processDevSymArgs(interp, objc-3, &objv[1], &iDc, &iSectorSize) )
    [all...]
test_superlock.c 274 int objc,
277 if( objc!=1 ){
306 int objc,
316 if( objc<3 || objc>5 ){
324 if( objc>3 ){
328 if( objc>4 ){
  /external/chromium_org/chrome/common/mac/
objc_method_swizzle.h 8 #import <objc/runtime.h>
  /external/stlport/test/unit/
mfunptr_test.cpp 74 const Class& objc = obj; local
104 mem_fun(&Class::f0c)(&objc);
105 mem_fun(&Class::f1c)(&objc, s1);
108 mem_fun(&Class::vf0c)(&objc);
109 mem_fun(&Class::vf1c)(&objc, s1);
123 mem_fun_ref(&Class::f0c)(objc);
124 mem_fun_ref(&Class::f1c)(objc, s1);
127 mem_fun_ref(&Class::vf0c)(objc);
128 mem_fun_ref(&Class::vf1c)(objc, s1);
  /ndk/tests/device/test-gnustl-full/unit/
mfunptr_test.cpp 74 const Class& objc = obj; local
104 mem_fun(&Class::f0c)(&objc);
105 mem_fun(&Class::f1c)(&objc, s1);
108 mem_fun(&Class::vf0c)(&objc);
109 mem_fun(&Class::vf1c)(&objc, s1);
123 mem_fun_ref(&Class::f0c)(objc);
124 mem_fun_ref(&Class::f1c)(objc, s1);
127 mem_fun_ref(&Class::vf0c)(objc);
128 mem_fun_ref(&Class::vf1c)(objc, s1);
  /ndk/tests/device/test-stlport/unit/
mfunptr_test.cpp 74 const Class& objc = obj; local
104 mem_fun(&Class::f0c)(&objc);
105 mem_fun(&Class::f1c)(&objc, s1);
108 mem_fun(&Class::vf0c)(&objc);
109 mem_fun(&Class::vf1c)(&objc, s1);
123 mem_fun_ref(&Class::f0c)(objc);
124 mem_fun_ref(&Class::f1c)(objc, s1);
127 mem_fun_ref(&Class::vf0c)(objc);
128 mem_fun_ref(&Class::vf1c)(objc, s1);
  /external/chromium_org/ui/base/test/
cocoa_test_event_utils.h 10 #import <objc/objc-class.h>

Completed in 1813 milliseconds

1 2 3