/external/autotest/client/site_tests/security_Minijail0/src/ |
test-caps | 18 matched=0 23 matched=1 29 [ $matched -eq 1 ] || die "Did not drop non-CAP_DAC_OVERRIDE caps: $mismatch"
|
/external/v8/tools/gyp/test/analyzer/ |
gyptest-analyzer.py | 74 def EnsureContains(matched=False, compile_targets=set(), test_targets=set()): 97 if matched and result['status'] != found: 100 elif not matched and result['status'] != not_found: 163 EnsureContains(matched=True, compile_targets={'a' ,'b'}) 187 EnsureContains(matched=True, compile_targets={'exe'}) 192 EnsureContains(matched=False) 197 EnsureContains(matched=True, compile_targets={'exe'}) 212 EnsureContains(matched=True, compile_targets={'exe', 'exe3'}) 217 EnsureContains(matched=True, compile_targets={'exe'}) 222 EnsureContains(matched=False [all...] |
/external/libcxx/test/std/re/re.submatch/re.submatch.members/ |
default.pass.cpp | 25 assert(sm.matched == false); 31 assert(sm.matched == false);
|
length.pass.cpp | 29 sm.matched = true; 40 sm.matched = true;
|
compare_sub_match.pass.cpp | 30 sm.matched = true; 34 sm2.matched = true; 46 sm.matched = true; 50 sm2.matched = true;
|
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;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.members/ |
default.pass.cpp | 25 assert(sm.matched == false); 31 assert(sm.matched == false);
|
length.pass.cpp | 29 sm.matched = true; 40 sm.matched = true;
|
compare_sub_match.pass.cpp | 30 sm.matched = true; 34 sm2.matched = true; 46 sm.matched = true; 50 sm2.matched = true;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.acc/ |
index.pass.cpp | 28 assert(m[0].matched == true); 32 assert(m[1].matched == true); 36 assert(m[2].matched == true); 40 assert(m[3].matched == false); 44 assert(m[4].matched == false);
|
prefix.pass.cpp | 28 assert(m.prefix().matched == true);
|
suffix.pass.cpp | 28 assert(m.suffix().matched == true);
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/ |
SearchUtilTest.java | 33 SearchUtil.MatchedLine matched = SearchUtil.findMatchingLine(actual, "poten"); local 34 assertEquals("With potentially many lines.", matched.line); 35 assertEquals(5, matched.startIndex); 38 matched = SearchUtil.findMatchingLine(actual, "hello"); 39 assertEquals("hello", matched.line); 40 assertEquals(0, matched.startIndex); 43 matched = SearchUtil.findMatchingLine(actual, "this"); 44 assertEquals("this is a long test string.", matched.line); 45 assertEquals(0, matched.startIndex); 48 matched = SearchUtil.findMatchingLine(actual, "punc") [all...] |
/external/libcxx/test/std/re/re.results/re.results.acc/ |
index.pass.cpp | 30 assert(m[0].matched == true); 34 assert(m[1].matched == true); 38 assert(m[2].matched == true); 42 assert(m[3].matched == false); 46 assert(m[4].matched == false);
|
prefix.pass.cpp | 28 assert(m.prefix().matched == true);
|
suffix.pass.cpp | 28 assert(m.suffix().matched == true);
|
/external/curl/lib/ |
system_win32.c | 77 * Returns TRUE if matched; otherwise FALSE. 84 bool matched = FALSE; local 101 matched = TRUE; 107 matched = TRUE; 113 matched = TRUE; 119 matched = TRUE; 126 matched = TRUE; 131 if(matched && platform != PLATFORM_DONT_CARE) { 135 matched = FALSE; 140 matched = FALSE [all...] |
/external/libcxx/test/std/re/re.alg/re.alg.search/ |
grep.pass.cpp | 32 assert(!m.prefix().matched); 35 assert(!m.suffix().matched); 48 assert(!m.prefix().matched); 51 assert(m.suffix().matched);
|
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);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/ |
grep.pass.cpp | 32 assert(!m.prefix().matched); 35 assert(!m.suffix().matched); 48 assert(!m.prefix().matched); 51 assert(m.suffix().matched);
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_suppressions.cc | 104 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", (*sp)->templ); 142 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", s->templ); 151 InternalMmapVector<Suppression *> matched(1); 153 suppression_ctx->GetMatched(&matched); 154 if (!matched.size()) 157 for (uptr i = 0; i < matched.size(); i++) 158 hit_count += atomic_load_relaxed(&matched[i]->hit_count); 159 Printf("ThreadSanitizer: Matched %d suppressions (pid=%d):\n", hit_count, 161 for (uptr i = 0; i < matched.size(); i++) { 162 Printf("%d %s:%s\n", matched[i]->hit_count, matched[i]->type [all...] |
/external/libcxx/test/std/re/re.alg/re.alg.match/ |
egrep.pass.cpp | 32 assert(!m.prefix().matched); 35 assert(!m.suffix().matched); 55 assert(!m.prefix().matched); 58 assert(!m.suffix().matched); 71 assert(!m.prefix().matched); 74 assert(!m.suffix().matched);
|
grep.pass.cpp | 32 assert(!m.prefix().matched); 35 assert(!m.suffix().matched);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/ |
egrep.pass.cpp | 32 assert(!m.prefix().matched); 35 assert(!m.suffix().matched); 55 assert(!m.prefix().matched); 58 assert(!m.suffix().matched); 71 assert(!m.prefix().matched); 74 assert(!m.suffix().matched);
|