HomeSort by relevance Sort by last modified time
    Searched refs:match (Results 251 - 275 of 2257) sorted by null

<<11121314151617181920>>

  /device/asus/flo/camera/QCamera2/util/
QCameraQueue.h 49 void flushNodes(match_fn match);
  /external/apache-http/src/org/apache/http/cookie/
CookieSpec.java 102 boolean match(Cookie cookie, CookieOrigin origin); method in interface:CookieSpec
  /external/apache-http/src/org/apache/http/impl/cookie/
AbstractCookieAttributeHandler.java 51 public boolean match(final Cookie cookie, final CookieOrigin origin) { method in class:AbstractCookieAttributeHandler
52 // Always match
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509CertStoreSelector.java 21 public boolean match(Object obj) method in class:X509CertStoreSelector
30 return super.match(other);
33 public boolean match(Certificate cert) method in class:X509CertStoreSelector
35 return match((Object)cert);
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
filetestcase.py 80 match = self._EXPECTED_RE.search(line)
81 if match:
82 line = match.group('line')
83 msg_ids = match.group('msgs')
  /external/chromium_org/build/
detect_host_arch.py 18 if re.match(r'i.86', host_arch) or host_arch == 'i86pc':
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_classifier.h 42 // |match| should be a non-NULL outparam that will be set to the default
43 // match for this input, if any (for invalid input, there will be no default
44 // match, and |match| will be left unchanged). |alternate_nav_url| is a
53 AutocompleteMatch* match,
  /external/chromium_org/chrome/browser/ui/omnibox/
alternate_nav_infobar_delegate.cc 28 const AutocompleteMatch& match,
35 match, search_url))));
41 const AutocompleteMatch& match,
46 match_(match),
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch_test.rb 72 matches = pretty.match("INVALID: Image lacks a checksum.")
73 # FIXME: This should match, but there's a bug when running the tests where the image data
83 matches = pretty.match("INVALID: Image lacks a checksum.")
89 matches = pretty.match("INVALID: Image lacks a checksum.")
95 matches = pretty.match("INVALID: Image lacks a checksum.")
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
filetestcase.py 79 match = self._EXPECTED_RE.search(line)
80 if match:
81 line = match.group('line')
82 msg_ids = match.group('msgs')
  /external/chromium_org/third_party/skia/tools/flags/
SkCommonFlags.h 19 DECLARE_string(match); variable
  /external/chromium_org/tools/gyp/test/lib/
TestMac.py 24 match = pattern.match(o)
25 if match is None:
26 print 'Ouput does not match expected pattern: %s' % (pattern.pattern)
29 found_file, found_archs = match.groups()
  /external/chromium_org/tools/gyp/test/variables/commands/
gyptest-commands-ignore-env.py 41 if not test.match(contents, expect):
  /external/chromium_org/v8/test/webkit/fast/js/
regexp-bol.js 29 shouldBeNull('s.match(/^notHere/)');
30 shouldBe('s.match(/^abc/)', '["abc"]');
31 shouldBe('s.match(/(^|X)abc/)', '["abc",""]');
32 shouldBe('s.match(/^longer|123/)', '["123"]');
33 shouldBe('s.match(/(^abc|c)123/)', '["abc123","abc"]');
34 shouldBe('s.match(/(c|^abc)123/)', '["abc123","abc"]');
35 shouldBe('s.match(/(^ab|abc)123/)', '["abc123","abc"]');
36 shouldBe('s.match(/(bc|^abc)([0-9]*)a/)', '["bc789a","bc","789"]');
  /external/deqp/framework/egl/
egluConfigFilter.hpp 64 bool match (EGLDisplay display, EGLConfig config) const;
66 bool match (const ConfigInfo& configInfo) const;
108 bool match (const EGLDisplay display, EGLConfig config) const;
109 bool match (const ConfigInfo& configInfo) const;
  /external/elfutils/0.153/libdw/
libdw_visit_scopes.c 56 enum die_class { ignore, match, match_inline, walk, imported }; enumerator in enum:die_class
63 /* DIEs with addresses we can try to match. */
71 return match;
79 ? match_inline : match);
132 case match:
  /external/iptables/extensions/
libipt_ah.c 12 "ah match options:\n"
14 " match spi (range)\n");
55 static void ah_print(const void *ip, const struct xt_entry_match *match,
58 const struct ipt_ah *ah = (struct ipt_ah *)match->data;
68 static void ah_save(const void *ip, const struct xt_entry_match *match)
70 const struct ipt_ah *ahinfo = (struct ipt_ah *)match->data;
libxt_dscp.c 33 "dscp match options\n"
34 "[!] --dscp value Match DSCP codepoint with numerical value\n"
37 "[!] --dscp-class name Match the DiffServ class. This value may\n"
75 "DSCP match: Parameter --dscp is required");
79 dscp_print(const void *ip, const struct xt_entry_match *match, int numeric)
82 (const struct xt_dscp_info *)match->data;
83 printf(" DSCP match %s0x%02x", dinfo->invert ? "!" : "", dinfo->dscp);
86 static void dscp_save(const void *ip, const struct xt_entry_match *match)
89 (const struct xt_dscp_info *)match->data;
libxt_esp.c 12 "esp match options:\n"
14 " match spi (range)\n");
50 esp_print(const void *ip, const struct xt_entry_match *match, int numeric)
52 const struct xt_esp *esp = (struct xt_esp *)match->data;
62 static void esp_save(const void *ip, const struct xt_entry_match *match)
64 const struct xt_esp *espinfo = (struct xt_esp *)match->data;
libxt_osf.c 38 printf("OS fingerprint match options:\n"
39 "[!] --genre string Match a OS genre by passive fingerprinting.\n"
44 "--log level Log determined genres into dmesg even if they do not match desired one:\n"
84 static void osf_print(const void *ip, const struct xt_entry_match *match, int numeric)
86 const struct xt_osf_info *info = (const struct xt_osf_info*) match->data;
88 printf(" OS fingerprint match %s%s", (info->flags & XT_OSF_INVERT) ? "! " : "", info->genre);
91 static void osf_save(const void *ip, const struct xt_entry_match *match)
93 const struct xt_osf_info *info = (const struct xt_osf_info*) match->data;
libxt_rpfilter.c 15 "rpfilter match options:\n"
19 " --invert match packets that failed the reverse path test\n"
69 rpfilter_print(const void *ip, const struct xt_entry_match *match, int numeric)
72 return rpfilter_print_prefix(ip, match->data, "");
75 static void rpfilter_save(const void *ip, const struct xt_entry_match *match)
77 return rpfilter_print_prefix(ip, match->data, "--");
  /external/lldb/test/lang/cpp/virtual/
TestVirtual.py 18 # This is the pattern by design to match the "my_expr = 'value'" output from
59 match = self.pattern.search(line)
60 if match:
61 my_expr, val = match.group(1), match.group(2)
87 # The expression output must match the oracle.
  /external/lldb/test/pexpect-2.4/examples/
df.py 20 filesystem_list.append (child.match.groups())
  /external/llvm/test/MC/Mips/
elf_eflags_micromips.s 3 # This *MUST* match the output of gas compiled with the same triple.
elf_eflags_mips16.s 3 # This *MUST* match the output of gas compiled with the same triple.

Completed in 950 milliseconds

<<11121314151617181920>>