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

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make_style_shorthands.py 72 return re.sub(r'(^[^-])|-(.)', lambda match: (match.group(1) or match.group(2)).upper(), property_name)
  /external/chromium_org/third_party/icu/source/i18n/
csrucode.cpp 31 int32_t CharsetRecog_UTF_16_BE::match(InputText* textIn) function in class:CharsetRecog_UTF_16_BE
54 int32_t CharsetRecog_UTF_16_LE::match(InputText* textIn) function in class:CharsetRecog_UTF_16_LE
72 int32_t CharsetRecog_UTF_32::match(InputText* textIn) function in class:CharsetRecog_UTF_32
  /external/chromium_org/tools/grit/grit/format/
c_format.py 51 def _HexToOct(match):
53 hex = match.group("hex")
59 return match.group("escaped_backslashes") + result
  /external/easymock/src/org/easymock/internal/
UnorderedBehavior.java 84 boolean match = invocation != null
87 if (unordered && validCallCount && !match) {
91 ErrorMessage message = new ErrorMessage(match, entry.toString(),
  /external/iptables/extensions/
libxt_iprange.c 30 "iprange match options:\n"
31 "[!] --src-range ip[-ip] Match source IP in the specified range\n"
32 "[!] --dst-range ip[-ip] Match destination IP in the specified range\n");
92 "will never match\n", arg, dash + 1);
159 "iprange match: You must specify `--src-range' or `--dst-range'");
174 static void iprange_print(const void *ip, const struct xt_entry_match *match,
177 const struct ipt_iprange_info *info = (const void *)match->data;
194 iprange_mt4_print(const void *ip, const struct xt_entry_match *match,
197 const struct xt_iprange_mtinfo *info = (const void *)match->data;
220 iprange_mt6_print(const void *ip, const struct xt_entry_match *match,
    [all...]
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 133 bool match = false; local
136 if (RegEx.match(GA->getName())) {
138 match = true;
141 if (!match) {
167 bool match = false; local
170 if (RegEx.match(GV->getName())) {
172 match = true;
175 if (!match) {
201 bool match = false; local
204 if (RegEx.match(F->getName()))
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Parser.java 58 Token tok = lexer.match(SIP);
61 lexer.match('/');
62 tok = lexer.match(ID);
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PrivacyParser.java 92 this.lexer.match(TokenTypes.ID);
101 this.lexer.match(';');
104 this.lexer.match(TokenTypes.ID);
  /frameworks/base/core/java/android/util/
DebugUtils.java 61 * @param object any object to match against the ANDROID_OBJECT_FILTER
67 boolean match = false;
91 match |= (value != null ?
104 return match;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccProvider.java 79 switch (URL_MATCHER.match(url)) {
96 switch (URL_MATCHER.match(url)) {
115 int match = URL_MATCHER.match(url); local
116 switch (match) {
141 switch (match) {
182 int match = URL_MATCHER.match(url); local
183 switch (match) {
250 int match = URL_MATCHER.match(url) local
    [all...]
  /ndk/build/awk/
gen-windows-host-path.awk 66 # Drive letters are special cases because we must match both
73 if (!match(host[nn],"^[A-Za-z]:$")) {
83 if (match(cygwin[nn],"/"lo"$")) {
92 if (match(cygwin[nn],"/"up"$")) {
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicSecureHandler.java 53 public boolean match(final Cookie cookie, final CookieOrigin origin) { method in class:BasicSecureHandler
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
CollectionStore.java 30 * @param selector the selector to match against.
48 if (selector.match(obj))
  /external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_popup_view_gtk_unittest.cc 138 // the match. Otherwise, check that the new attribute is, in
153 // Now we have a match. May need to keep going to shorten
342 // Match "is".
352 ACMatchClassification(kRunLength1, ACMatchClassification::MATCH));
386 // Match "hello".
396 ACMatchClassification::URL | ACMatchClassification::MATCH;
417 // Test that the popup is not shown if there is only one hidden match.
422 AutocompleteMatch match; local
423 match.destination_url = GURL("http://verbatim/");
424 match.type = AutocompleteMatchType::SEARCH_WHAT_YOU_TYPED
441 AutocompleteMatch match; local
447 AutocompleteMatch match; local
467 AutocompleteMatch match; local
    [all...]
  /external/chromium_org/ppapi/
generate_ppapi_include_tests.py 25 # A simple regular expression that should match source files for C++ and C.
49 if not IGNORE_RE.match(src)]
62 if not IGNORE_RE.match(relative_root):
64 if SOURCE_FILE_RE.match(source):
154 if header_re.match(source):
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentMarker.cpp 77 explicit DocumentMarkerTextMatch(bool match)
78 : m_match(match)
85 PassRefPtr<DocumentMarkerTextMatch> DocumentMarkerTextMatch::instanceFor(bool match)
89 return match ? trueInstance : falseInstance;
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
BaseTextInputType.cpp 49 int matchOffset = ScriptRegexp(pattern, TextCaseSensitive).match(value, 0, &matchLength);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
clean-header-guards 34 next if filename.match(IgnoreFileNamesPattern)
38 match_results = contents.match(/#ifndef (\S+)\n#define \1/s)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
webkitunittest.py 48 self.assertTrue(re.match(regex_message, exception.__str__()),
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-name-table.hh 91 NameRecord *match = (NameRecord *) bsearch (&key, nameRecord, count, sizeof (nameRecord[0]), (hb_compare_func_t) NameRecord::cmp); local
93 if (!match)
96 unsigned int length = MIN (buffer_length, (unsigned int) match->length);
97 memcpy (buffer, (char *) this + stringOffset + match->offset, length);
  /external/chromium_org/third_party/libxslt/libxslt/
keys.h 32 const xmlChar *match,
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_function.cpp 30 PARAMETER_LIST_INEXACT_MATCH /*< Match requires implicit conversion. */
34 * \brief Check if two parameter lists match.
46 /* This is set to true if there is an inexact match requiring an implicit
55 * do not match.
106 * match.
129 ir_function_signature *match = NULL; local
134 * "If an exact match is found, the other signatures are ignored, and
135 * the exact match is used. Otherwise, if no exact match is found, then
137 * be applied to the calling arguments if this can make their types match
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkGetCondensedInfo.cpp 38 unsigned char match = (unsigned char) type; local
43 if (gTypeIDs[mid] < match)
82 const char* match = *matchPtr; local
84 int index = _searchByName(&info->fName, count, strings, match);
  /external/chromium_org/third_party/skia/src/pathops/
SkDQuadImplicit.h 16 bool match(const SkDQuadImplicit& two) const;
17 static bool Match(const SkDQuad& quad1, const SkDQuad& quad2);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdtlib.asm 25 jz .match
40 .match:

Completed in 316 milliseconds

<<21222324252627282930>>