/external/freetype/builds/meson/ |
D | parse_modules_cfg.py | 26 lists = { 44 assert items[0] in lists, ( 48 lists[items[0]].append(items[2]) 50 return lists 53 def generate_ftmodule(lists): argument 55 for driver in lists["FONT_MODULES"]: 71 for module in lists["HINTING_MODULES"]: 76 for module in lists["RASTER_MODULES"]: 85 for module in lists["AUX_MODULES"]: 95 def generate_main_modules(lists): argument [all …]
|
/external/zopfli/src/zopfli/ |
D | katajainen.c | 67 static Node* GetFreeNode(Node* (*lists)[2], int maxbits, NodePool* pool) { in GetFreeNode() 75 if (lists) { in GetFreeNode() 78 for (node = lists[i / 2][i % 2]; node; node = node->tail) { in GetFreeNode() 105 static void BoundaryPM(Node* (*lists)[2], int maxbits, in BoundaryPM() 109 int lastcount = lists[index][1]->count; /* Count of last chain of list. */ in BoundaryPM() 113 newchain = GetFreeNode(lists, maxbits, pool); in BoundaryPM() 114 oldchain = lists[index][1]; in BoundaryPM() 118 lists[index][0] = oldchain; in BoundaryPM() 119 lists[index][1] = newchain; in BoundaryPM() 125 size_t sum = lists[index - 1][0]->weight + lists[index - 1][1]->weight; in BoundaryPM() [all …]
|
/external/tensorflow/tensorflow/python/eager/ |
D | execute.py | 300 def args_to_mixed_eager_tensors(lists, ctx): argument 302 assert len(lists) > 1 306 for l in lists[1:]: 307 if len(l) != len(lists[0]): 310 % (len(lists[0]), len(l), lists[0], l)) 315 for i in range(len(lists[0])): 318 for l in lists: 324 lists_ret[0].append(ops.convert_to_tensor(lists[0][i], ctx=ctx)) 326 for j in range(1, len(lists)): 328 ops.convert_to_tensor(lists[j][i], dtype=dtype, ctx=ctx)) [all …]
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | stream_lists.cc | 50 return t->lists[id].head == nullptr; in stream_list_empty() 56 grpc_chttp2_stream* s = t->lists[id].head; in stream_list_pop() 61 t->lists[id].head = new_head; in stream_list_pop() 64 t->lists[id].head = nullptr; in stream_list_pop() 65 t->lists[id].tail = nullptr; in stream_list_pop() 84 GPR_ASSERT(t->lists[id].head == s); in stream_list_remove() 85 t->lists[id].head = s->links[id].next; in stream_list_remove() 90 t->lists[id].tail = s->links[id].prev; in stream_list_remove() 114 old_tail = t->lists[id].tail; in stream_list_add_tail() 120 t->lists[id].head = s; in stream_list_add_tail() [all …]
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | stream_lists.cc | 50 return t->lists[id].head == nullptr; in stream_list_empty() 56 grpc_chttp2_stream* s = t->lists[id].head; in stream_list_pop() 61 t->lists[id].head = new_head; in stream_list_pop() 64 t->lists[id].head = nullptr; in stream_list_pop() 65 t->lists[id].tail = nullptr; in stream_list_pop() 84 GPR_ASSERT(t->lists[id].head == s); in stream_list_remove() 85 t->lists[id].head = s->links[id].next; in stream_list_remove() 90 t->lists[id].tail = s->links[id].prev; in stream_list_remove() 114 old_tail = t->lists[id].tail; in stream_list_add_tail() 120 t->lists[id].head = s; in stream_list_add_tail() [all …]
|
/external/libcxx/lib/abi/ |
D | README.TXT | 1 This directory contains abi lists representing the symbols exported 2 by the libc++ library. The lists are generated using sym_extract.py. 5 lists *MUST* be updated to reflect the changes. 7 TODO Add more documentation about generating and using the lists. 8 TODO Add more documentation about the build configuration the lists are generated against.
|
/external/tensorflow/tensorflow/python/autograph/converters/ |
D | lists_test.py | 22 from tensorflow.python.autograph.converters import lists 40 tr = self.transform(f, lists) 52 tr = self.transform(f, lists) 64 tr = self.transform(f, lists) 78 tr = self.transform(f, (directives_converter, lists)) 91 tr = self.transform(f, lists) 105 tr = self.transform(f, lists)
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/ |
D | LockFreeLinkedListAtomicLFStressTest.kt | 30 private val lists = Array(nLists) { LockFreeLinkedListHead() } in <lambda>() constant in kotlinx.coroutines.internal.LockFreeLinkedListAtomicLFStressTest 45 val list = lists[rnd.nextInt(nLists)] in <lambda>() 53 val list = lists[rnd.nextInt(nLists)] in <lambda>() 61 val list = lists[rnd.nextInt(nLists)] in <lambda>() 70 val list1 = lists[idx1] in <lambda>() 71 val list2 = lists[idx2] in <lambda>() 90 val list1 = lists[idx1] in <lambda>() 91 val list2 = lists[idx2] in <lambda>() 107 lists.forEach { it.validate() } in <lambda>()
|
/external/mesa3d/docs/ |
D | lists.rst | 4 These are the primary Mesa 3D / DRI mailing lists: 6 - `mesa-users <https://lists.freedesktop.org/mailman/listinfo/mesa-users>`__ 11 - `mesa-dev <https://lists.freedesktop.org/mailman/listinfo/mesa-dev>`__ 15 - `mesa-commit <https://lists.freedesktop.org/mailman/listinfo/mesa-commit>`__ 19 - `mesa-announce <https://lists.freedesktop.org/mailman/listinfo/mesa-announce>`__ 23 - `dri-devel <http://lists.freedesktop.org/mailman/listinfo/dri-devel>`__ 27 - `piglit <https://lists.freedesktop.org/mailman/listinfo/piglit>`__ - 32 You **must** subscribe to these lists in order to post to 40 The old Mesa lists hosted at SourceForge are no longer in use. The
|
/external/arm-trusted-firmware/docs/about/ |
D | contact.rst | 14 Public mailing lists for TF-A and the wider Trusted Firmware project are 15 hosted on TrustedFirmware.org. The mailing lists can be used for general 20 The relevant lists for the TF-A project are: 25 You can see a `summary of all the lists`_ on the TrustedFirmware.org website. 50 .. _`TF-A development`: https://lists.trustedfirmware.org/pipermail/tf-a/ 51 .. _`TF-A-Tests development`: https://lists.trustedfirmware.org/pipermail/tf-a-tests/ 52 .. _`summary of all the lists`: https://lists.trustedfirmware.org
|
/external/llvm-project/llvm/docs/Proposals/ |
D | VariableNames.rst | 15 <http://lists.llvm.org/pipermail/llvm-dev/2019-February/130083.html>`_. 361 .. [AminiInconsistent] Mehdi Amini, http://lists.llvm.org/pipermail/llvm-dev/2019-February/130329.h… 362 .. [ArsenaultAgree] Matt Arsenault, http://lists.llvm.org/pipermail/llvm-dev/2019-February/129934.h… 363 .. [BeylsDistinguish] Kristof Beyls, http://lists.llvm.org/pipermail/llvm-dev/2019-February/130292.… 364 .. [BradburyConcern] Alex Bradbury, http://lists.llvm.org/pipermail/llvm-dev/2019-February/130266.h… 365 .. [BradburyTransition] Alex Bradbury, http://lists.llvm.org/pipermail/llvm-dev/2019-February/13038… 366 .. [CarruthAcronym] Chandler Carruth, http://lists.llvm.org/pipermail/llvm-dev/2019-February/130313… 367 .. [CarruthCamelBack] Chandler Carruth, http://lists.llvm.org/pipermail/llvm-dev/2019-February/1302… 368 .. [CarruthDistinguish] Chandler Carruth, http://lists.llvm.org/pipermail/llvm-dev/2019-February/13… 369 .. [CarruthFunction] Chandler Carruth, http://lists.llvm.org/pipermail/llvm-dev/2019-February/13030… [all …]
|
/external/igt-gpu-tools/tests/v3d_ci/ |
D | README | 1 This directory contains test lists to be used for v3d's DRM support. The files 4 The test lists are contained in the IGT repository for several 7 - The lists stay synchronized with the IGT codebase. 10 - Explicit test lists in general make it possible to implement a new 14 Changing the test lists should only happen with approval from the v3d
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | RBNFParseTest.java | 119 …te void parseList(RuleBasedNumberFormat rbnf_en, RuleBasedNumberFormat rbnf_fr, String[][] lists) { in parseList() argument 120 for (int i = 0; i < lists.length; ++i) { in parseList() 121 String[] list = lists[i]; in parseList() 146 String[][] lists = { in TestLenientParse() local 159 parseList(rbnf_en, rbnf_fr, lists); in TestLenientParse() 165 parseList(rbnf_en, rbnf_fr, lists); in TestLenientParse()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | RBNFParseTest.java | 122 …te void parseList(RuleBasedNumberFormat rbnf_en, RuleBasedNumberFormat rbnf_fr, String[][] lists) { in parseList() argument 123 for (int i = 0; i < lists.length; ++i) { in parseList() 124 String[] list = lists[i]; in parseList() 149 String[][] lists = { in TestLenientParse() local 162 parseList(rbnf_en, rbnf_fr, lists); in TestLenientParse() 168 parseList(rbnf_en, rbnf_fr, lists); in TestLenientParse()
|
/external/igt-gpu-tools/tests/vc4_ci/ |
D | README | 1 This directory contains test lists to be used for vc4's DRM support. The files 4 The test lists are contained in the IGT repository for several 7 - The lists stay synchronized with the IGT codebase. 10 - Explicit test lists in general make it possible to implement a new 14 Changing the test lists should only happen with approval from the vc4
|
/external/google-styleguide/docguide/ |
D | style.md | 22 1. [Lists](#lists) 23 1. [Use lazy numbering for long lists](#use-lazy-numbering-for-long-lists) 30 1. [Nest codeblocks within lists](#nest-codeblocks-within-lists) 34 1. [Prefer lists to tables](#prefer-lists-to-tables) 154 ### Use lazy numbering for long lists 156 Markdown is smart enough to let the resulting HTML render your numbered lists 157 correctly. For longer lists that may change, especially long nested lists, use 169 numbered lists, because it's nicer to read in source: 179 When nesting lists, use a 4 space indent for both numbered and bulleted lists: 214 However, when lists are small, not nested, and a single line, one space can [all …]
|
/external/llvm-project/clang-tools-extra/ |
D | README.txt | 14 should be held using the standard Clang mailing lists: 15 http://lists.llvm.org/mailman/listinfo/cfe-dev 18 commit lists: 19 http://lists.llvm.org/mailman/listinfo/cfe-commits
|
/external/curl/tests/ |
D | directories.pm | 164 %lists = ( 240 $list = $lists{$list_type}; 262 $list = $lists{$list_type}; 285 $list = $lists{$listname};
|
/external/selinux/libsepol/cil/src/ |
D | cil_policy.c | 76 struct cil_list **lists; in __cil_gather_statements_helper() local 79 lists = (struct cil_list **)extra_args; in __cil_gather_statements_helper() 175 cil_list_append(lists[kind], node->flavor, node->data); in __cil_gather_statements_helper() 181 static void cil_gather_statements(struct cil_tree_node *start, struct cil_list *lists[]) in cil_gather_statements() argument 183 cil_tree_walk(start, __cil_gather_statements_helper, NULL, NULL, lists); in cil_gather_statements() 1915 struct cil_list *lists[CIL_LIST_NUM_LISTS]; in cil_gen_policy() local 1918 cil_list_init(&lists[i], CIL_LIST); in cil_gen_policy() 1921 cil_gather_statements(head, lists); in cil_gen_policy() 1927 cil_commons_to_policy(out, lists[CIL_LIST_COMMON]); in cil_gen_policy() 1930 cil_defaults_to_policy(out, lists[CIL_LIST_DEFAULT_USER], "default_user"); in cil_gen_policy() [all …]
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
D | AppendTrack.java | 236 ArrayList<ByteBuffer> lists = new ArrayList<ByteBuffer>(); in getSamples() local 239 lists.addAll(track.getSamples()); in getSamples() 242 return lists; in getSamples() 251 List<long[]> lists = new LinkedList<long[]>(); in getDecodingTimeEntries() local 253 lists.add(TimeToSampleBox.blowupTimeToSamples(track.getDecodingTimeEntries())); in getDecodingTimeEntries() 257 for (long[] list : lists) { in getDecodingTimeEntries() 276 List<int[]> lists = new LinkedList<int[]>(); in getCompositionTimeEntries() local 278 … lists.add(CompositionTimeToSample.blowupCompositionTimes(track.getCompositionTimeEntries())); in getCompositionTimeEntries() 281 for (int[] list : lists) { in getCompositionTimeEntries()
|
/external/cldr/tools/scripts/ |
D | cldrres.mk | 59 cldr-clean-lists: 63 cldr-clean-old: cldr-clean-lists 67 cldr-lists: coll/colfiles.mk locales/resfiles.mk 96 cldr-all-files: cldr-lists cldr-locale-txt cldr-collation-txt
|
/external/webrtc/logging/rtc_event_log/ |
D | rtc_event_processor_unittest.cc | 40 std::vector<std::vector<LoggedStartEvent>> lists(num_lists); in CreateRandomEventLists() local 44 lists[i].emplace_back(timestamp_ms * 1000); in CreateRandomEventLists() 46 return lists; in CreateRandomEventLists() 123 std::vector<std::vector<LoggedStartEvent>> lists( in TEST() local 125 RTC_DCHECK_EQ(lists.size(), kNumLists); in TEST() 127 for (const auto& list : lists) { in TEST()
|
/external/igt-gpu-tools/tests/intel-ci/ |
D | README | 1 This directory contains test lists that are used by Intel's CI. The 4 The test lists are contained in the IGT repository for several 7 - The lists stay synchronized with the IGT codebase. 10 - Explicit test lists in general make it possible to implement a new 16 Changing the test lists should only happen with approval from the CI
|
/external/llvm-project/libcxx/lib/abi/ |
D | README.TXT | 1 This directory contains abi lists representing the symbols exported 2 by the libc++ library. The lists are generated using libcxx/utils/generate_abi_list.py. 5 lists *MUST* be updated to reflect the changes. This can be done by using the
|
/external/libexif/m4m/ |
D | gp-references.m4 | 37 [<gphoto-devel@lists.sourceforge.net>], 41 [<gphoto-user@lists.sourceforge.net>], 45 [<gphoto-translation@lists.sourceforge.net>],
|