Home
last modified time | relevance | path

Searched defs:expectedValues (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DSerialMapTests.cpp41 std::vector<int> expectedValues = {1, 2, 3}; in TEST() local
71 std::vector<int> expectedValues = {1, 2, 3, 4, 5}; in TEST() local
92 std::vector<int> expectedValues = {1, 2, 3, 4, 5, 6, 7, 8, 9, 0}; in TEST() local
113 std::vector<int> expectedValues = {1, 2, 3, 4, 5, 6, 7, 8}; in TEST() local
136 std::vector<int> expectedValues = {9, 0}; in TEST() local
176 std::vector<int> expectedValues = {1, 2}; in TEST() local
DSerialQueueTests.cpp41 std::vector<int> expectedValues = {1, 2, 3}; in TEST() local
71 std::vector<int> expectedValues = {1, 2, 3, 4, 5, 6, 7, 8, 9, 0}; in TEST() local
92 std::vector<int> expectedValues = {1, 2, 3, 4, 5, 6, 7, 8}; in TEST() local
117 std::vector<int> expectedValues = {9, 0}; in TEST() local
168 std::vector<int> expectedValues = {1, 2}; in TEST() local
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/
DSerialMapTests.cpp40 std::vector<int> expectedValues = {1, 2, 3}; in TEST() local
70 std::vector<int> expectedValues = {1, 2, 3, 4, 5}; in TEST() local
91 std::vector<int> expectedValues = {1, 2, 3, 4, 5, 6, 7, 8, 9, 0}; in TEST() local
112 std::vector<int> expectedValues = {1, 2, 3, 4, 5, 6, 7, 8}; in TEST() local
135 std::vector<int> expectedValues = {9, 0}; in TEST() local
DSerialQueueTests.cpp40 std::vector<int> expectedValues = {1, 2, 3}; in TEST() local
70 std::vector<int> expectedValues = {1, 2, 3, 4, 5, 6, 7, 8, 9, 0}; in TEST() local
91 std::vector<int> expectedValues = {1, 2, 3, 4, 5, 6, 7, 8}; in TEST() local
116 std::vector<int> expectedValues = {9, 0}; in TEST() local
/third_party/flutter/engine/flutter/third_party/txt/tests/
DLayoutTest.cpp71 std::vector<float> expectedValues; in TEST_F() local
161 std::vector<float> expectedValues; in TEST_F() local
261 std::vector<float> expectedValues; in TEST_F() local
/third_party/benchmark/test/
Dargs_product_test.cc58 std::set<std::vector<int64_t>> expectedValues; member in ArgsProductFixture
Dmultiple_ranges_test.cc63 std::set<std::vector<int64_t>> expectedValues; member in MultipleRangesFixture
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dbitset_utils_unittest.cpp257 std::set<size_t> expectedValues = {1, 3, 5, 7, 9}; in TEST_F() local
281 std::set<size_t> expectedValues = {1, 3, 5, 7, 9}; in TEST_F() local
/third_party/skia/third_party/externals/angle2/src/common/
Dbitset_utils_unittest.cpp302 std::set<size_t> expectedValues = {0, 1, 3, 5, 6, 7, 9, 35}; in TYPED_TEST() local
333 std::set<size_t> expectedValues = {1, 3, 5, 7, 9}; in TYPED_TEST() local
360 std::set<size_t> expectedValues = {1, 2, 3, 4, 5, 7, 9}; in TYPED_TEST() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSpecConstantTests.cpp165 …verifyValues (tcu::TestLog& log, const void* memory, const std::vector<OffsetValue>& expectedValue… in verifyValues()
196 std::vector<OffsetValue> expectedValues; //!< list of values to check inside the ssbo buffer member
501 const std::vector<OffsetValue>& expectedValues, in ComputeTestInstance()
603 const std::vector<OffsetValue>& expectedValues, in GraphicsTestInstance()
1907 std::vector<OffsetValue> expectedValues; in computeExpectedValues() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DComputeShaderTest.cpp28 const std::array<T, kWidth * kHeight> &expectedValues) in runSharedMemoryTest()
1911 const std::array<GLuint, 4> expectedValues = {{250, 200, 150, 250}}; in TEST_P() local
1938 const std::array<GLuint, 4> expectedValues = {{250, 150, 200, 100}}; in TEST_P() local
1969 const std::array<GLuint, 4> expectedValues = {{250, 150, 200, 100}}; in TEST_P() local
2034 const std::array<GLuint, 8> expectedValues = {{255, 1, 128, 255, 0, 255, 128, 256}}; in TEST_P() local
2084 const std::array<GLint, 9> expectedValues = {{0, 1, 1, 4, 0, 16, 48, 64, 128}}; in TEST_P() local
2753 const std::array<GLuint, 16> expectedValues = { in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DComputeShaderTest.cpp38 const std::array<T, kWidth * kHeight> &expectedValues) in runSharedMemoryTest()
2283 const std::array<GLuint, 4> expectedValues = {{250, 200, 150, 250}}; in TEST_P() local
2310 const std::array<GLuint, 4> expectedValues = {{250, 150, 200, 100}}; in TEST_P() local
2341 const std::array<GLuint, 4> expectedValues = {{250, 150, 200, 100}}; in TEST_P() local
2410 const std::array<GLuint, 8> expectedValues = {{255, 1, 128, 255, 0, 255, 128, 256}}; in TEST_P() local
2463 const std::array<GLint, 9> expectedValues = {{0, 1, 1, 4, 0, 16, 48, 64, 128}}; in TEST_P() local
3174 const std::array<GLuint, 16> expectedValues = { in TEST_P() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DBufferZeroInitTests.cpp148 std::vector<float> expectedValues(expectedValueCount, 0.f); in TestBufferZeroInitInCopyTextureToBuffer() local
900 const std::vector<uint32_t> expectedValues(totalBufferSize / sizeof(uint32_t), 0); in TEST_P() local
918 const std::vector<uint32_t> expectedValues(totalBufferSize / sizeof(uint32_t), 0); in TEST_P() local
DCopyTests.cpp1014 std::array<float, kPixelsPerRow> expectedValues; in TEST_P() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingBuiltinTests.cpp2193 const vector<deInt32> expectedValues = expectedIntValuesBuffer(); in validateIntBuffer() local
2246 const vector<float> expectedValues = expectedFloatValuesBuffer(); in validateFloatBuffer() local
2304 const vector<float> expectedValues = expectedVectorValuesBuffer(); in validateVectorBuffer() local
2365 const vector<float> expectedValues = expectedMatrixValuesBuffer(); in validateMatrixBuffer() local
/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/
DJsonFormatTest.java324 int[] expectedValues = new int[] {1, 100000, 1, 100000}; in testParserAcceptFloatingPointValueForIntegerField() local
/third_party/typescript/src/harness/
DvirtualFileSystemWithWatch.ts177 const [expectedValues, valueMapper] = valueTester || [undefined, undefined!]; constant
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustBufferAccessWithVariablePointersTests.cpp1522 const deUint32 expectedValues[2] = { valueIndex, valueIndex + 1u }; in isExpectedValueFromInBuffer() local
1528 const deInt32 expectedValues[2] = { value, value - 1 }; in isExpectedValueFromInBuffer() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGlSpirvTests.cpp764 GLint expectedValues[4] = {1, 1, 1, 1}; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp548 std::ostringstream expectedValues; in compareAndLogBuffer() local