/third_party/typescript/tests/baselines/reference/ |
D | isDeclarationVisibleNodeKinds.js | 73 var schema; variable 75 function createValidator1(schema) { argument 82 function createValidator2(schema) { argument 89 function createValidator3(schema) { argument 96 function createValidator4(schema) { argument 103 function createValidator5(schema) { argument 110 function createValidator6(schema) { argument 117 function createValidator7(schema) { argument 124 function createValidator8(schema) { argument 129 (function (schema) { argument
|
/third_party/libwebsockets/lib/system/smd/ |
D | README.md | 149 ### User interaction Button events 183 ### Routing Table Change 213 ### Captive Portal Detection 248 ### lws_system state progression
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | AbstractSchemaTest.java | 47 private Schema<T> schema; field in AbstractSchemaTest 58 Protobuf.getInstance().registerSchemaOverride(schema.newInstance().getClass(), schema); in registerSchemas() local 61 protected abstract Schema<T> schema(); in schema() method in AbstractSchemaTest 113 String failureMessage, M msg, Schema<M> schema) throws IOException { in roundtrip()
|
D | ExperimentalSerializationUtil.java | 51 public static <T> byte[] toByteArray(T msg, Schema<T> schema) throws IOException { in toByteArray() 90 Schema<T> schema = Protobuf.getInstance().schemaFor(messageType); in fromByteArray() local 104 Schema<T> schema = Protobuf.getInstance().schemaFor(messageType); in fromByteArrayFastPath() local
|
D | CodedAdapterTest.java | 88 Schema<T> schema = Protobuf.getInstance().schemaFor(msg); in toByteArray() local 98 Schema<T> schema = Protobuf.getInstance().schemaFor(messageType); in fromByteArray() local
|
D | Proto2SchemaTest.java | 41 protected Schema<Proto2Message> schema() { in schema() method in Proto2SchemaTest
|
D | Proto3SchemaTest.java | 45 protected Schema<Proto3Message> schema() { in schema() method in Proto3SchemaTest
|
D | Proto3LiteSchemaTest.java | 41 protected Schema<Proto3MessageLite> schema() { in schema() method in Proto3LiteSchemaTest
|
D | Proto2LiteSchemaTest.java | 41 protected Schema<Proto2MessageLite> schema() { in schema() method in Proto2LiteSchemaTest
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Protobuf.java | 91 Schema<T> schema = (Schema<T>) schemaCache.get(messageType); in schemaFor() local 118 public Schema<?> registerSchema(Class<?> messageType, Schema<?> schema) { in registerSchema() 133 public Schema<?> registerSchemaOverride(Class<?> messageType, Schema<?> schema) { in registerSchemaOverride()
|
D | CodedInputStreamReader.java | 179 Schema<T> schema, ExtensionRegistryLite extensionRegistry) throws IOException { in readMessageBySchemaWithCheck() 194 public <T> T readGroupBySchemaWithCheck(Schema<T> schema, ExtensionRegistryLite extensionRegistry) in readGroupBySchemaWithCheck() 201 private <T> T readMessage(Schema<T> schema, ExtensionRegistryLite extensionRegistry) in readMessage() 222 private <T> T readGroup(Schema<T> schema, ExtensionRegistryLite extensionRegistry) in readGroup() 798 final Schema<T> schema = Protobuf.getInstance().schemaFor(targetType); in readMessageList() local 804 List<T> target, Schema<T> schema, ExtensionRegistryLite extensionRegistry) in readMessageList() 828 final Schema<T> schema = Protobuf.getInstance().schemaFor(targetType); in readGroupList() local 834 List<T> target, Schema<T> schema, ExtensionRegistryLite extensionRegistry) in readGroupList()
|
D | Reader.java | 138 <T> T readMessageBySchemaWithCheck(Schema<T> schema, ExtensionRegistryLite extensionRegistry) in readMessageBySchemaWithCheck() 158 <T> T readGroupBySchemaWithCheck(Schema<T> schema, ExtensionRegistryLite extensionRegistry) in readGroupBySchemaWithCheck() 289 List<T> target, Schema<T> schema, ExtensionRegistryLite extensionRegistry) throws IOException; in readMessageList()
|
D | BinaryReader.java | 243 Schema<T> schema, ExtensionRegistryLite extensionRegistry) throws IOException { in readMessageBySchemaWithCheck() 248 private <T> T readMessage(Schema<T> schema, ExtensionRegistryLite extensionRegistry) in readMessage() 283 Schema<T> schema, ExtensionRegistryLite extensionRegistry) throws IOException { in readGroupBySchemaWithCheck() 288 private <T> T readGroup(Schema<T> schema, ExtensionRegistryLite extensionRegistry) in readGroup() 930 final Schema<T> schema = Protobuf.getInstance().schemaFor(targetType); in readMessageList() local 936 List<T> target, Schema<T> schema, ExtensionRegistryLite extensionRegistry) in readMessageList() 963 final Schema<T> schema = Protobuf.getInstance().schemaFor(targetType); in readGroupList() local 969 List<T> target, Schema<T> schema, ExtensionRegistryLite extensionRegistry) in readGroupList()
|
D | Writer.java | 105 void writeMessage(int fieldNumber, Object value, Schema schema) throws IOException; in writeMessage() 121 void writeGroup(int fieldNumber, Object value, Schema schema) throws IOException; in writeGroup() 191 void writeMessageList(int fieldNumber, List<?> value, Schema schema) throws IOException; in writeMessageList() 207 void writeGroupList(int fieldNumber, List<?> value, Schema schema) throws IOException; in writeGroupList()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | xmpwriter.c | 85 const gchar * schema) in gst_tag_xmp_writer_data_add_schema_unlocked() 182 gst_tag_xmp_writer_add_schema (GstTagXmpWriter * config, const gchar * schema) in gst_tag_xmp_writer_add_schema() 205 gst_tag_xmp_writer_has_schema (GstTagXmpWriter * config, const gchar * schema) in gst_tag_xmp_writer_has_schema() 237 const gchar * schema) in gst_tag_xmp_writer_remove_schema()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
D | CsvTable.java | 95 private final CsvSchema<T> schema; field in CsvTable.Builder 98 private Builder(CsvSchema<T> schema) { in Builder() 216 public static <K> Builder<K> builder(CsvSchema<K> schema) { in builder() 221 public static <K> CsvTable<K> from(CsvSchema<K> schema, Table<K, Column<?>, Object> table) { in from() 248 public static <K> CsvTable<K> importCsv(CsvSchema<K> schema, Reader csv) throws IOException { in importCsv() 253 public static <K> CsvTable<K> importCsv(CsvSchema<K> schema, Reader csv, CsvParser csvParser) in importCsv() 269 public static <K> CsvTable<K> importRows(CsvSchema<K> schema, Supplier<List<String>> rows) { in importRows() 487 TableParser(CsvSchema<K> schema) { in TableParser()
|
D | RangeTable.java | 111 private final Schema schema; field in RangeTable.Builder 120 private Builder(Schema schema) { in Builder() 376 public static Builder builder(Schema schema) { in builder() 381 Schema schema, Table<RangeSpecification, Column<?>, Optional<?>> t) { in from() 393 private final Schema schema; field in RangeTable 402 Schema schema, in RangeTable() 561 Schema schema, Table<Column<?>, Optional<?>, RangeTree> table, RangeTree allRanges) { in toChanges()
|
/third_party/skia/infra/bots/gen_tasks_logic/ |
D | schema.go | 256 type schema struct { struct 257 Keys []string `json:"keys"` 258 OptionalKeys []string `json:"optional_keys"` 259 RecurseRoles []string `json:"recurse_roles"`
|
/third_party/libwebsockets/lib/misc/ |
D | lws-struct-sqlite.c | 181 const lws_struct_map_t *schema, lws_dll2_owner_t *o, in lws_struct_sq3_deserialize() 240 _lws_struct_sq3_ser_one(sqlite3 *pdb, const lws_struct_map_t *schema, in _lws_struct_sq3_ser_one() 434 lws_struct_sq3_serialize(sqlite3 *pdb, const lws_struct_map_t *schema, in lws_struct_sq3_serialize() 450 lws_struct_sq3_create_table(sqlite3 *pdb, const lws_struct_map_t *schema) in lws_struct_sq3_create_table()
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/ |
D | CsvTableTest.java | 192 CsvSchema<Integer> schema = in testOptionalRowOrdering() local 213 CsvSchema<String> schema = CsvSchema.of(TEST_MARSHALLER, Schema.builder().add(unsafe).build()); in testUnsafeString() local 231 CsvSchema<String> schema = CsvSchema.of(TEST_MARSHALLER, Schema.builder().add(unsafe).build()); in testPerverseEdgeCase() local
|
/third_party/node/deps/npm/node_modules/aproba/ |
D | index.js | 20 function addSchema (schema, arity) { argument 94 function moreThanOneError (schema) { argument
|
/third_party/typescript/tests/cases/compiler/ |
D | nonNullableWithNullableGenericIndexedAccessArg.ts | 13 schema: TStateSchema; property in StateNode
|
/third_party/spirv-tools/source/ |
D | disassemble.cpp | 87 uint32_t id_bound, uint32_t schema) { in HandleHeader() 137 uint32_t schema) { in DisassembleHeader() 171 uint32_t schema) { in DisassembleTargetHeader() 241 void InstructionDisassembler::EmitHeaderSchema(uint32_t schema) { in EmitHeaderSchema()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
D | spirv_definition.h | 29 uint32_t schema; // NOTE: Reserved member
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
D | spirv_definition.h | 29 uint32_t schema; // NOTE: Reserved member
|