Home
last modified time | relevance | path

Searched defs:matched (Results 1 – 25 of 109) 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
114 bool matched = false; in _hb_preprocess_text_vowel_constraints() local
136 bool matched = false; in _hb_preprocess_text_vowel_constraints() local
173 bool matched = false; in _hb_preprocess_text_vowel_constraints() local
198 bool matched = false; in _hb_preprocess_text_vowel_constraints() local
217 bool matched = false; in _hb_preprocess_text_vowel_constraints() local
241 bool matched = false; in _hb_preprocess_text_vowel_constraints() local
260 bool matched = false; in _hb_preprocess_text_vowel_constraints() local
287 bool matched = false; in _hb_preprocess_text_vowel_constraints() local
323 bool matched = false; in _hb_preprocess_text_vowel_constraints() local
[all …]
/external/cldr/tools/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.cc304 bool IsCpuCompatible(const RemapperContext& ctx, const Pattern& matched) { in IsCpuCompatibleDataType()
326 const ContractionWithBiasAddAndActivation& matched) { in IsCpuCompatibleDataType()
357 const ContractionWithBiasAdd& matched) { in IsCpuCompatibleDataType()
361 const ContractionWithSqueezeAndBiasAdd& matched) { in IsCpuCompatibleDataType()
367 bool IsDeviceCompatible(const RemapperContext& ctx, Pattern& matched) { in IsCpuCompatibleDataType()
402 ContractionWithBiasAdd* matched, in IsCpuCompatibleDataType()
443 ContractionWithBiasAddAndActivation* matched) { in IsCpuCompatibleDataType()
491 ContractionWithSqueezeAndBiasAdd* matched) { in IsCpuCompatibleDataType()
546 ContractionWithBatchNorm* matched) { in IsCpuCompatibleDataType()
595 ContractionWithBatchNormAndActivation* matched) { in IsCpuCompatibleDataType()
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
DLimit.kt34 var matched = false in <lambda>() variable
/external/bcc/tools/
Dfunclatency.py212 matched = b.num_open_kprobes() variable
218 matched = b.num_open_uprobes() variable
Dwakeuptime.py168 matched = b.num_open_kprobes() variable
/external/brotli/c/enc/
Dfind_match_length.h24 size_t matched = 0; in FindMatchLengthWithLimit() local
/external/bcc/tools/old/
Dstacksnoop.py105 matched = b.num_open_kprobes() variable
Dwakeuptime.py175 matched = b.num_open_kprobes() variable
Doffcputime.py161 matched = b.num_open_kprobes() variable
Dstackcount.py135 matched = b.num_open_kprobes() variable
Doffwaketime.py210 matched = b.num_open_kprobes() variable
/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/curl/lib/
Dversion_win32.c56 bool matched = FALSE; in curlx_verify_windows_version() local
/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/bcc/examples/tracing/
Dstacksnoop.py89 matched = b.num_open_kprobes() variable
/external/tensorflow/tensorflow/compiler/xla/tools/
Drun_hlo_module_main.cc159 xla::Status matched = in main() local
/external/rust/crates/bindgen/src/
Dregex_set.rs12 matched: Vec<Cell<bool>>, field
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_suppressions.cpp146 InternalMmapVector<Suppression *> matched; in PrintMatchedSuppressions() local
/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/icu/icu4c/source/common/
Duloc_keytype.cpp469 UBool matched = FALSE; in ulocimp_toBcpType() local
514 UBool matched = FALSE; in ulocimp_toLegacyType() local
/external/igt-gpu-tools/tools/
Dintel_dump_decode.c73 int data_size = 0, count = 0, line_number = 0, matched; in read_data_file() local

12345