/external/python/google-api-python-client/googleapiclient/ |
D | schema.py | 129 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
|
D | discovery.py | 458 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/ |
D | ignite_dataset_ops.cc | 26 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/ |
D | reflection.cpp | 65 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()
|
D | idl_gen_fbs.cpp | 46 auto &schema = *_schema; in GenNameSpace() local 68 std::string schema; in GenerateFBS() local
|
/external/libtextclassifier/utils/ |
D | lua-utils.cc | 74 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()
|
D | flatbuffers.h | 110 ReflectiveFlatbuffer(const reflection::Schema* schema, in ReflectiveFlatbuffer() 166 : schema_(schema), type_(type) {} in schema_() argument 320 explicit ReflectiveFlatbufferBuilder(const reflection::Schema* schema) in ReflectiveFlatbufferBuilder()
|
D | flatbuffers_test.cc | 72 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/ |
D | XSLTElementDef.java | 55 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/ |
D | registry.h | 33 Schema schema; in Register() local 97 auto &schema = it->second; in LoadSchema() local
|
/external/perfetto/src/trace_processor/ |
D | storage_table.h | 63 const StorageSchema& schema() const { return schema_; } in schema() function
|
/external/libxml2/ |
D | check-relaxng-test-suite2.py | 57 def handle_valid(node, schema): argument 110 def handle_invalid(node, schema): argument
|
D | check-relaxng-test-suite.py | 70 def handle_valid(node, schema): argument 111 def handle_invalid(node, schema): argument
|
D | check-xsddata-test-suite.py | 56 def handle_valid(node, schema): argument 109 def handle_invalid(node, schema): argument
|
D | testSchemas.c | 60 xmlSchemaPtr schema = NULL; in main() local
|
D | schematron.c | 163 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/ |
D | relaxng.py | 8 schema="""<?xml version="1.0"?> variable
|
D | schema.py | 8 schema="""<?xml version="1.0" encoding="iso-8859-1"?> variable
|
D | validSchemas.py | 20 schema="""<?xml version="1.0" encoding="iso-8859-1"?> variable
|
D | validRNG.py | 20 schema="""<?xml version="1.0"?> variable
|
/external/python/apitools/apitools/gen/ |
D | message_registry.py | 219 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/ |
D | JDBCDatabaseMetaData.java | 684 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/ |
D | ElementType.java | 50 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/ |
D | spirv_definition.h | 29 uint32_t schema; // NOTE: Reserved member
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | spirv_definition.h | 29 uint32_t schema; // NOTE: Reserved member
|