/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/ |
regress-119909.js | 70 * and tests str.search(), str.match(), str.replace() 84 res = strOriginal.match(re);
|
regress-202564.js | 66 actualmatch = string.match(pattern);
|
regress-31316.js | 47 actualmatch = string.match(pattern);
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
transport_class.h | 37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
transport_class.h | 37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
transport_class.h | 37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
transport_class.h | 37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
transport_class.h | 37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
transport_class.h | 37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
|
/external/webkit/WebKitTools/Scripts/webkitpy/style/processors/ |
cpp.py | 127 def match(pattern, s): function 131 return _regexp_compile_cache[pattern].match(s) 310 if match(r'T(EST|est)', self.current_function): 468 line = line.replace(r'\\', 'XX') # after this, \\" does not match to \" 567 if not _RE_PATTERN_INCLUDE.match(elided): 827 if _RE_PATTERN_INVALID_INCREMENT.match(line): [all...] |
/bionic/libc/tools/ |
genserv.py | 53 m = re_service.match(line) 59 m = re_alias.match(rest)
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/ |
CertStoreCollectionSpi.java | 59 if ((obj instanceof Certificate) && selector.match((Certificate)obj)) 95 if ((obj instanceof CRL) && selector.match((CRL)obj))
|
/dalvik/libcore/security/src/test/java/tests/security/cert/ |
CertStoreSpiTest.java | 111 public boolean match (CRL crl) { method in class:CertStoreSpiTest.tmpCRLSelector 119 public boolean match (Certificate crl) { method in class:CertStoreSpiTest.tmpCertSelector
|
/external/gtest/test/ |
gtest_filter_unittest.py | 144 match = TEST_CASE_REGEX.match(line) 145 if match is not None: 146 test_case = match.group(1) 148 match = TEST_REGEX.match(line) 149 if match is not None: 150 test = match.group(1) 310 """Tests filters that match everything."""
|
/external/opencore/oscl/oscl/osclio/src/ |
oscl_file_find.cpp | 415 int match; local 463 match = false; 465 while (!match && (c = *p++)) 477 match = true; 482 match = true; 489 match = true; 493 match = true; 500 if (negate == match) 503 * if there is a match, skip past the cset and continue on
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/ |
shell.js | 144 if (!funcName.match(/\(\)$/)) 161 if (!funcName.match(/\(\)$/))
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/ |
shell.js | 144 if (!funcName.match(/\(\)$/)) 161 if (!funcName.match(/\(\)$/))
|
/external/webkit/WebCore/platform/graphics/android/ |
PlatformGraphicsContext.h | 84 bool matches(const WebCore::Node* match) { return m_node == match; }
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
buildbot.py | 85 if not re.match('\D', revision_string) \ 103 if re.match(name_regexp, builder['name']):
|
/ndk/build/awk/ |
extract-launchable.awk | 169 if (!match( $0, "^" sec_begin )) return 0; 170 while (!match($0, sec_end "$")) {
|
/packages/apps/Email/src/com/android/email/provider/ |
EmailProvider.java | 794 final int match = sURIMatcher.match(uri); local 901 int match = sURIMatcher.match(uri); local 939 int match = sURIMatcher.match(uri); local 1048 int match = sURIMatcher.match(uri); local 1141 int match = sURIMatcher.match(uri); local [all...] |
/external/iptables/extensions/ |
libip6t_dst.c | 119 /* Initialize the match. */ 137 struct ip6t_entry_match **match) 139 struct ip6t_opts *optinfo = (struct ip6t_opts *)(*match)->data; 207 const struct ip6t_entry_match *match, int numeric) 209 const struct ip6t_opts *optinfo = (struct ip6t_opts *)match->data; 231 static void save(const struct ip6t_ip6 *ip, const struct ip6t_entry_match *match) 233 const struct ip6t_opts *optinfo = (struct ip6t_opts *)match->data;
|
libip6t_frag.c | 17 " --fragid [!] id[:id] match the id (range)\n" 79 /* Initialize the match. */ 98 struct ip6t_entry_match **match) 100 struct ip6t_frag *fraginfo = (struct ip6t_frag *)(*match)->data; 184 const struct ip6t_entry_match *match, int numeric) 186 const struct ip6t_frag *frag = (struct ip6t_frag *)match->data; 216 static void save(const struct ip6t_ip6 *ip, const struct ip6t_entry_match *match) 218 const struct ip6t_frag *fraginfo = (struct ip6t_frag *)match->data;
|
libip6t_hbh.c | 118 /* Initialize the match. */ 136 struct ip6t_entry_match **match) 138 struct ip6t_opts *optinfo = (struct ip6t_opts *)(*match)->data; 204 const struct ip6t_entry_match *match, int numeric) 206 const struct ip6t_opts *optinfo = (struct ip6t_opts *)match->data; 224 static void save(const struct ip6t_ip6 *ip, const struct ip6t_entry_match *match) 226 const struct ip6t_opts *optinfo = (struct ip6t_opts *)match->data;
|
libip6t_ipv6header.c | 1 /* ipv6header match - matches IPv6 packets based 141 "ipv6header v%s match options:\n" 142 "--header [!] headers Type of header to match, by name\n" 190 struct ip6t_entry_match **match) 192 struct ip6t_ipv6header_info *info = (struct ip6t_ipv6header_info *)(*match)->data; 255 /* Prints out the match */ 258 const struct ip6t_entry_match *match, 261 const struct ip6t_ipv6header_info *info = (const struct ip6t_ipv6header_info *)match->data; 280 /* Saves the match */ 283 const struct ip6t_entry_match *match) [all...] |