/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cTextureGatherTests.cpp | 874 virtual std::string Expected() in Expected() function in glcts::__anon2e4ef8db0111::GatherBase 1025 virtual std::string Expected() in Expected() function in glcts::__anon2e4ef8db0111::PlainGatherInt2D 1054 virtual std::string Expected() in Expected() function in glcts::__anon2e4ef8db0111::PlainGatherUint2D 1099 virtual std::string Expected() in Expected() function in glcts::__anon2e4ef8db0111::PlainGatherDepth2D 1152 virtual std::string Expected() in Expected() function in glcts::__anon2e4ef8db0111::PlainGatherInt2DArray 1191 virtual std::string Expected() in Expected() function in glcts::__anon2e4ef8db0111::PlainGatherUint2DArray 1236 virtual std::string Expected() in Expected() function in glcts::__anon2e4ef8db0111::PlainGatherDepth2DArray 1309 virtual std::string Expected() in Expected() function in glcts::__anon2e4ef8db0111::PlainGatherIntCube 1348 virtual std::string Expected() in Expected() function in glcts::__anon2e4ef8db0111::PlainGatherUintCube 1393 virtual std::string Expected() in Expected() function in glcts::__anon2e4ef8db0111::PlainGatherDepthCube [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
D | vktAtomicOperationTests.cpp | 330 struct Expected struct in vkt::shaderexecutor::__anon05939fd60111::TestBuffer 332 T m_inout; 333 T m_output[2]; 335 Expected (T inout, T output0, T output1) in Expected() argument 342 bool compare (T inout, T output0, T output1) in compare() 454 struct Expected struct in vkt::shaderexecutor::__anon05939fd60111::TestBufferFloatingPoint 456 T m_inout; 457 T m_output[2]; 459 Expected(T inout, T output0, T output1) in Expected() function 466 bool compare(T inout, T output0, T output1) in compare()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktAtomicOperationTests.cpp | 330 struct Expected struct in vkt::shaderexecutor::__anon4a5daa160111::TestBuffer 332 T m_inout; 333 T m_output[2]; 335 Expected (T inout, T output0, T output1) in Expected() function 342 bool compare (T inout, T output0, T output1) in compare() 454 struct Expected struct in vkt::shaderexecutor::__anon4a5daa160111::TestBufferFloatingPoint 456 T m_inout; 457 T m_output[2]; 459 Expected(T inout, T output0, T output1) in Expected() function 466 bool compare(T inout, T output0, T output1) in compare()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | yaml2obj.h | 21 template <typename T> class Expected; variable
|
/third_party/json/tests/thirdparty/Fuzzer/test/ |
D | SimpleDictionaryTest.cpp | 17 const char *Expected = "ElvisPresley"; in LLVMFuzzerTestOneInput() local
|
D | FuzzerUnittest.cpp | 33 Unit Expected[] = { in TEST() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cTextureGatherTests.cpp | 986 virtual Vec4 Expected() in Expected() function in gl4cts::__anon3bee3bca0111::GatherBase 1150 virtual Vec4 Expected() in Expected() function in gl4cts::__anon3bee3bca0111::PlainGatherFloat2DRg 1335 virtual Vec4 Expected() in Expected() function in gl4cts::__anon3bee3bca0111::PlainGatherDepth2D 1564 virtual Vec4 Expected() in Expected() function in gl4cts::__anon3bee3bca0111::PlainGatherDepth2DArray 1638 virtual Vec4 Expected() in Expected() function in gl4cts::__anon3bee3bca0111::PlainGatherFloatCubeRg 1926 virtual Vec4 Expected() in Expected() function in gl4cts::__anon3bee3bca0111::PlainGatherDepthCube 2215 virtual Vec4 Expected() in Expected() function in gl4cts::__anon3bee3bca0111::PlainGatherDepthCubeArray 2239 virtual Vec4 Expected() in Expected() function in gl4cts::__anon3bee3bca0111::PlainGatherFloat2DRect 2459 virtual Vec4 Expected() in Expected() function in gl4cts::__anon3bee3bca0111::PlainGatherDepth2DRect 2784 virtual Vec4 Expected() in Expected() function in gl4cts::__anon3bee3bca0111::OffsetsGatherDepth2D [all …]
|
/third_party/gn/src/gn/ |
D | scope_per_file_provider_unittest.cc | 13 TEST(ScopePerFileProvider, Expected) { in TEST() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | CachePruning.h | 22 template <typename T> class Expected; variable
|
D | Error.h | 169 template <typename T> friend class Expected; variable 435 template <class OtherT> friend class Expected; variable 455 Expected(Error Err) in Expected() function 487 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Signals.cpp | 63 auto Expected = CallbackAndCookie::Status::Initialized; in RunSignalHandlers() local 79 auto Expected = CallbackAndCookie::Status::Empty; in insertSignalHandler() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Error.h | 163 template <typename T> friend class Expected; variable 632 template <class OtherT> friend class Expected; variable 650 Expected(Error Err) in Expected() function 682 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | InstructionSelectorImpl.h | 141 int64_t Expected = MatchTable[CurrentIdx++]; in executeMatchTable() local 230 int64_t Expected = MatchTable[CurrentIdx++]; in executeMatchTable() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | COFFModuleDefinition.cpp | 176 Error expect(Kind Expected, StringRef Msg) { in expect()
|
/third_party/rust/crates/serde/serde/src/de/ |
D | mod.rs | 475 pub trait Expected { interface 490 impl<'a> Expected for &'a str { impl
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | XmmArith.cpp | 1355 const Dqword Expected(uint64_t(0x6644335500221132ull), in TEST_F() local 1853 #define TestInsertpsXmmXmmImm(Dst, Value0, Src, Value1, Imm, Expected) \ in TEST_F() argument 1877 #define TestInsertpsXmmAddrImm(Dst, Value0, Value1, Imm, Expected) \ in TEST_F() argument
|
D | DataMov.cpp | 1358 #define TestMovmskGPRXmm(GPR, Src, Value1, Expected, Inst) \ in TEST_F() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | XmmArith.cpp | 1289 const Dqword Expected(uint64_t(0x6644335500221132ull), in TEST_F() local 1758 #define TestInsertpsXmmXmmImm(Dst, Value0, Src, Value1, Imm, Expected) \ in TEST_F() argument 1782 #define TestInsertpsXmmAddrImm(Dst, Value0, Value1, Imm, Expected) \ in TEST_F() argument
|
D | DataMov.cpp | 970 #define TestMovmskGPRXmm(GPR, Src, Value1, Expected, Inst) \ in TEST_F() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/ |
D | AVRAsmParser.cpp | 697 MatchClassKind Expected = static_cast<MatchClassKind>(ExpectedKind); in validateTargetOperandClass() local
|
/third_party/vk-gl-cts/modules/internal/ |
D | ditFrameworkTests.cpp | 56 enum Expected { NO_MATCH, MATCH_GROUP, MATCH_CASE, EXPECTED_LAST }; enum
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APFloat.h | 41 template <typename T> class Expected; variable
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
D | TimeZoneRuleTest.java | 1407 int[][] Expected = { in TestT6216() local
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneRuleTest.java | 1405 int[][] Expected = { in TestT6216() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | SampleProfReader.cpp | 1020 std::error_code SampleProfileReaderGCC::readSectionTag(uint32_t Expected) { in readSectionTag()
|