Home
last modified time | relevance | path

Searched +defs:val +defs:matcher (Results 1 – 25 of 1242) sorted by relevance

12345678910>>...50

/aosp_15_r20/prebuilts/misc/common/android-support-test/espresso/
HDespresso_intents_release_no_deps.jar ... val$valMatcher final synthetic org.hamcrest.Matcher val$paramVal void <init> (java.lang ...
HDespresso_core_release_no_deps.jarprotobuf.meta android/support/test/espresso/web/webdriver/WebDriverAtomScripts.class WebDriverAtomScripts ...
/aosp_15_r20/external/libxkbcommon/src/xkbcomp/
H A Drules.c85 lex(struct scanner *s, union lvalue *val) in lex()
252 struct matcher { struct
253 struct xkb_context *ctx;
255 struct rule_names rmlvo;
256 union lvalue val; member
259 struct mapping mapping;
261 struct rule rule;
263 darray_char kccgst[_KCCGST_NUM_ENTRIES];
285 struct matched_sval val = { .sval = { NULL, 0 } }; in split_comma_separated_mlvo() local
291 struct matched_sval val = { .sval = { s, 0 } }; in split_comma_separated_mlvo() local
[all …]
/aosp_15_r20/external/federated-compute/fcp/base/
H A Dmatch_test.cc54 constexpr auto matcher = in TEST() local
63 constexpr auto matcher = MakeMatcher<V>( in TEST() local
73 constexpr auto matcher = in TEST() local
88 constexpr auto matcher = MakeMatcher<V>( in TEST() local
97 constexpr auto matcher = MakeMatcher<V>([](X* x) { return 10 + x->x; }, in TEST() local
139 constexpr auto matcher = MakeMatcher<VMoveOnly>( in TEST() local
154 constexpr auto matcher = MakeMatcher<VMoveOnly>( in TEST() local
174 constexpr auto matcher = in TEST() local
187 constexpr auto matcher = MakeMatcher<O>( in TEST() local
205 constexpr auto matcher = in TEST() local
[all …]
/aosp_15_r20/external/perfetto/src/trace_processor/db/column/
H A Dstring_storage.cc146 NullTermStringView val, in LowerBoundIntrinsic()
155 NullTermStringView val, in UpperBoundIntrinsic()
160 [comp](NullTermStringView val, StringPool::Id id) { in UpperBoundIntrinsic()
233 util::GlobMatcher matcher = in SingleSearch() local
354 StringPool::Id val = in IndexSearchValidated() local
383 util::GlobMatcher matcher = in IndexSearchValidated() local
413 StringPool::Id val = in LinearSearch() local
445 util::GlobMatcher matcher = in LinearSearch() local
503 StringPool::Id val = in BinarySearchIntrinsic() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DRegexLookup.java114 private final Matcher matcher; field in RegexLookup.RegexFinder
363 public RTNode(Finder finder, T val, int rank) { in RTNode()
371 public RTNode(String key, T val) { in RTNode()
753 public SPNode(Finder finder, T val) { in SPNode()
874 Finder matcher = entry.getKey(); in get() local
897 Finder matcher = entry.getKey(); in get() local
913 Finder matcher = entry.getKey(); in get() local
971 Finder matcher = entry.getKey(); in getAll() local
996 Finder matcher = entry.getKey(); in getAll() local
1014 Finder matcher = entry.getKey(); in getAll() local
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Drepattrn.cpp147 int32_t val = hashEl->value.integer; in operator =() local
477 RegexMatcher *RegexPattern::matcher(const UnicodeString &input, in matcher() function in RegexPattern
493 RegexMatcher *RegexPattern::matcher(UErrorCode &status) const { in matcher() function in RegexPattern
529 RegexMatcher *matcher = nullptr; in matches() local
553 RegexMatcher *matcher = nullptr; in matches() local
702 int32_t val = URX_VAL(op); in dumpOp() local
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Drepattrn.cpp147 int32_t val = hashEl->value.integer; in operator =() local
479 RegexMatcher *RegexPattern::matcher(const UnicodeString &input, in matcher() function in RegexPattern
495 RegexMatcher *RegexPattern::matcher(UErrorCode &status) const { in matcher() function in RegexPattern
531 RegexMatcher *matcher = nullptr; in matches() local
555 RegexMatcher *matcher = nullptr; in matches() local
704 int32_t val = URX_VAL(op); in dumpOp() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A DObjectMatcherFactory.java52 public static Predicate<String> createListMatcher(Predicate<String> matcher) { in createListMatcher()
91 private java.util.regex.Matcher matcher; field in ObjectMatcherFactory.RegexMatcher
165 public DefaultingMatcher(boolean val) { in DefaultingMatcher()
177 final Predicate<String> matcher; field in ObjectMatcherFactory.NullHandlingMatcher
195 public Predicate<String> matcher; field in ObjectMatcherFactory.MatcherPattern
/aosp_15_r20/external/error_prone/error_prone/
HDerror_prone_test_helpers-2.36.0.jar ... ) String key java.util.function.Predicate matcher public void doTest () javax.tools.Diagnostic ...
/aosp_15_r20/packages/modules/StatsD/statsd/src/metrics/
DNumericValueMetricProducer.cpp142 const int64_t val = value.getValue<int64_t>(); in writePastBucketAggregateToProto() local
146 const double val = value.getValue<double>(); in writePastBucketAggregateToProto() local
150 const HistogramValue& val = value.getValue<HistogramValue>(); in writePastBucketAggregateToProto() local
393 NumericValue getAggregationInputValue(const LogEvent& event, const Matcher& matcher) { in getAggregationInputValue()
458 const Matcher& matcher = mFieldMatchers[i]; in aggregateFields() local
/aosp_15_r20/external/owasp/sanitizer/lib/junit/
Djunit.jar ... .Thread { final synthetic junit.framework.Test val$test final synthetic junit.framework.TestResult val ...
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
HDjunit-4.8.1.jar ... .Thread { final synthetic junit.framework.Test val$test final synthetic junit.framework.TestResult val ...
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dcheck_assertion.h147 DeathCause ConvertToDeathCause(int val) { in ConvertToDeathCause()
200 …Result Run(const std::array<DeathCause, N>& expected_causes, Func&& func, const Matcher& matcher) { in Run()
353 …td::array<DeathCause, N>& expected_causes, const char* stmt, Func&& func, const Matcher& matcher) { in ExpectDeath()
367 bool ExpectDeath(DeathCause expected_cause, const char* stmt, Func&& func, const Matcher& matcher) { in ExpectDeath()
388 #define EXPECT_DEATH_MATCHES(matcher, ...) \ argument
/aosp_15_r20/out/soong/.intermediates/packages/providers/MediaProvider/mediaprovider-database/android_common/javac/
Dmediaprovider-database.jar ... file.Path item java.util.regex.Matcher matcher int i java.nio.file.Path ...
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/
Dcore-test-rules.jar ... .Thread { final synthetic junit.framework.Test val$test final synthetic junit.framework.TestResult val ...
/aosp_15_r20/prebuilts/module_sdk/art/1/test-exports/java/
Dcore-test-rules.jar ... .Thread { final synthetic junit.framework.Test val$test final synthetic junit.framework.TestResult val ...
/aosp_15_r20/packages/modules/Virtualization/tests/hostside/helper/java/com/android/microdroid/test/host/
DKvmHypTracer.java50 Matcher matcher = LOST_EVENT_PATTERN.matcher(str); in KvmHypEvent() local
143 private void setNode(String node, int val) throws Exception { in setNode()
309 Matcher matcher = pattern.matcher(next[oldestIdx].args); in getPsciMemProtect() local
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/uiautomator_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/cmds/uiautomator/cmds/uiautomator/uiautomator/android_common/combined/
Duiautomator.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp733 RegexMatcher matcher(&pattern, 0, status); in UTextBasic() local
914 RegexMatcher *matcher = pat->matcher(data, status); in API_Match() local
974 RegexMatcher *matcher = pat->matcher(data, status); in API_Match() local
1028 RegexMatcher *matcher = pat->matcher(data, status); in API_Match() local
1236 RegexMatcher matcher("(a+)+b", testString, 0, status); in API_Match() local
1248 RegexMatcher matcher("(a+)+b", testString, 0, status); in API_Match() local
1264 RegexMatcher matcher("(A)+A$", testString, 0, status); in API_Match() local
1291 RegexMatcher matcher("abc", testString, 0, status); in API_Match() local
1335 RegexMatcher *matcher = pat->matcher(data, status); in API_Replace() local
1995 RegexMatcher *matcher = &pat->matcher(status)->reset(&input); in API_Match_UTF8() local
[all …]
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dregextst.cpp733 RegexMatcher matcher(&pattern, 0, status); in UTextBasic() local
914 RegexMatcher *matcher = pat->matcher(data, status); in API_Match() local
974 RegexMatcher *matcher = pat->matcher(data, status); in API_Match() local
1028 RegexMatcher *matcher = pat->matcher(data, status); in API_Match() local
1236 RegexMatcher matcher("(a+)+b", testString, 0, status); in API_Match() local
1248 RegexMatcher matcher("(a+)+b", testString, 0, status); in API_Match() local
1264 RegexMatcher matcher("(A)+A$", testString, 0, status); in API_Match() local
1291 RegexMatcher matcher("abc", testString, 0, status); in API_Match() local
1335 RegexMatcher *matcher = pat->matcher(data, status); in API_Replace() local
1995 RegexMatcher *matcher = &pat->matcher(status)->reset(&input); in API_Match_UTF8() local
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Druntime-gdb.py80 def __init__(self, val): argument
108 def __init__(self, val): argument
124 def __init__(self, val): argument
153 def __init__(self, val): argument
205 def __init__(self, val): argument
231 def matcher(val): argument
273 def is_iface(val): argument
280 def is_eface(val): argument
349 def __init__(self, val): argument
374 def ifacematcher(val): argument
/aosp_15_r20/packages/modules/StatsD/statsd/tests/
DLogEntryMatcher_test.cpp148 AtomMatcher matcher; in TEST() local
173 AtomMatcher matcher; in TEST() local
403 AtomMatcher matcher; in TEST() local
441 AtomMatcher matcher; in TEST_GUARDED() local
489 AtomMatcher matcher; in TEST() local
535 AtomMatcher matcher; in TEST() local
597 AtomMatcher matcher; in TEST() local
645 AtomMatcher matcher; in TEST() local
678 AtomMatcher matcher; in TEST() local
701 AtomMatcher matcher; in TEST_GUARDED() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/matchit/tests/
Dtree.rs362 let mut matcher = Router::new(); in issue_12() localVariable
674 let val = router.at_mut($path).unwrap().value; localVariable

12345678910>>...50