Home
last modified time | relevance | path

Searched defs:matched (Results 1 – 25 of 108) sorted by relevance

12345

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-vowel-constraints.cc61 bool matched = false; in _hb_preprocess_text_vowel_constraints() local
112 bool matched = false; in _hb_preprocess_text_vowel_constraints() local
133 bool matched = false; in _hb_preprocess_text_vowel_constraints() local
169 bool matched = false; in _hb_preprocess_text_vowel_constraints() local
193 bool matched = false; in _hb_preprocess_text_vowel_constraints() local
211 bool matched = false; in _hb_preprocess_text_vowel_constraints() local
225 bool matched = false; in _hb_preprocess_text_vowel_constraints() local
248 bool matched = false; in _hb_preprocess_text_vowel_constraints() local
266 bool matched = false; in _hb_preprocess_text_vowel_constraints() local
292 bool matched = false; in _hb_preprocess_text_vowel_constraints() local
[all …]
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DRegexLogger.java130 void log(String pattern, String matchStr, boolean matched, LogType type, Class<?> cls); in log()
132 void log(Matcher matcher, String matchStr, boolean matched, LogType type, Class<?> cls); in log()
134 void log(Pattern pattern, String matchStr, boolean matched, LogType type, Class<?> cls); in log()
136 …void log(String pattern, String matchStr, boolean matched, double time, LogType type, Class<?> cls… in log()
162 … public void log(Matcher matcher, String matchStr, boolean matched, LogType type, Class<?> cls) { in log()
163 log(matcher.pattern(), matchStr, matched, type, cls); in log() local
168 … public void log(Pattern pattern, String matchStr, boolean matched, LogType type, Class<?> cls) { in log()
169 log(pattern.pattern(), matchStr, matched, type, cls); in log() local
173 … public void log(String pattern, String matchStr, boolean matched, LogType type, Class<?> cls) { in log()
200 …public void log(String pattern, String matchStr, boolean matched, double time, LogType type, Class… in log()
[all …]
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dremapper.cc309 bool IsCpuCompatible(const RemapperContext& ctx, const Pattern& matched) { in IsCpuCompatible()
324 const ContractionWithBiasAddAndActivation& matched) { in IsGpuCompatible()
361 const ContractionWithBiasAdd& matched) { in IsGpuCompatible()
365 const ContractionWithSqueezeAndBiasAdd& matched) { in IsGpuCompatible()
371 bool IsDeviceCompatible(const RemapperContext& ctx, Pattern& matched) { in IsDeviceCompatible()
404 ContractionWithBiasAdd* matched, in FindContractionWithBias()
445 ContractionWithBiasAddAndActivation* matched) { in FindContractionWithBiasAndActivation()
495 ContractionWithSqueezeAndBiasAdd* matched) { in FindConv2DWithSqueezeAndBias()
550 ContractionWithBatchNorm* matched) { in FindConv2DWithBatchNorm()
599 ContractionWithBatchNormAndActivation* matched) { in FindConv2DWithBatchNormAndActivation()
[all …]
/external/bcc/tools/
Dfuncinterval.py152 matched = b.num_open_kprobes() variable
157 matched = b.num_open_uprobes() variable
160 matched = b.num_open_tracepoints() variable
Dfunclatency.py351 matched = b.num_open_kprobes() variable
357 matched = b.num_open_uprobes() variable
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
DLimit.kt34 var matched = false in <lambda>() variable
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/diff/
Dlcs.h82 bool matched) { in MarkMatched()
102 uint32_t matched : 1; member
/external/swiftshader/third_party/SPIRV-Tools/source/diff/
Dlcs.h82 bool matched) { in MarkMatched()
102 uint32_t matched : 1; member
/external/brotli/c/enc/
Dfind_match_length.h24 size_t matched = 0; in FindMatchLengthWithLimit() local
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Ddfa_test.cc173 bool matched = false; in TEST() local
207 bool matched = false; in DoSearch() local
291 bool matched = prog->SearchDFA(t.text, StringPiece(), Prog::kUnanchored, in TEST() local
/external/bcc/tools/old/
Dstacksnoop.py105 matched = b.num_open_kprobes() variable
Doffcputime.py163 matched = b.num_open_kprobes() variable
Dwakeuptime.py177 matched = b.num_open_kprobes() variable
Dstackcount.py137 matched = b.num_open_kprobes() variable
Doffwaketime.py212 matched = b.num_open_kprobes() variable
/external/rust/crates/regex/src/
Dbacktrack.rs147 let mut matched = false; in exec_() localVariable
173 let mut matched = false; in backtrack() localVariable
/external/autotest/client/cros/multimedia/
Dimage_generator.py104 matched = re.search(r'image-(\d+)x(\d+).(png|svg)', args.output) variable
/external/perfetto/src/trace_processor/importers/systrace/
Dsystrace_line_tokenizer.cc66 bool matched = std::regex_search(buffer, matches, line_matcher_); in Tokenize() local
/external/tensorflow/tensorflow/compiler/xla/tools/
Drun_hlo_module_main.cc159 xla::Status matched = in main() local
/external/bcc/examples/tracing/
Dstacksnoop.py89 matched = b.num_open_kprobes() variable
/external/icu/icu4c/source/common/
Duloc_keytype.cpp471 UBool matched = FALSE; in ulocimp_toBcpType() local
516 UBool matched = FALSE; in ulocimp_toLegacyType() local
/external/rust/crates/bindgen/src/
Dregex_set.rs12 matched: Vec<Cell<bool>>, field
/external/compiler-rt/lib/tsan/rtl/
Dtsan_suppressions.cc153 InternalMmapVector<Suppression *> matched(1); in PrintMatchedSuppressions() local
/external/mesa3d/src/amd/common/
Dac_debug.h54 bool matched; /* whether the wave is used by a currently-bound shader */ member
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Donepass.cc255 bool matched = false; in SearchOnePass() local
435 bool matched = false; in IsOnePass() local

12345