/external/kernel-headers/original/linux/netfilter/ |
xt_connbytes.h | 19 aligned_u64 from; /* count to be matched */ 20 aligned_u64 to; /* count to be matched */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/ |
xt_connbytes.h | 19 aligned_u64 from; /* count to be matched */ 20 aligned_u64 to; /* count to be matched */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/ |
xt_connbytes.h | 19 aligned_u64 from; /* count to be matched */ 20 aligned_u64 to; /* count to be matched */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/ |
xt_connbytes.h | 19 aligned_u64 from; /* count to be matched */ 20 aligned_u64 to; /* count 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 */
|
/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/chromium_org/google_apis/drive/ |
request_util_unittest.cc | 13 // The header matched to all etag should be returned for empty etag. 16 // Otherwise, the returned header should be matched to the given etag.
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
phonenumbermatch.h | 22 // obtain a copy of the matched subsequence. 40 // // start() and end() define the range of the matched subsequence. 68 // - match is the matched string of the target text. 69 // - number is the matched phone number. 79 // Returns the phone number matched by the receiver. 82 // Returns the start index of the matched phone number within the searched 86 // Returns the exclusive end index of the matched phone number within the 90 // Returns the length of the text matched in the searched text. 93 // Returns the raw string matched as a phone number in the searched text. 113 // The raw substring matched [all...] |
/external/chromium_org/chrome/browser/ui/app_list/search/ |
tokenized_string_match.h | 20 // calculates a relevance score between [0, 1] and marks the matched portions 23 // matched. Matched portions of text are stored as index ranges. 32 // somewhat matched, i.e. relevance score is not zero.
|
/libcore/luni/src/main/java/java/util/regex/ |
MatchResult.java | 33 * Returns the index of the first character following the text that matched 41 * Returns the index of the first character following the text that matched 53 * Returns the text that matched the whole regular expression. 60 * Returns the text that matched a given group of the regular expression. 66 * @return the text that matched the group. 79 * Returns the index of the first character of the text that matched 87 * Returns the index of the first character of the text that matched a given
|
/external/chromium-trace/trace-viewer/src/tracing/ |
filter_test.js | 85 var matched = tracing.filterSliceArray(filter, slices); 86 assertEquals(3, matched.length); 87 assertEquals('ba', matched[0].title); 88 assertEquals('ab', matched[1].title); 89 assertEquals('axa', matched[2].title); 100 var matched = tracing.filterCounterArray(filter, counters); 101 assertEquals(3, matched.length); 102 assertEquals('ba', matched[0].name); 103 assertEquals('ab', matched[1].name); 104 assertEquals('axa', matched[2].name) [all...] |
filter.js | 13 var matched = []; 16 matched.push(slices[i]); 18 return matched; 25 var matched = []; 28 matched.push(counters[i]); 30 return matched;
|
/external/libphonenumber/java/src/com/android/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. 59 /** The raw substring matched. */ 61 /** The matched phone number. */ 68 * @param rawString the matched substring of the target text 69 * @param number the matched phone number 83 /** Returns the phone number matched by the receiver. */ 88 /** Returns the start index of the matched phone number within the searched text. */ 93 /** Returns the exclusive end index of the matched phone number within the searched text. */ 98 /** Returns the raw string matched as a phone number in the searched text. * [all...] |
/external/chromium_org/components/autofill/core/common/ |
autofill_pref_names.cc | 18 // Double that indicates negative (for not matched forms) upload rate. 21 // Double that indicates positive (for matched forms) upload rate.
|
/external/valgrind/main/docs/internals/ |
3_5_BUGSTATUS.txt | 12 r10881 Ashley Mis-matched thread tags in helgrind xml
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/ |
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...] |
/external/compiler-rt/lib/tsan/rtl/ |
tsan_suppressions.cc | 108 DPrintf("ThreadSanitizer: matched suppression '%s'\n", s->templ); 129 DPrintf("ThreadSanitizer: matched suppression '%s'\n", s->templ); 139 InternalMmapVector<Suppression *> matched(1); 140 g_ctx->GetMatched(&matched); 141 if (!matched.size()) 144 for (uptr i = 0; i < matched.size(); i++) 145 hit_count += matched[i]->hit_count; 146 Printf("ThreadSanitizer: Matched %d suppressions (pid=%d):\n", hit_count, 148 for (uptr i = 0; i < matched.size(); i++) { 149 Printf("%d %s:%s\n", matched[i]->hit_count [all...] |
/external/skia/expectations/gm/ |
loader.js | 31 var matched = imageNameRegex.exec(imageName); 40 test: matched[1], config: matched[2],
|
/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);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/ |
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...] |