/external/llvm/test/FileCheck/ |
check-dag-substring-prefix.txt | 3 this is the string to be matched 4 this should also be matched 6 ; BAA-DAG: this is the string to be {{matched}} 7 ; BAA-DAG: this should also be {{matched}}
|
check-dag-multi-prefix-2.txt | 3 this should be matched 7 ; A-DAG: {{this}} should be matched
|
check-a-b-has-b.txt | 3 this is the string to be matched 5 ; B-DAG: this is the string to be {{matched}}
|
check-b-a-has-b.txt | 3 this is the string to be matched 5 ; B-DAG: this is the string to be {{matched}}
|
/external/iptables/include/linux/netfilter/ |
xt_connbytes.h | 20 __aligned_u64 from; /* count to be matched */ 21 __aligned_u64 to; /* count to be matched */
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
xt_connbytes.h | 20 __aligned_u64 from; /* count to be matched */ 21 __aligned_u64 to; /* count to be matched */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/ |
xt_connbytes.h | 21 aligned_u64 from; /* count to be matched */ 22 aligned_u64 to; /* count to be matched */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/ |
xt_connbytes.h | 20 __aligned_u64 from; /* count to be matched */ 21 __aligned_u64 to; /* count to be matched */
|
/external/chromium-trace/catapult/tracing/tracing/extras/measure/ |
measure_async_slice.html | 17 var matched = /([^\/:]+):([^\/:]+)\/?(.*)/.exec(arguments[1]); 18 if (matched !== null) { 19 arguments[1] = matched[2]; 20 this.groupTitle_ = matched[1];
|
/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"
|
/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/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/ |
PhoneNumberMatch.java | 29 * of the searched text. Use {@link #rawString()} to obtain a copy of the matched subsequence. 45 * // start() and end() define the range of the matched subsequence. 57 /** The raw substring matched. */ 59 /** The matched phone number. */ 66 * @param rawString the matched substring of the target text 67 * @param number the matched phone number 81 /** Returns the phone number matched by the receiver. */ 86 /** Returns the start index of the matched phone number within the searched text. */ 91 /** Returns the exclusive end index of the matched phone number within the searched text. */ 96 /** Returns the raw string matched as a phone number in the searched text. * [all...] |
/art/test/569-checker-pattern-replacement/src-multidex/ |
DerivedInSecondDex.java | 23 // Not matched: Superclass in a different dex file has an IPUT. 28 // Matched: Superclass in a different dex file has an IPUT that's pruned because we store 0.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
Selector.java | 14 * @param obj the object to be matched.
|
/external/clang/test/CodeGenObjC/ |
undefined-protocol2.m | 3 // Test that we produce a declaration for the protocol. It must be matched
|
/external/valgrind/docs/internals/ |
3_5_BUGSTATUS.txt | 12 r10881 Ashley Mis-matched thread tags in helgrind xml
|
/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/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...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/ |
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...] |
/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/autotest/server/cros/faft/utils/ |
faft_checkers.py | 52 matched = re.match(pattern, line.strip()) 53 if not matched: 56 (name, value) = (matched.group(1), matched.group(2)) 63 """Check the crossystem values matched. 66 this function check the current crossystem values are matched or not. 70 @return: True if the crossystem value matched; otherwise, False. 163 @return: True if the correct boot firmware fields matched. Otherwise, 183 """Check the flags from VbSharedData matched. 186 are matched the given value [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);
|