HomeSort by relevance Sort by last modified time
    Searched refs:schema (Results 26 - 50 of 492) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/flatbuffers/tests/
generate_code.sh 20 ../flatc -b --schema --bfbs-comments -I include_test monster_test.fbs
21 ../flatc --jsonschema --schema -I include_test monster_test.fbs
generate_code.bat 21 ..\%buildtype%\flatc.exe -b --schema --bfbs-comments -I include_test monster_test.fbs
22 ..\%buildtype%\flatc.exe --jsonschema --schema -I include_test monster_test.fbs
  /external/libxml2/include/libxml/
relaxng.h 159 xmlRelaxNGFree (xmlRelaxNGPtr schema);
163 xmlRelaxNGPtr schema);
166 xmlRelaxNGPtr schema);
185 xmlRelaxNGNewValidCtxt (xmlRelaxNGPtr schema);
xmlschemas.h 3 * Description: interface to the XML Schemas handling and schema validity
65 * This is the set of XML Schema validation options.
166 xmlSchemaFree (xmlSchemaPtr schema);
170 xmlSchemaPtr schema);
199 xmlSchemaNewValidCtxt (xmlSchemaPtr schema);
  /external/swiftshader/third_party/LLVM/utils/
Makefile 18 NightlyTestTemplate.html NLT.schema \
  /external/libxml2/
xmlschemas.c 2 * schemas.c : implementation of the XML Schema handling and
3 * schema validity checking
15 * - if we don't intend to use the schema for schemas, we
16 * need to validate all schema attributes (ref, type, name)
21 * - For xsi-driven schema acquisition, augment the IDCs after every
29 * - http://lists.w3.org/Archives/Public/www-xml-schema-comments/2005JulSep/0337.html
36 * Schema Component Constraint:
45 * is schema construction via an API is implemented.
211 * Macros for schema buckets.
305 #define WXS_SCHEMA(ctx) (ctx)->schema
447 xmlSchemaPtr schema; member in struct:_xmlSchemaImport
610 xmlSchemaPtr schema; \/* The main schema in use *\/ member in struct:_xmlSchemaParserCtxt
979 xmlSchemaPtr schema; \/* The schema in use *\/ member in struct:_xmlSchemaValidCtxt
    [all...]
  /external/flatbuffers/include/flatbuffers/
reflection.h 53 const reflection::Schema &schema) {
55 schema.objects()->Get(type_index)->is_struct()) {
56 return schema.objects()->Get(type_index)->bytesize();
133 // access to the schema to check the is_struct flag.
156 const reflection::Schema *schema,
177 // You may pass nullptr for the schema if you don't care to have fields that
181 const reflection::Schema *schema) {
    [all...]
  /libcore/ojluni/src/main/java/java/sql/
DatabaseMetaData.java 642 * Retrieves the database vendor's preferred term for "schema".
644 * @return the vendor term for "schema"
685 * Retrieves whether a schema name can be used in a data manipulation statement.
693 * Retrieves whether a schema name can be used in a procedure call statement.
701 * Retrieves whether a schema name can be used in a table definition statement.
709 * Retrieves whether a schema name can be used in an index definition statement.
717 * Retrieves whether a schema name can be used in a privilege definition statement.
    [all...]
  /build/make/tools/droiddoc/templates-ndk/
customizations.cs 8 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
25 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
43 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
62 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
81 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
100 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
118 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
137 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
151 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
165 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
ElementType.java 17 This class represents an element type in the schema.
19 a flags vector, default attributes, and a schema to which it belongs.
20 @see Schema
33 private Schema theSchema; // schema to which this belongs
37 but it's better to use Schema.element() instead.
46 @param schema The schema with which this element type will be
50 public ElementType(String name, int model, int memberOf, int flags, Schema schema) {
164 public Schema schema() {return theSchema;} method in class:ElementType
    [all...]
  /hardware/interfaces/audio/common/all-versions/test/utility/src/
ValidateXml.cpp 100 "\n Which is: " + xmlFilePath + "\nAgainst the schema: " + xsdFilePathExpr +
105 auto schema = make_xmlUnique(xmlSchemaParse(schemaParserCtxt.get())); local
106 if (schema == nullptr) {
107 return ::testing::AssertionFailure() << "Failed to parse schema (xsd)\n" << context();
119 auto schemaCtxt = make_xmlUnique(xmlSchemaNewValidCtxt(schema.get()));
  /external/flatbuffers/samples/android/jni/
Android.mk 28 # Set up some useful variables to identify schema and output directories and
29 # schema files.
  /external/libxml2/os400/
xmllintcl.c 46 vary2 * schema; /* Schema file name or URL. */ member in struct:__anon26784
47 vary2 * schemakind; /* --schema/--relaxng/--schematron. */
159 if (args->schema && args->schema->len) {
161 vary4vargquote(&cmd, args->schema);
  /external/tensorflow/tensorflow/contrib/lite/schema/
upgrade_schema.py 15 """Upgrade script to move from pre-release schema to new schema.
19 bazel run tensorflow/contrib/lite/schema/upgrade_schema -- in.json out.json
20 bazel run tensorflow/contrib/lite/schema/upgrade_schema -- in.bin out.bin
21 bazel run tensorflow/contrib/lite/schema/upgrade_schema -- in.bin out.json
22 bazel run tensorflow/contrib/lite/schema/upgrade_schema -- in.json out.bin
23 bazel run tensorflow/contrib/lite/schema/upgrade_schema -- in.tflite out.tflite
42 description="Script to move TFLite models from pre-release schema to"
43 " new schema.")
52 "the new schema. Extension must be `.json`, `.bin` or `.tflite`."
    [all...]
  /prebuilts/devtools/tools/lib/
dvlib.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/22.9.2/
dvlib-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/23.0.1/
dvlib-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/23.0.2/
dvlib-23.0.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/23.1.0/
dvlib-23.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/23.1.3/
dvlib-23.1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/23.1.4/
dvlib-23.1.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/23.2.0/
dvlib-23.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/23.2.1/
dvlib-23.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/23.2.2/
dvlib-23.2.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/23.2.4/
dvlib-23.2.4.jar 

Completed in 1479 milliseconds

12 3 4 5 6 7 8 91011>>