HomeSort by relevance Sort by last modified time
    Searched refs:matched (Results 1 - 25 of 521) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/libcxx/test/std/re/re.submatch/re.submatch.members/
default.pass.cpp 26 assert(sm.matched == false);
32 assert(sm.matched == false);
length.pass.cpp 30 sm.matched = true;
41 sm.matched = true;
compare_sub_match.pass.cpp 31 sm.matched = true;
35 sm2.matched = true;
47 sm.matched = true;
51 sm2.matched = true;
  /prebuilts/ndk/r11/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;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/re/re.submatch/re.submatch.members/
default.pass.cpp 26 assert(sm.matched == false);
32 assert(sm.matched == false);
length.pass.cpp 30 sm.matched = true;
41 sm.matched = true;
compare_sub_match.pass.cpp 31 sm.matched = true;
35 sm2.matched = true;
47 sm.matched = true;
51 sm2.matched = true;
  /prebuilts/ndk/r11/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/Contacts/tests/src/com/android/contacts/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 31 assert(m[0].matched == true);
35 assert(m[1].matched == true);
39 assert(m[2].matched == true);
43 assert(m[3].matched == false);
47 assert(m[4].matched == false);
prefix.pass.cpp 29 assert(m.prefix().matched == true);
suffix.pass.cpp 29 assert(m.suffix().matched == true);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/re/re.results/re.results.acc/
index.pass.cpp 31 assert(m[0].matched == true);
35 assert(m[1].matched == true);
39 assert(m[2].matched == true);
43 assert(m[3].matched == false);
47 assert(m[4].matched == false);
prefix.pass.cpp 29 assert(m.prefix().matched == true);
suffix.pass.cpp 29 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...]
  /prebuilts/ndk/r11/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 106 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", (*sp)->templ);
144 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", s->templ);
153 InternalMmapVector<Suppression *> matched(1);
155 suppression_ctx->GetMatched(&matched);
156 if (!matched.size())
159 for (uptr i = 0; i < matched.size(); i++)
160 hit_count += atomic_load_relaxed(&matched[i]->hit_count);
161 Printf("ThreadSanitizer: Matched %d suppressions (pid=%d):\n", hit_count,
163 for (uptr i = 0; i < matched.size(); i++) {
164 Printf("%d %s:%s\n", atomic_load_relaxed(&matched[i]->hit_count)
    [all...]
  /external/libcxx/test/std/re/re.alg/re.alg.match/
egrep.pass.cpp 33 assert(!m.prefix().matched);
36 assert(!m.suffix().matched);
56 assert(!m.prefix().matched);
59 assert(!m.suffix().matched);
72 assert(!m.prefix().matched);
75 assert(!m.suffix().matched);
  /prebuilts/ndk/r11/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);

Completed in 343 milliseconds

1 2 3 4 5 6 7 8 91011>>