/external/chromium_org/ppapi/generators/ |
idl_diff.py | 197 match = True 200 match = False 202 if match: return True 206 match = True 209 match = False 211 if match: return True
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/ |
mootools-1.2.2-core-nc.js | 99 'String': ["charAt", "charCodeAt", "concat", "indexOf", "lastIndexOf", "match", "replace", "search", "slice", "split", "substr", "substring", "toLowerCase", "toUpperCase", "valueOf"] 301 Platform: {name: (window.orientation != undefined) ? 'ipod' : (navigator.platform.match(/mac|win|linux/i) || ['other'])[0].toLowerCase()}, 363 }) || '0 r0').match(/\d+/g); 725 return this.replace(/-\D/g, function(match){ 726 return match.charAt(1).toUpperCase(); 731 return this.replace(/[A-Z]/g, function(match){ 732 return ('-' + match.charAt(0).toLowerCase()); 737 return this.replace(/\b[a-z]/g, function(match){ 738 return match.toUpperCase(); 755 var hex = this.match(/^#?(\w{1,2})(\w{1,2})(\w{1,2})$/) [all...] |
concat-jquery-mootools-prototype.js | 50 var match = quickExpr.exec( selector ); 52 // Verify a match, and that no context was specified for #id 53 if ( match && (match[1] || !context) ) { 56 if ( match[1] ) 57 selector = jQuery.clean( [ match[1] ], context ); 61 var elem = document.getElementById( match[3] ); 65 if ( elem && elem.id != match[3] ) 362 var pos = jQuery.expr.match.POS.test( selector ) ? jQuery(selector) : null, 794 if ( name.match( /float/i ) [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/ |
perftest.py | 176 description_match = self._description_regex.match(line) 177 metric_match = self._metrics_regex.match(line) 178 score = self._score_regex.match(line) 179 console_match = self._console_regex.match(line) 294 resultLine = ChromiumStylePerfTest._chromium_style_result_regex.match(line) 315 if pattern.match(test_name):
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
dtfmtrtts.cpp | 328 // We go through this loop until we achieve a match or until 330 // which the date and the string starts to match. Once matching 353 UBool match = s[loop] == s[loop-1]; local 355 if(match) 358 else if( ! match) 359 errln("FAIL: String mismatch after match"); 364 UBool match = d[loop]/*.getTime()*/ == d[loop-1]/*.getTime()*/; local 366 if(match) 369 else if( ! match) 370 errln("FAIL: Date mismatch after match"); [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/ |
v3_ncons.c | 298 int i, r, match = 0; 301 * at least one subtree must match. 311 /* If we already have a match don't bother trying any more */ 312 if (match == 2) 314 if (match == 0) 315 match = 1; 318 match = 2; 323 if (match == 1) 326 /* Excluded subtrees: must not match any of these */ 424 /* Special case: inital '.' is RHS match */ [all...] |
/external/icu4c/test/intltest/ |
dtfmtrtts.cpp | 328 // We go through this loop until we achieve a match or until 330 // which the date and the string starts to match. Once matching 353 UBool match = s[loop] == s[loop-1]; local 355 if(match) 358 else if( ! match) 359 errln("FAIL: String mismatch after match"); 364 UBool match = d[loop]/*.getTime()*/ == d[loop-1]/*.getTime()*/; local 366 if(match) 369 else if( ! match) 370 errln("FAIL: Date mismatch after match"); [all...] |
/external/iptables/extensions/ |
libxt_sctp.c | 46 "sctp match options\n" 47 "[!] --source-port port[:port] match source port(s)\n" 49 "[!] --destination-port port[:port] match destination port(s)\n" 51 "[!] --chunk-types (all|any|none) (chunktype[:flags])+ match if all, any or none of\n" 130 DEBUGP("Previous match found\n"); 231 DEBUGP("Match type: %s Chunks: %s\n", match_type, chunks); 240 "Match type has to be one of \"ALL\", \"ANY\" or \"ONLY\""); 249 const void *entry, struct xt_entry_match **match) 252 = (struct xt_sctp_info *)(*match)->data; 429 sctp_print(const void *ip, const struct xt_entry_match *match, int numeric [all...] |
/external/iptables/iptables/ |
ip6tables.c | 116 {.name = "match", .has_arg = 1, .val = 'm'}, 268 " --match -m match\n" 269 " extended match (may load extension)\n" 277 /*"[!] --fragment -f match second or further fragments only\n"*/ 526 const struct xtables_match *match = local 529 if (match) { 530 if (match->print) 531 match->print(ip, m, numeric); 533 printf("%s ", match->name) 1039 const struct xtables_match *match = local [all...] |
iptables.c | 114 {.name = "match", .has_arg = 1, .val = 'm'}, 281 " --match -m match\n" 282 " extended match (may load extension)\n" 290 "[!] --fragment -f match second or further fragments only\n" 531 const struct xtables_match *match = local 534 if (match) { 535 if (match->print) 536 match->print(ip, m, numeric); 538 printf("%s ", match->name) 1050 const struct xtables_match *match = local [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
codegen.ml | 24 match op with 37 match lookup_function callee the_module with 55 match lookup_function name the_module with
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
codegen.ml | 24 match op with 37 match lookup_function callee the_module with 55 match lookup_function name the_module with
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
codegen.ml | 33 match lookup_function callee the_module with 39 begin match op with 44 match lhs with 62 match op with 75 match lookup_function callee the_module with 85 match lookup_function callee the_module with 205 match step with 234 begin match old_val with 254 match init with 293 match lookup_function name the_module wit [all...] |
/external/openssl/crypto/x509v3/ |
v3_ncons.c | 298 int i, r, match = 0; 301 * at least one subtree must match. 311 /* If we already have a match don't bother trying any more */ 312 if (match == 2) 314 if (match == 0) 315 match = 1; 318 match = 2; 323 if (match == 1) 326 /* Excluded subtrees: must not match any of these */ 424 /* Special case: inital '.' is RHS match */ [all...] |
/external/chromium_org/third_party/pexpect/ |
pexpect.py | 142 ## """Raised when the pattern match time exceeds the timeout. 145 ## may never match a pattern. 331 amount of data where you want to match The searchwindowsize does not 404 self.match = None 492 s.append('match: ' + str(self.match)) [all...] |
/external/chromium/chrome/browser/password_manager/ |
password_store_mac_unittest.cc | 179 // Ensures that the data in |forms| match |expectations|, causing test failures 345 // Basic auth that should match. 360 // Digest auth that should match. 394 // None of the pre-seeded items are owned by us, so none should match an 444 // Create a base form and make sure we find a match. 448 PasswordForm* match = local 450 EXPECT_TRUE(match != NULL); 451 if (match) { 452 EXPECT_EQ(base_form->scheme, match->scheme); 453 EXPECT_EQ(base_form->origin, match->origin) 484 PasswordForm* match = local 595 PasswordForm* match = keychain_adapter.PasswordExactlyMatchingForm(*form); local [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm.ml | 354 match u with 362 match u with 544 match i with 555 match i with 564 match i with 575 match i with 611 match i with 622 match i with 631 match i with 642 match i wit [all...] |
/external/tcpdump/ |
print-icmp6.c | 1156 struct rr_pco_match *match; local 1204 match = (struct rr_pco_match *)cp; 1205 cp = (const char *)(match + 1); 1207 TCHECK(match->rpm_prefix); 1213 printf("match("); /*)*/ 1214 switch (match->rpm_code) { 1218 default: printf("#%u", match->rpm_code); break; 1222 printf(",ord=%u", match->rpm_ordinal); 1223 printf(",min=%u", match->rpm_minlen); 1224 printf(",max=%u", match->rpm_maxlen) [all...] |
/bionic/tests/ |
benchmark_main.cpp | 71 // see if any of our benchmarks match. 78 int match = regexec(&re, name_, 0, NULL, 0); local 80 if (match != REG_NOMATCH) {
|
/cts/hostsidetests/holo/ |
Android.mk | 25 # Must match the package name in CtsTestCaseList.mk
|
/cts/hostsidetests/sample/ |
Android.mk | 23 # Must match the package name in CtsTestCaseList.mk
|
/cts/tests/sample/ |
Android.mk | 32 # Must match the package name in CtsTestCaseList.mk
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
RssContentProvider.java | 123 switch (URI_MATCHER.match(uri)){ 148 if((URI_MATCHER.match(uri)) == SPECIFIC_MESSAGE){
|
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/ |
DictionaryProvider.java | 93 switch (sURIMatcher.match(uri)) { 172 switch (sURIMatcher.match(uri)) {
|
/development/testrunner/ |
am_instrument_parser.py | 92 if re_result.match(line): 104 elif re_code.match(line):
|