Home
last modified time | relevance | path

Searched defs:MatchResult (Results 1 – 25 of 741) sorted by relevance

12345678910>>...30

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FileCheck/
H A DFileCheckImpl.h738 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 DFileCheck.cpp2079 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 Dflatbuffers_scalar_fuzzer.cc72 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/
Dldt_adv_scan.rs99 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 DASTMatchFinder.h75 struct MatchResult { struct
97 virtual void run(const MatchResult &Result) = 0; argument
/aosp_15_r20/packages/modules/StatsD/statsd/src/matchers/
Dmatcher_util.h36 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/
DASTMatchFinder.h75 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/
DASTMatchFinder.h75 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/
DASTMatchFinder.h75 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/
DASTMatchFinder.h75 struct MatchResult { struct
97 virtual void run(const MatchResult &Result) = 0; argument
/aosp_15_r20/external/cronet/base/i18n/
H A Dstring_search_unittest.cc338 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/
DConcurrentInterpreter.kt238 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 DSequenceMatcher.java36 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 DBitmapMatcher.kt136 class MatchResult( class
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/regex/
H A DMatcher.annotated.java86 …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 Ddiff.cpp1616 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 Ddiff.cpp1616 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/
Ddiff.cpp1616 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 DBufferReader.kt74 class MatchResult(val reader: BufferReader) { class
/aosp_15_r20/external/grpc-grpc/src/core/lib/surface/
H A Dserver.cc151 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 DMatcher.java1309 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/
DMatcher.java1309 public String replaceAll(Function<MatchResult, String> replacer) { in replaceAll()
1531 public String replaceFirst(Function<MatchResult, String> replacer) { in replaceFirst()
DMatchResult.java40 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/
DMatcher.java1309 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/
Dserver.cc199 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()

12345678910>>...30