| /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/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/ |
| D | ajv.js | 112 function compile(schema, _meta) { argument 127 function addSchema(schema, key, _skipValidation, _meta) { argument 151 function addMetaSchema(schema, key, skipValidation) { argument 164 function validateSchema(schema, throwOrLogError) { argument 212 var res = resolve.schema.call(self, { schema: {} }, ref); property 221 schema: schema, property 291 function _addSchema(schema, skipValidation, meta, shouldAddSchema) { argument 313 schema: schema, property 385 function _getId(schema) { argument 391 function _get$Id(schema) { argument [all …]
|
| D | definition_schema.js | 12 schema: ['validate'], property 19 schema: {type: 'boolean'}, property
|
| /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 | Proto2LiteSchemaTest.java | 41 protected Schema<Proto2MessageLite> schema() { in schema() method in Proto2LiteSchemaTest
|
| D | Proto3SchemaTest.java | 45 protected Schema<Proto3Message> schema() { in schema() method in Proto3SchemaTest
|
| /third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/compile/ |
| D | resolve.js | 116 function getJsonPointer(parsedRef, baseId, schema, root) { argument 158 function inlineRef(schema, limit) { argument 165 function checkNoRef(schema) { argument 183 function countKeys(schema) { argument 232 function resolveIds(schema) { argument
|
| D | index.js | 32 function compile(schema, root, localRefs, baseId) { argument 90 schema: _schema, property 257 function useCustomRule(rule, schema, parentSchema, it) { argument 315 function checkCompiling(schema, root, baseId) { argument 321 schema: schema, property 336 function endCompiling(schema, root, baseId) { argument 351 function compIndex(schema, root, baseId) { argument
|
| /third_party/node/deps/npm/node_modules/copy-concurrently/node_modules/aproba/ |
| D | index.js | 19 function addSchema (schema, arity) { argument 33 schemas.forEach(function (schema) { argument 51 var newMatching = matching.filter(function (schema) { argument 57 var labels = matching.map(function (schema) { argument 59 }).filter(function (schema) { return schema != null }) argument 95 function moreThanOneError (schema) { argument
|
| /third_party/node/deps/npm/node_modules/gauge/node_modules/aproba/ |
| D | index.js | 19 function addSchema (schema, arity) { argument 33 schemas.forEach(function (schema) { argument 51 var newMatching = matching.filter(function (schema) { argument 57 var labels = matching.map(function (schema) { argument 59 }).filter(function (schema) { return schema != null }) argument 95 function moreThanOneError (schema) { argument
|
| /third_party/node/deps/npm/node_modules/move-concurrently/node_modules/aproba/ |
| D | index.js | 19 function addSchema (schema, arity) { argument 33 schemas.forEach(function (schema) { argument 51 var newMatching = matching.filter(function (schema) { argument 57 var labels = matching.map(function (schema) { argument 59 }).filter(function (schema) { return schema != null }) argument 95 function moreThanOneError (schema) { argument
|
| /third_party/node/deps/npm/node_modules/run-queue/node_modules/aproba/ |
| D | index.js | 19 function addSchema (schema, arity) { argument 33 schemas.forEach(function (schema) { argument 51 var newMatching = matching.filter(function (schema) { argument 57 var labels = matching.map(function (schema) { argument 59 }).filter(function (schema) { return schema != null }) argument 95 function moreThanOneError (schema) { argument
|
| /third_party/node/deps/npm/node_modules/gentle-fs/node_modules/aproba/ |
| D | index.js | 19 function addSchema (schema, arity) { argument 33 schemas.forEach(function (schema) { argument 51 var newMatching = matching.filter(function (schema) { argument 57 var labels = matching.map(function (schema) { argument 59 }).filter(function (schema) { return schema != null }) argument 95 function moreThanOneError (schema) { argument
|
| /third_party/node/deps/npm/node_modules/json-schema/lib/ |
| D | validate.js | 41 function validate(/*Any*/instance,/*Object*/schema) { argument 56 exports.checkPropertyChange = function(/*Any*/value,/*Object*/schema, /*String*/property) { argument 71 function getType(schema){ argument 76 function checkProp(value, schema, path,i){ argument
|
| /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()
|
| /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()
|
| /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
|