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

  /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/src/animator/
SkOperand2.h 23 kObject = 16
47 void* getObject() { SkASSERT(fType == SkOperand2::kObject); return fOperand.fObject; }
SkScript.h 57 kObject = 16
  /art/runtime/lambda/
shorty_field_type.h 58 kObject = 'L', // This can also be an array (which is otherwise '[' in a non-shorty).
95 case kObject:
113 c = kObject;
156 case kObject:
160 DCHECK(safe_type == kObject);
178 if (*field_type_descriptor == kObject || *field_type_descriptor == kLambda) {
187 safe_type = kObject;
245 return value_ == kObject;
278 case kObject:
312 case kObject
    [all...]
  /external/skia/src/pdf/
SkPDFTypes.h 153 kObject,
  /external/v8/include/
v8-profiler.h 268 kObject = 3, // A JS object (except for arrays and strings).
  /external/v8/src/profiler/
heap-snapshot-generator.h 83 kObject = v8::HeapGraphNode::kObject,
  /art/runtime/
check_jni.cc 722 kObject,
744 case kObject:
807 case kObject:
850 return CheckInstance(soa, kObject, arg.L, true);
    [all...]

Completed in 164 milliseconds