Home
last modified time | relevance | path

Searched defs:kExpectedValues (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/libc/test/src/string/memory_utils/
Dutils_test.cpp16 static const cpp::Array<bool, 65> kExpectedValues{ in TEST() local
28 static const cpp::Array<bool, 65> kExpectedValues{ in TEST() local
40 static const cpp::Array<size_t, 65> kExpectedValues{ in TEST() local
52 static const cpp::Array<size_t, 65> kExpectedValues{ in TEST() local
64 static const cpp::Array<size_t, 66> kExpectedValues{ in TEST() local
/external/angle/src/tests/gl_tests/
DShaderStorageBufferTest.cpp299 constexpr unsigned int kExpectedValues[2] = {3u, 4u}; in TEST_P() local
467 constexpr unsigned int kExpectedValues[2] = {3u, 4u}; in TEST_P() local
574 constexpr GLuint kExpectedValues[kComponentCount] = {4u, 3u}; in TEST_P() local
600 constexpr GLuint kExpectedValues[kComponentCount] = {4u, 3u}; in TEST_P() local
994 constexpr float kExpectedValues[5] = {1u, 2u, 3u, 4u, 5u}; in TEST_P() local
1109 constexpr float kExpectedValues[5] = {1u, 2u, 3u, 4u, 5u}; in TEST_P() local
1157 constexpr unsigned int kExpectedValues[kElementCount][kComponentCount] = {{1u, 2u}, {3u, 4u}}; in TEST_P() local
1285 GLuint kExpectedValues[4] = {1u, 2u, 3u, 4u}; in TEST_P() local
1373 GLuint kExpectedValues[7] = {1u, 2u, 3u, 4u, 5u, 6u, 7u}; in TEST_P() local
1429 constexpr unsigned int kExpectedValues[2] = {5u, 7u}; in TEST_P() local
[all …]
DComputeShaderTest.cpp2446 constexpr std::array<GLuint, 9> kExpectedValues = {{0, 1, 1, 4, 0, 16, 48, 64, 128}}; in TEST_P() local
2499 constexpr std::array<GLuint, 9> kExpectedValues = {{1, 2, 2, 5, 1, 17, 49, 65, 129}}; in TEST_P() local
2547 constexpr std::array<GLuint, 4> kExpectedValues = {{1, 4, 6, 6}}; in TEST_P() local