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

  /external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/objectal/
OALAudioSession.java 27 import com.intel.moe.natj.objc.ObjCRuntime;
36 @Runtime(ObjCRuntime.class)
180 ObjCRuntime.associateObjCObject(this,
185 ObjCRuntime.dissociateObjCObject(this,
OALAudioTrack.java 28 import com.intel.moe.natj.objc.ObjCRuntime;
41 @Runtime(ObjCRuntime.class)
319 ObjCRuntime.associateObjCObject(this,
324 ObjCRuntime.dissociateObjCObject(this,
  /external/clang/include/clang/Basic/
ObjCRuntime.h 1 //===--- ObjCRuntime.h - Objective-C Runtime Configuration ------*- C++ -*-===//
25 class ObjCRuntime {
65 ObjCRuntime() : TheKind(MacOSX) {}
67 ObjCRuntime(Kind kind, const VersionTuple &version)
319 friend bool operator==(const ObjCRuntime &left, const ObjCRuntime &right) {
324 friend bool operator!=(const ObjCRuntime &left, const ObjCRuntime &right) {
329 raw_ostream &operator<<(raw_ostream &out, const ObjCRuntime &value);
LangOptions.h 20 #include "clang/Basic/ObjCRuntime.h"
85 clang::ObjCRuntime ObjCRuntime;
126 return ObjCRuntime.isSubscriptPointerArithmetic() &&
  /external/clang/lib/CodeGen/
CodeGenModule.h 283 CGObjCRuntime* ObjCRuntime;
503 if (!ObjCRuntime) createObjCRuntime();
504 return *ObjCRuntime;
508 bool hasObjCRuntime() { return !!ObjCRuntime; }
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 89 milliseconds