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

1 2

  /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/compiler-rt/test/BlocksRuntime/
rdar6405500.c 12 #import <objc/objc-auto.h>
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
UnnecessaryCalculationTest.java 41 BasicObjWithCounter objc = new BasicObjWithCounter(); local
44 mBinder.setObjc(objc);
53 assertEquals(0, objc.counter);
61 assertEquals(0, objc.counter);
  /external/libchrome/base/power_monitor/
power_monitor_device_source.h 31 #include <objc/runtime.h>
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclrun.swg 302 SWIG_Tcl_MethodCommand(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST _objv[]) {
318 if (objc < 2) {
375 rcode = (method_wrapper)(clientData,interp,objc,objv);
382 if (objc < 3) {
414 if (objc < 4) {
419 while (i < objc) {
440 if (numconf >= objc) {
507 SWIG_Tcl_ObjectConstructor(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) {
523 if (objc > 1) {
530 } else if (objc == 2)
    [all...]
  /external/python/cpython2/Modules/
_tkinter.c 1462 Py_ssize_t objc = 0, i; local
1545 int objc; local
1599 int objc, i; local
2305 int objc; local
2366 int objc; local
    [all...]
  /external/python/cpython2/Lib/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...]
  /prebuilts/gdb/darwin-x86/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...]
  /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/protobuf/objectivec/DevTools/
full_mac_build.sh 42 --skip-objc-conformance
112 --skip-objc-conformance )
191 header "Checking on the ObjC Runtime Code"
258 # Since the ObjC 2.0 Runtime is required, 32bit OS X isn't supported.
  /external/swiftshader/third_party/LLVM/utils/release/
test-release.sh 49 echo " -disable-objc Disable ObjC build. [default: enable]"
88 -disable-objc | --disable-objc )
  /external/protobuf/conformance/
Makefile.am 173 bin_PROGRAMS += conformance-objc
278 test_objc: protoc_middleman conformance-test-runner conformance-objc
279 ./conformance-test-runner --failure_list failure_list_objc.txt ./conformance-objc
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
extension.py 84 extension language (i.e. "c", "c++", "objc"). Will be detected
  /external/python/cpython2/Lib/distutils/
extension.py 84 extension language (i.e. "c", "c++", "objc"). Will be detected
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
extension.py 84 extension language (i.e. "c", "c++", "objc"). Will be detected
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
extension.py 84 extension language (i.e. "c", "c++", "objc"). Will be detected
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
extension.py 84 extension language (i.e. "c", "c++", "objc"). Will be detected
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
extension.py 84 extension language (i.e. "c", "c++", "objc"). Will be detected
  /toolchain/binutils/binutils-2.25/
Makefile.def 569 languages = { language=objc; gcc-check-target=check-objc;
  /external/protobuf/
tests.sh 209 --core-only --skip-xcode --skip-objc-conformance
  /external/protobuf/util/
tests.sh 209 --core-only --skip-xcode --skip-objc-conformance
  /build/soong/cc/config/
x86_darwin_host.go 100 "objc",
  /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...]
  /external/libusb/libusb/os/
darwin_usb.c 41 #include <objc/objc-auto.h>
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
build.go     [all...]

Completed in 749 milliseconds

1 2