HomeSort by relevance Sort by last modified time
    Searched refs:match (Results 176 - 200 of 3045) sorted by null

1 2 3 4 5 6 78 91011>>

  /device/samsung/manta/recovery/
Android.mk 8 # should match TARGET_RECOVERY_UI_LIB set in BoardConfig.mk
21 # should match TARGET_RECOVERY_UPDATER_LIBS set in BoardConfig.mk
  /external/apache-http/src/org/apache/http/cookie/
CookieAttributeHandler.java 72 * @param cookie {@link org.apache.http.cookie.Cookie} to match
73 * @param origin the cookie source to match against
74 * @return <tt>true</tt> if the match is successful; <tt>false</tt> otherwise
76 boolean match(Cookie cookie, CookieOrigin origin); method in interface:CookieAttributeHandler
  /external/chromium/chrome/browser/autocomplete/
autocomplete_classifier.h 30 // AutocompleteInput::allow_exact_keyword_match(). |match| should be a
31 // non-NULL outparam that will be set to the default match for this input, if
32 // any (for invalid input, there will be no default match, and |match| will be
40 AutocompleteMatch* match,
history_provider.h 24 virtual void DeleteMatch(const AutocompleteMatch& match) OVERRIDE;
37 // Fixes up user URL input to make it more possible to match against. Among
history_quick_provider.cc 85 // TODO(mrossetti): Determine when a match should be deletable.
86 void HistoryQuickProvider::DeleteMatch(const AutocompleteMatch& match) {}
129 // Discount a very high score when a) a match doesn't start at the beginning
141 AutocompleteMatch match(this, score, !!info.visit_count(),
146 match.destination_url = info.url();
147 DCHECK(match.destination_url.is_valid());
152 match.fill_into_edit =
157 match.inline_autocomplete_offset = inline_autocomplete_offset;
158 DCHECK((match.inline_autocomplete_offset == string16::npos) ||
159 (match.inline_autocomplete_offset <= match.fill_into_edit.length()))
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/
contentscript.js 7 matches = document.body.innerText.match(regex);
  /external/chromium_org/build/android/pylib/utils/
apk_helper.py 18 m = package_name_re.match(line)
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_classifier.h 35 // AutocompleteInput::allow_exact_keyword_match(). |match| should be a
36 // non-NULL outparam that will be set to the default match for this input, if
37 // any (for invalid input, there will be no default match, and |match| will be
45 AutocompleteMatch* match,
  /external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/live-headers/
headers.js 68 var match = url.match(
70 if (!match)
72 result.scheme = match[1].toLowerCase();
73 result.host = match[2];
74 result.port = match[3];
75 result.path = match[4] || "/";
76 result.fragment = match[5];
  /external/chromium_org/components/autofill/core/browser/
form_field.h 51 // By default match label and name for input/text types.
59 // success and fills |match| with a pointer to the field.
62 const AutofillField** match);
65 // as specified in the |match_type| bit field (see |MatchType|). If |match|
67 // A |true| result is returned in the case of a successful match, false
72 const AutofillField** match);
75 // on success and fills |match| with a pointer to the field.
77 const AutofillField** match);
91 FRIEND_TEST_ALL_PREFIXES(FormFieldTest, Match);
99 // Returns |true| if a match is found according to |match_type|, and |false
    [all...]
  /external/chromium_org/media/tools/layout_tests/
bug.py 35 match = re.match('Bug\((\w+)\)$', bug_modifier)
36 if match:
38 self.url = 'mailto:%s@chromium.org' % match.group(1).lower()
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptRegexp.h 47 int match(const String&, int startFrom = 0, int* matchLength = 0) const;
  /external/chromium_org/third_party/skia/src/animator/
SkExtras.h 28 virtual SkDisplayTypes getType(const char match[], size_t len ) = 0;
  /external/chromium_org/third_party/smhasher/src/
Types.cpp 110 uint8_t match[256]; local
112 memset(match,0,256);
118 if(match[c]) { b = 0; matchfail++; break; }
120 match[c] = 1;
  /external/chromium_org/tools/grit/grit/gather/
regexp.py 60 for match in regexp.finditer(text_to_parse):
61 groups = match.groupdict()
70 text_to_parse[chunk_start : match.start(group)])
71 chunk_start = match.end(group) # Next chunk will start after the match
78 # more than one description per regular expression match.
  /external/chromium_org/tools/gyp/test/mac/
gyptest-ldflags-passed-to-libtool.py 17 match = lambda a, b: True) variable
gyptest-objc-arc.py 16 # set |match| to ignore build stderr output.
18 match = lambda a, b: True) variable
  /external/chromium_org/tools/gyp/test/variables/commands/
gyptest-commands-repeated.py 33 if not test.match(contents, expect):
gyptest-commands.py 34 if not test.match(contents, expect):
  /external/chromium_org/tools/gyp/test/variables/filelist/
gyptest-filelist.py 24 if not test.match(contents, expect):
  /external/chromium_org/tools/gyp/test/win/
gyptest-link-base-address.py 31 exe_match = image_base_reg_ex.match(exe_headers)
39 dll_match = image_base_reg_ex.match(dll_headers)
47 default_exe_match = image_base_reg_ex.match(default_exe_headers)
55 default_dll_match = image_base_reg_ex.match(default_dll_headers)
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
v8_profiler.py 33 match = re.match(self._V8_ARG % '(\S+)', i)
34 if match:
35 output_file = match.groups(0)[0]
  /external/iproute2/tc/
emp_ematch.y 31 %type <e> match expr
48 match
50 | match relation expr
58 match: label
  /external/iptables/extensions/
libxt_cpu.c 12 "cpu match options:\n"
13 "[!] --cpu number Match CPU number\n");
33 cpu_print(const void *ip, const struct xt_entry_match *match, int numeric)
35 const struct xt_cpu_info *info = (void *)match->data;
40 static void cpu_save(const void *ip, const struct xt_entry_match *match)
42 const struct xt_cpu_info *info = (void *)match->data;
libxt_helper.c 12 "helper match options:\n"
13 "[!] --helper string Match helper identified by string\n");
33 helper_print(const void *ip, const struct xt_entry_match *match, int numeric)
35 const struct xt_helper_info *info = (const void *)match->data;
37 printf(" helper match %s\"%s\"", info->invert ? "! " : "", info->name);
40 static void helper_save(const void *ip, const struct xt_entry_match *match)
42 const struct xt_helper_info *info = (const void *)match->data;

Completed in 769 milliseconds

1 2 3 4 5 6 78 91011>>