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

  /external/skia/src/animator/
SkOperand2.h 23 kObject = 16
47 void* getObject() { SkASSERT(fType == SkOperand2::kObject); return fOperand.fObject; }
SkAnimatorScript2.cpp 78 case SkOperand2::kObject:
90 return SkOperand2::kObject;
185 return index == 0 ? SkOperand2::kString : SkOperand2::kObject;
203 ref->fType = SkOperand2::kObject;
307 SkASSERT(type == SkOperand2::kObject);
468 case SkOperand2::kObject:
478 return SkOperand2::kObject;
SkScript.h 59 kObject = 16
SkScriptDecompile.cpp 101 OperandName(kObject)
SkScript.cpp 347 if (ToOpType(type) == kObject) {
391 if (fTypeStack.top() != kObject) {
845 if (topType != fReturnType && topType == kObject && fReturnType != kNoType) {
896 if (type == kObject) {
    [all...]
SkScriptRuntime.cpp 161 if (callBackUnbox->convert(SkOperand2::kObject, &operand[0]) == false)
SkScriptTokenizer.cpp 350 if (type == SkOperand2::kObject) {
375 if (top.fType != SkOperand2::kObject)
469 return SkOperand2::kObject;
617 top.fType = SkOperand2::kObject;
763 if (value->fType != fReturnType && value->fType == SkOperand2::kObject &&
787 if (scriptValue.fType == SkOperand2::kObject) {
    [all...]
  /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/icu4c/i18n/
fmtable.cpp 185 fType = kObject;
249 case kObject:
310 case kObject:
342 case kObject:
414 case Formattable::kObject:
466 case Formattable::kObject:
495 case Formattable::kObject:
513 return (fType == kObject) ? fValue.fObject : NULL;
609 fType = kObject;
umsg.cpp 459 case Formattable::kObject:
462 // support kObject. When MessageFormat is changed to
589 case Formattable::kObject:
591 // support kObject. When MessageFormat is changed to
msgfmt.cpp     [all...]
dtitvfmt.cpp 244 if ( obj.getType() == Formattable::kObject ) {
    [all...]
tmutfmt.cpp 204 if (obj.getType() == Formattable::kObject) {
    [all...]
unum.cpp 429 if (res.getType() == Formattable::kObject &&
  /external/skia/src/utils/
SkJSON.cpp 90 case kObject:
130 SkASSERT(kObject == fSlot->type());
176 case kObject:
232 this->addSlot(new Slot(name, kObject))->fValue.fObject = value;
272 const Slot* slot = this->findSlot(name, kObject);
385 case kObject:
434 case kObject: {
  /external/icu4c/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/v8/include/
v8-profiler.h 253 kObject = 3, // A JS object (except for arrays and strings).
  /external/v8/test/cctest/
test-heap-profiler.cc 184 CHECK_EQ(v8::HeapGraphNode::kObject, bound_this->GetType());
194 CHECK_EQ(v8::HeapGraphNode::kObject, bound_argument->GetType());
    [all...]
  /external/icu4c/test/intltest/
dcfmtest.cpp 161 "kObject"
163 if (typ<0 || typ>Formattable::kObject) {
intltest.cpp 173 case Formattable::kObject: {
    [all...]
numfmtst.cpp     [all...]
  /external/v8/src/
profile-generator.h 525 kObject = v8::HeapGraphNode::kObject,
    [all...]
profile-generator.cc     [all...]

Completed in 474 milliseconds