Home
last modified time | relevance | path

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

1234

/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
167 … public void log(Pattern pattern, String matchStr, boolean matched, LogType type, Class<?> cls) { in log()
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()
197 …public void log(String pattern, String matchStr, boolean matched, double time, LogType type, Class… in log()
[all …]
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dremapper.cc271 bool IsCpuCompatible(const RemapperContext& ctx, const Pattern& matched) { in IsCpuCompatible()
284 const ContractionWithBiasAddAndActivation& matched) { in IsGpuCompatible()
311 const ContractionWithBiasAdd& matched) { in IsGpuCompatible()
315 const ContractionWithSqueezeAndBiasAdd& matched) { in IsGpuCompatible()
321 bool IsDeviceCompatible(const RemapperContext& ctx, Pattern& matched) { in IsDeviceCompatible()
351 ContractionWithBiasAdd* matched, in FindContractionWithBias()
391 ContractionWithBiasAddAndActivation* matched) { in FindContractionWithBiasAndActivation()
426 ContractionWithSqueezeAndBiasAdd* matched) { in FindConv2DWithSqueezeAndBias()
481 ContractionWithBatchNorm* matched) { in FindConv2DWithBatchNorm()
530 ContractionWithBatchNormAndActivation* matched) { in FindConv2DWithBatchNormAndActivation()
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
DLimit.kt35 var matched = false in <lambda>() variable
/external/brotli/c/enc/
Dfind_match_length.h25 size_t matched = 0; in FindMatchLengthWithLimit() local
/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/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/autotest/client/cros/multimedia/
Dimage_generator.py99 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/mesa3d/src/amd/common/
Dac_debug.h54 bool matched; /* whether the wave is used by a currently-bound shader */ member
/external/compiler-rt/lib/tsan/rtl/
Dtsan_suppressions.cc153 InternalMmapVector<Suppression *> matched(1); in PrintMatchedSuppressions() 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
/external/icu/icu4c/source/common/
Duloc_keytype.cpp469 UBool matched = FALSE; in ulocimp_toBcpType() local
514 UBool matched = FALSE; in ulocimp_toLegacyType() local
/external/u-boot/arch/arm/mach-rockchip/
Dboard.c70 bool matched = false; in board_usb_init() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_suppressions.cc162 InternalMmapVector<Suppression *> *matched) { in GetMatched()
/external/curl/lib/
Dsystem_win32.c184 bool matched = FALSE; in Curl_verify_windows_version() local
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
DCondition.java33 public static <T> Condition<T> matched(final T theValue, final Description mismatch) { in matched() method in Condition
/external/sqlite/android/
DOldPhoneNumberUtils.cpp171 int matched; in phone_number_compare_loose_with_minmatch() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/
DAffixMatcher.java242 static boolean matched(AffixPatternMatcher affix, String patternString) { in matched() method in AffixMatcher

1234