HomeSort by relevance Sort by last modified time
    Searched defs:objc (Results 1 - 22 of 22) sorted by null

  /external/lldb/examples/summaries/cocoa/
Class.py 9 import lldb.runtime.objc.objc_runtime namespace
14 runtime =lldb.runtime.objc.objc_runtime.ObjCRuntime.runtime_from_isa(valobj)
CFBag.py 12 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):
CFBinaryHeap.py 12 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):
NSBundle.py 12 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):
NSData.py 12 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):
NSException.py 9 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):
NSIndexSet.py 12 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):
NSMachPort.py 12 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):
NSNotification.py 10 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):
NSNumber.py 12 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):
CFArray.py 12 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)
CFBitVector.py 11 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):
CFDictionary.py 12 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):
NSSet.py 11 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):
NSURL.py 11 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):
CFString.py 11 import lldb.runtime.objc.objc_runtime namespace
101 # for 32bit targets, use safe ObjC code
109 # last resort call, use ObjC code to read; the final aim is to
201 # the ObjC runtime helper to detect the new class and deal with it accordingly
NSDate.py 12 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/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/lldb/examples/darwin/heap_find/heap/
heap_find.cpp 73 #include <objc/objc-runtime.h>
201 objc_data_t objc; member in union:range_contains_data_callback_info_t::__anon28978
553 uint64_t bytes; // Total number of bytes for each objc class
746 // of any sort where the first pointer in the object is an OBJC class
759 if (info->objc.match_isa == 0)
768 if (info->objc.match_isa == block_contents->isa)
770 else if (info->objc.match_superclasses)
775 match = super == info->objc.match_isa;
796 //printf ("\terror: symbol not objc class: %s\n", dl_info.dli_sname)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cpplib.h 303 the OBJC[PLUS]_INCLUDE_PATH environment variable, and allow
305 unsigned char objc; member in struct:cpp_options
    [all...]

Completed in 1575 milliseconds