Home
last modified time | relevance | path

Searched refs:matched (Results 1 – 25 of 610) sorted by relevance

12345678910>>...25

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-vowel-constraints.cc51 bool matched = false; in _hb_preprocess_text_vowel_constraints() local
60 matched = true; in _hb_preprocess_text_vowel_constraints()
69 matched = true; in _hb_preprocess_text_vowel_constraints()
74 matched = 0x0941u == buffer->cur (1).codepoint; in _hb_preprocess_text_vowel_constraints()
80 matched = true; in _hb_preprocess_text_vowel_constraints()
96 if (matched) _output_with_dotted_circle (buffer); in _hb_preprocess_text_vowel_constraints()
104 bool matched = false; in _hb_preprocess_text_vowel_constraints() local
108 matched = 0x09BEu == buffer->cur (1).codepoint; in _hb_preprocess_text_vowel_constraints()
111 matched = 0x09C3u == buffer->cur (1).codepoint; in _hb_preprocess_text_vowel_constraints()
114 matched = 0x09E2u == buffer->cur (1).codepoint; in _hb_preprocess_text_vowel_constraints()
[all …]
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dremapper.cc191 bool IsCpuCompatible(const Pattern& matched) { in IsCpuCompatible() argument
192 return IsCpuCompatibleConv2D(matched.conv2d); in IsCpuCompatible()
197 const Conv2DWithBiasAddAndRelu& matched) { in IsGpuCompatible() argument
199 ctx.graph_properties.GetInputProperties(matched.conv2d->name()); in IsGpuCompatible()
212 return is_spatial_conv && IsGpuCompatibleConv2D(matched.conv2d); in IsGpuCompatible()
215 const Conv2DWithBiasAdd& matched) { in IsGpuCompatible() argument
219 const Conv2DWithSqueezeAndBiasAdd& matched) { in IsGpuCompatible() argument
225 bool IsDeviceCompatible(const RemapperContext& ctx, Pattern& matched) { in IsDeviceCompatible() argument
226 return IsCpuCompatible(matched) || IsGpuCompatible(ctx, matched); in IsDeviceCompatible()
230 Conv2DWithBiasAdd* matched, in FindConv2DWithBias() argument
[all …]
/external/brotli/c/enc/
Dfind_match_length.h25 size_t matched = 0; in FindMatchLengthWithLimit() local
29 BROTLI_UNALIGNED_LOAD64LE(s1 + matched))) { in FindMatchLengthWithLimit()
31 matched += 8; in FindMatchLengthWithLimit()
34 BROTLI_UNALIGNED_LOAD64LE(s1 + matched); in FindMatchLengthWithLimit()
36 matched += matching_bits >> 3; in FindMatchLengthWithLimit()
37 return matched; in FindMatchLengthWithLimit()
42 if (BROTLI_PREDICT_TRUE(s1[matched] == *s2)) { in FindMatchLengthWithLimit()
44 ++matched; in FindMatchLengthWithLimit()
46 return matched; in FindMatchLengthWithLimit()
49 return matched; in FindMatchLengthWithLimit()
[all …]
/external/libcxx/test/std/re/re.alg/re.alg.search/
Decma.pass.cpp42 assert(!m.prefix().matched); in main()
45 assert(!m.suffix().matched); in main()
57 assert(!m.prefix().matched); in main()
60 assert(!m.suffix().matched); in main()
79 assert(m.prefix().matched); in main()
82 assert(!m.suffix().matched); in main()
101 assert(m.prefix().matched); in main()
104 assert(m.suffix().matched); in main()
116 assert(!m.prefix().matched); in main()
119 assert(!m.suffix().matched); in main()
[all …]
Dawk.pass.cpp42 assert(!m.prefix().matched); in main()
45 assert(!m.suffix().matched); in main()
57 assert(!m.prefix().matched); in main()
60 assert(!m.suffix().matched); in main()
79 assert(m.prefix().matched); in main()
82 assert(!m.suffix().matched); in main()
101 assert(m.prefix().matched); in main()
104 assert(m.suffix().matched); in main()
116 assert(!m.prefix().matched); in main()
119 assert(!m.suffix().matched); in main()
[all …]
Dextended.pass.cpp42 assert(!m.prefix().matched); in main()
45 assert(!m.suffix().matched); in main()
57 assert(!m.prefix().matched); in main()
60 assert(!m.suffix().matched); in main()
79 assert(m.prefix().matched); in main()
82 assert(!m.suffix().matched); in main()
101 assert(m.prefix().matched); in main()
104 assert(m.suffix().matched); in main()
116 assert(!m.prefix().matched); in main()
119 assert(!m.suffix().matched); in main()
[all …]
Dbasic.pass.cpp48 assert(!m.prefix().matched); in main()
51 assert(!m.suffix().matched); in main()
63 assert(!m.prefix().matched); in main()
66 assert(!m.suffix().matched); in main()
85 assert(m.prefix().matched); in main()
88 assert(!m.suffix().matched); in main()
107 assert(m.prefix().matched); in main()
110 assert(m.suffix().matched); in main()
122 assert(!m.prefix().matched); in main()
125 assert(!m.suffix().matched); in main()
[all …]
Degrep.pass.cpp33 assert(!m.prefix().matched); in main()
36 assert(!m.suffix().matched); in main()
49 assert(!m.prefix().matched); in main()
52 assert(m.suffix().matched); in main()
65 assert(!m.prefix().matched); in main()
68 assert(!m.suffix().matched); in main()
81 assert(!m.prefix().matched); in main()
84 assert(!m.suffix().matched); in main()
/external/libcxx/test/std/re/re.alg/re.alg.match/
Decma.pass.cpp42 assert(!m.prefix().matched); in main()
45 assert(!m.suffix().matched); in main()
57 assert(!m.prefix().matched); in main()
60 assert(!m.suffix().matched); in main()
98 assert(!m.prefix().matched); in main()
101 assert(!m.suffix().matched); in main()
113 assert(!m.prefix().matched); in main()
116 assert(!m.suffix().matched); in main()
137 assert(!m.prefix().matched); in main()
140 assert(!m.suffix().matched); in main()
[all …]
Dawk.pass.cpp36 assert(!m.prefix().matched); in main()
39 assert(!m.suffix().matched); in main()
51 assert(!m.prefix().matched); in main()
54 assert(!m.suffix().matched); in main()
92 assert(!m.prefix().matched); in main()
95 assert(!m.suffix().matched); in main()
107 assert(!m.prefix().matched); in main()
110 assert(!m.suffix().matched); in main()
132 assert(!m.prefix().matched); in main()
135 assert(!m.suffix().matched); in main()
[all …]
Dextended.pass.cpp42 assert(!m.prefix().matched); in main()
45 assert(!m.suffix().matched); in main()
57 assert(!m.prefix().matched); in main()
60 assert(!m.suffix().matched); in main()
98 assert(!m.prefix().matched); in main()
101 assert(!m.suffix().matched); in main()
113 assert(!m.prefix().matched); in main()
116 assert(!m.suffix().matched); in main()
138 assert(!m.prefix().matched); in main()
141 assert(!m.suffix().matched); in main()
[all …]
Dbasic.pass.cpp48 assert(!m.prefix().matched); in main()
51 assert(!m.suffix().matched); in main()
63 assert(!m.prefix().matched); in main()
66 assert(!m.suffix().matched); in main()
104 assert(!m.prefix().matched); in main()
107 assert(!m.suffix().matched); in main()
119 assert(!m.prefix().matched); in main()
122 assert(!m.suffix().matched); in main()
144 assert(!m.prefix().matched); in main()
147 assert(!m.suffix().matched); in main()
[all …]
Degrep.pass.cpp33 assert(!m.prefix().matched); in main()
36 assert(!m.suffix().matched); in main()
56 assert(!m.prefix().matched); in main()
59 assert(!m.suffix().matched); in main()
72 assert(!m.prefix().matched); in main()
75 assert(!m.suffix().matched); in main()
/external/curl/lib/
Dsystem_win32.c167 bool matched = FALSE; in Curl_verify_windows_version() local
177 matched = targetVersion < fullVersion; in Curl_verify_windows_version()
181 matched = targetVersion <= fullVersion; in Curl_verify_windows_version()
185 matched = targetVersion == fullVersion; in Curl_verify_windows_version()
189 matched = targetVersion >= fullVersion; in Curl_verify_windows_version()
193 matched = targetVersion > fullVersion; in Curl_verify_windows_version()
197 if(matched && (platform == PLATFORM_WINDOWS)) { in Curl_verify_windows_version()
199 matched = FALSE; in Curl_verify_windows_version()
216 matched = TRUE; in Curl_verify_windows_version()
223 matched = TRUE; in Curl_verify_windows_version()
[all …]
/external/autotest/site_utils/stats/
Dapache_error_log_metrics_unittest.py59 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/mesa3d/src/intel/tools/
Daubinator_error_decode.c406 int matched; in read_data_file() local
476 matched = sscanf(line, "%08x : %08x", &offset, &value); in read_data_file()
477 if (matched != 2) { in read_data_file()
483 matched = sscanf(line, "PCI ID: 0x%04x\n", &reg); in read_data_file()
484 if (matched == 0) in read_data_file()
485 matched = sscanf(line, " PCI ID: 0x%04x\n", &reg); in read_data_file()
486 if (matched == 0) { in read_data_file()
489 matched = sscanf(pci_id_start, "PCI ID: 0x%04x\n", &reg); in read_data_file()
491 if (matched == 1) { in read_data_file()
505 matched = sscanf(line, " CTL: 0x%08x\n", &reg); in read_data_file()
[all …]
/external/compiler-rt/lib/tsan/rtl/
Dtsan_suppressions.cc153 InternalMmapVector<Suppression *> matched(1); in PrintMatchedSuppressions() local
155 suppression_ctx->GetMatched(&matched); in PrintMatchedSuppressions()
156 if (!matched.size()) in PrintMatchedSuppressions()
159 for (uptr i = 0; i < matched.size(); i++) in PrintMatchedSuppressions()
160 hit_count += atomic_load_relaxed(&matched[i]->hit_count); in PrintMatchedSuppressions()
163 for (uptr i = 0; i < matched.size(); i++) { in PrintMatchedSuppressions()
164 Printf("%d %s:%s\n", atomic_load_relaxed(&matched[i]->hit_count), in PrintMatchedSuppressions()
165 matched[i]->type, matched[i]->templ); in PrintMatchedSuppressions()
/external/tensorflow/tensorflow/python/kernel_tests/
Dregex_full_match_op_test.py42 matched = op(input_tensor, "a.*a").eval()
43 self.assertAllEqual([True, False], matched)
50 matched = op(input_tensor, "a.*a").eval()
51 self.assertAllEqual([[True, False], [True, False]], matched)
58 matched = op(input_tensor, "").eval()
59 self.assertAllEqual([False, False], matched)
67 matched = op(input_tensor, invalid_pattern)
69 self.evaluate(matched)
/external/autotest/server/site_tests/firmware_ECThermal/
Dfirmware_ECThermal.py86 matched = pattern.match(line)
87 if matched is not None:
89 setting.append(int(matched.group(1)) - 273)
188 matched = re.match('Sensor name: (.*)', line)
189 if matched is not None and matched.group(1) == 'PECI':
213 matched = pattern.match(line)
214 if matched is not None:
215 return int(matched.group(1)) - 273
333 matched = pattern.match(line)
334 if matched is not None:
[all …]
/external/libcxx/test/std/re/re.results/re.results.acc/
Dindex.pass.cpp31 assert(m[0].matched == true); in test()
35 assert(m[1].matched == true); in test()
39 assert(m[2].matched == true); in test()
43 assert(m[3].matched == false); in test()
47 assert(m[4].matched == false); in test()
/external/autotest/server/cros/faft/utils/
Dfaft_checkers.py52 matched = re.match(pattern, line.strip())
53 if not matched:
56 (name, value) = (matched.group(1), matched.group(2))
267 matched = pattern.match(line)
268 if matched:
269 if matched.group(1) == expected_copy:
273 expected_copy, matched.group(1))
/external/cldr/tools/java/org/unicode/cldr/util/
DRegexLogger.java130 void log(String pattern, String matchStr, boolean matched, LogType type, Class<?> cls); in log() argument
132 void log(Matcher matcher, String matchStr, boolean matched, LogType type, Class<?> cls); in log() argument
134 void log(Pattern pattern, String matchStr, boolean matched, LogType type, Class<?> cls); in log() argument
136 …void log(String pattern, String matchStr, boolean matched, double time, LogType type, Class<?> cls… in log() argument
162 … public void log(Matcher matcher, String matchStr, boolean matched, LogType type, Class<?> cls) { in log() argument
163 log(matcher.pattern(), matchStr, matched, type, cls); in log() local
167 … public void log(Pattern pattern, String matchStr, boolean matched, LogType type, Class<?> cls) { in log() argument
168 log(pattern.pattern(), matchStr, matched, type, cls); in log() local
171 … public void log(String pattern, String matchStr, boolean matched, LogType type, Class<?> cls) { in log() argument
172 log(pattern, matchStr, matched, 0, type, cls); in log()
[all …]
/external/sqlite/android/
DOldPhoneNumberUtils.cpp171 int matched; in phone_number_compare_loose() local
189 matched = 0; in phone_number_compare_loose()
215 ia--; ib--; matched++; in phone_number_compare_loose()
219 if (matched < MIN_MATCH) { in phone_number_compare_loose()
225 if (effectiveALen == effectiveBLen && effectiveALen == matched) { in phone_number_compare_loose()
233 if (matched >= MIN_MATCH && (ia < 0 || ib < 0)) { in phone_number_compare_loose()
/external/swiftshader/third_party/llvm-7.0/llvm/test/FileCheck/
Dcheck-dag-substring-prefix.txt3 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}}
/external/llvm/test/FileCheck/
Dcheck-dag-substring-prefix.txt3 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}}

12345678910>>...25