/external/kernel-headers/original/linux/netfilter_ipv4/ |
ipt_owner.h | 4 /* match and invert flags */ 17 u_int8_t match, invert; /* flags */ member in struct:ipt_owner_info
|
/external/kernel-headers/original/linux/netfilter_ipv6/ |
ip6t_owner.h | 4 /* match and invert flags */ 15 u_int8_t match, invert; /* flags */ member in struct:ip6t_owner_info
|
/external/skia/src/animator/ |
SkExtras.h | 36 virtual SkDisplayTypes getType(const char match[], size_t len ) = 0;
|
/external/webkit/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/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...] |
word_boundary.js | 41 // 'cowboy boyish boy'.match(new RegExp('\bboy\b')) 42 testcases[count++] = new TestCase ( SECTION, "'cowboy boyish boy'.match(new RegExp('\\bboy\\b'))", 43 String(["boy"]), String('cowboy boyish boy'.match(new RegExp('\\bboy\\b')))); 56 "'" + s + "'.match(new RegExp('\\b123[a-z]\\b'))", 57 String(["123c"]), String(s.match(new RegExp('\\b123[a-z]\\b')))); 66 "'" + s + "'.match(new RegExp('\\B123[a-z]\\B'))", 67 String(["123c"]), String(s.match(new RegExp('\\B123[a-z]\\B')))); 80 "'" + s + "'.match(new RegExp('\\Ba\\d+b\\B'))", 81 String(["a1111b"]), String(s.match(new RegExp('\\Ba\\d+b\\B')))); 84 "'" + s + "'.match(/\\Ba\\d+b\\B/)" [all...] |
/external/webkit/WebCore/platform/text/ |
RegularExpression.h | 41 int match(const String&, int startFrom = 0, int* matchLength = 0) const;
|
/external/webkit/WebKit/chromium/public/ |
WebRegularExpression.h | 48 WEBKIT_API int match(const WebString&, int startFrom = 0, int* matchLength = 0) const;
|
/ndk/build/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
|
/ndk/build/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
|
/ndk/build/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
|
/ndk/build/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
|
/ndk/build/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
|
/ndk/build/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
|
/ndk/build/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
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv6/ |
ip6t_owner.h | 25 u_int8_t match, invert; member in struct:ip6t_owner_info
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_owner.h | 27 u_int8_t match, invert; member in struct:ipt_owner_info
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv6/ |
ip6t_owner.h | 25 u_int8_t match, invert; member in struct:ip6t_owner_info
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/ |
ipt_owner.h | 27 u_int8_t match, invert; member in struct:ipt_owner_info
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv6/ |
ip6t_owner.h | 25 u_int8_t match, invert; member in struct:ip6t_owner_info
|
/cts/tests/tests/os/src/android/os/cts/ |
PatternMatcherTest.java | 166 notes = "Test match", 167 method = "match", 174 assertTrue(mPatternMatcher.match("test")); 175 assertFalse(mPatternMatcher.match("test1")); 178 assertTrue(mPatternMatcher.match("testHello")); 179 assertFalse(mPatternMatcher.match("atestHello")); 182 assertFalse(mPatternMatcher.match("testHello")); 183 assertFalse(mPatternMatcher.match("test")); 184 assertFalse(mPatternMatcher.match("atestHello")); 187 assertTrue(mPatternMatcher.match("")); [all...] |
/bionic/libc/unistd/ |
getopt_long.c | 168 * Returns -1 if short_too is set and the option does not match long_options. 176 int i, match; local 179 match = -1; 197 /* exact match */ 198 match = i; 203 * a partial match of a single character. 208 if (match == -1) /* partial match */ 209 match = i; 220 if (match != -1) { /* option found * [all...] |