Home
last modified time | relevance | path

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

12345678910>>...114

/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_schema_info.cpp10 c10::FunctionSchema schema = torch::jit::parseSchema( in TEST() local
20 c10::FunctionSchema schema = torch::jit::parseSchema( in TEST() local
27 c10::FunctionSchema schema = torch::jit::parseSchema( in TEST() local
39 c10::FunctionSchema schema = torch::jit::parseSchema( in TEST() local
47 SchemaInfo schema( in TEST() local
58 SchemaInfo schema( in TEST() local
65 SchemaInfo schema( in TEST() local
119 c10::FunctionSchema schema = torch::jit::parseSchema( in TEST() local
130 c10::FunctionSchema schema = torch::jit::parseSchema( in TEST() local
141 c10::FunctionSchema schema = torch::jit::parseSchema( in TEST() local
[all …]
/aosp_15_r20/external/icing/icing/schema/
H A Dschema-util_test.cc130 SchemaProto schema = SchemaBuilder() in TEST_P() local
239 SchemaProto schema = SchemaBuilder() in TEST_P() local
347 SchemaProto schema = SchemaBuilder() in TEST_P() local
409 SchemaProto schema = SchemaBuilder().AddType(type_a).AddType(type_b).Build(); in TEST_P() local
444 SchemaProto schema = SchemaBuilder().AddType(type_a).AddType(type_b).Build(); in TEST_P() local
490 SchemaProto schema = in TEST_P() local
534 SchemaProto schema = in TEST_P() local
579 SchemaProto schema = in TEST_P() local
650 SchemaProto schema = SchemaBuilder() in TEST_P() local
717 SchemaProto schema = SchemaBuilder() in TEST_P() local
[all …]
H A Dschema-store_test.cc137 SchemaProto schema = in TEST_F() local
1568 SchemaProto schema = SchemaBuilder() in TEST_F() local
1607 SchemaProto schema = in TEST_F() local
1671 SchemaProto schema = in TEST_F() local
1719 SchemaProto schema = in TEST_F() local
1847 SchemaProto schema = in TEST_F() local
2507 SchemaProto schema = in TEST_F() local
2548 SchemaProto schema = in TEST_F() local
2606 SchemaProto schema = in TEST_F() local
2674 SchemaProto schema = SchemaBuilder() in TEST_F() local
[all …]
/aosp_15_r20/external/icing/icing/query/
H A Dquery-processor_test.cc277 SchemaProto schema = SchemaBuilder() in TEST_F() local
295 SchemaProto schema = SchemaBuilder() in TEST_F() local
336 SchemaProto schema = SchemaBuilder() in TEST_F() local
397 SchemaProto schema = SchemaBuilder() in TEST_F() local
453 SchemaProto schema = SchemaBuilder() in TEST_F() local
511 SchemaProto schema = SchemaBuilder() in TEST_F() local
567 SchemaProto schema = SchemaBuilder() in TEST_F() local
625 SchemaProto schema = SchemaBuilder() in TEST_F() local
686 SchemaProto schema = SchemaBuilder() in TEST_F() local
744 SchemaProto schema = SchemaBuilder() in TEST_F() local
[all …]
H A Dsuggestion-processor_test.cc197 SchemaProto schema = SchemaBuilder() in TEST_F() local
246 SchemaProto schema = SchemaBuilder() in TEST_F() local
299 SchemaProto schema = SchemaBuilder() in TEST_F() local
354 SchemaProto schema = SchemaBuilder() in TEST_F() local
423 SchemaProto schema = SchemaBuilder() in TEST_F() local
487 SchemaProto schema = SchemaBuilder() in TEST_F() local
524 SchemaProto schema = SchemaBuilder() in TEST_F() local
561 SchemaProto schema = SchemaBuilder() in TEST_F() local
615 SchemaProto schema = SchemaBuilder() in TEST_F() local
664 SchemaProto schema = SchemaBuilder() in TEST_F() local
[all …]
/aosp_15_r20/external/json-schema-validator/src/test/resources/schema/oas/v31/
H A Dpetstore.json60 "schema": { object
65 "schema": { object
70 "schema": { object
82 "schema": { object
87 "schema": { object
123 "schema": { object
128 "schema": { object
133 "schema": { object
145 "schema": { object
150 "schema": { object
[all …]
/aosp_15_r20/external/libchrome/components/json_schema/
H A Djson_schema_validator_unittest_base.cc91 std::unique_ptr<base::DictionaryValue> schema( in TestComplex() local
118 std::unique_ptr<base::DictionaryValue> schema(new base::DictionaryValue()); in TestStringPattern() local
136 std::unique_ptr<base::DictionaryValue> schema( in TestEnum() local
158 std::unique_ptr<base::DictionaryValue> schema( in TestChoices() local
190 std::unique_ptr<base::DictionaryValue> schema(new base::DictionaryValue()); in TestObject() local
308 std::unique_ptr<base::DictionaryValue> schema(new base::DictionaryValue()); in TestTypeReference() local
367 std::unique_ptr<base::DictionaryValue> schema( in TestArrayTuple() local
431 std::unique_ptr<base::DictionaryValue> schema(new base::DictionaryValue()); in TestArrayNonTuple() local
467 std::unique_ptr<base::DictionaryValue> schema(new base::DictionaryValue()); in TestString() local
494 std::unique_ptr<base::DictionaryValue> schema(new base::DictionaryValue()); in TestNumber() local
[all …]
/aosp_15_r20/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
H A DAppSearchSchemaCtsTest.java314 AppSearchSchema schema = in testParentTypes() local
324 AppSearchSchema schema = in testDuplicateParentTypes() local
389 AppSearchSchema schema = in testPropertyConfig() local
549 AppSearchSchema schema = in testPropertyConfig_withDeletePropagationType() local
761 AppSearchSchema schema = in testAppSearchSchema_toString() local
979 AppSearchSchema schema = in testAppSearchSchema_toString_withDeletePropagationType() local
1041 AppSearchSchema schema = in testAppSearchSchema_toStringNoDescriptionSet() local
1175 AppSearchSchema schema = in testEmbeddingPropertyConfig() local
1303 AppSearchSchema schema = in testEmbeddingPropertyConfig_quantization() local
1397 AppSearchSchema schema = in testAppSearchSchemaBuilder_copyConstructor() local
[all …]
H A DSetSchemaRequestCtsTest.java196 AppSearchSchema schema = new AppSearchSchema.Builder("Schema").build(); in testSetSchemaTypeDisplayedBySystem_displayed() local
212 AppSearchSchema schema = new AppSearchSchema.Builder("Schema").build(); in testSetSchemaTypeDisplayedBySystem_notDisplayed() local
223 AppSearchSchema schema = new AppSearchSchema.Builder("Schema").build(); in testSetSchemaTypeVisibleForPermissions() local
309 AppSearchSchema schema = new AppSearchSchema.Builder("Schema").build(); in testSchemaTypeVisibilityForPackage_visible() local
330 AppSearchSchema schema = new AppSearchSchema.Builder("Schema").build(); in testSchemaTypeVisibilityForPackage_notVisible() local
346 AppSearchSchema schema = new AppSearchSchema.Builder("Schema").build(); in testSchemaTypeVisibilityForPackage_deduped() local
367 AppSearchSchema schema = new AppSearchSchema.Builder("Schema").build(); in testSchemaTypeVisibilityForPackage_removed() local
394 AppSearchSchema schema = new AppSearchSchema.Builder("Schema").build(); in testPubliclyVisibleSchemaType() local
409 AppSearchSchema schema = new AppSearchSchema.Builder("Schema").build(); in testPubliclyVisibleSchemaType_removal() local
433 AppSearchSchema schema = new AppSearchSchema.Builder("Schema").build(); in testPubliclyVisibleSchemaType_deduped() local
[all …]
/aosp_15_r20/external/icing/java/tests/instrumentation/src/com/google/android/icing/
H A DIcingSearchEngineTest.java197 SchemaProto schema = SchemaProto.newBuilder().addTypes(emailTypeConfig).build(); in testSetAndGetSchema() local
263 SchemaProto schema = SchemaProto.newBuilder().addTypes(emailTypeConfig).build(); in testPutAndGetDocuments() local
286 SchemaProto schema = SchemaProto.newBuilder().addTypes(emailTypeConfig).build(); in testSearch() local
329 SchemaProto schema = SchemaProto.newBuilder().addTypes(emailTypeConfig).build(); in testGetNextPage() local
497 SchemaProto schema = SchemaProto.newBuilder().addTypes(emailTypeConfig).build(); in testDelete() local
521 SchemaProto schema = SchemaProto.newBuilder().addTypes(emailTypeConfig).build(); in testDeleteByNamespace() local
546 SchemaProto schema = SchemaProto.newBuilder().addTypes(emailTypeConfig).build(); in testDeleteBySchemaType() local
571 SchemaProto schema = SchemaProto.newBuilder().addTypes(emailTypeConfig).build(); in testDeleteByQuery() local
626 SchemaProto schema = SchemaProto.newBuilder().addTypes(emailTypeConfig).build(); in testDeleteByQueryWithDeletedDocumentInfo() local
712 SchemaProto schema = SchemaProto.newBuilder().addTypes(emailTypeConfig).build(); in testGetDebugInfo() local
[all …]
/aosp_15_r20/external/icing/icing/
H A Dicing-search-engine_optimize_test.cc163 SchemaProto schema = in TEST_F() local
233 SchemaProto schema = in TEST_F() local
290 SchemaProto schema = in TEST_F() local
323 SchemaProto schema = in TEST_F() local
422 SchemaProto schema = in TEST_F() local
523 SchemaProto schema = in TEST_F() local
579 SchemaProto schema = in TEST_F() local
775 SchemaProto schema = in TEST_F() local
855 SchemaProto schema = in TEST_F() local
979 SchemaProto schema = in TEST_F() local
[all …]
H A Dicing-search-engine_schema_test.cc169 SchemaProto schema; in TEST_F() local
254 SchemaProto schema; in TEST_F() local
283 SchemaProto schema; in TEST_F() local
309 SchemaProto schema; in TEST_F() local
339 SchemaProto schema; in TEST_F() local
361 SchemaProto schema; in TEST_F() local
380 SchemaProto schema; in TEST_F() local
405 SchemaProto schema; in TEST_F() local
438 SchemaProto schema; in TEST_F() local
457 SchemaProto schema; in TEST_F() local
[all …]
/aosp_15_r20/external/json-schema-validator/src/test/java/com/networknt/schema/walk/
H A DJsonSchemaWalkListenerTest.java107 … JsonSchema schema = JsonSchemaFactory.getInstance(VersionFlag.V7).getSchema(schemaData, config); in keywordListener() local
186 … JsonSchema schema = JsonSchemaFactory.getInstance(VersionFlag.V7).getSchema(schemaData, config); in propertyListener() local
272 … JsonSchema schema = JsonSchemaFactory.getInstance(VersionFlag.V7).getSchema(schemaData, config); in itemsListener() local
346 … JsonSchema schema = JsonSchemaFactory.getInstance(VersionFlag.V7).getSchema(schemaData, config); in items202012Listener() local
394 JsonSchema schema = JsonSchemaFactory.getInstance(VersionFlag.V201909) in draft201909() local
557 …JsonSchema schema = JsonSchemaFactory.getInstance(VersionFlag.V202012).getSchema(schemaData, confi… in applyDefaults() local
614 …JsonSchema schema = JsonSchemaFactory.getInstance(VersionFlag.V202012).getSchema(schemaData, confi… in applyDefaultsWithWalker() local
671 …JsonSchema schema = JsonSchemaFactory.getInstance(VersionFlag.V202012).getSchema(schemaData, confi… in applyInvalidDefaultsWithWalker() local
739 …JsonSchema schema = JsonSchemaFactory.getInstance(VersionFlag.V202012).getSchema(schemaData, confi… in missingRequired() local
808 …JsonSchema schema = JsonSchemaFactory.getInstance(VersionFlag.V202012).getSchema(schemaData, confi… in generateDataWithWalker() local
/aosp_15_r20/external/google-cloud-java/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/
H A DSchemaName.java46 private final String schema; field in SchemaName
115 public static SchemaName of(String project, String location, String dataStore, String schema) { in of()
126 String project, String location, String dataStore, String schema) { in ofProjectLocationDataStoreSchemaName()
137 String project, String location, String collection, String dataStore, String schema) { in ofProjectLocationCollectionDataStoreSchemaName()
147 public static String format(String project, String location, String dataStore, String schema) { in format()
159 String project, String location, String dataStore, String schema) { in formatProjectLocationDataStoreSchemaName()
171 String project, String location, String collection, String dataStore, String schema) { in formatProjectLocationCollectionDataStoreSchemaName()
309 private String schema; field in SchemaName.Builder
344 public Builder setSchema(String schema) { in setSchema()
374 private String schema; field in SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder
[all …]
/aosp_15_r20/external/json-schema-validator/src/test/java/com/networknt/schema/
H A DDiscriminatorValidatorTest.java122 JsonSchema schema = factory.getSchema(schemaData, config); in discriminatorInArray() local
155 JsonSchema schema = factory.getSchema(schemaData, config); in anyOfWithConfigEnabledButNoDiscriminator() local
249 JsonSchema schema = factory.getSchema(schemaData, config); in discriminatorInArrayInvalidDiscriminatorPropertyAnyOf() local
343 JsonSchema schema = factory.getSchema(schemaData, config); in discriminatorInArrayInvalidDiscriminatorPropertyOneOf() local
434 JsonSchema schema = factory.getSchema(schemaData, config); in discriminatorInArrayOneOfShouldOnlyReportErrorsInMatchingDiscriminator() local
531 JsonSchema schema = factory.getSchema(schemaData, config); in discriminatorInOneOfShouldOnlyReportErrorsInMatchingDiscriminator() local
632 JsonSchema schema = factory.getSchema(schemaData, config); in discriminatorMappingInOneOfShouldOnlyReportErrorsInMatchingDiscriminator() local
688 JsonSchema schema = factory.getSchema(schemaData, config); in oneOfMissingDiscriminatorValue() local
785 JsonSchema schema = factory.getSchema(schemaData, config); in anyOfMissingDiscriminatorValue() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Ddecomposition_registry.cpp38 const FunctionSchema* schema = &pair.first->schema(); in loadModule() local
73 auto schema = n->maybeSchema(); in DecomposeOp() local
111 const FunctionSchema& schema) { in GetDecomposition()
124 const FunctionSchema& schema) { in GetDecompositionFunction()
145 const FunctionSchema& schema, in RegisterDecomposition()
187 const auto& schema = op.schema(); in run_jit_decomposition() local
200 bool has_jit_decomposition(const FunctionSchema& schema) { in has_jit_decomposition()
204 Function* GetDecompositionExecutor(const FunctionSchema& schema) { in GetDecompositionExecutor()
211 auto& schema = getOperatorForLiteral(schema_literal)->schema(); in GetDecompositionExecutor() local
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft7/
H A Dref.json4 "schema": { object
35 "schema": { object
56 "schema": { object
77 "schema": { object
124 "schema": { object
147 "schema": { object
180 "schema": { object
216 "schema": {"$ref": "http://json-schema.org/draft-07/schema#"}, object
232 "schema": { object
252 "schema": { object
[all …]
/aosp_15_r20/external/libchrome/components/policy/core/common/
H A Dschema_unittest.cc156 Schema schema = Schema::Parse(content, &error); in ParseFails() local
164 Schema schema, in TestSchemaValidationHelper()
199 void TestSchemaValidationWithPath(Schema schema, in TestSchemaValidationWithPath()
272 Schema schema = Schema::Parse(R"({ in TEST() local
309 Schema schema = Schema::Parse(kTestSchema, &error); in TEST() local
446 Schema schema = Schema::Parse(R"({ "type": "object" })", &error); in TEST() local
602 Schema schema = Schema::Wrap(&kData); in TEST() local
668 Schema schema = Schema::Parse(kTestSchema, &error); in TEST() local
1092 Schema schema = Schema::Parse(R"({ in TEST() local
1142 Schema schema = Schema::Parse(R"({ in TEST() local
[all …]
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft-next/
H A Dref.json4 "schema": { object
36 "schema": { object
58 "schema": { object
80 "schema": { object
128 "schema": { object
152 "schema": { object
186 "schema": { object
205 "schema": { object
226 "schema": { object
252 "schema": { object
[all …]
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2019-09/
H A Dref.json4 "schema": { object
36 "schema": { object
58 "schema": { object
80 "schema": { object
128 "schema": { object
152 "schema": { object
186 "schema": { object
205 "schema": { object
226 "schema": { object
252 "schema": { object
[all …]
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2020-12/
H A Dref.json4 "schema": { object
36 "schema": { object
58 "schema": { object
80 "schema": { object
128 "schema": { object
152 "schema": { object
186 "schema": { object
205 "schema": { object
226 "schema": { object
252 "schema": { object
[all …]
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft6/optional/
H A Decmascript-regex.json4 "schema": { object
23 "schema": { object
42 "schema": { object
61 "schema": { object
80 "schema": { object
104 "schema": { object
128 "schema": { object
147 "schema": { object
166 "schema": { object
230 "schema": { object
[all …]
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft7/optional/
H A Decmascript-regex.json4 "schema": { object
23 "schema": { object
42 "schema": { object
61 "schema": { object
80 "schema": { object
104 "schema": { object
128 "schema": { object
147 "schema": { object
166 "schema": { object
230 "schema": { object
[all …]
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft4/optional/
H A Decmascript-regex.json4 "schema": { object
23 "schema": { object
42 "schema": { object
61 "schema": { object
80 "schema": { object
104 "schema": { object
128 "schema": { object
147 "schema": { object
166 "schema": { object
230 "schema": { object
[all …]
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft6/
H A Dref.json4 "schema": { object
35 "schema": { object
56 "schema": { object
77 "schema": { object
124 "schema": { object
147 "schema": { object
180 "schema": { object
216 "schema": {"$ref": "http://json-schema.org/draft-06/schema#"}, object
232 "schema": { object
252 "schema": { object
[all …]

12345678910>>...114