/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/harfbuzz_ng/win32/ |
D | create-lists-msvc.mak | 9 # if [call create-lists.bat header $(makefile_snippet_file) $(variable_name)] 12 # if [call create-lists.bat file $(makefile_snippet_file) $(file_name)] 15 # if [call create-lists.bat footer $(makefile_snippet_file)] 26 # instead when doing 'if [call create-lists.bat file $(makefile_snippet_file) $(file_name)]' 28 # !if [for %c in ($(source_list)) do @if "%~xc" == ".$(srcext)" @call create-lists.bat file $(makef… 37 !if [call create-lists.bat header hb_objs.mak harfbuzz_dll_OBJS] 40 !if [for %c in ($(HB_SOURCES)) do @if "%~xc" == ".cc" @call create-lists.bat file hb_objs.mak ^$(CF… 43 !if [for %c in ($(HB_SOURCES)) do @if "%~xc" == ".c" @call create-lists.bat file hb_objs.mak ^$(CFG… 46 !if [call create-lists.bat footer hb_objs.mak] 52 !if [call create-lists.bat header hb_objs.mak harfbuzz_gobject_OBJS] [all …]
|
D | Makefile.am | 5 create-lists.bat \ 6 create-lists-msvc.mak \
|
/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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | RBNFParseTest.java | 114 …te void parseList(RuleBasedNumberFormat rbnf_en, RuleBasedNumberFormat rbnf_fr, String[][] lists) { in parseList() argument 115 for (int i = 0; i < lists.length; ++i) { in parseList() 116 String[] list = lists[i]; in parseList() 140 String[][] lists = { in TestLenientParse() local 153 parseList(rbnf_en, rbnf_fr, lists); in TestLenientParse() 159 parseList(rbnf_en, rbnf_fr, lists); in TestLenientParse()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | RBNFParseTest.java | 115 …te void parseList(RuleBasedNumberFormat rbnf_en, RuleBasedNumberFormat rbnf_fr, String[][] lists) { in parseList() argument 116 for (int i = 0; i < lists.length; ++i) { in parseList() 117 String[] list = lists[i]; in parseList() 141 String[][] lists = { in TestLenientParse() local 154 parseList(rbnf_en, rbnf_fr, lists); in TestLenientParse() 160 parseList(rbnf_en, rbnf_fr, lists); in TestLenientParse()
|
/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() 1887 struct cil_list *lists[CIL_LIST_NUM_LISTS]; in cil_gen_policy() local 1890 cil_list_init(&lists[i], CIL_LIST); in cil_gen_policy() 1893 cil_gather_statements(head, lists); in cil_gen_policy() 1899 cil_commons_to_policy(out, lists[CIL_LIST_COMMON]); in cil_gen_policy() 1902 cil_defaults_to_policy(out, lists[CIL_LIST_DEFAULT_USER], CIL_KEY_DEFAULTUSER); 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/libexif/m4m/ |
D | gp-references.m4 | 37 [<gphoto-devel@lists.sourceforge.net>], 41 [<gphoto-user@lists.sourceforge.net>], 45 [<gphoto-translation@lists.sourceforge.net>],
|
/external/snakeyaml/src/etc/ |
D | announcement.msg | 2 To: yaml-core@lists.sourceforge.net 26 YAML-core mailing list: http://lists.sourceforge.net/lists/listinfo/yaml-core
|
/external/ply/ply/example/BASIC/ |
D | basinterp.py | 106 if var in self.lists: 108 if dim1val < 1 or dim1val > len(self.lists[var]): 112 return self.lists[var][dim1val - 1] 175 if not var in self.lists: 176 self.lists[var] = [0] * 10 178 if dim1val > len(self.lists[var]): 181 self.lists[var][dim1val - 1] = self.eval(value) 208 self.lists = {} # List variables 366 self.lists[vname] = [0] * x
|
/external/python/cpython2/Lib/idlelib/ |
D | MultiCall.py | 151 def __create_handler(self, lists, mc_type, mc_state): argument 152 def handler(event, lists = lists, argument 161 for l in lists: 197 lists = [self.bindedfuncs[None][i] for i in _state_subsets[s]] 198 handler = self.__create_handler(lists, type, _state_codes[s]) 207 lists = [ self.bindedfuncs[detail][i] 210 handler = self.__create_handler(lists, self.type,
|
/external/deqp/modules/gles3/scripts/ |
D | gen-swizzles.py | 96 self.lists = list(args) 98 self.numCombinations = reduce(operator.mul, map(len, self.lists), 1) 99 print self.lists 103 return [tuple(map(lambda x: x[0], self.lists))]
|
/external/deqp/modules/gles2/scripts/ |
D | gen-swizzles.py | 96 self.lists = list(args) 98 self.numCombinations = reduce(operator.mul, map(len, self.lists), 1) 99 print self.lists 103 return [tuple(map(lambda x: x[0], self.lists))]
|
/external/guava/guava/src/com/google/common/collect/ |
D | CartesianList.java | 40 static <E> List<List<E>> create(List<? extends List<? extends E>> lists) { in create() argument 42 new ImmutableList.Builder<List<E>>(lists.size()); in create() 43 for (List<? extends E> list : lists) { in create()
|
/external/syslinux/com32/lib/libpng/ |
D | ANNOUNCE | 51 Send comments/corrections/commendations to png-mng-implement at lists.sf.net 54 https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
/external/drrickorang/LoopbackApp/ |
D | CONTRIBUTORS | 2 # The AUTHORS file lists the copyright holders; this file 3 # lists people. For example, Google employees are listed here
|
/external/strace/ |
D | strace.spec | 104 * Wed Jul 05 2017 strace-devel@lists.sourceforge.net - 4.18-1 145 * Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.10-3 158 * Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.9-2 171 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.8-4 177 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.8-2 187 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.7-3 190 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.7-2 197 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6-2 204 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5.20-2
|
/external/walt/ |
D | CONTRIBUTORS | 2 # The AUTHORS file lists the copyright holders; this file 3 # lists people. For example, Google employees are listed here
|
/external/markdown/tests/misc/ |
D | benchmark.dat | 31 lists:0.110000:0.000000 52 tabs-in-lists:0.170000:0.000000
|
/external/compiler-rt/www/ |
D | menu.html.incl | 13 <a href="http://lists.llvm.org/mailman/listinfo/llvm-dev">llvm-dev</a> 14 <a href="http://lists.llvm.org/mailman/listinfo/llvm-commits">llvm-commits</a>
|
/external/curl/docs/ |
D | MAIL-ETIQUETTE | 9 1. About the lists 31 1. About the lists 35 The mailing lists we have are all listed and described at 53 mailing lists. 69 All curl mailing lists require that you are subscribed to allow a mail to go 77 to stop spam from pestering the lists. 81 Several of the curl mailing lists automatically make all posts from new 92 actually subscribe and send spam to our lists. 96 Despite our good intentions and hard work to keep spam off the lists and to 122 out to all curl related mailing lists and there's a footer in each mail that [all …]
|
/external/deqp/modules/egl/ |
D | teglSimpleConfigCase.cpp | 151 void getDefaultFilterLists (vector<NamedFilterList>& lists, const FilterList& baseFilters) in getDefaultFilterLists() argument 201 lists.push_back(filters); in getDefaultFilterLists() 220 lists.push_back(filters); in getDefaultFilterLists()
|
/external/clang/www/analyzer/ |
D | menu.css | 35 .menubar li ul /* second level lists */ { 49 .menubar li:hover ul, li.over ul { /* lists nested under hovered list items */
|