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

1 2 3 4 5 6 7 8 91011>>

  /external/brotli/c/enc/
find_match_length.h 25 size_t matched = 0; local
29 BROTLI_UNALIGNED_LOAD64LE(s1 + matched))) {
31 matched += 8;
34 BROTLI_UNALIGNED_LOAD64LE(s1 + matched);
36 matched += matching_bits >> 3;
37 return matched;
42 if (BROTLI_PREDICT_TRUE(s1[matched] == *s2)) {
44 ++matched;
46 return matched;
49 return matched;
55 size_t matched = 0; local
    [all...]
  /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/r16/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;
  /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/r16/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/autotest/site_utils/stats/
apache_error_log_metrics_unittest.py 59 matched = filter(bool, matcher_output)
60 self.assertEqual(5, len(matched))
62 self.assertEqual('error', matched[0].group('log_level'))
63 self.assertEqual(None, matched[0].group('mod_wsgi'))
65 self.assertEqual('warn', matched[1].group('log_level'))
66 self.assertEqual('od_wsgi', matched[1].group('mod_wsgi'))
68 self.assertEqual('error', matched[2].group('log_level'))
69 self.assertEqual(None, matched[2].group('mod_wsgi'))
71 self.assertEqual('error', matched[3].group('log_level'))
72 self.assertEqual(None, matched[3].group('mod_wsgi')
    [all...]
  /external/curl/lib/
system_win32.c 77 * Returns TRUE if matched; otherwise FALSE.
84 bool matched = FALSE; local
94 matched = targetVersion < fullVersion;
98 matched = targetVersion <= fullVersion;
102 matched = targetVersion == fullVersion;
106 matched = targetVersion >= fullVersion;
110 matched = targetVersion > fullVersion;
114 if(matched && (platform == PLATFORM_WINDOWS)) {
116 matched = FALSE;
133 matched = TRUE
    [all...]
  /packages/apps/Car/Settings/src/com/android/car/settings/security/
CheckLockWorker.java 51 public void onChecked(boolean matched, int throttleTimeoutMs) {
56 mLockMatched = matched;
58 mListener.onCheckCompleted(matched);
110 * @param matched Whether the entered password matches the stored record.
112 void onCheckCompleted(boolean 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);
awk.pass.cpp 36 assert(!m.prefix().matched);
39 assert(!m.suffix().matched);
51 assert(!m.prefix().matched);
54 assert(!m.suffix().matched);
92 assert(!m.prefix().matched);
95 assert(!m.suffix().matched);
107 assert(!m.prefix().matched);
110 assert(!m.suffix().matched);
132 assert(!m.prefix().matched);
135 assert(!m.suffix().matched);
    [all...]
ecma.pass.cpp 39 assert(!m.prefix().matched);
42 assert(!m.suffix().matched);
54 assert(!m.prefix().matched);
57 assert(!m.suffix().matched);
95 assert(!m.prefix().matched);
98 assert(!m.suffix().matched);
110 assert(!m.prefix().matched);
113 assert(!m.suffix().matched);
134 assert(!m.prefix().matched);
137 assert(!m.suffix().matched);
    [all...]
grep.pass.cpp 33 assert(!m.prefix().matched);
36 assert(!m.suffix().matched);
  /external/sqlite/android/
OldPhoneNumberUtils.cpp 171 int matched; local
189 matched = 0;
215 ia--; ib--; matched++;
219 if (matched < MIN_MATCH) {
223 // if the number of dialable chars in a and b match, but the matched chars < MIN_MATCH,
225 if (effectiveALen == effectiveBLen && effectiveALen == matched) {
232 // At least one string has matched completely;
233 if (matched >= MIN_MATCH && (ia < 0 || ib < 0)) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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);

Completed in 366 milliseconds

1 2 3 4 5 6 7 8 91011>>