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

<<11121314151617181920>>

  /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/chromium_org/v8/tools/push-to-trunk/
auto_roll.py 54 match = re.match(r"^r(\d+) ", log)
55 if not match:
57 self.Persist("latest", match.group(1))
  /external/elfutils/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/elfutils/tests/
find-prologues.c 58 bool match; local
60 match = fnmatch (*argv, name, 0) == 0;
61 while (!match && *++argv);
62 if (!match)
funcretval.c 58 bool match; local
60 match = fnmatch (*argv, name, 0) == 0;
61 while (!match && *++argv);
62 if (!match)
  /external/icu4c/test/cintltst/
ucsdetst.c 127 const UCharsetMatch *match; local
139 match = ucsdet_detect(csd, &status);
141 if (match == NULL) {
146 dLength = ucsdet_getUChars(match, detected, sLength, &status);
173 const UCharsetMatch *match; local
178 match = ucsdet_detect(csd, &status);
180 if (match == NULL) {
185 name = ucsdet_getName(match, &status);
186 conf = ucsdet_getConfidence(match, &status);
198 match = ucsdet_detect(csd, &status)
236 const UCharsetMatch *match; local
289 const UCharsetMatch *match; local
394 const UCharsetMatch *match; local
479 const UCharsetMatch *match; local
557 const UCharsetMatch *match; local
    [all...]
  /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"
74 "DSCP match: Parameter --dscp is required");
78 dscp_print(const void *ip, const struct xt_entry_match *match, int numeric)
81 (const struct xt_dscp_info *)match->data;
82 printf(" DSCP match %s0x%02x", dinfo->invert ? "!" : "", dinfo->dscp);
85 static void dscp_save(const void *ip, const struct xt_entry_match *match)
88 (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;
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PVisitedNetworkIDParser.java 87 this.lexer.match(TokenTypes.P_VISITED_NETWORK_ID);
89 this.lexer.match(':');
106 this.lexer.match(',');
166 lexer.match(TokenTypes.ID);
  /external/oprofile/libutil++/
path_filter.h 45 virtual bool match(std::string const & str) const;
string_filter.h 24 * This base class gives a default exact-match semantics.
46 virtual bool match(std::string const & str) const;
  /hardware/qcom/camera/QCamera2/util/
QCameraQueue.h 49 void flushNodes(match_fn match);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container

Completed in 971 milliseconds

<<11121314151617181920>>