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

  /art/compiler/llvm/
backend_types.h 37 kObject,
92 return kObject;
  /external/chromium_org/components/json_schema/
json_schema_constants.cc 27 const char kObject[] = "object";
  /external/chromium_org/third_party/icu/source/i18n/unicode/
fmtable.h 257 kObject
286 * possible loss of precision. If the type is kObject and the
312 * truncation of any fractional part. If the type is kObject and
338 * is kObject and the object is a Measure, then the result of
549 * the type to kObject. After this call, the caller must not
  /external/chromium_org/third_party/skia/include/utils/
SkJSON.h 19 kObject,
138 * if done() returns false and type() returns kObject.
222 * Should only be called if the Array's type is kObject.
241 SkASSERT(kObject == fType);
245 SkASSERT(kObject == fType);
  /external/chromium_org/third_party/skia/src/animator/
SkOperand2.h 23 kObject = 16
47 void* getObject() { SkASSERT(fType == SkOperand2::kObject); return fOperand.fObject; }
SkScript.h 59 kObject = 16
  /external/icu/icu4c/source/i18n/unicode/
fmtable.h 271 kObject
300 * possible loss of precision. If the type is kObject and the
326 * truncation of any fractional part. If the type is kObject and
352 * is kObject and the object is a Measure, then the result of
563 * the type to kObject. After this call, the caller must not
  /external/skia/include/utils/
SkJSON.h 19 kObject,
138 * if done() returns false and type() returns kObject.
222 * Should only be called if the Array's type is kObject.
241 SkASSERT(kObject == fType);
245 SkASSERT(kObject == fType);
  /external/skia/src/animator/
SkOperand2.h 23 kObject = 16
47 void* getObject() { SkASSERT(fType == SkOperand2::kObject); return fOperand.fObject; }
SkScript.h 59 kObject = 16
  /external/chromium_org/v8/include/
v8-profiler.h 225 kObject = 3, // A JS object (except for arrays and strings).
  /external/chromium_org/v8/src/
heap-snapshot-generator.h 78 kObject = v8::HeapGraphNode::kObject,
  /art/runtime/
check_jni.cc 591 kObject,
613 case kObject:
653 case kObject:
    [all...]

Completed in 259 milliseconds