Home
last modified time | relevance | path

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

12345

/third_party/typescript/tests/baselines/reference/
DisDeclarationVisibleNodeKinds.js73 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/
DREADME.md149 ### 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/
Dajv.js112 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 …]
Ddefinition_schema.js12 schema: ['validate'], property
19 schema: {type: 'boolean'}, property
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DAbstractSchemaTest.java47 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()
DExperimentalSerializationUtil.java51 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
DCodedAdapterTest.java88 Schema<T> schema = Protobuf.getInstance().schemaFor(msg); in toByteArray() local
98 Schema<T> schema = Protobuf.getInstance().schemaFor(messageType); in fromByteArray() local
DProto2SchemaTest.java41 protected Schema<Proto2Message> schema() { in schema() method in Proto2SchemaTest
DProto2LiteSchemaTest.java41 protected Schema<Proto2MessageLite> schema() { in schema() method in Proto2LiteSchemaTest
DProto3SchemaTest.java45 protected Schema<Proto3Message> schema() { in schema() method in Proto3SchemaTest
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/compile/
Dresolve.js116 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
Dindex.js32 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/
Dindex.js19 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/
Dindex.js19 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/
Dindex.js19 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/
Dindex.js19 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/
Dindex.js19 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/
Dvalidate.js41 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/
DProtobuf.java91 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()
DCodedInputStreamReader.java179 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/
Dxmpwriter.c85 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/
DCsvTable.java95 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/
Dschema.go256 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/
Dlws-struct-sqlite.c181 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/
DCsvTableTest.java192 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

12345