/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/ |
grep.pass.cpp | 32 assert(!m.prefix().matched); 35 assert(!m.suffix().matched);
|
extended.pass.cpp | 32 assert(!m.prefix().matched); 35 assert(!m.suffix().matched); 47 assert(!m.prefix().matched); 50 assert(!m.suffix().matched); 88 assert(!m.prefix().matched); 91 assert(!m.suffix().matched); 103 assert(!m.prefix().matched); 106 assert(!m.suffix().matched); 128 assert(!m.prefix().matched); 131 assert(!m.suffix().matched); [all...] |
basic.pass.cpp | 38 assert(!m.prefix().matched); 41 assert(!m.suffix().matched); 53 assert(!m.prefix().matched); 56 assert(!m.suffix().matched); 94 assert(!m.prefix().matched); 97 assert(!m.suffix().matched); 109 assert(!m.prefix().matched); 112 assert(!m.suffix().matched); 134 assert(!m.prefix().matched); 137 assert(!m.suffix().matched); [all...] |
ecma.pass.cpp | 32 assert(!m.prefix().matched); 35 assert(!m.suffix().matched); 47 assert(!m.prefix().matched); 50 assert(!m.suffix().matched); 88 assert(!m.prefix().matched); 91 assert(!m.suffix().matched); 103 assert(!m.prefix().matched); 106 assert(!m.suffix().matched); 127 assert(!m.prefix().matched); 130 assert(!m.suffix().matched); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/ |
egrep.pass.cpp | 32 assert(!m.prefix().matched); 35 assert(!m.suffix().matched); 48 assert(!m.prefix().matched); 51 assert(m.suffix().matched); 64 assert(!m.prefix().matched); 67 assert(!m.suffix().matched); 80 assert(!m.prefix().matched); 83 assert(!m.suffix().matched);
|
ecma.pass.cpp | 32 assert(!m.prefix().matched); 35 assert(!m.suffix().matched); 47 assert(!m.prefix().matched); 50 assert(!m.suffix().matched); 69 assert(m.prefix().matched); 72 assert(!m.suffix().matched); 91 assert(m.prefix().matched); 94 assert(m.suffix().matched); 106 assert(!m.prefix().matched); 109 assert(!m.suffix().matched); [all...] |
awk.pass.cpp | 32 assert(!m.prefix().matched); 35 assert(!m.suffix().matched); 47 assert(!m.prefix().matched); 50 assert(!m.suffix().matched); 69 assert(m.prefix().matched); 72 assert(!m.suffix().matched); 91 assert(m.prefix().matched); 94 assert(m.suffix().matched); 106 assert(!m.prefix().matched); 109 assert(!m.suffix().matched); [all...] |
extended.pass.cpp | 32 assert(!m.prefix().matched); 35 assert(!m.suffix().matched); 47 assert(!m.prefix().matched); 50 assert(!m.suffix().matched); 69 assert(m.prefix().matched); 72 assert(!m.suffix().matched); 91 assert(m.prefix().matched); 94 assert(m.suffix().matched); 106 assert(!m.prefix().matched); 109 assert(!m.suffix().matched); [all...] |
basic.pass.cpp | 38 assert(!m.prefix().matched); 41 assert(!m.suffix().matched); 53 assert(!m.prefix().matched); 56 assert(!m.suffix().matched); 75 assert(m.prefix().matched); 78 assert(!m.suffix().matched); 97 assert(m.prefix().matched); 100 assert(m.suffix().matched); 112 assert(!m.prefix().matched); 115 assert(!m.suffix().matched); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.members/ |
compare_string_type.pass.cpp | 31 sm.matched = true; 45 sm.matched = true;
|
compare_value_type_ptr.pass.cpp | 30 sm.matched = true; 43 sm.matched = true;
|
operator_string.pass.cpp | 30 sm.matched = true; 43 sm.matched = true;
|
str.pass.cpp | 30 sm.matched = true; 43 sm.matched = true;
|
/external/libcxx/test/std/re/re.alg/re.alg.match/ |
extended.pass.cpp | 38 assert(!m.prefix().matched); 41 assert(!m.suffix().matched); 53 assert(!m.prefix().matched); 56 assert(!m.suffix().matched); 94 assert(!m.prefix().matched); 97 assert(!m.suffix().matched); 109 assert(!m.prefix().matched); 112 assert(!m.suffix().matched); 134 assert(!m.prefix().matched); 137 assert(!m.suffix().matched); [all...] |
basic.pass.cpp | 44 assert(!m.prefix().matched); 47 assert(!m.suffix().matched); 59 assert(!m.prefix().matched); 62 assert(!m.suffix().matched); 100 assert(!m.prefix().matched); 103 assert(!m.suffix().matched); 115 assert(!m.prefix().matched); 118 assert(!m.suffix().matched); 140 assert(!m.prefix().matched); 143 assert(!m.suffix().matched); [all...] |
ecma.pass.cpp | 38 assert(!m.prefix().matched); 41 assert(!m.suffix().matched); 53 assert(!m.prefix().matched); 56 assert(!m.suffix().matched); 94 assert(!m.prefix().matched); 97 assert(!m.suffix().matched); 109 assert(!m.prefix().matched); 112 assert(!m.suffix().matched); 133 assert(!m.prefix().matched); 136 assert(!m.suffix().matched); [all...] |
/external/v8/tools/testrunner/server/ |
signatures.py | 59 matched = (code == 0) 60 if not matched: 63 return matched
|
/packages/apps/Settings/src/com/android/settings/ |
CredentialCheckResultTracker.java | 54 public void setResult(boolean matched, Intent intent, int timeoutMs, int effectiveUserId) { 55 mResultMatched = matched; 77 public void onCredentialChecked(boolean matched, Intent intent, int timeoutMs,
|
/external/libcxx/test/std/re/re.alg/re.alg.search/ |
ecma.pass.cpp | 38 assert(!m.prefix().matched); 41 assert(!m.suffix().matched); 53 assert(!m.prefix().matched); 56 assert(!m.suffix().matched); 75 assert(m.prefix().matched); 78 assert(!m.suffix().matched); 97 assert(m.prefix().matched); 100 assert(m.suffix().matched); 112 assert(!m.prefix().matched); 115 assert(!m.suffix().matched); [all...] |
awk.pass.cpp | 38 assert(!m.prefix().matched); 41 assert(!m.suffix().matched); 53 assert(!m.prefix().matched); 56 assert(!m.suffix().matched); 75 assert(m.prefix().matched); 78 assert(!m.suffix().matched); 97 assert(m.prefix().matched); 100 assert(m.suffix().matched); 112 assert(!m.prefix().matched); 115 assert(!m.suffix().matched); [all...] |
extended.pass.cpp | 38 assert(!m.prefix().matched); 41 assert(!m.suffix().matched); 53 assert(!m.prefix().matched); 56 assert(!m.suffix().matched); 75 assert(m.prefix().matched); 78 assert(!m.suffix().matched); 97 assert(m.prefix().matched); 100 assert(m.suffix().matched); 112 assert(!m.prefix().matched); 115 assert(!m.suffix().matched); [all...] |
basic.pass.cpp | 44 assert(!m.prefix().matched); 47 assert(!m.suffix().matched); 59 assert(!m.prefix().matched); 62 assert(!m.suffix().matched); 81 assert(m.prefix().matched); 84 assert(!m.suffix().matched); 103 assert(m.prefix().matched); 106 assert(m.suffix().matched); 118 assert(!m.prefix().matched); 121 assert(!m.suffix().matched); [all...] |
/build/kati/ |
shellutil_test.go | 67 var matched bool 88 t.Errorf("%s: matched %s but not compacted", tc.sharg, b.name) 95 matched = true 98 if !matched { 99 t.Errorf("%s: not matched", tc.sharg)
|
/external/skia/tools/ |
parse_llvm_coverage.py | 45 matched = [] 48 matched.append(f) 49 if len(matched) == 1: 50 return matched[0] 51 elif len(matched) > 1: 53 % (new_file, '\n\t'.join(matched)))
|
/external/sqlite/android/ |
OldPhoneNumberUtils.cpp | 198 int matched; local 216 matched = 0; 242 ia--; ib--; matched++; 246 if (matched < MIN_MATCH) { 250 // if the number of dialable chars in a and b match, but the matched chars < MIN_MATCH, 252 if (effectiveALen == effectiveBLen && effectiveALen == matched) { 259 // At least one string has matched completely; 260 if (matched >= MIN_MATCH && (ia < 0 || ib < 0)) {
|