Home
last modified time | relevance | path

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

12345678910>>...34

/external/harfbuzz_ng/src/
Dhb-ot-shaper-vowel-constraints.cc61 bool matched = false; in _hb_preprocess_text_vowel_constraints() local
70 matched = true; in _hb_preprocess_text_vowel_constraints()
79 matched = true; in _hb_preprocess_text_vowel_constraints()
84 matched = 0x0941u == buffer->cur (1).codepoint; in _hb_preprocess_text_vowel_constraints()
90 matched = true; in _hb_preprocess_text_vowel_constraints()
100 matched = true; in _hb_preprocess_text_vowel_constraints()
105 if (matched) _output_with_dotted_circle (buffer); in _hb_preprocess_text_vowel_constraints()
112 bool matched = false; in _hb_preprocess_text_vowel_constraints() local
116 matched = 0x09BEu == buffer->cur (1).codepoint; in _hb_preprocess_text_vowel_constraints()
119 matched = 0x09C3u == buffer->cur (1).codepoint; in _hb_preprocess_text_vowel_constraints()
[all …]
/external/licenseclassifier/stringclassifier/searchset/
Dsearchset.go199 matched := targetMatchedRanges(src, target)
200 if len(matched) == 0 {
203 sort.Sort(matched)
204 matched = untangleSourceRanges(matched)
205 matchedRanges := splitRanges(matched)
229 var matched MatchRanges
236 matched = append(matched, r...)
292 matched = append(matched, p1...)
318 matched = append(matched, p1...)
321 return matched
[all …]
/external/cronet/third_party/brotli/enc/
Dfind_match_length.h24 size_t matched = 0; in FindMatchLengthWithLimit() local
28 BROTLI_UNALIGNED_LOAD64LE(s1 + matched))) { in FindMatchLengthWithLimit()
30 matched += 8; in FindMatchLengthWithLimit()
33 BROTLI_UNALIGNED_LOAD64LE(s1 + matched); in FindMatchLengthWithLimit()
35 matched += matching_bits >> 3; in FindMatchLengthWithLimit()
36 return matched; in FindMatchLengthWithLimit()
41 if (BROTLI_PREDICT_TRUE(s1[matched] == *s2)) { in FindMatchLengthWithLimit()
43 ++matched; in FindMatchLengthWithLimit()
45 return matched; in FindMatchLengthWithLimit()
48 return matched; in FindMatchLengthWithLimit()
[all …]
/external/brotli/c/enc/
Dfind_match_length.h24 size_t matched = 0; in FindMatchLengthWithLimit() local
28 BROTLI_UNALIGNED_LOAD64LE(s1 + matched))) { in FindMatchLengthWithLimit()
30 matched += 8; in FindMatchLengthWithLimit()
33 BROTLI_UNALIGNED_LOAD64LE(s1 + matched); in FindMatchLengthWithLimit()
35 matched += matching_bits >> 3; in FindMatchLengthWithLimit()
36 return matched; in FindMatchLengthWithLimit()
41 if (BROTLI_PREDICT_TRUE(s1[matched] == *s2)) { in FindMatchLengthWithLimit()
43 ++matched; in FindMatchLengthWithLimit()
45 return matched; in FindMatchLengthWithLimit()
48 return matched; in FindMatchLengthWithLimit()
[all …]
/external/curl/lib/
Dversion_win32.c78 bool matched = FALSE; in curlx_verify_windows_version() local
90 matched = targetVersion < fullVersion; in curlx_verify_windows_version()
94 matched = targetVersion <= fullVersion; in curlx_verify_windows_version()
98 matched = targetVersion == fullVersion; in curlx_verify_windows_version()
102 matched = targetVersion >= fullVersion; in curlx_verify_windows_version()
106 matched = targetVersion > fullVersion; in curlx_verify_windows_version()
110 if(matched && (platform == PLATFORM_WINDOWS)) { in curlx_verify_windows_version()
112 matched = FALSE; in curlx_verify_windows_version()
133 matched = TRUE; in curlx_verify_windows_version()
144 matched = TRUE; in curlx_verify_windows_version()
[all …]
/external/cronet/buildtools/third_party/libc++/trunk/test/std/re/re.alg/re.alg.search/
Decma.pass.cpp32 assert(!m.prefix().matched); in main()
35 assert(!m.suffix().matched); in main()
47 assert(!m.prefix().matched); in main()
50 assert(!m.suffix().matched); in main()
69 assert(m.prefix().matched); in main()
72 assert(!m.suffix().matched); in main()
91 assert(m.prefix().matched); in main()
94 assert(m.suffix().matched); in main()
106 assert(!m.prefix().matched); in main()
109 assert(!m.suffix().matched); in main()
[all …]
Dextended.pass.cpp32 assert(!m.prefix().matched); in main()
35 assert(!m.suffix().matched); in main()
47 assert(!m.prefix().matched); in main()
50 assert(!m.suffix().matched); in main()
69 assert(m.prefix().matched); in main()
72 assert(!m.suffix().matched); in main()
91 assert(m.prefix().matched); in main()
94 assert(m.suffix().matched); in main()
106 assert(!m.prefix().matched); in main()
109 assert(!m.suffix().matched); in main()
[all …]
Dawk.pass.cpp32 assert(!m.prefix().matched); in main()
35 assert(!m.suffix().matched); in main()
47 assert(!m.prefix().matched); in main()
50 assert(!m.suffix().matched); in main()
69 assert(m.prefix().matched); in main()
72 assert(!m.suffix().matched); in main()
91 assert(m.prefix().matched); in main()
94 assert(m.suffix().matched); in main()
106 assert(!m.prefix().matched); in main()
109 assert(!m.suffix().matched); in main()
[all …]
Dbasic.pass.cpp38 assert(!m.prefix().matched); in main()
41 assert(!m.suffix().matched); in main()
53 assert(!m.prefix().matched); in main()
56 assert(!m.suffix().matched); in main()
75 assert(m.prefix().matched); in main()
78 assert(!m.suffix().matched); in main()
97 assert(m.prefix().matched); in main()
100 assert(m.suffix().matched); in main()
112 assert(!m.prefix().matched); in main()
115 assert(!m.suffix().matched); in main()
[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 …]
/external/cronet/buildtools/third_party/libc++/trunk/test/std/re/re.alg/re.alg.match/
Decma.pass.cpp32 assert(!m.prefix().matched); in main()
35 assert(!m.suffix().matched); in main()
47 assert(!m.prefix().matched); in main()
50 assert(!m.suffix().matched); in main()
88 assert(!m.prefix().matched); in main()
91 assert(!m.suffix().matched); in main()
103 assert(!m.prefix().matched); in main()
106 assert(!m.suffix().matched); in main()
127 assert(!m.prefix().matched); in main()
130 assert(!m.suffix().matched); in main()
[all …]
Dextended.pass.cpp31 assert(!m.prefix().matched); in main()
34 assert(!m.suffix().matched); in main()
46 assert(!m.prefix().matched); in main()
49 assert(!m.suffix().matched); in main()
87 assert(!m.prefix().matched); in main()
90 assert(!m.suffix().matched); in main()
102 assert(!m.prefix().matched); in main()
105 assert(!m.suffix().matched); in main()
127 assert(!m.prefix().matched); in main()
130 assert(!m.suffix().matched); in main()
[all …]
Dawk.pass.cpp32 assert(!m.prefix().matched); in main()
35 assert(!m.suffix().matched); in main()
47 assert(!m.prefix().matched); in main()
50 assert(!m.suffix().matched); in main()
88 assert(!m.prefix().matched); in main()
91 assert(!m.suffix().matched); in main()
103 assert(!m.prefix().matched); in main()
106 assert(!m.suffix().matched); in main()
128 assert(!m.prefix().matched); in main()
131 assert(!m.suffix().matched); in main()
[all …]
Dbasic.pass.cpp38 assert(!m.prefix().matched); in main()
41 assert(!m.suffix().matched); in main()
53 assert(!m.prefix().matched); in main()
56 assert(!m.suffix().matched); in main()
94 assert(!m.prefix().matched); in main()
97 assert(!m.suffix().matched); in main()
109 assert(!m.prefix().matched); in main()
112 assert(!m.suffix().matched); in main()
134 assert(!m.prefix().matched); in main()
137 assert(!m.suffix().matched); in main()
[all …]
/external/libcxx/test/std/re/re.alg/re.alg.match/
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 …]
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 …]
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 …]
/external/igt-gpu-tools/tools/
Dintel_error_decode.c576 int data_size = 0, count = 0, matched; in read_data_file() local
647 matched = sscanf(dashes, "= 0x%08x %08x\n", in read_data_file()
649 if (matched > 0) { in read_data_file()
651 if (matched == 2) { in read_data_file()
667 matched = sscanf(line, "%08x : %08x", &offset, &value); in read_data_file()
668 if (matched != 2) { in read_data_file()
679 matched = sscanf(line, "PCI ID: 0x%04x\n", &reg); in read_data_file()
680 if (matched == 0) in read_data_file()
681 matched = sscanf(line, " PCI ID: 0x%04x\n", &reg); in read_data_file()
682 if (matched == 0) { in read_data_file()
[all …]
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dremapper.cc386 bool IsCpuCompatible(const RemapperContext& ctx, const Pattern& matched) { in IsCpuCompatible() argument
387 const NodeDef& node = ctx.graph_view.graph()->node(matched.contraction); in IsCpuCompatible()
454 const ContractionWithBiasAddAndActivation& matched, in IsGpuCompatible() argument
469 const NodeDef& activation_node = graph->node(matched.activation); in IsGpuCompatible()
472 const NodeDef& contraction_node = graph->node(matched.contraction); in IsGpuCompatible()
516 const ContractionWithBiasAdd& matched, in IsGpuCompatible() argument
529 const NodeDef& contraction_node = graph->node(matched.contraction); in IsGpuCompatible()
536 const ContractionWithSqueezeAndBiasAdd& matched, in IsGpuCompatible() argument
543 bool IsDeviceCompatible(const RemapperContext& ctx, Pattern& matched, in IsDeviceCompatible() argument
545 return IsCpuCompatible(ctx, matched) || in IsDeviceCompatible()
[all …]
/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
Dnghttp2_test_utils.cc21 bool matched = true; in Match() local
25 matched = false; in Match()
30 matched = false; in Match()
33 matched = false; in Match()
35 return matched; in Match()
118 bool matched = true; in MatchAndExplain() local
120 matched = false; in MatchAndExplain()
123 matched = false; in MatchAndExplain()
126 matched = false; in MatchAndExplain()
129 matched = false; in MatchAndExplain()
[all …]
/external/mesa3d/src/intel/tools/
Daubinator_error_decode.c418 int matched; in read_data_file() local
494 matched = sscanf(line, "%08x : %08x", &offset, &value); in read_data_file()
495 if (matched != 2) { in read_data_file()
501 matched = sscanf(line, "PCI ID: 0x%04x\n", &reg); in read_data_file()
502 if (matched == 0) in read_data_file()
503 matched = sscanf(line, " PCI ID: 0x%04x\n", &reg); in read_data_file()
504 if (matched == 0) { in read_data_file()
507 matched = sscanf(pci_id_start, "PCI ID: 0x%04x\n", &reg); in read_data_file()
509 if (matched == 1) { in read_data_file()
523 matched = sscanf(line, " CTL: 0x%08x\n", &reg); in read_data_file()
[all …]

12345678910>>...34