HomeSort by relevance Sort by last modified time
    Searched refs:lists (Results 1 - 25 of 203) sorted by null

1 2 3 4 5 6 7 8 9

  /external/zopfli/src/zopfli/
katajainen.c 63 lists: If given, used to mark in-use nodes during garbage collection.
64 maxbits: Size of lists.
67 static Node* GetFreeNode(Node* (*lists)[2], int maxbits, NodePool* pool) {
75 if (lists) {
78 for (node = lists[i / 2][i % 2]; node; node = node->tail) {
96 lists: The lists of chains.
97 maxbits: Number of lists.
105 static void BoundaryPM(Node* (*lists)[2], int maxbits,
109 int lastcount = lists[index][1]->count; /* Count of last chain of list. *
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_database_unittest.cc 274 void GetListsInfo(std::vector<SBListChunkRanges>* lists) {
275 lists->clear();
276 ASSERT_TRUE(database_->UpdateStarted(lists));
311 std::vector<SBListChunkRanges> lists; local
318 ASSERT_TRUE(database_->UpdateStarted(&lists));
322 GetListsInfo(&lists);
323 ASSERT_LE(1U, lists.size());
324 EXPECT_EQ(safe_browsing_util::kMalwareList, lists[0].name);
325 EXPECT_EQ("1-3", lists[0].adds);
326 EXPECT_TRUE(lists[0].subs.empty())
393 std::vector<SBListChunkRanges> lists; local
458 std::vector<SBListChunkRanges> lists; local
687 std::vector<SBListChunkRanges> lists; local
783 std::vector<SBListChunkRanges> lists; local
843 std::vector<SBListChunkRanges> lists; local
1058 std::vector<SBListChunkRanges> lists; local
1130 std::vector<SBListChunkRanges> lists; local
1261 std::vector<SBListChunkRanges> lists; local
1416 std::vector<SBListChunkRanges> lists; local
1493 std::vector<SBListChunkRanges> lists; local
1543 std::vector<SBListChunkRanges> lists; local
1598 std::vector<SBListChunkRanges> lists; local
1653 std::vector<SBListChunkRanges> lists; local
1793 std::vector<SBListChunkRanges> lists; local
1938 std::vector<SBListChunkRanges> lists; local
2005 std::vector<SBListChunkRanges> lists; local
2071 std::vector<SBListChunkRanges> lists; local
    [all...]
  /external/qemu/include/qemu/
config-file.h 15 int qemu_config_parse(FILE *fp, QemuOptsList **lists, const char *fname);
  /device/asus/fugu/self-extractors/
files-by-owner.sh 17 rm -f extract-lists.txt
62 echo " $target_owner)" >> extract-lists.txt
63 echo " TO_EXTRACT=\"\\" >> extract-lists.txt
90 echo " $file \\" >> extract-lists.txt
101 echo " $file \\" >> extract-lists.txt
111 echo " \"" >> extract-lists.txt
112 echo " ;;" >> extract-lists.txt
  /cts/tests/webgl/res/raw/
extract_webgl_tests.py 24 lists = [] variable
25 lists.append(top_list)
40 while not len(lists) == 0:
41 lists2 = lists
42 lists = [] variable
52 # Append lists and tests found in this list.
54 lists.extend([ line for line in lines if "00_test_list.txt" in line ])
  /device/lge/hammerhead/self-extractors/
files-by-owner.sh 17 rm -f extract-lists.txt
55 echo " $target_owner)" >> extract-lists.txt
56 echo " TO_EXTRACT=\"\\" >> extract-lists.txt
83 echo " $file \\" >> extract-lists.txt
93 echo " \"" >> extract-lists.txt
94 echo " ;;" >> extract-lists.txt
  /device/lge/mako/self-extractors/
files-by-owner.sh 17 rm -f extract-lists.txt
55 echo " $target_owner)" >> extract-lists.txt
56 echo " TO_EXTRACT=\"\\" >> extract-lists.txt
83 echo " $file \\" >> extract-lists.txt
93 echo " \"" >> extract-lists.txt
94 echo " ;;" >> extract-lists.txt
  /device/moto/shamu/self-extractors/
files-by-owner.sh 17 rm -f extract-lists.txt
56 echo " $target_owner)" >> extract-lists.txt
57 echo " TO_EXTRACT=\"\\" >> extract-lists.txt
89 echo " $file \\" >> extract-lists.txt
99 echo " \"" >> extract-lists.txt
100 echo " ;;" >> extract-lists.txt
  /device/samsung/manta/self-extractors/
files-by-owner.sh 17 rm -f extract-lists.txt
55 echo " $target_owner)" >> extract-lists.txt
56 echo " TO_EXTRACT=\"\\" >> extract-lists.txt
83 echo " $file \\" >> extract-lists.txt
93 echo " \"" >> extract-lists.txt
94 echo " ;;" >> extract-lists.txt
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
tracing_category_filter.py 111 lists = []
112 lists.append(self._included_categories)
113 lists.append(self._disabled_by_default_categories)
114 lists.append(['-%s' % x for x in self._excluded_categories])
115 lists.append(self._synthetic_delays)
117 for l in lists:
162 # A and B have explicit include lists. If A includes something that B
  /device/asus/deb/self-extractors/
files-by-owner.sh 17 rm -f extract-lists.txt
55 echo " $target_owner)" >> extract-lists.txt
56 echo " TO_EXTRACT=\"\\" >> extract-lists.txt
83 echo " $file \\" >> extract-lists.txt
93 echo " \"" >> extract-lists.txt
94 echo " ;;" >> extract-lists.txt
  /device/asus/flo/self-extractors/
files-by-owner.sh 17 rm -f extract-lists.txt
55 echo " $target_owner)" >> extract-lists.txt
56 echo " TO_EXTRACT=\"\\" >> extract-lists.txt
83 echo " $file \\" >> extract-lists.txt
93 echo " \"" >> extract-lists.txt
94 echo " ;;" >> extract-lists.txt
  /external/chromium_org/third_party/skia/platform_tools/android/gyp_gen/
vars_dict_lib.py 109 lists = []
112 lists.append(OrderedSet())
113 return tuple.__new__(cls, lists)
155 # If item is in all lists, add to intersection, and remove from all.
  /external/skia/platform_tools/android/gyp_gen/
vars_dict_lib.py 109 lists = []
112 lists.append(OrderedSet())
113 return tuple.__new__(cls, lists)
155 # If item is in all lists, add to intersection, and remove from all.
  /external/chromium_org/third_party/re2/doc/
mksyntaxwiki 27 <tr><td colspan="2">This page lists the regular expression syntax accepted by RE2.</td></tr>
28 <tr><td colspan="2">It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr>
mksyntaxhtml 31 <tr><td colspan=2>This page lists the regular expression syntax accepted by RE2.</td></tr>
32 <tr><td colspan=2>It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr>
  /external/deqp/modules/gles2/scripts/
gen-swizzles.py 74 self.lists = list(args)
76 self.numCombinations = reduce(operator.mul, map(len, self.lists), 1)
77 print self.lists
81 return [tuple(map(lambda x: x[0], self.lists))]
  /external/deqp/modules/gles3/scripts/
gen-swizzles.py 74 self.lists = list(args)
76 self.numCombinations = reduce(operator.mul, map(len, self.lists), 1)
77 print self.lists
81 return [tuple(map(lambda x: x[0], self.lists))]
  /external/regex-re2/doc/
mksyntaxwiki 27 <tr><td colspan="2">This page lists the regular expression syntax accepted by RE2.</td></tr>
28 <tr><td colspan="2">It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr>
  /external/qemu/util/
qemu-config.c 470 static QemuOptsList *find_list(QemuOptsList **lists, const char *group)
474 for (i = 0; lists[i] != NULL; i++) {
475 if (strcmp(lists[i]->name, group) == 0)
478 if (lists[i] == NULL) {
481 return lists[i];
586 QemuOptsList **lists = vm_config_groups; local
590 for (i = 0; lists[i] != NULL; i++) {
591 data.list = lists[i];
596 int qemu_config_parse(FILE *fp, QemuOptsList **lists, const char *fname)
617 list = find_list(lists, group)
    [all...]
  /external/chromium_org/third_party/icu/source/samples/
readme.txt 78 - legacy and layout are not included in these lists,
  /external/icu/icu4c/source/samples/
readme.txt 78 - legacy and layout are not included in these lists,
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
AppendTrack.java 236 ArrayList<ByteBuffer> lists = new ArrayList<ByteBuffer>(); local
239 lists.addAll(track.getSamples());
242 return lists;
251 List<long[]> lists = new LinkedList<long[]>(); local
253 lists.add(TimeToSampleBox.blowupTimeToSamples(track.getDecodingTimeEntries()));
257 for (long[] list : lists) {
276 List<int[]> lists = new LinkedList<int[]>(); local
278 lists.add(CompositionTimeToSample.blowupCompositionTimes(track.getCompositionTimeEntries()));
281 for (int[] list : lists) {
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
dlist.h 3 * Display lists management.
50 extern void GLAPIENTRY _mesa_CallLists( GLsizei n, GLenum type, const GLvoid *lists );
  /external/mesa3d/src/mesa/main/
dlist.h 3 * Display lists management.
50 extern void GLAPIENTRY _mesa_CallLists( GLsizei n, GLenum type, const GLvoid *lists );

Completed in 908 milliseconds

1 2 3 4 5 6 7 8 9