Searched refs:kArray (Results 1 - 25 of 43) sorted by relevance

12

/external/chromium_org/components/json_schema/
H A Djson_schema_constants.cc11 const char kArray[] = "array"; member in namespace:json_schema_constants
H A Djson_schema_constants.h13 extern const char kArray[];
H A Djson_schema_validator_unittest_base.cc434 schema::kArray));
459 schema->SetString(schema::kType, schema::kArray);
615 EXPECT_EQ(std::string(schema::kArray),
635 schema->SetString(schema::kType, schema::kArray);
699 JSONSchemaValidator::kInvalidType, schema::kObject, schema::kArray));
711 schema->SetString(schema::kType, schema::kArray);
719 JSONSchemaValidator::kInvalidType, schema::kArray, schema::kInteger));
H A Djson_schema_validator.cc36 schema::kArray,
364 return schema::kArray;
502 } else if (type == schema::kArray) {
/external/chromium_org/third_party/skia/src/animator/
H A DSkOperand2.h22 kArray = 8, enumerator in enum:SkOperand2::OpType
46 SkOpArray* getArray() { SkASSERT(fType == SkOperand2::kArray); return fOperand.fArray; }
H A DSkAnimatorScript2.cpp60 case SkOperand2::kArray: {
348 return SkOperand2::kArray;
466 case SkOperand2::kArray:
495 return SkOperand2::kArray;
H A DSkScript.h58 kArray = 8, enumerator in enum:SkScriptEngine::SkOpType
H A DSkScriptDecompile.cpp100 OperandName(kArray),
/external/skia/src/animator/
H A DSkOperand2.h22 kArray = 8, enumerator in enum:SkOperand2::OpType
46 SkOpArray* getArray() { SkASSERT(fType == SkOperand2::kArray); return fOperand.fArray; }
H A DSkAnimatorScript2.cpp60 case SkOperand2::kArray: {
348 return SkOperand2::kArray;
466 case SkOperand2::kArray:
495 return SkOperand2::kArray;
H A DSkScript.h58 kArray = 8, enumerator in enum:SkScriptEngine::SkOpType
H A DSkScriptDecompile.cpp100 OperandName(kArray),
/external/chromium_org/third_party/icu/source/i18n/
H A Dfmtable.cpp195 : UObject(), fType(kArray)
198 fType = kArray;
229 case kArray:
300 case kArray:
342 case kArray:
588 fType = kArray;
611 fType = kArray;
674 if (fType != kArray) {
874 case Formattable::kArray:
H A Dumsg.cpp451 case Formattable::kArray:
599 case Formattable::kArray:
/external/icu/icu4c/source/i18n/
H A Dfmtable.cpp195 : UObject(), fType(kArray)
198 fType = kArray;
229 case kArray:
300 case kArray:
342 case kArray:
588 fType = kArray;
611 fType = kArray;
674 if (fType != kArray) {
874 case Formattable::kArray:
H A Dumsg.cpp451 case Formattable::kArray:
599 case Formattable::kArray:
/external/chromium_org/third_party/icu/source/samples/numfmt/
H A Dutil.cpp100 case Formattable::kArray:
/external/icu/icu4c/source/samples/numfmt/
H A Dutil.cpp100 case Formattable::kArray:
/external/skia/include/utils/
H A DSkJSON.h20 kArray, enumerator in enum:SkJSON::Type
144 * if done() returns false and type() returns kArray.
229 * Should only be called if the Array's type is kArray.
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dfmtable.h257 kArray, enumerator in enum:Formattable::Type
440 * is not of type kArray then the result is undefined.
461 * Formattable object. If this object is not of type kArray then
539 * type to kArray.
548 * changes the type to kArray.
556 * changes the type to kArray.
/external/chromium_org/v8/include/
H A Dv8-profiler.h223 kArray = 1, // An array of elements. enumerator in enum:v8::HeapGraphNode::Type
/external/icu/icu4c/source/i18n/unicode/
H A Dfmtable.h257 kArray, enumerator in enum:Formattable::Type
440 * is not of type kArray then the result is undefined.
461 * Formattable object. If this object is not of type kArray then
539 * type to kArray.
548 * changes the type to kArray.
556 * changes the type to kArray.
/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.h76 kArray = v8::HeapGraphNode::kArray, enumerator in enum:v8::internal::BASE_EMBEDDED::Type
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtsnmfmt.cpp27 case Formattable::kArray: return "kArray";
/external/icu/icu4c/source/test/intltest/
H A Dtsnmfmt.cpp27 case Formattable::kArray: return "kArray";

Completed in 2143 milliseconds

12