/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FileCheck/ |
H A D | FileCheckImpl.h | 738 struct MatchResult { struct 741 MatchResult(size_t MatchPos, size_t MatchLen, Error E) in MatchResult() function 743 MatchResult(Match M, Error E) : TheMatch(M), TheError(std::move(E)) {} in MatchResult() function 744 MatchResult(Error E) : TheError(std::move(E)) {} in MatchResult() function
|
H A D | FileCheck.cpp | 2079 Pattern::MatchResult MatchResult, in printMatch() 2232 Pattern::MatchResult MatchResult, in reportMatchResult() 2293 Pattern::MatchResult MatchResult = Pat.match(MatchBuffer, SM); in Check() local 2415 Pattern::MatchResult MatchResult = Pat->match(Buffer, SM); in CheckNot() local 2469 Pattern::MatchResult MatchResult = Pat.match(MatchBuffer, SM); in CheckDag() local
|
/aosp_15_r20/external/flatbuffers/tests/fuzzer/ |
H A D | flatbuffers_scalar_fuzzer.cc | 72 struct MatchResult { struct in RegexMatcher 73 size_t pos{ 0 }; 74 size_t len{ 0 }; 75 bool res{ false }; 76 bool quoted{ false };
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt_np_adv/benches/ |
D | ldt_adv_scan.rs | 99 pub struct MatchResult<const O: usize> { struct 101 matching_index: usize, 103 token: V0IdentityToken, 105 plaintext: ArrayView<u8, O>,
|
/aosp_15_r20/external/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchFinder.h | 75 struct MatchResult { struct 97 virtual void run(const MatchResult &Result) = 0; argument
|
/aosp_15_r20/packages/modules/StatsD/statsd/src/matchers/ |
D | matcher_util.h | 36 struct MatchResult { struct 44 MatchResult matchesSimple(const sp<UidMap>& uidMap, const SimpleAtomMatcher& simpleMatcher, argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/ASTMatchers/ |
D | ASTMatchFinder.h | 75 struct MatchResult { struct 97 virtual void run(const MatchResult &Result) = 0; argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/ASTMatchers/ |
D | ASTMatchFinder.h | 75 struct MatchResult { struct 97 virtual void run(const MatchResult &Result) = 0; argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/ASTMatchers/ |
D | ASTMatchFinder.h | 75 struct MatchResult { struct 97 virtual void run(const MatchResult &Result) = 0; argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/ASTMatchers/ |
D | ASTMatchFinder.h | 75 struct MatchResult { struct 97 virtual void run(const MatchResult &Result) = 0; argument
|
/aosp_15_r20/external/cronet/base/i18n/ |
H A D | string_search_unittest.cc | 338 struct MatchResult { in TEST() struct 339 int match_index; in TEST() 340 int match_length; in TEST()
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/ |
D | ConcurrentInterpreter.kt | 238 fun MatchResult.strArg(index: Int) = this.groupValues[index].trim() method 239 fun MatchResult.intArg(index: Int) = strArg(index).toInt() method 240 fun MatchResult.timeArg(index: Int) = INTERPRET_TIME_UNIT * intArg(index) method
|
/aosp_15_r20/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/ |
H A D | SequenceMatcher.java | 36 static final class MatchResult<E> { class in SequenceMatcher 41 MatchResult(boolean matched, List<E> matchedSequence) { in MatchResult() method in SequenceMatcher.MatchResult
|
/aosp_15_r20/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/matchers/ |
H A D | BitmapMatcher.kt | 136 class MatchResult( class
|
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/regex/ |
H A D | Matcher.annotated.java | 86 …ion<@libcore.util.NonNull java.util.regex.MatchResult, @libcore.util.NonNull java.lang.String> rep… in replaceAll() 90 …ction<@libcore.util.NonNull java.util.regex.MatchResult, @libcore.util.NonNull java.lang.String> r… in replaceFirst()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/diff/ |
H A D | diff.cpp | 1616 struct MatchResult { in BestEffortMatchFunctions() struct 1617 uint32_t src_id; in BestEffortMatchFunctions() 1618 uint32_t dst_id; in BestEffortMatchFunctions() 1619 DiffMatch src_match; in BestEffortMatchFunctions() 1620 DiffMatch dst_match; in BestEffortMatchFunctions() 1621 float match_rate; in BestEffortMatchFunctions() 1622 bool operator<(const MatchResult& other) const { in BestEffortMatchFunctions()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/diff/ |
H A D | diff.cpp | 1616 struct MatchResult { in BestEffortMatchFunctions() struct 1617 uint32_t src_id; in BestEffortMatchFunctions() 1618 uint32_t dst_id; in BestEffortMatchFunctions() 1619 DiffMatch src_match; in BestEffortMatchFunctions() 1620 DiffMatch dst_match; in BestEffortMatchFunctions() 1621 float match_rate; in BestEffortMatchFunctions() 1622 bool operator<(const MatchResult& other) const { in BestEffortMatchFunctions()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/diff/ |
D | diff.cpp | 1616 struct MatchResult { in BestEffortMatchFunctions() struct 1617 uint32_t src_id; in BestEffortMatchFunctions() 1618 uint32_t dst_id; in BestEffortMatchFunctions() 1619 DiffMatch src_match; in BestEffortMatchFunctions() 1620 DiffMatch dst_match; in BestEffortMatchFunctions() 1621 float match_rate; in BestEffortMatchFunctions() 1622 bool operator<(const MatchResult& other) const { in BestEffortMatchFunctions()
|
/aosp_15_r20/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/ |
H A D | BufferReader.kt | 74 class MatchResult(val reader: BufferReader) { class
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/surface/ |
H A D | server.cc | 151 class MatchResult { class in grpc_core::Server::RequestMatcherInterface 153 MatchResult(Server* server, size_t cq_idx, RequestedCall* requested_call) in MatchResult() function in grpc_core::Server::RequestMatcherInterface::MatchResult 164 MatchResult(MatchResult&& other) noexcept in MatchResult() function in grpc_core::Server::RequestMatcherInterface::MatchResult 1481 RequestMatcherInterface::MatchResult& mr = std::get<1>(r); in InitCall() 1568 r) mutable { in MakeCallPromise()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/regex/ |
H A D | Matcher.java | 1309 public String replaceAll(Function<MatchResult, String> replacer) { in replaceAll() 1531 public String replaceFirst(Function<MatchResult, String> replacer) { in replaceFirst()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/regex/ |
D | Matcher.java | 1309 public String replaceAll(Function<MatchResult, String> replacer) { in replaceAll() 1531 public String replaceFirst(Function<MatchResult, String> replacer) { in replaceFirst()
|
D | MatchResult.java | 40 public interface MatchResult { interface
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/regex/ |
D | Matcher.java | 1309 public String replaceAll(Function<MatchResult, String> replacer) { in replaceAll() 1531 public String replaceFirst(Function<MatchResult, String> replacer) { in replaceFirst()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/surface/ |
D | server.cc | 199 class MatchResult { class in grpc_core::Server::RequestMatcherInterface 201 MatchResult(Server* server, size_t cq_idx, RequestedCall* requested_call) in MatchResult() function in grpc_core::Server::RequestMatcherInterface::MatchResult 212 MatchResult(MatchResult&& other) noexcept in MatchResult() function in grpc_core::Server::RequestMatcherInterface::MatchResult 1344 match_result_and_payload) mutable { in MakeCallPromise()
|