Home
last modified time | relevance | path

Searched defs:Expected (Results 1 - 21 of 21) sorted by relevance

/third_party/json/tests/thirdparty/Fuzzer/test/
H A DSimpleDictionaryTest.cpp17 const char *Expected = "ElvisPresley"; in LLVMFuzzerTestOneInput() local
H A DFuzzerUnittest.cpp33 Unit Expected[] = { in TEST() local
/third_party/rust/crates/serde/serde/src/de/
H A Dmod.rs475 pub trait Expected { traits
490 impl<'a> Expected for &'a str { impls
H A Dvalue.rs
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DError.h631 template <class T> class LLVM_NODISCARD Expected { class
650 Expected(Error Err) in Expected() function in llvm::Expected
669 Expected(OtherT &&Val, Expected() function in llvm::Expected
682 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } Expected() function in llvm::Expected
687 Expected(Expected<OtherT> &&Other, Expected() function in llvm::Expected
696 explicit Expected( Expected() function in llvm::Expected
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp176 Error expect(Kind Expected, StringRef Msg) { in expect() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DSignals.cpp63 auto Expected = CallbackAndCookie::Status::Initialized; in RunSignalHandlers() local
79 auto Expected = CallbackAndCookie::Status::Empty; in insertSignalHandler() local
H A DYAMLParser.cpp935 bool Scanner::consume(uint32_t Expected) { in consume() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DError.h433 template <class T> class LLVM_NODISCARD Expected { class
455 Expected(Error Err) in Expected() function in llvm::Expected
474 Expected(OtherT &&Val, Expected() function in llvm::Expected
487 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } Expected() function in llvm::Expected
492 Expected(Expected<OtherT> &&Other, Expected() function in llvm::Expected
501 explicit Expected( Expected() function in llvm::Expected
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h141 int64_t Expected = MatchTable[CurrentIdx++]; in executeMatchTable() local
230 int64_t Expected = MatchTable[CurrentIdx++]; in executeMatchTable() local
233 << InsnID << "], Expected=" << Expected << ")\n"); in executeMatchTable() local
[all...]
/third_party/vk-gl-cts/modules/internal/
H A DditFrameworkTests.cpp56 enum Expected { NO_MATCH, MATCH_GROUP, MATCH_CASE, EXPECTED_LAST }; enum
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cTextureGatherTests.cpp874 virtual std::string Expected() in Expected() function in glcts::__anon27700::GatherBase
1025 virtual std::string Expected() in Expected() function in glcts::__anon27700::PlainGatherInt2D
1054 virtual std::string Expected() in Expected() function in glcts::__anon27700::PlainGatherUint2D
1099 virtual std::string Expected() in Expected() function in glcts::__anon27700::PlainGatherDepth2D
1152 virtual std::string Expected() in Expected() function in glcts::__anon27700::PlainGatherInt2DArray
1191 virtual std::string Expected() in Expected() function in glcts::__anon27700::PlainGatherUint2DArray
1236 virtual std::string Expected() Expected() function in glcts::__anon27700::PlainGatherDepth2DArray
1309 virtual std::string Expected() Expected() function in glcts::__anon27700::PlainGatherIntCube
1348 virtual std::string Expected() Expected() function in glcts::__anon27700::PlainGatherUintCube
1393 virtual std::string Expected() Expected() function in glcts::__anon27700::PlainGatherDepthCube
1556 virtual std::string Expected() Expected() function in glcts::__anon27700::Swizzle
1578 virtual std::string Expected() Expected() function in glcts::__anon27700::IncompleteTexture
1597 virtual std::string Expected() Expected() function in glcts::__anon27700::IncompleteTextureLastComp
1717 virtual std::string Expected() Expected() function in glcts::__anon27700::PlainGatherFloat2DSrgb
1741 virtual std::string Expected() Expected() function in glcts::__anon27700::PlainGatherFloat2DSrgbAlpha
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1020 std::error_code SampleProfileReaderGCC::readSectionTag(uint32_t Expected) { in readSectionTag() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp697 MatchClassKind Expected = static_cast<MatchClassKind>(ExpectedKind); in validateTargetOperandClass() local
/third_party/icu/icu4c/source/test/intltest/
H A Dtzrulets.cpp2096 int32_t Expected[][8] = { in TestT6216() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktAtomicOperationTests.cpp330 struct Expected struct in vkt::shaderexecutor::__anon28661::TestBuffer
335 Expected (T inout, T output0, T output1) in Expected() function
454 struct Expected struct in vkt::shaderexecutor::__anon28661::TestBufferFloatingPoint
459 Expected(T inout, T output0, T output1) in Expected() function
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cTextureGatherTests.cpp986 virtual Vec4 Expected() in Expected() function in gl4cts::__anon27655::GatherBase
1150 virtual Vec4 Expected() Expected() function in gl4cts::__anon27655::PlainGatherFloat2DRg
1335 virtual Vec4 Expected() Expected() function in gl4cts::__anon27655::PlainGatherDepth2D
1564 virtual Vec4 Expected() Expected() function in gl4cts::__anon27655::PlainGatherDepth2DArray
1638 virtual Vec4 Expected() Expected() function in gl4cts::__anon27655::PlainGatherFloatCubeRg
1926 virtual Vec4 Expected() Expected() function in gl4cts::__anon27655::PlainGatherDepthCube
2215 virtual Vec4 Expected() Expected() function in gl4cts::__anon27655::PlainGatherDepthCubeArray
2239 virtual Vec4 Expected() Expected() function in gl4cts::__anon27655::PlainGatherFloat2DRect
2459 virtual Vec4 Expected() Expected() function in gl4cts::__anon27655::PlainGatherDepth2DRect
2784 virtual Vec4 Expected() Expected() function in gl4cts::__anon27655::OffsetsGatherDepth2D
2900 virtual Vec4 Expected() Expected() function in gl4cts::__anon27655::OffsetsGatherDepth2DArray
2990 virtual Vec4 Expected() Expected() function in gl4cts::__anon27655::OffsetsGatherDepth2DRect
3007 virtual Vec4 Expected() Expected() function in gl4cts::__anon27655::Swizzle
3029 virtual Vec4 Expected() Expected() function in gl4cts::__anon27655::IncompleteTexture
3043 virtual Vec4 Expected() Expected() function in gl4cts::__anon27655::IncompleteTextureLastComp
3164 virtual Vec4 Expected() Expected() function in gl4cts::__anon27655::PlainGatherFloat2DSrgb
3187 virtual Vec4 Expected() Expected() function in gl4cts::__anon27655::PlainGatherFloat2DSrgbAlpha
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktAtomicOperationTests.cpp330 struct Expected struct in vkt::shaderexecutor::__anon29810::TestBuffer
335 Expected (T inout, T output0, T output1) in Expected() function
454 struct Expected struct in vkt::shaderexecutor::__anon29810::TestBufferFloatingPoint
459 Expected(T inout, T output0, T output1) in Expected() function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringMIPS32.cpp4677 auto *Expected = Instr->getArg(1); in lowerIntrinsic() local
H A DIceTargetLoweringX8664.cpp3335 Operand *Expected = legalize(Instr->getArg(1)); in lowerIntrinsic() local
3833 lowerAtomicCmpxchg(Variable *DestPrev, Operand *Ptr, Operand *Expected, Operand *Desired) lowerAtomicCmpxchg() argument
3862 tryOptimizedCmpxchgCmpBr(Variable *Dest, Operand *PtrToMem, Operand *Expected, Operand *Desired) tryOptimizedCmpxchgCmpBr() argument
[all...]
H A DIceTargetLoweringX8632.cpp3779 Operand *Expected = legalize(Instr->getArg(1)); in lowerIntrinsic() local
4300 lowerAtomicCmpxchg(Variable *DestPrev, Operand *Ptr, Operand *Expected, Operand *Desired) lowerAtomicCmpxchg() argument
4346 tryOptimizedCmpxchgCmpBr(Variable *Dest, Operand *PtrToMem, Operand *Expected, Operand *Desired) tryOptimizedCmpxchgCmpBr() argument
[all...]

Completed in 84 milliseconds