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

1 2 3 4

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_database_unittest.cc 257 void GetListsInfo(std::vector<SBListChunkRanges>* lists) {
258 lists->clear();
259 EXPECT_TRUE(database_->UpdateStarted(lists));
301 std::vector<SBListChunkRanges> lists; local
302 EXPECT_TRUE(database_->UpdateStarted(&lists));
320 GetListsInfo(&lists);
321 EXPECT_TRUE(lists[0].name == safe_browsing_util::kMalwareList);
322 EXPECT_EQ(lists[0].adds, "1-3");
323 EXPECT_TRUE(lists[0].subs.empty());
332 EXPECT_TRUE(database_->UpdateStarted(&lists));
401 std::vector<SBListChunkRanges> lists; local
465 std::vector<SBListChunkRanges> lists; local
728 std::vector<SBListChunkRanges> lists; local
822 std::vector<SBListChunkRanges> lists; local
881 std::vector<SBListChunkRanges> lists; local
1079 std::vector<SBListChunkRanges> lists; local
1160 std::vector<SBListChunkRanges> lists; local
1278 std::vector<SBListChunkRanges> lists; local
1367 std::vector<SBListChunkRanges> lists; local
1474 std::vector<SBListChunkRanges> lists; local
1501 std::vector<SBListChunkRanges> lists; local
    [all...]
safe_browsing_database.h 111 // std::vector<SBListChunkRanges> lists;
112 // if (db.UpdateStarted(&lists)) {
113 // // Do something with |lists|.
130 virtual bool UpdateStarted(std::vector<SBListChunkRanges>* lists) = 0;
218 virtual bool UpdateStarted(std::vector<SBListChunkRanges>* lists);
protocol_manager.cc 581 const std::vector<SBListChunkRanges>& lists, bool database_error) {
595 for (size_t i = 0; i < lists.size(); ++i) {
596 list_data.append(FormatList(lists[i], use_mac));
597 if (lists[i].name == safe_browsing_util::kPhishingList)
600 if (lists[i].name == safe_browsing_util::kMalwareList)
605 // lists.
safe_browsing_database.cc 70 // other lists.
187 // Helper function to create chunk range lists for Browse related
188 // lists.
191 std::vector<SBListChunkRanges>* lists) {
210 lists->push_back(SBListChunkRanges(listname));
211 lists->back().adds.swap(adds[i]);
212 lists->back().subs.swap(subs[i]);
    [all...]
safe_browsing_service.cc 744 std::vector<SBListChunkRanges> lists; local
748 if (database_->UpdateStarted(&lists)) {
757 this, &SafeBrowsingService::OnGetAllChunksFromDatabase, lists,
762 const std::vector<SBListChunkRanges>& lists, bool database_error) {
765 protocol_manager_->OnGetChunksComplete(lists, database_error);
    [all...]
  /external/qemu/
qemu-config.h 15 int qemu_config_parse(FILE *fp, QemuOptsList **lists, const char *fname);
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/icu4c/samples/
readme.txt 78 - legacy and layout are not included in these lists,
  /external/webkit/Source/WebCore/dom/
NodeRareData.h 107 void setNodeLists(PassOwnPtr<NodeListsNodeData> lists) { m_nodeLists = lists; }
  /external/webkit/LayoutTests/fast/dom/EntityReference/script-tests/
readonly-exceptions.js 12 // http://lists.w3.org/Archives/Public/www-dom/2008JanMar/0009.html
  /hardware/ti/omap4xxx/
omap4.mk 15 # This file lists the modules that are specific to OMAP4 but are used by
  /external/llvm/test/MC/ARM/
thumb-diagnostics.s 45 @ Invalid writeback and register lists for LDM
60 @ Invalid writeback and register lists for PUSH/POP
71 @ Invalid writeback and register lists for STM
  /frameworks/compile/libbcc/runtime/make/
lib_info.mk 41 # Compute lists of where each function is available.
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 47 /* loads the lists.js file to the page.
50 var lists = document.createElement("script");
51 lists.setAttribute("type","text/javascript");
52 lists.setAttribute("src", toRoot+"reference/lists.js");
53 document.getElementsByTagName("head")[0].appendChild(lists);
  /external/webkit/Tools/DumpRenderTree/android/
get_layout_tests_dir_contents.php 18 # Lists the content of the LayoutTests directory
26 # MODE = [folders|files] (defaults to files) - if 'folders' then lists only folders,
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_elementgetattributenode.js 84 * @see http://lists.w3.org/Archives/Public/www-dom-ts/2003Jun/0011.html
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_elementgetattributenode.js 84 * @see http://lists.w3.org/Archives/Public/www-dom-ts/2003Jun/0011.html
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
domimplementationregistry24.js 78 * @see http://lists.w3.org/Archives/Public/www-dom/2004JanMar/0111.html
domimplementationregistry25.js 79 * @see http://lists.w3.org/Archives/Public/www-dom/2004JanMar/0111.html
entitygetxmlencoding03.js 86 * @see http://lists.w3.org/Archives/Public/www-dom-ts/2003Dec/0045.html
entitygetxmlencoding04.js 86 * @see http://lists.w3.org/Archives/Public/www-dom-ts/2003Dec/0045.html
entitygetxmlversion03.js 86 * @see http://lists.w3.org/Archives/Public/www-dom-ts/2003Dec/0045.html
entitygetxmlversion04.js 86 * @see http://lists.w3.org/Archives/Public/www-dom-ts/2003Dec/0045.html
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 378 IImageList[] lists = new IImageList[length]; local
381 lists[i] = createImageList(data.mInclude, data.mBucketId,
386 if (lists[i].isEmpty()) continue;
389 // lists[i-3] is the corresponding Camera Images/Camera Videos.
392 if (i >= 3 && lists[i].getCount() == lists[i - 3].getCount()) {
399 lists[i]);
552 // IMAGE_LIST_DATA stores the parameters for the four image lists
753 // image lists created by createImageList() are collected in mAllLists.
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-docs.js 57 /* loads the lists.js file to the page.
60 var lists = document.createElement("script");
61 lists.setAttribute("type","text/javascript");
62 lists.setAttribute("src", toRoot+"reference/lists.js");
63 document.getElementsByTagName("head")[0].appendChild(lists);

Completed in 472 milliseconds

1 2 3 4