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

1 2 3 4 5 6 78 91011>>

  /external/nist-sip/java/gov/nist/javax/sip/parser/
AllowEventsParser.java 78 this.lexer.match(TokenTypes.ID);
85 this.lexer.match(',');
89 this.lexer.match(TokenTypes.ID);
97 this.lexer.match('\n');
AllowParser.java 77 this.lexer.match(TokenTypes.ID);
84 this.lexer.match(',');
88 this.lexer.match(TokenTypes.ID);
96 this.lexer.match('\n');
  /external/oprofile/libpp/
filename_spec.cpp 35 bool filename_spec::match(filename_spec const & rhs, function in class:filename_spec
38 if (!tid.match(rhs.tid) || !cpu.match(rhs.cpu) ||
39 !tgid.match(rhs.tgid) || count != rhs.count ||
47 // PP:3.3 if binary is not empty we must match either the
  /external/skia/src/animator/
SkExtras.h 28 virtual SkDisplayTypes getType(const char match[], size_t len ) = 0;
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-105972.js 23 * "/^.*?$/ will not match anything"
45 * The bug: this match was coming up null in Rhino and SpiderMonkey.
46 * It should match the whole string. The reason:
49 * at the simplest match it can find. But the pattern here asks us
50 * to match till the end of the string. So the simplest match must
56 actualmatch = string.match(pattern);
63 * Unlike the above pattern, we don't have to match till the end of
69 actualmatch = string.match(pattern);
79 * the match will stop because the operator *? is non-greedy
    [all...]
regress-72964.js 45 // 4 low Unicode chars = Latin1; whole string should match
48 actualmatch = string.match(pattern);
52 // Now put a space in the middle; first half of string should match
55 actualmatch = string.match(pattern);
60 // 4 high Unicode chars = non-Latin1; whole string should match
63 actualmatch = string.match(pattern);
67 // Now put a space in the middle; first half of string should match
70 actualmatch = string.match(pattern);
regress-78156.js 53 actualmatch = string.match(pattern);
59 actualmatch = string.match(pattern);
66 actualmatch = string.match(pattern);
72 actualmatch = string.match(pattern);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/
RegExp_object.js 44 testcases[count++] = new TestCase ( SECTION, "'Test SSN is 123-34-4567'.match(SSN_pattern))",
45 String(["123-34-4567"]), String('Test SSN is 123-34-4567'.match(SSN_pattern)));
48 testcases[count++] = new TestCase ( SECTION, "'Test SSN is 123-34-4567'.match(SSN_pattern))",
49 String(["123-34-4567"]), String('Test SSN is 123-34-4567'.match(SSN_pattern)));
53 testcases[count++] = new TestCase ( SECTION, "'Our phone number is (408)345-2345.'.match(PHONE_pattern))",
54 String(["(408)345-2345","408","345","2345"]), String('Our phone number is (408)345-2345.'.match(PHONE_pattern)));
57 testcases[count++] = new TestCase ( SECTION, "'The phone number is 408-345-2345!'.match(PHONE_pattern))",
58 String(["408-345-2345","408","345","2345"]), String('The phone number is 408-345-2345!'.match(PHONE_pattern)));
everything.js 41 // 'Sally and Fred are sure to come.'.match(/^[a-z\s]*/i)
42 testcases[count++] = new TestCase ( SECTION, "'Sally and Fred are sure to come'.match(/^[a-z\\s]*/i)",
43 String(["Sally and Fred are sure to come"]), String('Sally and Fred are sure to come'.match(/^[a-z\s]*/i)));
45 // 'test123W+xyz'.match(new RegExp('^[a-z]*[0-9]+[A-Z]?.(123|xyz)$'))
46 testcases[count++] = new TestCase ( SECTION, "'test123W+xyz'.match(new RegExp('^[a-z]*[0-9]+[A-Z]?.(123|xyz)$'))",
47 String(["test123W+xyz","xyz"]), String('test123W+xyz'.match(new RegExp('^[a-z]*[0-9]+[A-Z]?.(123|xyz)$'))));
49 // 'number one 12365 number two 9898'.match(/(\d+)\D+(\d+)/)
50 testcases[count++] = new TestCase ( SECTION, "'number one 12365 number two 9898'.match(/(\d+)\D+(\d+)/)",
51 String(["12365 number two 9898","12365","9898"]), String('number one 12365 number two 9898'.match(/(\d+)\D+(\d+)/)));
54 // 'See Spot run.'.match(simpleSentence
    [all...]
  /external/webkit/Source/WebCore/html/
BaseTextInputType.cpp 48 int matchOffset = RegularExpression(pattern, TextCaseSensitive).match(value, 0, &matchLength);
  /external/webkit/Source/WebCore/platform/text/
RegularExpression.h 42 int match(const String&, int startFrom = 0, int* matchLength = 0) const;
  /external/webkit/Source/WebKit/chromium/public/
WebRegularExpression.h 48 WEBKIT_API int match(const WebString&, int startFrom = 0, int* matchLength = 0) const;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/
ipt_owner.h 4 /* match and invert flags */
17 u_int8_t match, invert; /* flags */ member in struct:ipt_owner_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_owner.h 4 /* match and invert flags */
15 u_int8_t match, invert; /* flags */ member in struct:ip6t_owner_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/
ipt_owner.h 4 /* match and invert flags */
17 u_int8_t match, invert; /* flags */ member in struct:ipt_owner_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_owner.h 4 /* match and invert flags */
15 u_int8_t match, invert; /* flags */ member in struct:ip6t_owner_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/
ipt_owner.h 4 /* match and invert flags */
17 u_int8_t match, invert; /* flags */ member in struct:ipt_owner_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_owner.h 4 /* match and invert flags */
15 u_int8_t match, invert; /* flags */ member in struct:ip6t_owner_info
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_owner.h 27 u_int8_t match, invert; member in struct:ipt_owner_info
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv6/
ip6t_owner.h 25 u_int8_t match, invert; member in struct:ip6t_owner_info
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_owner.h 27 u_int8_t match, invert; member in struct:ipt_owner_info
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv6/
ip6t_owner.h 25 u_int8_t match, invert; member in struct:ip6t_owner_info
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_owner.h 27 u_int8_t match, invert; member in struct:ipt_owner_info
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv6/
ip6t_owner.h 25 u_int8_t match, invert; member in struct:ip6t_owner_info
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_owner.h 27 u_int8_t match, invert; member in struct:ipt_owner_info

Completed in 812 milliseconds

1 2 3 4 5 6 78 91011>>