Home
last modified time | relevance | path

Searched defs:Expected (Results 1 – 25 of 33) sorted by relevance

12

/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cTextureGatherTests.cpp874 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/
DvktAtomicOperationTests.cpp330 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/
DvktAtomicOperationTests.cpp330 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/
Dyaml2obj.h21 template <typename T> class Expected; variable
/third_party/json/tests/thirdparty/Fuzzer/test/
DSimpleDictionaryTest.cpp17 const char *Expected = "ElvisPresley"; in LLVMFuzzerTestOneInput() local
DFuzzerUnittest.cpp33 Unit Expected[] = { in TEST() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTextureGatherTests.cpp986 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/
Dscope_per_file_provider_unittest.cc13 TEST(ScopePerFileProvider, Expected) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCachePruning.h22 template <typename T> class Expected; variable
DError.h169 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/
DSignals.cpp63 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/
DError.h163 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/
DInstructionSelectorImpl.h141 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/
DCOFFModuleDefinition.cpp176 Error expect(Kind Expected, StringRef Msg) { in expect()
/third_party/rust/crates/serde/serde/src/de/
Dmod.rs475 pub trait Expected { interface
490 impl<'a> Expected for &'a str { impl
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DXmmArith.cpp1355 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
DDataMov.cpp1358 #define TestMovmskGPRXmm(GPR, Src, Value1, Expected, Inst) \ in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DXmmArith.cpp1289 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
DDataMov.cpp970 #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/
DAVRAsmParser.cpp697 MatchClassKind Expected = static_cast<MatchClassKind>(ExpectedKind); in validateTargetOperandClass() local
/third_party/vk-gl-cts/modules/internal/
DditFrameworkTests.cpp56 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/
DAPFloat.h41 template <typename T> class Expected; variable
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
DTimeZoneRuleTest.java1407 int[][] Expected = { in TestT6216() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRuleTest.java1405 int[][] Expected = { in TestT6216() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DSampleProfReader.cpp1020 std::error_code SampleProfileReaderGCC::readSectionTag(uint32_t Expected) { in readSectionTag()

12