/external/chromium_org/v8/test/webkit/fast/js/ |
regexp-lastindex.js | 30 var match; variable 31 shouldBe('while (match = re.exec(" abcdefg")) accumulate += match + "; "; accumulate', '"abcdefg; "'); 35 shouldBe('while (match = re.exec("123456789")) accumulate += match + "; "; accumulate', '"1; 2; 3; 4; 5; 6; 7; 8; 9; "');
|
/external/oprofile/libutil++/ |
glob_filter.cpp | 27 bool glob_filter::match(string const & str) const function in class:glob_filter
|
path_filter.cpp | 22 bool path_filter::match(string const & str) const function in class:path_filter
|
string_filter.cpp | 37 bool string_filter::match(string const & str) const function in class:string_filter
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
bug-regex8.c | 38 int match[4]; local 49 match[0] = re_match_2(®ex,"xyz",3,NULL,0,0,NULL,2); 61 match[1] = re_search_2(®ex,"xyz",3,NULL,0,0,2,NULL,2); 74 match[2] = re_match_2(®ex,"xy ",4,NULL,0,0,NULL,3); 75 match[3] = re_match_2(®ex,"xy z",4,NULL,0,0,NULL,3); 78 if (match[0] != -1 || match[1] != -1 || match[2] != -1 || match[3] != 3) 80 printf ("re_{match,search}_2 returned %d,%d,%d,%d, expected -1,-1,-1,3\n" [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/fixers/myfixes/ |
fix_explicit.py | 6 def match(self): return False member in class:FixExplicit
|
fix_first.py | 6 def match(self, node): return False member in class:FixFirst
|
fix_last.py | 7 def match(self, node): return False member in class:FixLast
|
fix_preorder.py | 6 def match(self, node): return False member in class:FixPreorder
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/fixers/myfixes/ |
fix_explicit.py | 6 def match(self): return False member in class:FixExplicit
|
fix_first.py | 6 def match(self, node): return False member in class:FixFirst
|
fix_last.py | 7 def match(self, node): return False member in class:FixLast
|
fix_preorder.py | 6 def match(self, node): return False member in class:FixPreorder
|
/external/chromium_org/third_party/angle/src/compiler/ |
SearchSymbol.h | 29 bool match; member in class:sh::SearchSymbol
|
/external/chromium_org/tools/gyp/test/errors/ |
gyptest-errors.py | 23 match=TestCmd.match_re) variable 27 match=TestCmd.match_re_dotall) variable 32 match=TestCmd.match_re) variable 37 match=TestCmd.match_re_dotall) variable 45 match=TestCmd.match_re) variable
|
/external/chromium_org/tools/gyp/test/mac/ |
gyptest-objc-arc.py | 16 # set |match| to ignore build stderr output. 18 match = lambda a, b: True) variable
|
gyptest-app-error.py | 19 def match(a, b): function 30 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'], match=match)
|
gyptest-ldflags-passed-to-libtool.py | 17 match = lambda a, b: True) variable
|
gyptest-objc-gc.py | 16 # set |match| to ignore build stderr output. 18 match = lambda a, b: True) variable
|
/external/nist-sip/java/gov/nist/core/ |
Match.java | 28 /** Match template for pattern matching. 38 public interface Match { 39 /** Return true if a match occurs for searchString. 40 * This is used for pattern matching in the find and replace and match 45 public boolean match(String searchString); method in interface:Match
|
/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
Selector.java | 6 boolean match(Object obj); method in interface:Selector
|
/external/iproute2/tc/ |
emp_ematch.y | 31 %type <e> match expr 48 match 50 | match relation expr 58 match: label
|
/external/valgrind/main/none/tests/s390x/ |
stfle.c | 9 unsigned long long hoststfle[S390_NUM_FACILITY_DW], match; local 20 match = (hoststfle[0] & (1ULL << (63 - bit_to_test))); 22 match = (hoststfle[1] & (1ULL << (63 - bit_to_test))); 26 return match;
|
tcxb.c | 7 int match; local 12 : "=d" (match) 15 return match; 20 int match; local 25 : "=d" (match) 28 return match; 33 int match; local 38 : "=d" (match) 41 return match;
|