| /external/flatbuffers/tests/ |
| D | arrays_test.schema.json | 13 "minItems": 2, number 21 "minItems": 2, number 26 "minItems": 2, number 40 "minItems": 15, number 48 "minItems": 2, number 56 "minItems": 2, number
|
| /external/deqp/external/vulkancts/scripts/src/extensions/ |
| D | schema.json | 44 "minItems": 1, number 54 "minItems": 1, number 112 "minItems": 1, number
|
| /external/autotest/server/site_tests/platform_MTBF/ |
| D | config_schema.yaml | 47 minItems: 1 77 minItems: 1
|
| /external/jemalloc_new/include/jemalloc/internal/ |
| D | ckh.h | 69 /* Lifetime management. Minitems is the initial capacity. */ 70 bool ckh_new(tsd_t *tsd, ckh_t *ckh, size_t minitems, ckh_hash_t *hash,
|
| /external/jemalloc_new/src/ |
| D | ckh.c | 359 ckh_new(tsd_t *tsd, ckh_t *ckh, size_t minitems, ckh_hash_t *hash, in ckh_new() argument 365 assert(minitems > 0); in ckh_new() 380 * Find the minimum power of 2 that is large enough to fit minitems in ckh_new() 387 mincells = ((minitems + (3 - (minitems % 3))) / 3) << 2; in ckh_new()
|
| /external/libchrome/components/json_schema/ |
| D | json_schema_constants.cc | 23 const char kMinItems[] = "minItems";
|
| D | json_schema_validator.cc | 185 // This applies to "minItems", "maxItems", "minLength" and "maxLength". in IsValidSchema()
|
| /external/cronet/third_party/icu/source/python/icutools/databuilder/ |
| D | filtration_schema.json | 202 "minItems": 1, number
|
| /external/icu/icu4c/source/python/icutools/databuilder/ |
| D | filtration_schema.json | 202 "minItems": 1, number
|
| /external/mesa3d/src/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
| D | schema_generator.py | 232 …paramdecl += " {\"type\": \"array\", \"minItems\": 0, \"maxItems\": 255, \"items\": {\"$ref\": \"#…
|
| /external/flatbuffers/src/ |
| D | idl_gen_json_schema.cpp | 251 arrayInfo = "," + NewLine() + Indent(8) + "\"minItems\": " + in generate()
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | run_v1beta1.projects.locations.customresourcedefinitions.html | 230 "minItems": "A String", 416 "minItems": "A String",
|
| D | run_v1beta1.namespaces.customresourcedefinitions.html | 227 "minItems": "A String",
|
| D | run_v1beta1.customresourcedefinitions.html | 237 "minItems": "A String",
|
| /external/grpc-grpc-java/xds/third_party/protoc-gen-validate/src/main/proto/validate/ |
| D | validate.proto | 726 // MinItems specifies that this field must have the specified number of
|
| /external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
| D | run.v1beta1.json | 371 "minItems": { object
|
| /external/rust/crates/tikv-jemalloc-sys/patches/ |
| D | delete_c_library.patch | 40255 -/* Lifetime management. Minitems is the initial capacity. */ 40256 -bool ckh_new(tsd_t *tsd, ckh_t *ckh, size_t minitems, ckh_hash_t *hash, 66432 -ckh_new(tsd_t *tsd, ckh_t *ckh, size_t minitems, ckh_hash_t *ckh_hash, 66438 - assert(minitems > 0); 66453 - * Find the minimum power of 2 that is large enough to fit minitems 66460 - mincells = ((minitems + (3 - (minitems % 3))) / 3) << 2;
|