Searched refs:kObject (Results 1 - 24 of 24) sorted by relevance

/external/skia/src/animator/
H A DSkOperand2.h16 kObject = 16 enumerator in enum:SkOperand2::OpType
40 void* getObject() { SkASSERT(fType == SkOperand2::kObject); return fOperand.fObject; }
H A DSkAnimatorScript2.cpp71 case SkOperand2::kObject:
83 return SkOperand2::kObject;
178 return index == 0 ? SkOperand2::kString : SkOperand2::kObject;
196 ref->fType = SkOperand2::kObject;
300 SkASSERT(type == SkOperand2::kObject);
461 case SkOperand2::kObject:
471 return SkOperand2::kObject;
H A DSkScriptTokenizer.cpp342 if (type == SkOperand2::kObject) {
367 if (top.fType != SkOperand2::kObject)
461 return SkOperand2::kObject;
608 top.fType = SkOperand2::kObject;
753 if (value->fType != fReturnType && value->fType == SkOperand2::kObject &&
777 if (scriptValue.fType == SkOperand2::kObject) {
1074 if (value1.fType == SkOperand2::kObject && (value1.fType & attributes->fLeftType) == 0) {
1079 if (value2.fType == SkOperand2::kObject && (value2.fType & attributes->fLeftType) == 0) {
H A DSkScript.h67 kObject = 16 enumerator in enum:SkScriptEngine::SkOpType
H A DSkScriptDecompile.cpp109 OperandName(kObject)
H A DSkScript.cpp354 if (ToOpType(type) == kObject) {
398 if (fTypeStack.top() != kObject) {
852 if (topType != fReturnType && topType == kObject && fReturnType != kNoType) {
903 if (type == kObject) {
1280 if (type1 == kObject && (type1 & attributes->fLeftType) == 0) {
1291 if (type2 == kObject && (type2 & attributes->fLeftType) == 0) {
1593 case kObject:
1605 return (SkOpType) kObject;
H A DSkScriptRuntime.cpp153 if (callBackUnbox->convert(SkOperand2::kObject, &operand[0]) == false)
/external/chromium/third_party/icu/source/i18n/
H A Dfmtable.cpp164 : UObject(), fType(kObject)
228 case kObject:
277 case kObject:
308 case kObject:
373 case Formattable::kObject:
411 case Formattable::kObject:
441 case Formattable::kObject:
459 return (fType == kObject) ? fValue.fObject : NULL;
555 fType = kObject;
H A Dumsg.cpp458 case Formattable::kObject:
460 // support kObject. When MessageFormat is changed to
586 case Formattable::kObject:
588 // support kObject. When MessageFormat is changed to
H A Dunum.cpp376 if (res.getType() == Formattable::kObject &&
H A Ddtitvfmt.cpp242 if ( obj.getType() == Formattable::kObject ) {
H A Dtmutfmt.cpp204 if (obj.getType() == Formattable::kObject) {
/external/icu4c/i18n/
H A Dfmtable.cpp187 fType = kObject;
251 case kObject:
312 case kObject:
344 case kObject:
416 case Formattable::kObject:
454 case Formattable::kObject:
484 case Formattable::kObject:
502 return (fType == kObject) ? fValue.fObject : NULL;
598 fType = kObject;
H A Dumsg.cpp458 case Formattable::kObject:
460 // support kObject. When MessageFormat is changed to
586 case Formattable::kObject:
588 // support kObject. When MessageFormat is changed to
H A Dunum.cpp379 if (res.getType() == Formattable::kObject &&
H A Ddtitvfmt.cpp242 if ( obj.getType() == Formattable::kObject ) {
H A Dtmutfmt.cpp204 if (obj.getType() == Formattable::kObject) {
/external/chromium/third_party/icu/public/i18n/unicode/
H A Dfmtable.h237 kObject enumerator in enum:Formattable::Type
266 * possible loss of precision. If the type is kObject and the
292 * truncation of any fractional part. If the type is kObject and
318 * is kObject and the object is a Measure, then the result of
509 * the type to kObject. After this call, the caller must not
/external/icu4c/i18n/unicode/
H A Dfmtable.h257 kObject enumerator in enum:Formattable::Type
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/icu4c/test/intltest/
H A Ddcfmtest.cpp160 "kObject"
162 if (typ<0 || typ>Formattable::kObject) {
H A Dintltest.cpp173 case Formattable::kObject:
H A Dnumfmtst.cpp2826 } else if (result.getType() != Formattable::kObject ||
/external/chromium/third_party/icu/source/test/intltest/
H A Dintltest.cpp173 case Formattable::kObject:
H A Dnumfmtst.cpp2805 if (result.getType() != Formattable::kObject ||

Completed in 478 milliseconds