Home
last modified time | relevance | path

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

1234

/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.py458 def _fix_up_parameters(method_desc, root_desc, http_method, schema): argument
550 def _fix_up_method_description(method_desc, root_desc, schema): argument
702 def createMethod(methodName, methodDesc, rootDesc, schema): argument
999 resourceDesc, rootDesc, schema): argument
1067 def _add_basic_methods(self, resourceDesc, rootDesc, schema): argument
1104 def _add_nested_resources(self, resourceDesc, rootDesc, schema): argument
1135 def _add_next_methods(self, resourceDesc, schema): argument
1174 def _methodProperties(methodDesc, schema, name): argument
/external/tensorflow/tensorflow/contrib/ignite/kernels/dataset/
Dignite_dataset_ops.cc26 Status SchemaToTypes(const std::vector<int32>& schema, DataTypeVector* dtypes) { in SchemaToTypes()
54 Status SchemaToShapes(const std::vector<int32>& schema, in SchemaToShapes()
161 std::vector<int32> schema; in MakeDataset() local
/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/libtextclassifier/utils/
Dlua-utils.cc74 const reflection::Schema *schema, in PushFlatbuffer()
90 const reflection::Schema *schema = in GetFieldCallback() local
99 int LuaEnvironment::GetField(const reflection::Schema *schema, in GetField()
254 void LuaEnvironment::PushFlatbuffer(const reflection::Schema *schema, in PushFlatbuffer()
Dflatbuffers.h110 ReflectiveFlatbuffer(const reflection::Schema* schema, in ReflectiveFlatbuffer()
166 : schema_(schema), type_(type) {} in schema_() argument
320 explicit ReflectiveFlatbufferBuilder(const reflection::Schema* schema) in ReflectiveFlatbufferBuilder()
Dflatbuffers_test.cc72 const reflection::Schema* schema = in TEST() local
97 const reflection::Schema* schema = in TEST() local
274 const reflection::Schema* schema = in TEST() 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/perfetto/src/trace_processor/
Dstorage_table.h63 const StorageSchema& schema() const { return schema_; } in schema() function
/external/libxml2/
Dcheck-relaxng-test-suite2.py57 def handle_valid(node, schema): argument
110 def handle_invalid(node, schema): argument
Dcheck-relaxng-test-suite.py70 def handle_valid(node, schema): argument
111 def handle_invalid(node, schema): argument
Dcheck-xsddata-test-suite.py56 def handle_valid(node, schema): argument
109 def handle_invalid(node, schema): argument
DtestSchemas.c60 xmlSchemaPtr schema = NULL; in main() local
Dschematron.c163 xmlSchematronPtr schema; member
194 xmlSchematronPtr schema; member
391 xmlSchematronAddRule(xmlSchematronParserCtxtPtr ctxt, xmlSchematronPtr schema, in xmlSchematronAddRule()
485 xmlSchematronPtr schema, xmlNodePtr node, xmlChar *name) in xmlSchematronAddPattern()
563 xmlSchematronFree(xmlSchematronPtr schema) in xmlSchematronFree()
1505 xmlSchematronNewValidCtxt(xmlSchematronPtr schema, int options) in xmlSchematronNewValidCtxt()
1750 xmlSchematronPtr schema = NULL; in main() 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
DvalidSchemas.py20 schema="""<?xml version="1.0" encoding="iso-8859-1"?> variable
DvalidRNG.py20 schema="""<?xml version="1.0"?> variable
/external/python/apitools/apitools/gen/
Dmessage_registry.py219 def __DeclareMessageAlias(self, schema, alias_for): argument
230 def __AddAdditionalProperties(self, message, schema, properties): argument
253 def AddDescriptorFromSchema(self, schema_name, schema): argument
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCDatabaseMetaData.java684 public ResultSet getColumnPrivileges(String catalog, String schema, in getColumnPrivileges()
725 public ResultSet getBestRowIdentifier(String catalog, String schema, in getBestRowIdentifier()
840 public ResultSet getVersionColumns(String catalog, String schema, in getVersionColumns()
859 public ResultSet getPrimaryKeys(String catalog, String schema, in getPrimaryKeys()
1022 public ResultSet getImportedKeys(String catalog, String schema, in getImportedKeys()
1064 public ResultSet getExportedKeys(String catalog, String schema, in getExportedKeys()
1272 public ResultSet getIndexInfo(String catalog, String schema, String table, in getIndexInfo()
1650 public ResultSet getSchemas(String cat, String schema) in getSchemas()
1669 public ResultSet getFunctions(String cat, String schema, String func) in getFunctions()
1674 public ResultSet getFunctionColumns(String cat, String schema, in getFunctionColumns()
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DElementType.java50 public ElementType(String name, int model, int memberOf, int flags, Schema schema) { in ElementType()
164 public Schema schema() {return theSchema;} in schema() method in ElementType
/external/swiftshader/third_party/SPIRV-Tools/source/
Dspirv_definition.h29 uint32_t schema; // NOTE: Reserved member
/external/deqp-deps/SPIRV-Tools/source/
Dspirv_definition.h29 uint32_t schema; // NOTE: Reserved member

1234