HomeSort by relevance Sort by last modified time
    Searched full:objc (Results 676 - 700 of 1182) sorted by null

<<21222324252627282930>>

  /external/clang/test/SemaObjC/
property-typecheck-1.m 1 // RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s
property.m 1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -fsyntax-only -verify -Wno-objc-root-class %s
scope-check.m 1 // RUN: %clang_cc1 -fsyntax-only -verify -fobjc-exceptions -Wno-objc-root-class %s
selector-3.m 1 // RUN: %clang_cc1 -fsyntax-only -Wselector -verify -Wno-objc-root-class %s
warn-direct-ivar-access.m 1 // RUN: %clang_cc1 -fsyntax-only -fobjc-arc -fobjc-runtime-has-weak -Wdirect-ivar-access -verify -Wno-objc-root-class %s
  /external/clang/test/SemaObjCXX/
arc-objc-lifetime.mm 1 // RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin11 -fsyntax-only -fobjc-arc -fblocks -Wexplicit-ownership-type -verify -Wno-objc-root-class %s
property-synthesis-error.mm 1 // RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s
  /external/lldb/examples/summaries/cocoa/
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/lldb/scripts/Python/interface/
SBExpressionOptions.i 31 %feature("docstring", "Sets whether to coerce the expression result to ObjC id type after evaluation.") SetCoerceResultToId;
  /external/lldb/test/lang/objc/foundation/
TestConstStrings.py 15 mydir = os.path.join("lang", "objc", "foundation")
TestSymbolTable.py 13 mydir = os.path.join("lang", "objc", "foundation")
  /external/lldb/test/lang/objc/print-obj/
blocked.m 1 //===-- blocked.m --------------------------------------------------*- ObjC -*-===//
  /external/lldb/test/lang/objc/rdar-10967107/
TestRdar10967107.py 14 mydir = os.path.join("lang", "objc", "rdar-10967107")
  /external/lldb/test/lang/objc/rdar-12408181/
TestRdar12408181.py 14 mydir = os.path.join("lang", "objc", "rdar-12408181")
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARC.cpp 32 EnableARCOptimizations("enable-objc-arc-opts",
  /external/llvm/test/Transforms/ObjCARC/
split-backedge.ll 1 ; RUN: opt -S -objc-arc < %s | FileCheck %s
weak.ll 1 ; RUN: opt -objc-arc -S < %s | FileCheck %s
  /external/qemu/android/build/
binary.make 55 $(eval $(call compile-objc-source,$(src))) \
  /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::__anon8906
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/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
gensuitemodule.py 607 objc = ObjectCompiler(None, self.modname, basemodule, interact=(self.edit_modnames is None),
610 objc.compileclass(cls)
612 objc.fillclasspropsandelems(cls)
614 objc.compilecomparison(comp)
616 objc.compileenumeration(enum)
619 objc.checkforenum(enum)
621 objc.dumpindex()
623 precompinfo = objc.getprecompinfo(self.modname)
684 objc = ObjectCompiler(fp, self.modname, basemodule, precompinfo, interact=(self.edit_modnames is None),
687 objc.compileclass(cls
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCParser.m 2 * This OBJC source file was generated by $ANTLR version ${project.version} ${buildNumber}
10 * ObjC language generator and runtime by Alan Condit, acondit|hereisanat|ipns|dotgoeshere|com.
234 @synthesize tree; /* start of synthesize -- OBJC-Line 1837 */
274 @synthesize tree; /* start of synthesize -- OBJC-Line 1837 */
314 @synthesize tree; /* start of synthesize -- OBJC-Line 1837 */
354 @synthesize tree; /* start of synthesize -- OBJC-Line 1837 */
394 @synthesize tree; /* start of synthesize -- OBJC-Line 1837 */
434 @synthesize tree; /* start of synthesize -- OBJC-Line 1837 */
474 @synthesize tree; /* start of synthesize -- OBJC-Line 1837 */
514 @synthesize tree; /* start of synthesize -- OBJC-Line 1837 *
    [all...]
  /external/chromium_org/chrome/browser/mac/
keystone_glue_unittest.mm 6 #import <objc/objc-class.h>
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_shelf_controller.h 32 // download_shelf_mac bridges calls from chromium's c++ world to the objc
37 // download_item_mac bridges calls from chromium's c++ world to the objc
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontPlatformData.h 55 #include <objc/objc-auto.h>
  /external/chromium_org/third_party/WebKit/Source/wtf/
ThreadingPthreads.cpp 56 #include <objc/objc-auto.h>

Completed in 1359 milliseconds

<<21222324252627282930>>