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

123

/external/chromium_org/components/json_schema/
H A Djson_schema_constants.cc27 const char kObject[] = "object"; member in namespace:json_schema_constants
H A Djson_schema_constants.h29 extern const char kObject[];
H A Djson_schema_validator_unittest_base.cc107 schema::kObject));
214 schema->SetString(schema::kType, schema::kObject);
291 schema->SetString(schema::kType, schema::kObject);
297 schema_inline->SetString(schema::kType, schema::kObject);
577 EXPECT_EQ(std::string(schema::kObject),
589 schema->SetString(schema::kType, schema::kObject);
650 schema->SetString(schema::kType, schema::kObject);
658 JSONSchemaValidator::kInvalidType, schema::kObject, schema::kArray));
660 schema->SetString(schema::kType, schema::kObject);
668 JSONSchemaValidator::kInvalidType, schema::kObject, schem
[all...]
/external/chromium_org/third_party/skia/src/animator/
H A DSkOperand2.h23 kObject = 16 enumerator in enum:SkOperand2::OpType
47 void* getObject() { SkASSERT(fType == SkOperand2::kObject); return fOperand.fObject; }
H A DSkAnimatorScript2.cpp78 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;
H A DSkScript.h59 kObject = 16 enumerator in enum:SkScriptEngine::SkOpType
H A DSkScriptDecompile.cpp101 OperandName(kObject)
/external/skia/src/animator/
H A DSkOperand2.h23 kObject = 16 enumerator in enum:SkOperand2::OpType
47 void* getObject() { SkASSERT(fType == SkOperand2::kObject); return fOperand.fObject; }
H A DSkAnimatorScript2.cpp78 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;
H A DSkScript.h59 kObject = 16 enumerator in enum:SkScriptEngine::SkOpType
H A DSkScriptDecompile.cpp101 OperandName(kObject)
/external/chromium_org/third_party/skia/include/utils/
H A DSkJSON.h19 kObject, enumerator in enum:SkJSON::Type
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/include/utils/
H A DSkJSON.h19 kObject, enumerator in enum:SkJSON::Type
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/icu/source/i18n/
H A Dfmtable.cpp184 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
/external/icu4c/i18n/
H A Dfmtable.cpp187 fType = kObject;
251 case kObject:
312 case kObject:
344 case kObject:
423 case Formattable::kObject:
475 case Formattable::kObject:
504 case Formattable::kObject:
522 return (fType == kObject) ? fValue.fObject : NULL;
618 fType = kObject;
/external/chromium_org/third_party/skia/src/utils/
H A DSkJSON.cpp90 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/skia/src/utils/
H A DSkJSON.cpp90 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/chromium_org/third_party/WebKit/Source/web/tests/
H A DListenerLeakTest.cpp70 if (node->GetType() != v8::HeapGraphNode::kObject)
/external/chromium_org/third_party/icu/source/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/chromium_org/v8/include/
H A Dv8-profiler.h254 kObject = 3, // A JS object (except for arrays and strings). enumerator in enum:v8::HeapGraphNode::Type
/external/icu4c/i18n/unicode/
H A Dfmtable.h269 kObject enumerator in enum:Formattable::Type
298 * possible loss of precision. If the type is kObject and the
324 * truncation of any fractional part. If the type is kObject and
350 * is kObject and the object is a Measure, then the result of
561 * the type to kObject. After this call, the caller must not
/external/v8/include/
H A Dv8-profiler.h253 kObject = 3, // A JS object (except for arrays and strings). enumerator in enum:v8::HeapGraphNode::Type
/external/v8/test/cctest/
H A Dtest-heap-profiler.cc184 CHECK_EQ(v8::HeapGraphNode::kObject, bound_this->GetType());
194 CHECK_EQ(v8::HeapGraphNode::kObject, bound_argument->GetType());
960 CHECK_EQ(v8::HeapGraphNode::kObject, obj0->GetType());
1271 snapshot->GetRoot(), v8::HeapGraphNode::kObject, "(GC roots)");
1274 gc_roots, v8::HeapGraphNode::kObject, "(Global handles)");
1306 snapshot->GetRoot(), v8::HeapGraphNode::kObject, "(GC roots)");
1309 gc_roots, v8::HeapGraphNode::kObject, "(Global handles)");
/external/chromium_org/components/policy/core/common/
H A Dschema.cc67 { schema::kObject, base::Value::TYPE_DICTIONARY },
513 string_value != schema::kObject) {

Completed in 2338 milliseconds

123