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

1 2 3 4 5

  /cts/tests/tests/webkitsecurity/assets/
statement-list-register-crash.js 2 'Tests that code generation of statement lists properly reference counts registers.'
  /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...]
  /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/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>
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/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 41 @ Invalid writeback and register lists for LDM
56 @ Invalid writeback and register lists for PUSH/POP
67 @ Invalid writeback and register lists for STM
  /external/compiler-rt/make/
lib_info.mk 49 # Compute lists of where each function is available.
  /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,
  /frameworks/base/docs/html/design/
design_toc.cs 52 <li><a href="<?cs var:toroot ?>design/building-blocks/lists.html">Lists</a></li>
53 <li><a href="<?cs var:toroot ?>design/building-blocks/grid-lists.html">Grid Lists</a></li>
  /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

Completed in 958 milliseconds

1 2 3 4 5