/aosp_15_r20/external/libchrome/components/policy/core/common/ |
H A D | schema_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 5 #include "components/policy/core/common/schema.h" 27 "type": "object", 41 "type": "object", 55 "Object": { 56 "type": "object", 64 "type": "object", 66 "Object": { 67 "type": "object", 93 "type": "object", [all …]
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2019-09/ |
H A D | unevaluatedProperties.json | 4 "schema": { object 5 "$schema": "https://json-schema.org/draft/2019-09/schema", 6 "type": "object", 25 "description": "unevaluatedProperties schema", 26 "schema": { object 27 "$schema": "https://json-schema.org/draft/2019-09/schema", 28 "type": "object", 58 "schema": { object 59 "$schema": "https://json-schema.org/draft/2019-09/schema", 60 "type": "object", [all …]
|
H A D | type.json | 4 "schema": { object 5 "$schema": "https://json-schema.org/draft/2019-09/schema", 35 "description": "an object is not an integer", 58 "schema": { object 59 "$schema": "https://json-schema.org/draft/2019-09/schema", 89 "description": "an object is not a number", 112 "schema": { object 113 "$schema": "https://json-schema.org/draft/2019-09/schema", 143 "description": "an object is not a string", 165 "description": "object type matches objects", [all …]
|
H A D | recursiveRef.json | 4 "schema": { object 5 "$schema": "https://json-schema.org/draft/2019-09/schema", 36 "schema": { object 37 "$schema": "https://json-schema.org/draft/2019-09/schema", 38 "$id": "http://localhost:4242/draft2019-09/recursiveRef2/schema.json", 46 "type": "object", 87 "schema": { object 88 "$schema": "https://json-schema.org/draft/2019-09/schema", 89 "$id": "http://localhost:4242/draft2019-09/recursiveRef3/schema.json", 98 "type": "object", [all …]
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2020-12/ |
H A D | unevaluatedProperties.json | 4 "schema": { object 5 "$schema": "https://json-schema.org/draft/2020-12/schema", 6 "type": "object", 25 "description": "unevaluatedProperties schema", 26 "schema": { object 27 "$schema": "https://json-schema.org/draft/2020-12/schema", 28 "type": "object", 58 "schema": { object 59 "$schema": "https://json-schema.org/draft/2020-12/schema", 60 "type": "object", [all …]
|
H A D | type.json | 4 "schema": { object 5 "$schema": "https://json-schema.org/draft/2020-12/schema", 35 "description": "an object is not an integer", 58 "schema": { object 59 "$schema": "https://json-schema.org/draft/2020-12/schema", 89 "description": "an object is not a number", 112 "schema": { object 113 "$schema": "https://json-schema.org/draft/2020-12/schema", 143 "description": "an object is not a string", 165 "description": "object type matches objects", [all …]
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft-next/ |
H A D | unevaluatedProperties.json | 4 "schema": { object 5 "$schema": "https://json-schema.org/draft/next/schema", 6 "type": "object", 25 "description": "unevaluatedProperties schema", 26 "schema": { object 27 "$schema": "https://json-schema.org/draft/next/schema", 28 "type": "object", 58 "schema": { object 59 "$schema": "https://json-schema.org/draft/next/schema", 60 "type": "object", [all …]
|
H A D | type.json | 4 "schema": { object 5 "$schema": "https://json-schema.org/draft/next/schema", 35 "description": "an object is not an integer", 58 "schema": { object 59 "$schema": "https://json-schema.org/draft/next/schema", 89 "description": "an object is not a number", 112 "schema": { object 113 "$schema": "https://json-schema.org/draft/next/schema", 143 "description": "an object is not a string", 165 "description": "object type matches objects", [all …]
|
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/ |
D | schema.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 """Schema processing for discovery based APIs 17 Schemas holds an APIs discovery schemas. It can return those schema as 19 conform to the schema. 21 For example, given the schema: 23 schema = \"\"\"{ 25 "type": "object", 45 s = Schemas(schema) 57 The constructor takes a discovery document in which to look up named schema. 70 class Schemas(object): [all …]
|
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/googleapiclient/ |
H A D | schema.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 """Schema processing for discovery based APIs 17 Schemas holds an APIs discovery schemas. It can return those schema as 19 conform to the schema. 21 For example, given the schema: 23 schema = \"\"\"{ 25 "type": "object", 45 s = Schemas(schema) 57 The constructor takes a discovery document in which to look up named schema. 76 class Schemas(object): [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | discovery_v1.apis.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
/aosp_15_r20/external/json-schema-validator/src/test/resources/schema/unevaluatedTests/ |
H A D | unevaluated-tests.json | 3 "description": "schema with a $ref", 4 "schema": { object 6 "type": "object", 80 "description": "Unevaluated Property - Outside $ref", 92 … "$: property 'invalid' is not evaluated and the schema does not allow unevaluated properties" 96 "description": "Unevaluated Property - inside $ref", 109 …"$.address: property 'invalid' is not evaluated and the schema does not allow unevaluated properti… 113 "description": "Unevaluated - multiple properties", 126 …"$.address: property 'invalid2' is not evaluated and the schema does not allow unevaluated propert… 145 …"$.address.residence: property 'invalid' is not evaluated and the schema does not allow unevaluate… [all …]
|
/aosp_15_r20/external/google-cloud-java/java-private-catalog/proto-google-cloud-private-catalog-v1beta1/src/main/java/com/google/cloud/privatecatalog/v1beta1/ |
H A D | Product.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 50 protected java.lang.Object newInstance(UnusedPrivateParameter unused) { in newInstance() 77 private volatile java.lang.Object name_ = ""; 83 * `products/[a-z][-a-z0-9]*[a-z0-9]'. 93 java.lang.Object ref = name_; in getName() 108 * `products/[a-z][-a-z0-9]*[a-z0-9]'. 118 java.lang.Object ref = name_; in getNameBytes() 132 private volatile java.lang.Object assetType_ = ""; 149 java.lang.Object ref = assetType_; in getAssetType() 175 java.lang.Object ref = assetType_; in getAssetTypeBytes() [all …]
|
H A D | ProductOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 31 * `products/[a-z][-a-z0-9]*[a-z0-9]'. 45 * `products/[a-z][-a-z0-9]*[a-z0-9]'. 90 * Required. Output only. The display metadata to describe the product. The JSON schema of the 92 * When the type is `google.deploymentmanager.Template`, the schema is as 95 * "$schema": http://json-schema.org/draft-04/schema# 96 * type: object 121 * type: object 126 * "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]" 136 * - name [all …]
|
/aosp_15_r20/libcore/luni/src/main/java/javax/xml/validation/ |
H A D | SchemaFactory.java | 9 * http://www.apache.org/licenses/LICENSE-2.0 18 // $Id: SchemaFactory.java 884952 2009-11-27 18:55:08Z mrglavas $ 33 * Factory that creates {@link Schema} objects. Entry-point to 37 * {@link SchemaFactory} is a schema compiler. It reads external 41 * The {@link SchemaFactory} class is not thread-safe. In other words, 43 * one thread is using a {@link SchemaFactory} object at any 48 * {@link SchemaFactory} is not re-entrant. While one of the 53 * <h2><a name="schemaLanguage"></a>Schema Language</h2> 55 * This spec uses a namespace URI to designate a schema language. 59 * is only required to support W3C XML Schema 1.0. However, [all …]
|
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/schema/trainingjob/definition/ |
H A D | AutoMlTablesInputs.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 // source: google/cloud/aiplatform/v1beta1/schema/trainingjob/definition/automl_tables.proto 19 package com.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition; 23 * google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs} 27 …// @@protoc_insertion_point(message_implements:google.cloud.aiplatform.v1beta1.schema.trainingjob.… 46 protected java.lang.Object newInstance(UnusedPrivateParameter unused) { in newInstance() 56 return com.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMLTablesProto in getDescriptor() 63 return com.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMLTablesProto in internalGetFieldAccessorTable() 66 com.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs in internalGetFieldAccessorTable() 68 com.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs in internalGetFieldAccessorTable() [all …]
|
H A D | AutoMlForecastingInputs.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 18 // google/cloud/aiplatform/v1beta1/schema/trainingjob/definition/automl_time_series_forecasting.pro… 20 package com.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition; 24 * google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs} 28 …// @@protoc_insertion_point(message_implements:google.cloud.aiplatform.v1beta1.schema.trainingjob.… 53 protected java.lang.Object newInstance(UnusedPrivateParameter unused) { in newInstance() 63 return com.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMLForecastingProto in getDescriptor() 70 return com.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMLForecastingProto in internalGetFieldAccessorTable() 73 com.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition in internalGetFieldAccessorTable() 75 com.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition in internalGetFieldAccessorTable() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/schema/trainingjob/definition/ |
H A D | AutoMlTablesInputs.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 // source: google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_tables.proto 19 package com.google.cloud.aiplatform.v1.schema.trainingjob.definition; 22 * Protobuf type {@code google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs} 26 …// @@protoc_insertion_point(message_implements:google.cloud.aiplatform.v1.schema.trainingjob.defin… 45 protected java.lang.Object newInstance(UnusedPrivateParameter unused) { in newInstance() 55 return com.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMLTablesProto in getDescriptor() 62 return com.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMLTablesProto in internalGetFieldAccessorTable() 65 com.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.class, in internalGetFieldAccessorTable() 66 com.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Builder in internalGetFieldAccessorTable() [all …]
|
/aosp_15_r20/external/perfetto/ui/src/components/widgets/sql/details/ |
H A D | details.ts | 7 // http://www.apache.org/licenses/LICENSE-2.0 39 // widget) for an object represented by a SQL row in some table. The user passes 40 // a typed schema of the tree and this impl handles fetching and rendering. 44 // - dictionary (keys should be strings) 45 // - array 47 // - number, string, timestamp, duration, interval and thread interval. 48 // - id into another sql table. 49 // - arg set id. 52 // just the column name). Each primitive value can be auto-skipped if the 53 // underlying SQL value is null (skipIfNull). Each container can be auto-skipped [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/epy/ |
D | googleapiclient.schema.Schemas-class.html | 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 3 "DTD/xhtml1-transitional.dtd"> 6 <title>googleapiclient.schema.Schemas</title> 13 <!-- ==================== NAVIGATION BAR ==================== --> 17 <!-- Home link --> 19 href="googleapiclient-module.html">Home</a> </th> 21 <!-- Tree link --> 23 href="module-tree.html">Trees</a> </th> 25 <!-- Index link --> 27 href="identifier-index.html">Indices</a> </th> [all …]
|
/aosp_15_r20/build/bazel/utils/ |
H A D | schema_validation.scl | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 This module provides a function for validating starlark data against a schema. 112 def _validate_impl(obj, schema): 115 def newStackFrame(obj, schema): 118 "schema": schema, 122 newStackFrame(obj, schema) 130 frame = stack[-1] 132 schema = frame["schema"] 136 if len(schema) == 0: 140 if "or" in schema: [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/ |
H A D | pybind_utils.h | 54 using ResolutionCallback = std::function<py::object(std::string)>; 63 TORCH_PYTHON_API py::object toPyObject(IValue ivalue); 86 // explicitly setting PyObject* to nullptr to prevent py::object's dtor to in ~PythonFunctionGuard() 88 // See Note [Destructing py::object] in python_ivalue.h in ~PythonFunctionGuard() 100 // [-Werror=attributes]" 106 using UnwrapFunc = std::function<void(py::object)>; 117 return fut->completed(); in done() 120 py::object value() { in value() 121 // acquiring GIL as toPyObject creates new py::object in value() 124 py::object py_obj = toPyObject(fut->value()); in value() [all …]
|
/aosp_15_r20/external/json-schema-validator/src/test/resources/draft7/ |
H A D | issue491.json | 3 "description": "issue491 Schema 1", 4 "schema": { object 5 "$schema": "http://json-schema.org/draft-07/schema#", 6 "$id": "https://example.com/issue-470.json", 9 "type": "object", 12 "type": "object", 15 "type": "object", 18 "type": "object", 36 "type": "object", 75 "description": "Test invalid oneOf option 1 - wrong type", [all …]
|
/aosp_15_r20/external/sdk-platform-java/test/integration/goldens/pubsub/src/com/google/cloud/pubsub/v1/ |
H A D | SchemaServiceClient.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 47 import com.google.pubsub.v1.Schema; 58 // AUTO-GENERATED DOCUMENTATION AND CLASS. 60 * Service Description: Service for doing schema-related operations. 68 * // - It may require correct/in-range values for request initialization. 69 * // - It may require specifying regional endpoints when creating the service client as shown in 73 * Schema schema = Schema.newBuilder().build(); 74 * String schemaId = "schemaId-697673060"; 75 * Schema response = schemaServiceClient.createSchema(parent, schema, schemaId); 79 * <p>Note: close() needs to be called on the SchemaServiceClient object to clean up resources such [all …]
|
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/schema/predict/instance/ |
H A D | ImageObjectDetectionPredictionInstance.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 // source: google/cloud/aiplatform/v1/schema/predict/instance/image_object_detection.proto 19 package com.google.cloud.aiplatform.v1.schema.predict.instance; 25 * Prediction input format for Image Object Detection. 29 * google.cloud.aiplatform.v1.schema.predict.instance.ImageObjectDetectionPredictionInstance} 34 …// @@protoc_insertion_point(message_implements:google.cloud.aiplatform.v1.schema.predict.instance.… 50 protected java.lang.Object newInstance(UnusedPrivateParameter unused) { in newInstance() 60 return com.google.cloud.aiplatform.v1.schema.predict.instance in getDescriptor() 68 return com.google.cloud.aiplatform.v1.schema.predict.instance in internalGetFieldAccessorTable() 72 com.google.cloud.aiplatform.v1.schema.predict.instance in internalGetFieldAccessorTable() [all …]
|