Searched refs:lists (Results 1 - 25 of 88) sorted by relevance

1234

/external/zopfli/src/zopfli/
H A Dkatajainen.c63 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) { argument
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, argument
109 int lastcount = lists[inde
145 InitLists( NodePool* pool, const Node* leaves, int maxbits, Node* (*lists)[2]) argument
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_database_unittest.cc274 void GetListsInfo(std::vector<SBListChunkRanges>* lists) { argument
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[
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...]
H A Dsafe_browsing_database.cc73 // incompatible lists.
119 // other lists. We'll also always add a pattern for the empty path.
220 // Helper function to create chunk range lists for Browse related
221 // lists.
224 std::vector<SBListChunkRanges>* lists) {
236 // The loop below will only load as many into |lists| as |listnames|
249 lists->push_back(SBListChunkRanges(listname));
250 lists->back().adds.swap(adds[i]);
251 lists->back().subs.swap(subs[i]);
258 std::vector<SBListChunkRanges>* lists) {
222 UpdateChunkRanges(SafeBrowsingStore* store, const std::vector<std::string>& listnames, std::vector<SBListChunkRanges>* lists) argument
255 UpdateChunkRangesForLists(SafeBrowsingStore* store, const std::string& listname0, const std::string& listname1, std::vector<SBListChunkRanges>* lists) argument
265 UpdateChunkRangesForList(SafeBrowsingStore* store, const std::string& listname, std::vector<SBListChunkRanges>* lists) argument
965 UpdateStarted( std::vector<SBListChunkRanges>* lists) argument
[all...]
/external/qemu/include/qemu/
H A Dconfig-file.h15 int qemu_config_parse(FILE *fp, QemuOptsList **lists, const char *fname);
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dtracing_category_filter.py111 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
/external/chromium_org/chrome/browser/resources/options/
H A Dautofill_edit_address_overlay.js111 * Creates, decorates and initializes the multi-value lists for phone and
194 var lists = this.getLists_();
195 for (var i = 0; i < lists.length; i++) {
196 address[lists[i].getAttribute('field')] =
197 lists[i].dataModel.slice(0, lists[i].dataModel.length - 1);
216 var lists = this.getLists_();
217 for (var i = 0; i < lists.length; i++) {
219 lists[i], address[lists[
[all...]
/external/chromium_org/third_party/skia/platform_tools/android/gyp_gen/
H A Dvars_dict_lib.py109 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/
H A Dvars_dict_lib.py109 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/chrome/browser/resources/print_preview/search/
H A Ddestination_search.js69 * Search box used to search through the destination lists.
161 // Collapse all destination lists
290 * @return {number} Height available for destination lists, in pixels.
298 this.getChildElement('.lists').offsetTop -
304 * Filters all destination lists with the given query.
305 * @param {RegExp} query Query to filter destination lists by.
371 * Reflows the destination lists according to the available height.
380 var lists = [this.recentList_, this.localList_];
382 lists.push(this.cloudList_);
385 var getListsTotalHeight = function(lists, count
[all...]
H A Ddestination_search.css57 #destination-search .lists {
62 #destination-search .lists > * {
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dautofill_options_browsertest.js107 var lists = ['fullName', 'email', 'phone'];
108 for (var i in lists) {
109 var field = getField(lists[i]);
110 assertEquals(testAddress[lists[i]].length, getListSize(field));
/external/chromium_org/third_party/re2/doc/
H A Dmksyntaxwiki27 <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>
H A Dmksyntaxhtml31 <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/
H A Dgen-swizzles.py74 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/
H A Dgen-swizzles.py74 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/
H A Dmksyntaxwiki27 <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>
H A Dmksyntaxhtml31 <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/qemu/util/
H A Dqemu-config.c470 static QemuOptsList *find_list(QemuOptsList **lists, const char *group) argument
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) argument
617 list = find_list(lists, grou
[all...]
/external/chromium_org/third_party/icu/source/samples/
H A Dreadme.txt78 - legacy and layout are not included in these lists,
/external/icu/icu4c/source/samples/
H A Dreadme.txt78 - legacy and layout are not included in these lists,
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DAppendTrack.java236 ArrayList<ByteBuffer> lists = new ArrayList<ByteBuffer>();
239 lists.addAll(track.getSamples());
242 return lists;
251 List<long[]> lists = new LinkedList<long[]>();
253 lists.add(TimeToSampleBox.blowupTimeToSamples(track.getDecodingTimeEntries()));
257 for (long[] list : lists) {
276 List<int[]> lists = new LinkedList<int[]>();
278 lists.add(CompositionTimeToSample.blowupCompositionTimes(track.getCompositionTimeEntries()));
281 for (int[] list : lists) {
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Duser.py77 def prompt_with_multiple_lists(cls, list_title, subtitles, lists, can_choose_multiple=False, raw_input=raw_input):
83 for item in lists[i]:
86 cumulated_list += lists[i]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddlist.h3 * Display lists management.
50 extern void GLAPIENTRY _mesa_CallLists( GLsizei n, GLenum type, const GLvoid *lists );
/external/mesa3d/src/mesa/main/
H A Ddlist.h3 * Display lists management.
50 extern void GLAPIENTRY _mesa_CallLists( GLsizei n, GLenum type, const GLvoid *lists );
/external/smack/src/org/jivesoftware/smack/
H A DPrivacyListManager.java33 * <li>Retrieve privacy lists.
34 * <li>Add, remove, and edit privacy lists.
35 * <li>Set, change, or decline active lists.
127 // Notifies the created or updated privacy lists
324 * @return an array of privacy lists.
330 PrivacyList[] lists = new PrivacyList[names.size()];
337 lists[index] = new PrivacyList(isActiveList, isDefaultList,
341 return lists;
362 * Client declines the use of active lists.
393 * Client declines the use of default lists
[all...]

Completed in 6312 milliseconds

1234