Home
last modified time | relevance | path

Searched +full:generate +full:- +full:schema (Results 1 – 25 of 965) sorted by relevance

12345678910>>...39

/external/flatbuffers/docs/source/
DCompiler.md1 Using the schema compiler {#flatbuffers_guide_using_schema_compiler}
6 flatc [ GENERATOR OPTIONS ] [ -o PATH ] [ -I PATH ] FILES...
7 [ -- FILES...]
11 the most recent schema specified.
13 `--` indicates that the following files are binary files in
14 FlatBuffer format conforming to the schema indicated before it.
19 For any schema input files, one or more generators can be specified:
21 - `--cpp`, `-c` : Generate a C++ header for all definitions in this file (as
24 - `--java`, `-j` : Generate Java code.
26 - `--kotlin`, `-k` : Generate Kotlin code.
[all …]
DSchemas.md1 Writing a schema {#flatbuffers_guide_writing_schema}
4 The syntax of the schema language (aka IDL, [Interface Definition Language][])
44 optionally a default value. If the default value is not specified in the schema,
53 - You can add new fields in the schema ONLY at the end of a table
58 schema, you can manually assign ids (much like Protocol Buffers),
61 - You cannot delete fields you don't use anymore from the schema,
69 - You may change field names and table names, if you're ok with your
72 See "Schema evolution examples" below for more on this
82 tables and are even faster to access (they are always stored in-line in their
87 Built-in scalar types are
[all …]
/external/flatbuffers/CMake/
DBuildFlatBuffers.cmake7 # http://www.apache.org/licenses/LICENSE-2.0
18 # flatbuffers_schemas: A list of flatbuffer schema files to process.
20 # schema_include_dirs: A list of schema file include directories, which will be
21 # passed to flatc via the -I parameter.
32 # generated_includes_dir: Where to generate the C++ header files for these
36 # generate include files for these schemas.
38 # binary_schemas_dir: If you specify an optional binary schema directory, binary
43 # all schema include directories) copied into a directory (for example, if you
66 set(FLATC_SCHEMA_ARGS --gen-mutable)
77 # Generate the include files parameters.
[all …]
/external/flatbuffers/scripts/
Dgenerate_code.py9 # http://www.apache.org/licenses/LICENSE-2.0
28 "--flatc",
31 parser.add_argument("--cpp-0x", action="store_true", help="use --cpp-std c++ox")
33 "--skip-monster-extra",
38 "--skip-gen-reflection",
72 def flatc(options, schema, prefix=None, include=None, data=None, cwd=tests_path): argument
75 cmd += ["-o"] + [prefix]
77 cmd += ["-I"] + [include]
78 cmd += [schema] if isinstance(schema, str) else schema
84 # Generate the code for flatbuffers reflection schema
[all …]
/external/flatbuffers/include/flatbuffers/
Dregistry.h8 * http://www.apache.org/licenses/LICENSE-2.0
25 // Convenience class to easily parse or generate text for arbitrary FlatBuffers.
26 // Simply pre-populate it with all schema filenames that may be in use, and
28 // schema.
34 Schema schema; in Register() local
35 schema.path_ = schema_path; in Register()
36 schemas_[file_identifier] = schema; in Register()
39 // Generate text from an arbitrary FlatBuffer by looking up its
51 // Load and parse the schema. in FlatBufferToText()
54 // Now we're ready to generate text. in FlatBufferToText()
[all …]
Didl.h8 * http://www.apache.org/licenses/LICENSE-2.0
32 // Definition Language) / schema file.
45 // clang-format off
68 // - enum
69 // - FlatBuffers schema type.
70 // - C++ type.
71 // - Java type.
72 // - Go type.
73 // - C# / .Net type.
74 // - Python type.
[all …]
/external/flatbuffers/src/
Dflatc.cpp8 * http://www.apache.org/licenses/LICENSE-2.0
51 Error("failed to load binary schema: " + filename, false, false); in LoadBinarySchema()
70 { "", "strict-json", "",
73 { "", "allow-non-utf8", "",
74 "Pass non-UTF-8 input through parser and emit nonstandard \\x escapes in "
75 "JSON. (Default is to raise parse error on non-UTF-8 input.)" },
76 { "", "natural-utf8", "",
77 "Output strings with UTF-8 as human-readable strings. By default, UTF-8 "
79 { "", "defaults-json", "",
81 { "", "unknown-json", "",
[all …]
Didl_gen_fbs.cpp8 * http://www.apache.org/licenses/LICENSE-2.0
29 return type.struct_def->defined_namespace->GetFullyQualifiedName( in GenType()
30 type.struct_def->name); in GenType()
34 return type.enum_def->defined_namespace->GetFullyQualifiedName( in GenType()
35 type.enum_def->name); in GenType()
46 auto &schema = *_schema; in GenNameSpace() local
47 schema += "namespace "; in GenNameSpace()
50 if (it != name_space.components.begin()) schema += "."; in GenNameSpace()
51 schema += *it; in GenNameSpace()
53 schema += ";\n\n"; in GenNameSpace()
[all …]
/external/mesa3d/src/gfxstream/codegen/vulkan/vulkan-docs-next/xml/
DREADME.adoc1 // Copyright 2014-2023 The Khronos Group Inc.
3 // SPDX-License-Identifier: CC-BY-4.0
21 This is the Vulkan XML API Registry. It is used to generate the canonical
32 ** This validates the XML files against the schema description; generates
34 of platform-dependent headers `vulkan_<platform>.h`; and runs a simple
37 ** This uses `vk.xml` to generate asciidoc includes and other intermediate
45 server (your personal repository clone of KhronosGroup/Vulkan-Docs on
50 For a detailed description of the schema, go to `..` and `make registry`,
69 The `validate` and `install` targets described above also generate the
78 We strongly recommend using the Khronos-provided Docker image, which has all
[all …]
/external/tensorflow/tensorflow/lite/schema/builtin_ops_list/
DBUILD1 # This package contains code to auto-generate the contents of the file
3 # from the BuiltinOperator enum in the FlatBuffer schema,
4 # and a test to verify that the checked-in copy remains up-to-date.
7 # the code in ../builtin_ops_header/, i.e. have a single tool generate
22 "//tensorflow/lite/schema:schema_fbs",
27 name = "generate",
28 srcs = ["generate.cc"],
/external/mbedtls/scripts/
Dgenerate_driver_wrappers.py2 """Generate library/psa_crypto_driver_wrappers.h
5 This module is invoked by the build scripts to auto generate the
10 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
40 def render(template_path: str, driver_jsoncontext: list) -> str:
54 driver_jsoncontext: list) -> None:
56 Generate the file psa_crypto_driver_wrapper.c.
65 encoding='UTF-8') as out_file:
69 def validate_json(driverjson_data: Driver, driverschema_list: dict) -> None:
71 Validate the Driver JSON against an appropriate schema
72 the schema passed could be that matching an opaque/ transparent driver.
[all …]
/external/rust/crates/pdl-compiler/src/backends/rust_legacy/
Dmod.rs7 // https://www.apache.org/licenses/LICENSE-2.0
36 /// Generate a sanitized rust identifier.
38 fn to_ident(self) -> proc_macro2::Ident; in to_ident()
42 fn to_ident(self) -> proc_macro2::Ident { in to_ident()
56 /// Generate a bit-mask which masks out `n` least significant bits.
62 pub fn mask_bits(n: usize, suffix: &str) -> syn::LitInt { in mask_bits()
65 let hex_digits = format!("{:x}", (1u64 << n) - 1) in mask_bits()
77 schema: &analyzer::Schema, in generate_packet_size_getter() argument
80 ) -> (usize, proc_macro2::TokenStream) { in generate_packet_size_getter()
86 schema.padded_size(field.key).or(schema.field_size(field.key).static_()) in generate_packet_size_getter()
[all …]
/external/perfetto/src/protozero/filtering/
Dfilter_util_unittest.cc8 * http://www.apache.org/licenses/LICENSE-2.0
55 auto schema = MkTemp(R"( in TEST() local
64 ASSERT_TRUE(filter.LoadMessageDefinition(schema.path(), "Root", "")); in TEST()
80 auto schema = MkTemp(R"( in TEST() local
92 ASSERT_TRUE(filter.LoadMessageDefinition(schema.path(), "", "")); in TEST()
112 auto schema = MkTemp(R"( in TEST() local
137 ASSERT_TRUE(filter.LoadMessageDefinition(schema.path(), "Root", "")); in TEST()
156 // Fields chld1 and chld2 should point to the same sub-filter because they in TEST()
165 auto schema = MkTemp(R"( in TEST() local
187 ASSERT_TRUE(filter.LoadMessageDefinition(schema.path(), "Root", "")); in TEST()
[all …]
/external/tensorflow/tensorflow/lite/g3doc/examples/convert/
Dmetadata.md10 …de generator](../../inference_with_metadata/codegen#generate-code-with-tensorflow-lite-android-cod…
12 …Binding feature](../../inference_with_metadata/codegen#generate-code-with-android-studio-ml-model-
15 [TensorFlow Hub](https://tfhub.dev/s?deployment-format=lite) have been populated
24 [metadata_schema.fbs](https://github.com/tensorflow/tflite-support/blob/master/tensorflow_lite_supp…
28 …w/tensorflow/blob/bd73701871af75539dd2f6d7fdba5660a8298caf/tensorflow/lite/schema/schema.fbs#L1208)
30 [TFLite model schema](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/schema/s…
36 ["append" mode](https://pymotw.com/2/zipfile/#appending-to-files) (`'a'` mode).
38 See [Pack the associated files](#pack-the-associated-files) for more
53 pip install tflite-support
62 use the high-level API in the
[all …]
/external/rust/crates/tinyjson/
DREADME.md6 [tinyjson](https://crates.io/crates/tinyjson) is a library to parse/generate JSON format document.
10 - **Simplicity**: This library uses standard containers like `Vec` or `HashMap` as its internal rep…
13 - **Explicit**: This library does not hide memory allocation from users. You need to allocate memor…
17 - **No dependencies**: This library is built on top of only standard libraries.
18 - **No unsafe code**: This library is built with Safe Rust.
19 - **Well tested**: This library is tested with famous test suites:
20 - [JSON checker in json.org](http://www.json.org/JSON_checker/)
21 - [JSONTestSuite](https://github.com/nst/JSONTestSuite)
22 - [JSON-Schema-Test-Suite](https://github.com/json-schema-org/JSON-Schema-Test-Suite)
65 // Generate JSON string
[all …]
/external/icing/icing/index/iterator/
Ddoc-hit-info-iterator-property-in-schema.cc7 // http://www.apache.org/licenses/LICENSE-2.0
15 #include "icing/index/iterator/doc-hit-info-iterator-property-in-schema.h"
27 #include "icing/index/hit/doc-hit-info.h"
28 #include "icing/index/iterator/doc-hit-info-iterator.h"
29 #include "icing/schema/schema-store.h"
30 #include "icing/store/document-id.h"
31 #include "icing/store/document-store.h"
52 while (delegate_->Advance().ok()) { in Advance()
53 DocumentId document_id = delegate_->doc_hit_info().document_id(); in Advance()
66 valid_match = itr->second; in Advance()
[all …]
/external/libxml2/doc/
Dxmllint.111 .\" -----------------------------------------------------------------
13 .\" -----------------------------------------------------------------
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
20 .\" -----------------------------------------------------------------
22 .\" -----------------------------------------------------------------
27 .\" -----------------------------------------------------------------
29 .\" -----------------------------------------------------------------
31 xmllint \- command line XML tool
34-\-version\fR | \fB\-\-debug\fR | \fB\-\-quiet\fR | \fB\-\-shell\fR | \fB\-\-xpath\ "\fR\fB\fIXPat…
36 \fBxmllint\fR \fB\-\-help\fR
[all …]
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Ddiscovery.v1.json8 "etag": "\"-2NioU2H8y8siEzrBOV_qzRI6kQ/vabF8Q1ADCm_Bt9EBq9rkrRawQA\"",
10 "x16": "http://www.google.com/images/icons/feature/filing_cabinet_search-g16.png",
11 "x32": "http://www.google.com/images/icons/feature/filing_cabinet_search-g32.png"
26 "Responses with Content-Type of application/json"
127 "description": "Indicate the version of the Discovery API used to generate this doc.",
213 …"description": "A reference to another schema. The value of this property is the \"id\" of another…
218 …"description": "If this is a schema for an object, this property is the schema for any additional …
256 …the value. For more details see: http://tools.ietf.org/html/draft-zyp-json-schema-03#section-5.23",
260 "description": "Unique identifier for this schema.",
265 …"description": "If this is a schema for an array, this property is the schema for each element in …
[all …]
/external/jackson-core/docs/javadoc/1.9/org/codehaus/jackson/schema/class-use/
DJsonSchema.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!-- NewPage -->
5 <!-- Generated by javadoc (version 1.7.0_10-ea) on Sun Jul 14 20:03:36 PDT 2013 -->
6 <title>Uses of Class org.codehaus.jackson.schema.JsonSchema (Jackson JSON Processor)</title>
7 <meta name="date" content="2013-07-14">
11 <script type="text/javascript"><!--
12 if (location.href.indexOf('is-external=true') == -1) {
13 …parent.document.title="Uses of Class org.codehaus.jackson.schema.JsonSchema (Jackson JSON Processo…
15 //-->
20 <!-- ========= START OF TOP NAVBAR ======= -->
[all …]
/external/jackson-databind/docs/javadoc/1.9/org/codehaus/jackson/schema/class-use/
DJsonSchema.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!-- NewPage -->
5 <!-- Generated by javadoc (version 1.7.0_10-ea) on Sun Jul 14 20:03:36 PDT 2013 -->
6 <title>Uses of Class org.codehaus.jackson.schema.JsonSchema (Jackson JSON Processor)</title>
7 <meta name="date" content="2013-07-14">
11 <script type="text/javascript"><!--
12 if (location.href.indexOf('is-external=true') == -1) {
13 …parent.document.title="Uses of Class org.codehaus.jackson.schema.JsonSchema (Jackson JSON Processo…
15 //-->
20 <!-- ========= START OF TOP NAVBAR ======= -->
[all …]
/external/rust/crates/tinyjson/src/
Dlib.rs1 //! [tinyjson](https://crates.io/crates/tinyjson) is a library to parse/generate JSON format docume…
5 //! - **Simplicity**: This library uses standard containers like `Vec` or `HashMap` as its internal…
8 //! - **Explicit**: This library does not hide memory allocation from users. You need to allocate m…
12 //! - **No dependencies**: This library is built on top of only standard libraries.
13 //! - **No unsafe code**: This library is built with Safe Rust.
14 //! - **Well tested**: This library is tested with famous test suites:
15 //! - [JSON checker in json.org](http://www.json.org/JSON_checker/)
16 //! - [JSONTestSuite](https://github.com/nst/JSONTestSuite)
17 //! - [JSON-Schema-Test-Suite](https://github.com/json-schema-org/JSON-Schema-Test-Suite)
45 //! // Generate JSON string
[all …]
/external/googleapis/google/cloud/aiplatform/v1beta1/schema/trainingjob/definition/
Dautoml_tables.proto7 // http://www.apache.org/licenses/LICENSE-2.0
17 package google.cloud.aiplatform.v1beta1.schema.trainingjob.definition;
19 import "google/cloud/aiplatform/v1beta1/schema/trainingjob/definition/export_evaluated_data_items_c…
21 option csharp_namespace = "Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition";
22 option go_package = "cloud.google.com/go/aiplatform/apiv1beta1/schema/trainingjob/definition/defini…
25 option java_package = "com.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition";
26 option php_namespace = "Google\\Cloud\\AIPlatform\\V1beta1\\Schema\\TrainingJob\\Definition";
27 option ruby_package = "Google::Cloud::AIPlatform::V1beta1::Schema::TrainingJob::Definition";
67 // * The categorical string as is--no change to case, punctuation,
70 // * Convert the category name to a dictionary lookup index and generate an
[all …]
/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/proto/google/cloud/aiplatform/v1/schema/trainingjob/definition/
Dautoml_tables.proto7 // http://www.apache.org/licenses/LICENSE-2.0
17 package google.cloud.aiplatform.v1.schema.trainingjob.definition;
19 import "google/cloud/aiplatform/v1/schema/trainingjob/definition/export_evaluated_data_items_config…
21 option csharp_namespace = "Google.Cloud.AIPlatform.V1.Schema.TrainingJob.Definition";
22 option go_package = "cloud.google.com/go/aiplatform/apiv1/schema/trainingjob/definition/definitionp…
25 option java_package = "com.google.cloud.aiplatform.v1.schema.trainingjob.definition";
26 option php_namespace = "Google\\Cloud\\AIPlatform\\V1\\Schema\\TrainingJob\\Definition";
27 option ruby_package = "Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition";
67 // * The categorical string as is--no change to case, punctuation,
70 // * Convert the category name to a dictionary lookup index and generate an
[all …]
/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/proto/google/cloud/aiplatform/v1beta1/schema/trainingjob/definition/
Dautoml_tables.proto7 // http://www.apache.org/licenses/LICENSE-2.0
17 package google.cloud.aiplatform.v1beta1.schema.trainingjob.definition;
19 import "google/cloud/aiplatform/v1beta1/schema/trainingjob/definition/export_evaluated_data_items_c…
21 option csharp_namespace = "Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition";
22 option go_package = "cloud.google.com/go/aiplatform/apiv1beta1/schema/trainingjob/definition/defini…
25 option java_package = "com.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition";
26 option php_namespace = "Google\\Cloud\\AIPlatform\\V1beta1\\Schema\\TrainingJob\\Definition";
27 option ruby_package = "Google::Cloud::AIPlatform::V1beta1::Schema::TrainingJob::Definition";
67 // * The categorical string as is--no change to case, punctuation,
70 // * Convert the category name to a dictionary lookup index and generate an
[all …]
/external/googleapis/google/cloud/aiplatform/v1/schema/trainingjob/definition/
Dautoml_tables.proto7 // http://www.apache.org/licenses/LICENSE-2.0
17 package google.cloud.aiplatform.v1.schema.trainingjob.definition;
19 import "google/cloud/aiplatform/v1/schema/trainingjob/definition/export_evaluated_data_items_config…
21 option csharp_namespace = "Google.Cloud.AIPlatform.V1.Schema.TrainingJob.Definition";
22 option go_package = "cloud.google.com/go/aiplatform/apiv1/schema/trainingjob/definition/definitionp…
25 option java_package = "com.google.cloud.aiplatform.v1.schema.trainingjob.definition";
26 option php_namespace = "Google\\Cloud\\AIPlatform\\V1\\Schema\\TrainingJob\\Definition";
27 option ruby_package = "Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition";
67 // * The categorical string as is--no change to case, punctuation,
70 // * Convert the category name to a dictionary lookup index and generate an
[all …]

12345678910>>...39