Home
last modified time | relevance | path

Searched defs:schema (Results 1 – 25 of 114) sorted by relevance

12345

/external/perfetto/src/trace_processor/sqlite/
Ddb_sqlite_table_unittest.cc27 Table::Schema schema; in CreateSchema() local
42 auto schema = CreateSchema(); in TEST() local
60 auto schema = CreateSchema(); in TEST() local
78 auto schema = CreateSchema(); in TEST() local
99 auto schema = CreateSchema(); in TEST() local
122 auto schema = CreateSchema(); in TEST() local
139 auto schema = CreateSchema(); in TEST() local
Ddb_sqlite_table.cc98 Table::Schema schema, in RegisterTable()
109 Table::Schema schema = generator->CreateSchema(); in RegisterTable() local
123 util::Status DbSqliteTable::Init(int, const char* const*, Schema* schema) { in Init()
128 SqliteTable::Schema DbSqliteTable::ComputeSchema(const Table::Schema& schema, in ComputeSchema()
168 void DbSqliteTable::BestIndex(const Table::Schema& schema, in BestIndex()
194 void DbSqliteTable::ModifyConstraints(const Table::Schema& schema, in ModifyConstraints()
249 const Table::Schema& schema, in EstimateCost()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DAbstractSchemaTest.java47 private Schema<T> schema; field in AbstractSchemaTest
58 Protobuf.getInstance().registerSchemaOverride(schema.newInstance().getClass(), schema); in registerSchemas() local
61 protected abstract Schema<T> schema(); in schema() method in AbstractSchemaTest
113 String failureMessage, M msg, Schema<M> schema) throws IOException { in roundtrip()
DExperimentalSerializationUtil.java51 public static <T> byte[] toByteArray(T msg, Schema<T> schema) throws IOException { in toByteArray()
90 Schema<T> schema = Protobuf.getInstance().schemaFor(messageType); in fromByteArray() local
104 Schema<T> schema = Protobuf.getInstance().schemaFor(messageType); in fromByteArrayFastPath() local
DCodedAdapterTest.java88 Schema<T> schema = Protobuf.getInstance().schemaFor(msg); in toByteArray() local
98 Schema<T> schema = Protobuf.getInstance().schemaFor(messageType); in fromByteArray() local
DProto3SchemaTest.java45 protected Schema<Proto3Message> schema() { in schema() method in Proto3SchemaTest
DProto2LiteSchemaTest.java41 protected Schema<Proto2MessageLite> schema() { in schema() method in Proto2LiteSchemaTest
DProto3LiteSchemaTest.java41 protected Schema<Proto3MessageLite> schema() { in schema() method in Proto3LiteSchemaTest
DProto2SchemaTest.java41 protected Schema<Proto2Message> schema() { in schema() method in Proto2SchemaTest
/external/python/parse_type/parse_type/
Dcfparse.py35 def __init__(self, schema, extra_types=None, case_sensitive=False, argument
57 def create_missing_types(cls, schema, type_dict, type_builder=None): argument
76 def extract_missing_special_type_names(schema, type_dict): argument
/external/libchrome/components/json_schema/
Djson_schema_validator.cc407 const std::string& schema, in IsValidSchema()
414 const std::string& schema, in IsValidSchema()
433 JSONSchemaValidator::JSONSchemaValidator(base::DictionaryValue* schema) in JSONSchemaValidator()
437 JSONSchemaValidator::JSONSchemaValidator(base::DictionaryValue* schema, in JSONSchemaValidator()
464 const base::DictionaryValue* schema, in Validate()
594 const base::DictionaryValue* schema, in ValidateObject()
675 const base::DictionaryValue* schema, in ValidateArray()
717 const base::DictionaryValue* schema, in ValidateTuple()
766 const base::DictionaryValue* schema, in ValidateString()
806 const base::DictionaryValue* schema, in ValidateNumber()
[all …]
/external/python/google-api-python-client/googleapiclient/
Dschema.py129 def _prettyPrintSchema(self, schema, seen=None, dent=0): argument
146 def prettyPrintSchema(self, schema): argument
173 def __init__(self, schema, seen, dent=0): argument
241 def _to_str_impl(self, schema): argument
Ddiscovery.py459 def _fix_up_parameters(method_desc, root_desc, http_method, schema): argument
544 def _fix_up_method_description(method_desc, root_desc, schema): argument
696 def createMethod(methodName, methodDesc, rootDesc, schema): argument
993 resourceDesc, rootDesc, schema): argument
1061 def _add_basic_methods(self, resourceDesc, rootDesc, schema): argument
1098 def _add_nested_resources(self, resourceDesc, rootDesc, schema): argument
1129 def _add_next_methods(self, resourceDesc, schema): argument
1168 def _methodProperties(methodDesc, schema, name): argument
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DProtobuf.java91 Schema<T> schema = (Schema<T>) schemaCache.get(messageType); in schemaFor() local
118 public Schema<?> registerSchema(Class<?> messageType, Schema<?> schema) { in registerSchema()
133 public Schema<?> registerSchemaOverride(Class<?> messageType, Schema<?> schema) { in registerSchemaOverride()
DCodedInputStreamReader.java179 Schema<T> schema, ExtensionRegistryLite extensionRegistry) throws IOException { in readMessageBySchemaWithCheck()
194 public <T> T readGroupBySchemaWithCheck(Schema<T> schema, ExtensionRegistryLite extensionRegistry) in readGroupBySchemaWithCheck()
201 private <T> T readMessage(Schema<T> schema, ExtensionRegistryLite extensionRegistry) in readMessage()
222 private <T> T readGroup(Schema<T> schema, ExtensionRegistryLite extensionRegistry) in readGroup()
798 final Schema<T> schema = Protobuf.getInstance().schemaFor(targetType); in readMessageList() local
804 List<T> target, Schema<T> schema, ExtensionRegistryLite extensionRegistry) in readMessageList()
828 final Schema<T> schema = Protobuf.getInstance().schemaFor(targetType); in readGroupList() local
834 List<T> target, Schema<T> schema, ExtensionRegistryLite extensionRegistry) in readGroupList()
/external/libchrome/components/policy/core/common/
Dschema.cc174 const SchemaNode* schema(int index) const { in schema() function in policy::Schema::InternalStorage
311 Schema::InternalStorage::ParseSchema(const base::DictionaryValue& schema, in ParseSchema()
386 const base::DictionaryValue& schema, in DetermineStorageSizes()
468 bool Schema::InternalStorage::Parse(const base::DictionaryValue& schema, in Parse()
536 const base::DictionaryValue& schema, in ParseDictionary()
635 bool Schema::InternalStorage::ParseList(const base::DictionaryValue& schema, in ParseList()
648 bool Schema::InternalStorage::ParseEnum(const base::DictionaryValue& schema, in ParseEnum()
700 const base::DictionaryValue& schema, in ParseRangedInt()
722 const base::DictionaryValue& schema, in ParseStringPattern()
795 Schema Schema::Iterator::schema() const { in schema() function in policy::Schema::Iterator
[all …]
/external/python/parse_type/tests/
Dparse_type_test.py91 schema, name): argument
97 def ensure_can_parse_all_choices(self, parser, type_converter, schema, name): argument
107 def ensure_can_parse_all_choices2(self, parser, type_converter, schema, name): argument
/external/flatbuffers/src/
Dreflection.cpp65 const reflection::Schema *schema, int type_index) { in GetAnyValueS()
169 ResizeContext(const reflection::Schema &schema, uoffset_t start, int delta, in ResizeContext()
299 void SetString(const reflection::Schema &schema, const std::string &val, in SetString()
319 uint8_t *ResizeAnyVector(const reflection::Schema &schema, uoffset_t newsize, in ResizeAnyVector()
369 const reflection::Schema &schema, in CopyTable()
518 bool VerifyVector(flatbuffers::Verifier &v, const reflection::Schema &schema, in VerifyVector()
585 bool VerifyObject(flatbuffers::Verifier &v, const reflection::Schema &schema, in VerifyObject()
677 bool Verify(const reflection::Schema &schema, const reflection::Object &root, in Verify()
Didl_gen_fbs.cpp46 auto &schema = *_schema; in GenNameSpace() local
68 std::string schema; in GenerateFBS() local
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTElementDef.java55 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, in XSLTElementDef()
84 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, in XSLTElementDef()
116 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, in XSLTElementDef()
142 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, in XSLTElementDef()
171 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, in XSLTElementDef()
199 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, in XSLTElementDef()
224 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, in XSLTElementDef()
/external/flatbuffers/include/flatbuffers/
Dregistry.h33 Schema schema; in Register() local
97 auto &schema = it->second; in LoadSchema() local
/external/libxml2/python/tests/
Drelaxng.py8 schema="""<?xml version="1.0"?> variable
Dschema.py8 schema="""<?xml version="1.0" encoding="iso-8859-1"?> variable
/external/libtextclassifier/native/utils/
Dflatbuffers.h151 ReflectiveFlatbuffer(const reflection::Schema* schema, in ReflectiveFlatbuffer()
274 explicit ReflectiveFlatbufferBuilder(const reflection::Schema* schema) in ReflectiveFlatbufferBuilder()
293 RepeatedField(const reflection::Schema* const schema, in RepeatedField()
/external/libxml2/
Dcheck-relaxng-test-suite2.py57 def handle_valid(node, schema): argument
110 def handle_invalid(node, schema): argument

12345