Searched refs:lists (Results 76 - 88 of 88) sorted by last modified time

1234

/external/chromium_org/chrome/browser/safe_browsing/
H A Dprotocol_manager.cc596 const std::vector<SBListChunkRanges>& lists, bool database_error) {
609 for (size_t i = 0; i < lists.size(); ++i) {
610 update_list_data_.append(safe_browsing::FormatList(lists[i]));
611 if (lists[i].name == safe_browsing_util::kPhishingList)
614 if (lists[i].name == safe_browsing_util::kMalwareList)
619 // lists.
621 // lists in GetChunks(). Refactor the unit tests so that this code can be
595 OnGetChunksComplete( const std::vector<SBListChunkRanges>& lists, bool database_error) argument
H A Dprotocol_manager_unittest.cc328 MOCK_METHOD3(AddChunksRaw, void(const std::string& lists,
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...]
H A Dsafe_browsing_database.h143 // std::vector<SBListChunkRanges> lists;
144 // if (db.UpdateStarted(&lists)) {
145 // // Do something with |lists|.
162 virtual bool UpdateStarted(std::vector<SBListChunkRanges>* lists) = 0;
310 virtual bool UpdateStarted(std::vector<SBListChunkRanges>* lists) OVERRIDE;
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_service_browsertest.cc171 virtual bool UpdateStarted(std::vector<SBListChunkRanges>* lists) OVERRIDE {
/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/bison/
H A Dconfigure4329 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
4330 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
5278 # like to wrap large dependency lists on column 80 (with \), and
5955 # like to wrap large dependency lists on column 80 (with \), and
11314 <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00107.html> */
19383 http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
38215 # The default lists apply if the user does not specify any file.
H A Dmaint.mk879 # http://lists.gnu.org/archive/html/bug-gnulib/2010-03/msg00321.html
1542 # to update all FSF copyright year lists in your project.
/external/bison/lib/
H A Dbitset_stats.c68 bitset_stats_info->types[BITSET_TYPE_ (BSET)].lists++
81 unsigned int lists; member in struct:bitset_type_info_struct
190 fprintf (file, _("%u bitset_lists\n"), stats->lists);
/external/bison/build-aux/
H A Dtexinfo.tex8564 % lists of floats.
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddfa.rb66 +s+ are defined by the value of these lists at index +s+.
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas109 /// Is tree considered a nil node used to make lists of child nodes?
171 /// Flat trees such as for lists like "idlist : ID+ ;" are left alone
268 /// method right before returning. Flat trees (i.e., lists) will
478 /// For huge child lists, inserting children can force walking rest of
1018 /// making lists: (nil A B C) is a list of A B C.

Completed in 301 milliseconds

1234