/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/mindspore/tests/ut/cpp/dataset/ |
D | c_api_audio_a_to_q_test.cc | 38 std::shared_ptr<SchemaObj> schema = Schema(); in TEST_F() local 76 std::shared_ptr<SchemaObj> schema = Schema(); in TEST_F() local 97 std::shared_ptr<SchemaObj> schema = Schema(); in TEST_F() local 135 std::shared_ptr<SchemaObj> schema = Schema(); in TEST_F() local 165 std::shared_ptr<SchemaObj> schema = Schema(); in TEST_F() local 203 std::shared_ptr<SchemaObj> schema = Schema(); in TEST_F() local 233 std::shared_ptr<SchemaObj> schema = Schema(); in TEST_F() local 271 std::shared_ptr<SchemaObj> schema = Schema(); in TEST_F() local 301 std::shared_ptr<SchemaObj> schema = Schema(); in TEST_F() local 339 std::shared_ptr<SchemaObj> schema = Schema(); in TEST_F() local [all …]
|
D | c_api_audio_r_to_z_test.cc | 34 std::shared_ptr<SchemaObj> schema = Schema(); in TEST_F() local 73 std::shared_ptr<SchemaObj> schema = Schema(); in TEST_F() local 98 std::shared_ptr<SchemaObj> schema = Schema(); in TEST_F() local 140 std::shared_ptr<SchemaObj> schema = Schema(); in TEST_F() local 162 std::shared_ptr<SchemaObj> schema = Schema(); in TEST_F() local 200 std::shared_ptr<SchemaObj> schema = Schema(); in TEST_F() local
|
D | schema_test.cc | 39 std::unique_ptr<DataSchema> schema = std::make_unique<DataSchema>(); in TEST_F() local 52 std::unique_ptr<DataSchema> schema = std::make_unique<DataSchema>(); in TEST_F() local
|
D | tfReader_op_test.cc | 50 std::unique_ptr<DataSchema> schema = std::make_unique<DataSchema>(); in TEST_F() local 100 std::unique_ptr<DataSchema> schema = std::make_unique<DataSchema>(); in TEST_F() local 164 std::unique_ptr<DataSchema> schema = std::make_unique<DataSchema>(); in TEST_F() local 221 std::unique_ptr<DataSchema> schema = std::make_unique<DataSchema>(); in TEST_F() local 278 std::unique_ptr<DataSchema> schema = std::make_unique<DataSchema>(); in TEST_F() local 333 std::unique_ptr<DataSchema> schema = std::make_unique<DataSchema>(); in TEST_F() local 400 std::unique_ptr<DataSchema> schema = std::make_unique<DataSchema>(); in TEST_F() local 464 std::unique_ptr<DataSchema> schema = std::make_unique<DataSchema>(); in TEST_F() local 526 std::unique_ptr<DataSchema> schema = std::make_unique<DataSchema>(); in TEST_F() local 588 std::unique_ptr<DataSchema> schema = std::make_unique<DataSchema>(); in TEST_F() local [all …]
|
D | c_api_dataset_randomdata_test.cc | 32 std::shared_ptr<SchemaObj> schema = Schema(); in TEST_F() local 76 std::shared_ptr<SchemaObj> schema = Schema(); in TEST_F() local 134 std::shared_ptr<SchemaObj> schema = Schema(); in TEST_F() local 191 std::shared_ptr<SchemaObj> schema = Schema(SCHEMA_FILE); in TEST_F() local 484 std::shared_ptr<SchemaObj> schema = Schema(); in TEST_F() local 522 std::shared_ptr<SchemaObj> schema = Schema(); in TEST_F() local 558 std::shared_ptr<SchemaObj> schema = Schema(); in TEST_F() local
|
/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
|
/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 …]
|
/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/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/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/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/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/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/ |
D | shard_schema.cc | 26 std::shared_ptr<Schema> Schema::Build(std::string desc, const json &schema) { in Build() 57 std::vector<std::string> Schema::PopulateBlobFields(json schema) { in PopulateBlobFields() 100 bool Schema::Validate(json schema) { in Validate()
|
/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()
|
/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/glib/gio/ |
D | gsettings-tool.c | 38 is_relocatable_schema (GSettingsSchema *schema) in is_relocatable_schema() 44 check_relocatable_schema (GSettingsSchema *schema, in check_relocatable_schema() 65 check_schema (GSettingsSchema *schema, in check_schema() 151 GSettingsSchema *schema; in gsettings_list_schemas_with_paths() local 205 GSettingsSchema *schema; in gsettings_list_children() local 231 GSettingsSchema *schema; in enumerate() local 402 GSettingsSchema *schema; in reset_all_keys() local
|
D | gsettingsschema.c | 434 GSettingsSchema *schema; in g_settings_schema_source_lookup() local 808 gchar *schema; in g_settings_schema_source_list_schemas() local 923 g_settings_schema_ref (GSettingsSchema *schema) in g_settings_schema_ref() 939 g_settings_schema_unref (GSettingsSchema *schema) in g_settings_schema_unref() 956 g_settings_schema_get_string (GSettingsSchema *schema, in g_settings_schema_get_string() 972 g_settings_schema_get_value (GSettingsSchema *schema, in g_settings_schema_get_value() 1013 g_settings_schema_get_path (GSettingsSchema *schema) in g_settings_schema_get_path() 1019 g_settings_schema_get_gettext_domain (GSettingsSchema *schema) in g_settings_schema_get_gettext_domain() 1036 g_settings_schema_has_key (GSettingsSchema *schema, in g_settings_schema_has_key() 1057 g_settings_schema_list_children (GSettingsSchema *schema) in g_settings_schema_list_children() [all …]
|
/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"`
|