| /external/python/jinja/tests/ |
| D | test_asyncfilters.py | 44 def test_groupby(env_async, items): argument 60 def test_groupby_tuple_index(env_async, items): argument 122 def test_simple_reject(env_async, items): argument 128 def test_bool_reject(env_async, items): argument 134 def test_simple_select(env_async, items): argument 140 def test_bool_select(env_async, items): argument 163 def test_simple_map(env_async, items): argument 185 def test_sum(env_async, items): argument 191 def test_sum_attributes(env_async, items): argument 216 def test_slice(env_async, items): argument
|
| /external/tensorflow/tensorflow/lite/experimental/acceleration/compatibility/ |
| D | devicedb-sample.json | 5 "items": [ array 28 "items": [ array 34 "items": [ array 40 "items": [ array 60 "items": [ array 84 "items": [ array 90 "items": [ array 96 "items": [ array 119 "items": [ array 125 "items": [ array [all …]
|
| /external/cbor-java/src/test/java/co/nstant/in/cbor/decoder/ |
| D | LanguageTaggedStringDecoderTest.java | 24 List<DataItem> items = new CborBuilder().addTag(38).build(); in shouldThrowException() local 35 List<DataItem> items = new CborBuilder() in testExceptionOnNotAnArray() local 49 List<DataItem> items = new CborBuilder() in testExceptionOnNot2ElementArray() local 63 List<DataItem> items = new CborBuilder() in testExceptionOnNotFirstElementIsString() local 77 List<DataItem> items = new CborBuilder() in testExceptionOnNotSecondElementIsString() local 91 List<DataItem> items = new CborBuilder() in testDecoding() local
|
| D | CborDecoderTest.java | 81 List<DataItem> items = new CborBuilder() in shouldThrowOnRationalNumberDecode1() local 95 List<DataItem> items = new CborBuilder() in shouldThrowOnRationalNumberDecode2() local 109 List<DataItem> items = new CborBuilder() in shouldThrowOnRationalNumberDecode3() local 123 List<DataItem> items = new CborBuilder() in shouldThrowOnRationalNumberDecode4() local 137 List<DataItem> items = new CborBuilder() in shouldDecodeRationalNumber() local 164 List<DataItem> items = new CborBuilder() in shouldDecodeTaggedRationalNumber() local
|
| /external/pthreadpool/bench/ |
| D | throughput.cc | 12 const size_t items = static_cast<size_t>(state.range(0)); in pthreadpool_parallelize_1d() local 35 const size_t items = static_cast<size_t>(state.range(0)); in pthreadpool_parallelize_1d_tile_1d() local 58 const size_t items = static_cast<size_t>(state.range(0)); in pthreadpool_parallelize_2d() local 81 const size_t items = static_cast<size_t>(state.range(0)); in pthreadpool_parallelize_2d_tile_1d() local 105 const size_t items = static_cast<size_t>(state.range(0)); in pthreadpool_parallelize_2d_tile_2d() local 129 const size_t items = static_cast<size_t>(state.range(0)); in pthreadpool_parallelize_3d() local 152 const size_t items = static_cast<size_t>(state.range(0)); in pthreadpool_parallelize_3d_tile_1d() local 176 const size_t items = static_cast<size_t>(state.range(0)); in pthreadpool_parallelize_3d_tile_2d() local 200 const size_t items = static_cast<size_t>(state.range(0)); in pthreadpool_parallelize_4d() local 223 const size_t items = static_cast<size_t>(state.range(0)); in pthreadpool_parallelize_4d_tile_1d() local [all …]
|
| /external/selinux/libsepol/src/ |
| D | write.c | 66 size_t items; in ebitmap_write() local 113 size_t items, items2; in avtab_write_item() local 286 size_t items; in avtab_write() local 358 size_t items; in mls_write_semantic_level_helper() local 406 size_t items; in mls_write_level() local 426 size_t items, items2; in mls_write_range_helper() local 454 size_t items, items2, len; in sens_write() local 482 size_t items, items2, len; in cat_write() local 509 size_t nel, items; in role_trans_write() local 553 size_t nel, items; in role_allow_write() local [all …]
|
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
| D | Builder.java | 136 public CBuilder<E, U> addAll(E... items) { in addAll() 143 public CBuilder<E, U> addAll(Iterator<E> items) { in addAll() 155 public <T> CBuilder<E, U> addAll(Transform<T, E> transform, T... items) { in addAll() argument 159 public <T> CBuilder<E, U> addAll(Transform<T, E> transform, Iterator<T> items) { in addAll() 179 public CBuilder<E, U> removeAll(E... items) { in removeAll() 186 public CBuilder<E, U> removeAll(Iterator<E> items) { in removeAll() 199 public CBuilder<E, U> retainAll(E... items) { in retainAll() 204 public CBuilder<E, U> retainAll(Iterator<E> items) { in retainAll() 226 public CBuilder<E, U> xor(E... items) { in xor() 230 public CBuilder<E, U> xor(Iterator<E> items) { in xor() [all …]
|
| /external/autotest/cli/ |
| D | topic_common.py | 643 def check_and_create_items(self, op_get, op_create, argument 744 def print_fields_std(self, items, keys, title=None): argument 762 def print_fields_parse(self, items, keys, title=None): argument 779 def __find_justified_fmt(self, items, keys): argument 802 def print_dict(self, items, title=None, line_before=False): argument 819 def print_table_std(self, items, keys_header, sublist_keys=()): argument 845 def print_table_parse(self, items, keys_header, sublist_keys=()): argument 868 def print_by_ids_std(self, items, title=None, line_before=False): argument 885 def print_by_ids_parse(self, items, title=None, line_before=False): argument 910 def print_list_std(self, items, key): argument [all …]
|
| /external/flatbuffers/tests/ |
| D | monster_test.schema.json | 168 "type" : "array", "items" : { "type" : "number" } object 180 "type" : "array", "items" : { "$ref" : "#/definitions/MyGame_Example_Test" } object 183 "type" : "array", "items" : { "type" : "string" } object 186 "type" : "array", "items" : { "$ref" : "#/definitions/MyGame_Example_Monster" } object 192 "type" : "array", "items" : { "type" : "number" } object 225 "type" : "array", "items" : { "type" : "boolean" } object 237 "type" : "array", "items" : { "type" : "string" } object 240 "type" : "array", "items" : { "$ref" : "#/definitions/MyGame_Example_Ability" } object 243 "type" : "array", "items" : { "type" : "number" } object 246 "type" : "array", "items" : { "$ref" : "#/definitions/MyGame_Example_Test" } object [all …]
|
| D | arrays_test.schema.json | 12 "type" : "array", "items" : { "type" : "number" }, object 25 "type" : "array", "items" : { "type" : "number" }, object 39 "type" : "array", "items" : { "type" : "number" }, object 47 … "type" : "array", "items" : { "$ref" : "#/definitions/MyGame_Example_NestedStruct" }, object 55 "type" : "array", "items" : { "type" : "number" }, object
|
| /external/oj-libjdwp/src/share/back/ |
| D | bag.c | 32 void *items; /* hold items in bag, must align on itemSize */ member 80 char *items = theBag->items; in bagFind() local 98 void *items = theBag->items; in bagAdd() local 125 void *items = theBag->items; in bagDelete() local 149 char *items = theBag->items; in bagEnumerateOver() local
|
| /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/table/ |
| D | TableTest.java | 105 final List<ITableItem> items = Arrays.asList(createItem("A", 1), in testCallbackSequence() local 136 final List<ITableItem> items = Arrays.asList(createItem("A", 1)); in testInvisible() local 157 final List<ITableItem> items = Arrays.asList(createItem("C", 3), in testSortIds() local 203 final List<ITableItem> items = Arrays.asList(createItem("C", 3), in testDefaultSorting() local
|
| /external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
| D | videointelligence.v1p2beta1.json | 140 "items": { object 154 "items": { object 227 "items": { object 277 "items": { object 284 "items": { object 308 "items": { object 326 "items": { object 356 "items": { object 367 "items": { object 374 "items": { object [all …]
|
| D | videointelligence.v1p3beta1.json | 140 "items": { object 154 "items": { object 227 "items": { object 277 "items": { object 284 "items": { object 308 "items": { object 326 "items": { object 356 "items": { object 367 "items": { object 374 "items": { object [all …]
|
| D | videointelligence.v1beta2.json | 140 "items": { object 154 "items": { object 227 "items": { object 277 "items": { object 284 "items": { object 308 "items": { object 326 "items": { object 356 "items": { object 367 "items": { object 374 "items": { object [all …]
|
| D | videointelligence.v1p1beta1.json | 140 "items": { object 154 "items": { object 227 "items": { object 277 "items": { object 284 "items": { object 308 "items": { object 326 "items": { object 356 "items": { object 367 "items": { object 374 "items": { object [all …]
|
| D | videointelligence.v1.json | 362 "items": { object 376 "items": { object 435 "items": { object 508 "items": { object 569 "items": { object 576 "items": { object 600 "items": { object 637 "items": { object 667 "items": { object 678 "items": { object [all …]
|
| D | analyticsdata.v1alpha.json | 264 "items": { object 278 "items": { object 296 "items": { object 310 "items": { object 384 "items": { object 439 "items": { object 525 "items": { object 646 "items": { object 664 "items": { object 678 "items": { object [all …]
|
| /external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
| D | TotalOrderBuilder.java | 20 public TotalOrderBuilder<T> add(List<T> items) { in add() 34 public TotalOrderBuilder<T> add(T... items) { in add() 67 final String items = toString(); in build() local
|
| /external/llvm/utils/llvm-build/llvmbuild/ |
| D | componentinfo.py | 25 def parse_items(items, has_dependencies = True): argument 98 def parse(subpath, items): argument 116 def parse_items(items): argument 126 def parse(subpath, items): argument 202 def parse(subpath, items): argument 216 def parse(subpath, items): argument 264 def parse(subpath, items): argument 341 def parse(subpath, items): argument 373 def parse(subpath, items): argument
|
| /external/guava/guava-tests/benchmark/com/google/common/util/concurrent/ |
| D | MonitorBasedArrayBlockingQueue.java | 62 final E[] items; field in MonitorBasedArrayBlockingQueue 106 final E[] items = this.items; in extract() local 119 final E[] items = this.items; in removeAt() local 452 final E[] items = this.items; in toArray() local 500 final E[] items = this.items; in toArray() local 542 final E[] items = this.items; in clear() local 570 final E[] items = this.items; in drainTo() local
|
| /external/guava/android/guava-tests/benchmark/com/google/common/util/concurrent/ |
| D | MonitorBasedArrayBlockingQueue.java | 62 final E[] items; field in MonitorBasedArrayBlockingQueue 106 final E[] items = this.items; in extract() local 119 final E[] items = this.items; in removeAt() local 452 final E[] items = this.items; in toArray() local 500 final E[] items = this.items; in toArray() local 542 final E[] items = this.items; in clear() local 570 final E[] items = this.items; in drainTo() local
|
| /external/python/cpython3/Tools/c-analyzer/c_common/ |
| D | iterutil.py | 5 def peek_and_iter(items): argument 19 def iter_many(items, onempty=None): argument
|
| /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/ |
| D | Table.java | 89 final List<? extends ITableItem> items, final ICoverageNode total, in render() 101 final List<? extends ITableItem> items, final ICoverageNode total) in header() 119 final List<? extends ITableItem> items, final Resources resources, in body() 133 final List<? extends ITableItem> items) { in sort() 164 void init(final HTMLElement tr, final List<? extends ITableItem> items, in init()
|
| /external/python/cpython3/Tools/c-analyzer/cpython/ |
| D | _capi.py | 262 def summarize(items, *, groupby='kind', includeempty=True, minimize=None): argument 387 def _collate(items, groupby, includeempty): argument 477 def render(items, **kwargs): argument 482 def render_table(items, *, argument 573 def render_full(items, *, argument 622 def render_summary(items, *, argument
|