Home
last modified time | relevance | path

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

12345678910>>...33

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-shaper-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 …]
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DRegexLogger.java125 void log(String pattern, String matchStr, boolean matched, LogType type, Class<?> cls); in log()
127 void log(Matcher matcher, String matchStr, boolean matched, LogType type, Class<?> cls); in log()
129 void log(Pattern pattern, String matchStr, boolean matched, LogType type, Class<?> cls); in log()
134 boolean matched, in log()
168 Matcher matcher, String matchStr, boolean matched, LogType type, Class<?> cls) { in log()
169 log(matcher.pattern(), matchStr, matched, type, cls); in log() local
174 Pattern pattern, String matchStr, boolean matched, LogType type, Class<?> cls) { in log()
175 log(pattern.pattern(), matchStr, matched, type, cls); in log() local
180 String pattern, String matchStr, boolean matched, LogType type, Class<?> cls) { in log()
207 boolean matched, in log()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dremapper.cc386 bool IsCpuCompatible(const RemapperContext& ctx, const Pattern& matched) { in IsCpuCompatible()
454 const ContractionWithBiasAddAndActivation& matched, in IsGpuCompatible()
516 const ContractionWithBiasAdd& matched, in IsGpuCompatible()
536 const ContractionWithSqueezeAndBiasAdd& matched, in IsGpuCompatible()
543 bool IsDeviceCompatible(const RemapperContext& ctx, Pattern& matched, in IsDeviceCompatible()
659 ContractionWithBiasAdd* matched, in FindContractionWithBias()
703 ContractionWithBiasAddAndActivation* matched) { in FindContractionWithBiasAndActivation()
754 ContractionWithSqueezeAndBiasAdd* matched) { in FindConvWithSqueezeAndBias()
812 ContractionWithBatchNorm* matched) { in FindConv2DWithBatchNorm()
866 ContractionWithBatchNormAndActivation* matched) { in FindConv2DWithBatchNormAndActivation()
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/modules/AdServices/adservices/service-core/adservices-service-core/android_common_apex30/javac/anno/com/android/adservices/service/stats/
DAutoValue_MsmtAdIdMatchForDebugKeysStats.java12 private final boolean matched; field in AutoValue_MsmtAdIdMatchForDebugKeysStats
23 boolean matched, in AutoValue_MsmtAdIdMatchForDebugKeysStats()
115 private boolean matched; field in AutoValue_MsmtAdIdMatchForDebugKeysStats.Builder
137 public MsmtAdIdMatchForDebugKeysStats.Builder setMatched(boolean matched) { in setMatched()
DAutoValue_MsmtDebugKeysMatchStats.java12 private final boolean matched; field in AutoValue_MsmtDebugKeysMatchStats
23 boolean matched, in AutoValue_MsmtDebugKeysMatchStats()
115 private boolean matched; field in AutoValue_MsmtDebugKeysMatchStats.Builder
137 public MsmtDebugKeysMatchStats.Builder setMatched(boolean matched) { in setMatched()
/aosp_15_r20/out/soong/.intermediates/packages/modules/AdServices/adservices/service-core/adservices-service-core/android_common_apex33/javac/anno/com/android/adservices/service/stats/
DAutoValue_MsmtDebugKeysMatchStats.java12 private final boolean matched; field in AutoValue_MsmtDebugKeysMatchStats
23 boolean matched, in AutoValue_MsmtDebugKeysMatchStats()
115 private boolean matched; field in AutoValue_MsmtDebugKeysMatchStats.Builder
137 public MsmtDebugKeysMatchStats.Builder setMatched(boolean matched) { in setMatched()
DAutoValue_MsmtAdIdMatchForDebugKeysStats.java12 private final boolean matched; field in AutoValue_MsmtAdIdMatchForDebugKeysStats
23 boolean matched, in AutoValue_MsmtAdIdMatchForDebugKeysStats()
115 private boolean matched; field in AutoValue_MsmtAdIdMatchForDebugKeysStats.Builder
137 public MsmtAdIdMatchForDebugKeysStats.Builder setMatched(boolean matched) { in setMatched()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Dnghttp2_test_utils.cc21 bool matched = true; in Match() local
118 bool matched = true; in MatchAndExplain() local
169 bool matched = true; in MatchAndExplain() local
216 bool matched = true; in MatchAndExplain() local
290 bool matched = true; in MatchAndExplain() local
336 bool matched = true; in MatchAndExplain() local
/aosp_15_r20/external/rust/android-crates-io/crates/matchit/tests/
Dtree.rs369 let matched = matcher.at("/secret/978/path").unwrap(); in issue_12() localVariable
372 let matched = matcher.at("/something/978").unwrap(); in issue_12() localVariable
376 let matched = matcher.at("/secret/978").unwrap(); in issue_12() localVariable
/aosp_15_r20/external/bcc/tools/
H A Dfuncinterval.py152 matched = b.num_open_kprobes() variable
157 matched = b.num_open_uprobes() variable
160 matched = b.num_open_tracepoints() variable
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/expansions/
H A Dreduce_spmd_expander.cc97 bool* matched) { in ExtractDims()
112 bool* keep_dims, bool* matched) { in ExtractDims()
140 bool matched = false; in ExtractReductionParameters() local
/aosp_15_r20/external/regex-re2/re2/testing/
H A Ddfa_test.cc193 bool matched = false; in TEST() local
225 bool matched = false; in DoSearch() local
305 bool matched = prog->SearchDFA(t.text, StringPiece(), Prog::kUnanchored, in TEST() local
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/cronet/third_party/re2/src/re2/testing/
H A Ddfa_test.cc174 bool matched = false; in TEST() local
210 bool matched = false; in DoSearch() local
296 bool matched = in TEST() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/util/
DModuleTestTypeUtilTest.java68 List<String> matched = in testPositiveTestTypeMatching() local
78 List<String> matched = in testNegativeTestTypeMatching() local
/aosp_15_r20/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
H A DSequenceMatcher.java41 MatchResult(boolean matched, List<E> matchedSequence) { in MatchResult()
46 boolean matched() { in matched() method in SequenceMatcher.MatchResult
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/password/
DCredentialCheckResultTracker.java55 public void setResult(boolean matched, Intent intent, int timeoutMs, int effectiveUserId) { in setResult()
78 public void onCredentialChecked(boolean matched, Intent intent, int timeoutMs, in onCredentialChecked()
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/security/
DCheckLockWorker.java54 public void onChecked(boolean matched, int throttleTimeoutMs) { in onChecked()
124 void onCheckCompleted(boolean matched, int timeoutMs); in onCheckCompleted()
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/waiters/
H A DDefaultWaiterResponse.java34 private final ResponseOrException<T> matched; field in DefaultWaiterResponse
53 public ResponseOrException<T> matched() { in matched() method in DefaultWaiterResponse
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/credential/
Dmatched.rs247 matched: M, field
261 let matched = self.matched.as_ref().clone(); in clone_match_data() localVariable
280 let matched = self.matched; in map() localVariable
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
H A DCredentialPatternViewBinder.kt50 val matched = attestation != null in <lambda>() constant
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
H A DLimit.kt30 var matched = false in <lambda>() variable
/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/util/
H A DDebug.java289 String matched = matcher.group(); in marshal() local
313 String matched = matcher.group(); in marshal() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/diff/
H A Dlcs.h82 bool matched) { in MarkMatched()
102 uint32_t matched : 1; member
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/diff/
H A Dlcs.h82 bool matched) { in MarkMatched()
102 uint32_t matched : 1; member

12345678910>>...33