| /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>,
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/FileCheck/ |
| 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() argument 744 MatchResult(Error E) : TheError(std::move(E)) {} in MatchResult() argument
|
| 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
|
| /external/clang/include/clang/ASTMatchers/ |
| D | ASTMatchFinder.h | 75 struct MatchResult { struct 97 virtual void run(const MatchResult &Result) = 0; argument
|
| /external/flatbuffers/tests/fuzzer/ |
| 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 };
|
| /external/cronet/base/i18n/ |
| D | string_search_unittest.cc | 338 struct MatchResult { in TEST() struct 339 int match_index; in TEST() 340 int match_length; in TEST()
|
| /external/llvm-libc/test/UnitTest/ |
| D | LibcTest.cpp | 284 bool Test::testMatch(bool MatchResult, MatcherBase &Matcher, const char *LHSStr, in testMatch()
|
| /external/angle/third_party/spirv-tools/src/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()
|
| /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()
|
| /external/swiftshader/third_party/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()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/AsmParser/ |
| D | AVRAsmParser.cpp | 329 unsigned MatchResult = in MatchAndEmitInstruction() local 633 auto MatchResult = MatchOperandParserImpl(Operands, Mnemonic); in ParseInstruction() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/ |
| D | AVRAsmParser.cpp | 320 unsigned MatchResult = in MatchAndEmitInstruction() local 608 auto MatchResult = MatchOperandParserImpl(Operands, Mnemonic); in ParseInstruction() local
|
| /external/grpc-grpc/src/core/lib/surface/ |
| 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()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/AsmParser/ |
| D | M68kAsmParser.cpp | 934 auto MatchResult = MatchOperandParserImpl(Operands, Name); in ParseInstruction() local 995 unsigned MatchResult = in MatchAndEmitInstruction() local
|
| /external/rust/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()
|
| /external/rust/crates/glob/src/ |
| D | lib.rs | 530 enum MatchResult { enum 728 ) -> MatchResult { in matches_from()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | FileCheck.cpp | 1438 Expected<size_t> MatchResult = Pat.match(MatchBuffer, CurrentMatchLen, SM); in Check() local 1561 Expected<size_t> MatchResult = Pat->match(Buffer, MatchLen, SM); in CheckNot() local 1621 Expected<size_t> MatchResult = Pat.match(MatchBuffer, MatchLen, SM); in CheckDag() local
|
| /external/mesa3d/src/amd/compiler/tests/ |
| D | check_output.py | 193 class MatchResult: class
|
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
| D | Option.java | 224 enum MatchResult { enum in Option
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/AsmParser/ |
| D | MSP430AsmParser.cpp | 258 unsigned MatchResult = in MatchAndEmitInstruction() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/MSP430/AsmParser/ |
| D | MSP430AsmParser.cpp | 262 unsigned MatchResult = in MatchAndEmitInstruction() local
|
| /external/llvm/lib/Target/Sparc/AsmParser/ |
| D | SparcAsmParser.cpp | 549 unsigned MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo, in MatchAndEmitInstruction() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/ |
| D | WebAssemblyAsmParser.cpp | 825 unsigned MatchResult = in MatchAndEmitInstruction() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/ |
| D | SparcAsmParser.cpp | 587 unsigned MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo, in MatchAndEmitInstruction() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/AsmParser/ |
| D | WebAssemblyAsmParser.cpp | 1013 unsigned MatchResult = MatchInstructionImpl( in MatchAndEmitInstruction() local
|