/external/libtextclassifier/actions/ |
D | lua-utils.h | 40 const reflection::Schema* entity_data_schema, 44 const reflection::Schema* entity_data_schema, 47 const reflection::Schema* entity_data_schema, 55 AnnotationIterator(const reflection::Schema* entity_data_schema, in AnnotationIterator() 68 const reflection::Schema* entity_data_schema_; 88 const reflection::Schema* entity_data_schema, LuaEnvironment* env); 89 int ReadAnnotations(const reflection::Schema* entity_data_schema, 93 const reflection::Schema* entity_data_schema, LuaEnvironment* env); 103 AnnotatedSpanIterator(const reflection::Schema* entity_data_schema, in AnnotatedSpanIterator() 121 const reflection::Schema* entity_data_schema, [all …]
|
D | lua-actions.h | 37 const reflection::Schema* actions_entity_data_schema, 38 const reflection::Schema* annotations_entity_data_schema); 57 const reflection::Schema* actions_entity_data_schema, 58 const reflection::Schema* annotations_entity_data_schema); 70 const reflection::Schema* actions_entity_data_schema_; 71 const reflection::Schema* annotations_entity_data_schema_;
|
D | lua-ranker.h | 34 const reflection::Schema* entity_data_schema, 35 const reflection::Schema* annotations_entity_data_schema, 43 const reflection::Schema* entity_data_schema, in ActionsSuggestionsLuaRanker() 44 const reflection::Schema* annotations_entity_data_schema, in ActionsSuggestionsLuaRanker()
|
D | lua-utils.cc | 74 const reflection::Schema* entity_data_schema, in PushAnnotation() 101 const reflection::Schema* entity_data_schema, in PushAnnotation() 150 int ReadAnnotations(const reflection::Schema* entity_data_schema, in ReadAnnotations() 177 const reflection::Schema* entity_data_schema, LuaEnvironment* env) { in ReadAnnotation() 197 const reflection::Schema* entity_data_schema, LuaEnvironment* env) { in ReadClassificationResult() 231 const reflection::Schema* entity_data_schema, in PushAnnotation() 251 const reflection::Schema* entity_data_schema, in PushAction() 276 const reflection::Schema* actions_entity_data_schema, in ReadAction() 277 const reflection::Schema* annotations_entity_data_schema, in ReadAction() 307 int ReadActions(const reflection::Schema* actions_entity_data_schema, in ReadActions() [all …]
|
D | lua-actions.cc | 55 const reflection::Schema* actions_entity_data_schema, in CreateLuaActionsSuggestions() 56 const reflection::Schema* annotations_entity_data_schema) { in CreateLuaActionsSuggestions() 74 const reflection::Schema* actions_entity_data_schema, in LuaActionsSuggestions() 75 const reflection::Schema* annotations_entity_data_schema) in LuaActionsSuggestions()
|
D | ranker.h | 39 const reflection::Schema* entity_data_schema = nullptr, 40 const reflection::Schema* annotations_entity_data_schema = nullptr) const;
|
/external/perfetto/src/trace_processor/ |
D | table.cc | 158 Table::Schema::Schema(std::vector<Column> columns, in Schema() function in perfetto::trace_processor::Table::Schema 169 Table::Schema::Schema() = default; 170 Table::Schema::Schema(const Schema&) = default; 171 Table::Schema& Table::Schema::operator=(const Schema&) = default; 173 std::string Table::Schema::ToCreateTableStmt() const { in ToCreateTableStmt()
|
D | table.h | 116 class Schema { 118 Schema(); 119 Schema(std::vector<Column>, std::vector<size_t> primary_keys); 122 Schema(const Schema&); 123 Schema& operator=(const Schema& t); 277 virtual base::Optional<Schema> Init(int argc, const char* const* argv) = 0; 293 const Schema& schema() const { return schema_; } in schema() 323 Schema schema_;
|
D | storage_schema.cc | 29 Table::Schema StorageSchema::ToTableSchema() { in ToTableSchema() 38 return Table::Schema(std::move(columns), std::move(primary_keys)); in ToTableSchema()
|
/external/libtextclassifier/utils/ |
D | flatbuffers_test.cc | 47 flatbuffers::GetRoot<reflection::Schema>(metadata_buffer.data())); in TEST() 72 const reflection::Schema* schema = in TEST() 73 flatbuffers::GetRoot<reflection::Schema>(metadata_buffer.data()); in TEST() 97 const reflection::Schema* schema = in TEST() 98 flatbuffers::GetRoot<reflection::Schema>(metadata_buffer.data()); in TEST() 125 flatbuffers::GetRoot<reflection::Schema>(metadata_buffer.data())); in TEST() 155 flatbuffers::GetRoot<reflection::Schema>(metadata_buffer.data())); in TEST() 186 flatbuffers::GetRoot<reflection::Schema>(metadata_buffer.data())); in TEST() 217 flatbuffers::GetRoot<reflection::Schema>(metadata_buffer.data())); in TEST() 256 flatbuffers::GetRoot<reflection::Schema>(metadata_buffer.data())); in TEST() [all …]
|
D | flatbuffers.h | 110 ReflectiveFlatbuffer(const reflection::Schema* schema, in ReflectiveFlatbuffer() 164 const reflection::Schema* const schema, 184 const reflection::Schema* const schema_; 293 const reflection::Schema* const schema_; 320 explicit ReflectiveFlatbufferBuilder(const reflection::Schema* schema) in ReflectiveFlatbufferBuilder() 332 const reflection::Schema* const schema_;
|
D | lua-utils.cc | 74 const reflection::Schema *schema, in PushFlatbuffer() 90 const reflection::Schema *schema = in GetFieldCallback() 91 FromUpValue<reflection::Schema *>(kSchemaArgId, state); in GetFieldCallback() 99 int LuaEnvironment::GetField(const reflection::Schema *schema, in GetField() 254 void LuaEnvironment::PushFlatbuffer(const reflection::Schema *schema, in PushFlatbuffer()
|
/external/v8/src/inspector/ |
D | v8-inspector-session-impl.cc | 37 protocol::Schema::Metainfo::commandPrefix); in canDispatchMethod() 101 this, this, agentState(protocol::Schema::Metainfo::domainName))); in V8InspectorSessionImpl() 102 protocol::Schema::Dispatcher::wire(&m_dispatcher, m_schemaAgent.get()); in V8InspectorSessionImpl() 338 std::vector<std::unique_ptr<protocol::Schema::API::Domain>> 340 std::vector<std::unique_ptr<protocol::Schema::Domain>> domains = in supportedDomains() 342 std::vector<std::unique_ptr<protocol::Schema::API::Domain>> result; in supportedDomains() 348 std::vector<std::unique_ptr<protocol::Schema::Domain>> 350 std::vector<std::unique_ptr<protocol::Schema::Domain>> result; in supportedDomainsImpl() 351 result.push_back(protocol::Schema::Domain::create() in supportedDomainsImpl() 355 result.push_back(protocol::Schema::Domain::create() in supportedDomainsImpl() [all …]
|
D | v8-schema-agent-impl.h | 18 class V8SchemaAgentImpl : public protocol::Schema::Backend { 25 std::unique_ptr<protocol::Array<protocol::Schema::Domain>>*) override; 29 protocol::Schema::Frontend m_frontend;
|
D | v8-schema-agent-impl.cc | 20 std::unique_ptr<protocol::Array<protocol::Schema::Domain>>* result) { in getDomains() 21 std::vector<std::unique_ptr<protocol::Schema::Domain>> domains = in getDomains() 23 *result = protocol::Array<protocol::Schema::Domain>::create(); in getDomains()
|
/external/flatbuffers/include/flatbuffers/ |
D | registry.h | 33 Schema schema; in Register() 114 struct Schema { struct 122 std::map<std::string, Schema> schemas_; argument
|
D | reflection_generated.h | 27 struct Schema; 1013 struct Schema FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 1065 fbb_.AddOffset(Schema::VT_OBJECTS, objects); in add_objects() 1068 fbb_.AddOffset(Schema::VT_ENUMS, enums); in add_enums() 1071 fbb_.AddOffset(Schema::VT_FILE_IDENT, file_ident); in add_file_ident() 1074 fbb_.AddOffset(Schema::VT_FILE_EXT, file_ext); in add_file_ext() 1077 fbb_.AddOffset(Schema::VT_ROOT_TABLE, root_table); in add_root_table() 1080 fbb_.AddOffset(Schema::VT_SERVICES, services); in add_services() 1087 flatbuffers::Offset<Schema> Finish() { in Finish() 1089 auto o = flatbuffers::Offset<Schema>(end); in Finish() [all …]
|
D | reflection.h | 56 const reflection::Schema &schema) { in GetTypeSizeInline() 158 const reflection::Schema *schema, int type_index); 180 const reflection::Schema *schema) { in GetAnyFieldS() 382 const reflection::Schema &schema, const reflection::Object &parent, in GetUnionType() 399 void SetString(const reflection::Schema &schema, const std::string &val, 408 uint8_t *ResizeAnyVector(const reflection::Schema &schema, uoffset_t newsize, 414 void ResizeVector(const reflection::Schema &schema, uoffset_t newsize, T val, 463 const reflection::Schema &schema, 472 bool Verify(const reflection::Schema &schema, const reflection::Object &root,
|
/external/libtextclassifier/utils/intents/ |
D | intent-generator.h | 82 const reflection::Schema* annotations_entity_data_schema, 91 const reflection::Schema* annotations_entity_data_schema, 92 const reflection::Schema* actions_entity_data_schema,
|
D | intent-generator.cc | 710 const reflection::Schema* entity_data_schema) in AnnotatorJniEnvironment() 732 const reflection::Schema* const entity_data_schema_; 742 const reflection::Schema* actions_entity_data_schema, in ActionsJniLuaEnvironment() 743 const reflection::Schema* annotations_entity_data_schema) in ActionsJniLuaEnvironment() 766 const reflection::Schema* entity_data_schema_; 839 const reflection::Schema* annotations_entity_data_schema, in GenerateIntents() 872 const reflection::Schema* annotations_entity_data_schema, in GenerateIntents() 873 const reflection::Schema* actions_entity_data_schema, in GenerateIntents()
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | Parser.java | 41 private Schema theSchema; 387 if (value instanceof Schema) { in setProperty() 388 theSchema = (Schema)value; in setProperty() 654 if (CDATAElements && (theStack.flags() & Schema.F_CDATA) != 0) { in etag_cdata() 695 if ((sp.flags() & Schema.F_NOFORCE) != 0) inNoforce = true; in etag_basic() 758 if (restartElements && (popped.flags() & Schema.F_RESTART) != 0) { in restartablyPop() 799 if (CDATAElements && (theStack.flags() & Schema.F_CDATA) != 0) { in push() 964 int bogonModel = bogonsEmpty ? Schema.M_EMPTY : Schema.M_ANY; in gi() 965 int bogonMemberOf = rootBogons ? Schema.M_ANY : (Schema.M_ANY & ~ Schema.M_ROOT); in gi() 1018 if (theStack.model() == Schema.M_EMPTY) { in stagc()
|
D | ElementType.java | 33 private Schema theSchema; // schema to which this belongs 50 public ElementType(String name, int model, int memberOf, int flags, Schema schema) { in ElementType() 164 public Schema schema() {return theSchema;} in schema()
|
/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() 292 const reflection::Schema &schema_; 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() 514 bool VerifyObject(flatbuffers::Verifier &v, const reflection::Schema &schema, 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()
|
/external/grpc-grpc/src/csharp/Grpc.Auth/ |
D | GoogleAuthInterceptors.cs | 36 private const string Schema = "Bearer"; field in Grpc.Auth.GoogleAuthInterceptors 70 return new Metadata.Entry(AuthorizationHeader, Schema + " " + accessToken); in CreateBearerTokenHeader()
|
/external/parameter-framework/upstream/schemas/ |
D | README.md | 20 Schema for the **top-level configuration**. It contains: 46 Schema for the **SystemClass associated with the top-level configuration**. It 56 Schema for all **Subsystem files** (aka Structure files). These files describe the 81 Schema for the ConfigurableDomains (aka Settings files). These files contain
|