Home
last modified time | relevance | path

Searched defs:schema3 (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
H A DSetSchemaRequestCtsTest.java63 AppSearchSchema schema3 = new AppSearchSchema.Builder("type3").addProperty(prop1).build(); in testBuildSetSchemaRequest() local
102 AppSearchSchema schema3 = in testSetSchemaRequestTypeChanges() local
897 AppSearchSchema schema3 = new AppSearchSchema.Builder("type3").addProperty(prop1).build(); in testSetSchemaRequestBuilder_copyConstructor() local
951 AppSearchSchema schema3 = new AppSearchSchema.Builder("type3").addProperty(prop1).build(); in testSetSchemaRequestBuilder_copyConstructor_usesDeepCopies() local
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/
Dlib.rs75 let schema3 = backends::intermediate::generate(&file3).unwrap(); in rust_no_allocation_output_is_deterministic() localVariable
/aosp_15_r20/external/json-schema-validator/src/test/java/com/networknt/schema/
H A DUnknownMetaSchemaTest.java15 …private String schema3 = "{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"title\":\"thi… field in UnknownMetaSchemaTest
/aosp_15_r20/external/icing/icing/
H A Dicing-search-engine_optimize_test.cc751 SchemaProto schema3 = SchemaProto(schema2); in TEST_F() local