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

12 3 4 5 6 7 8 9

  /external/regex-re2/doc/
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/chromium_org/chrome/browser/safe_browsing/
safe_browsing_database.cc 73 // 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) {
    [all...]
safe_browsing_database.h 143 // 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;
protocol_manager.cc 596 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
  /external/chromium_org/chrome/browser/resources/cryptotoken/
origincheck.js 14 * an app id. For checking whether the app id also lists the origin,
gstaticorigincheck.js 14 * an app id. For checking whether the app id also lists the origin,
  /external/chromium_org/chrome/browser/ui/webui/options/
autofill_options_browsertest.js 107 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));
  /hardware/ti/omap4-aah/
omap4.mk 15 # This file lists the modules that are specific to OMAP4 but are used by
  /hardware/ti/omap4xxx/
omap4.mk 15 # This file lists the modules that are specific to OMAP4 but are used by
omap4_embedded.mk 15 # This file lists the modules that are specific to OMAP4 but are used by
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 147 # The binded functions sit in a dictionary of lists of lists, which maps
152 def __create_handler(self, lists, mc_type, mc_state):
153 def handler(event, lists = lists,
162 for l in lists:
188 # we don't want to change the lists of functions while a handler is
198 lists = [self.bindedfuncs[None][i] for i in _state_subsets[s]]
199 handler = self.__create_handler(lists, type, _state_codes[s])
208 lists = [ self.bindedfuncs[detail][i
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 147 # The binded functions sit in a dictionary of lists of lists, which maps
152 def __create_handler(self, lists, mc_type, mc_state):
153 def handler(event, lists = lists,
162 for l in lists:
188 # we don't want to change the lists of functions while a handler is
198 lists = [self.bindedfuncs[None][i] for i in _state_subsets[s]]
199 handler = self.__create_handler(lists, type, _state_codes[s])
208 lists = [ self.bindedfuncs[detail][i
    [all...]
  /external/chromium_org/chrome/browser/resources/print_preview/search/
destination_search.css 57 #destination-search .lists {
62 #destination-search .lists > * {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
user.py 77 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/smack/src/org/jivesoftware/smack/
PrivacyListManager.java 33 * <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()]; local
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...]
  /external/chromium_org/chrome/tools/
webforms_aggregator.py 59 # lists, giving more weight to the links that contain a link clue.
328 """Init crawler URL, links lists, logger, and creates a cookie temp file.
402 currently set to 30 URLs. These URLs are taken from the links lists, which
413 If these lists have fewer items than the defined rules, such as if a site
414 does not contain any secure links, then csl and sl lists will be of 0 length
418 other lists can be increased. This means that we can take 24 links from the
509 """Appends new links discovered by each retriever to the appropriate lists.
  /external/chromium_org/v8/test/webkit/fast/js/
excessive-comma-usage.js 24 description("Test that we can handle excessively large initializer lists");
  /external/chromium_org/v8/test/webkit/
statement-list-register-crash.js 25 'Tests that code generation of statement lists properly reference counts registers.'
  /external/compiler-rt/make/
lib_info.mk 49 # Compute lists of where each function is available.
  /external/junit/
Common.mk 7 # They are lists of .java files relative to external/junit/.
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_XML.py 900 lists = [{}, {}, {}, {}]
908 if not lists[func_cat_type].has_key(key):
909 lists[func_cat_type][key] = {}
911 lists[func_cat_type][key][func.name] = func
916 keys = lists[func_cat_type].keys()
920 names = lists[func_cat_type][key].keys()
924 functions.append(lists[func_cat_type][key][name])
  /external/mesa3d/src/mapi/glapi/gen/
gl_XML.py 900 lists = [{}, {}, {}, {}]
908 if not lists[func_cat_type].has_key(key):
909 lists[func_cat_type][key] = {}
911 lists[func_cat_type][key][func.name] = func
916 keys = lists[func_cat_type].keys()
920 names = lists[func_cat_type][key].keys()
924 functions.append(lists[func_cat_type][key][name])
  /external/llvm/test/MC/ARM/
thumb-diagnostics.s 56 @ Invalid writeback and register lists for LDM
78 @ Invalid writeback and register lists for PUSH/POP
89 @ Invalid writeback and register lists for STM
  /external/chromium_org/tools/sheriffing/
failureinfo.js 6 * Return the range of intersection between the two lists. Ranges are sets of
141 // allFailures is now a list of lists, each containing:
  /external/chromium_org/ui/keyboard/resources/elements/
kb-altkey-data.js 53 * Registers lists of alternative keys displayed on a long-press.
55 * lists of alternatives.

Completed in 456 milliseconds

12 3 4 5 6 7 8 9