/external/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; "');
|
/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/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
Selector.java | 6 boolean match(T 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/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;
|
/libcore/luni/src/main/java/java/security/cert/ |
CRLSelector.java | 40 * Checks whether the defined criteria of this instance match the specified 48 public boolean match(CRL crl); method in interface:CRLSelector
|
CertSelector.java | 40 * Checks whether the defined criteria of this instance match the specified 48 public boolean match(Certificate cert); method in interface:CertSelector
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/ |
TypedUriMatcher.java | 26 public T match(Uri uri); method in interface:TypedUriMatcher
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_ne.py | 17 def match(self, node): member in class:FixNe
|
fix_numliterals.py | 17 def match(self, node): member in class:FixNumliterals
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_ne.py | 17 def match(self, node): member in class:FixNe
|
fix_numliterals.py | 17 def match(self, node): member in class:FixNumliterals
|
/external/mockito/src/org/mockito/internal/util/ |
Decamelizer.java | 30 Matcher match = CAPS.matcher(className); local 32 while(match.find()) { 34 deCameled.append(match.group()); 37 deCameled.append(match.group().toLowerCase());
|
/cts/tests/tests/drm/jni/ |
android_drm_cts_NativeCodeTest.cpp | 40 const char *match = "Result: Parcel(00000000 '....')"; local 41 if (!strncmp(buffer, match, strlen(match))) {
|
/development/ndk/platforms/android-3/include/linux/ |
attribute_container.h | 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
|
/external/apache-http/src/org/apache/http/cookie/ |
CookieAttributeHandler.java | 77 * @param cookie {@link org.apache.http.cookie.Cookie} to match 78 * @param origin the cookie source to match against 79 * @return <tt>true</tt> if the match is successful; <tt>false</tt> otherwise 81 boolean match(Cookie cookie, CookieOrigin origin); method in interface:CookieAttributeHandler
|