/external/angle/src/tests/gl_tests/ |
D | GetImageTest.cpp | 169 std::vector<GLColor> expectedData = {GLColor::red, GLColor::blue, GLColor::green, in TEST_P() local 197 const std::array<std::array<GLColor, kSmallSize * kSmallSize>, kCubeFaces.size()> expectedData = in TEST_P() local 237 std::vector<GLColor> expectedData = {GLColor::red, GLColor::blue, GLColor::green, in TEST_P() local 315 std::vector<GLColorRG> expectedData = {kMediumLumAlpha, kMediumLumAlpha, kMediumLumAlpha, in TEST_P() local 351 std::vector<GLColorR> expectedData = {kMediumLuminance, kMediumLuminance, kMediumLuminance, in TEST_P() local 386 std::vector<GLColorR> expectedData = {kMediumAlpha, kMediumAlpha, kMediumAlpha, kMediumAlpha}; in TEST_P() local
|
D | VertexAttributeTest.cpp | 182 const GLfloat *expectedData; member 385 std::array<GLfloat, kVertexCount> &expectedData) in InitTestData() 427 std::array<GLfloat, kVertexCount> expectedData; in TEST_P() local 442 std::array<GLfloat, kVertexCount> expectedData; in TEST_P() local 457 std::array<GLfloat, kVertexCount> expectedData; in TEST_P() local 471 std::array<GLfloat, kVertexCount> expectedData; in TEST_P() local 485 std::array<GLfloat, kVertexCount> expectedData; in TEST_P() local 500 std::array<GLfloat, kVertexCount> expectedData; in TEST_P() local 515 std::array<GLfloat, kVertexCount> expectedData; in TEST_P() local 529 std::array<GLfloat, kVertexCount> expectedData; in TEST_P() local [all …]
|
D | ExternalBufferTest.cpp | 116 std::vector<GLubyte> expectedData(kBufferSize, 0xFF); in TEST_P() local 170 std::vector<GLubyte> expectedData(kBufferSize, 0xFF); in TEST_P() local 327 std::vector<GLubyte> expectedData(kBufferSize, 0xFF); in TEST_P() local
|
D | SwizzleTest.cpp | 479 GLColor expectedData(data.R, data.R, data.R, data.R); in TEST_P() local
|
D | StateChangeTest.cpp | 6373 void renderToDefaultFramebuffer(GLColor *expectedData) in renderToDefaultFramebuffer() 6403 GLColor expectedData(data[0], data[1], data[2], data[3]); in TEST_P() local 6458 GLColor expectedData(data[0], data[1], data[2], data[3]); in TEST_P() local
|
D | VulkanPerformanceCounterTest.cpp | 3030 std::vector<GLColor> expectedData(kIterations * 2, GLColor::green); in TEST_P() local
|
D | RobustResourceInitTest.cpp | 1946 const auto &expectedData = UncompressDXTIntoSubRegion(width, height, subX0, subY0, subWidth, in TEST_P() local
|
/external/okio/okio/src/jvmTest/kotlin/okio/ |
D | CipherSinkTest.kt | 119 val expectedData = random.nextBytes(32) in <lambda>() constant 134 val expectedData = ByteArray(0) in <lambda>() constant 149 val expectedData = random.nextBytes(Segment.SIZE * 16 + Segment.SIZE / 2) in <lambda>() constant 164 val expectedData = random.nextBytes(32) in <lambda>() constant 186 val expectedData = random.nextBytes(dataSize) in <lambda>() constant
|
D | CipherSourceTest.kt | 109 val expectedData = random.nextBytes(32) in decrypt() constant 123 val expectedData = ByteArray(0) in decryptEmpty() constant 137 val expectedData = random.nextBytes(Segment.SIZE * 16 + Segment.SIZE / 2) in decryptLarge() constant 151 val expectedData = random.nextBytes(32) in decryptSingleByteSource() constant 170 val expectedData = random.nextBytes(dataSize) in decryptPaddingRequired() constant
|
/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/ |
D | MockFutureListener.java | 60 public void assertSuccess(Object expectedData) throws Throwable { in assertSuccess()
|
/external/guava/android/guava-testlib/src/com/google/common/util/concurrent/testing/ |
D | MockFutureListener.java | 60 public void assertSuccess(Object expectedData) throws Throwable { in assertSuccess()
|
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/upstream/ |
D | DataSchemeDataSourceTest.java | 166 DataSource dataSource, DataSpec dataSpec, byte[] expectedData) throws IOException { in assertDataSourceContent()
|
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/ |
D | ValidationTestUtilTest.java | 32 String input, boolean isInputValid, ByteBuffer expectedData, int expectedHandlesCount) { in checkInputParser()
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/utils/ |
D | SeekableInMemoryByteChannelTest.java | 122 …ByteBuffer expectedData = ByteBuffer.allocate(testData.length + 5).put(testData, 0, 5).put(testDat… in shouldWriteDataProperlyAfterPositionSet() local
|
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArrayStencilAttachments.cpp | 831 glw::GLubyte expectedData[] = { 0, 0, 0, 0 }; in readPixelsAndCompareWithExpectedResult() local
|
D | esextcTextureCubeMapArrayImageOperations.cpp | 141 STORAGE_TYPE storType, T* expectedData) in checkResults()
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/ |
D | Http2Test.java | 589 final ByteString expectedData = ByteString.encodeUtf8("abcdefgh"); in goAwayWithDebugDataRoundTrip() local
|
/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderLayeredRenderingBoundaryCondition.cpp | 450 unsigned char expectedData[m_texture_components]; in iterate() local
|
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
D | TestUtil.java | 256 DataSource dataSource, DataSpec dataSpec, byte[] expectedData, boolean expectKnownLength) in assertDataSourceContent()
|
/external/perfetto/ui/src/common/ |
D | flamegraph_unittest.ts | 943 const expectedData: CallsiteInfo[] = [ constant
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | TransliteratorTest.java | 3723 String expectedData; field in TransliteratorTest.NormTranslitTask 3726 NormTranslitTask(Transliterator translit, String testData, String expectedData) { in NormTranslitTask()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
D | TransliteratorTest.java | 3726 String expectedData; field in TransliteratorTest.NormTranslitTask 3729 NormTranslitTask(Transliterator translit, String testData, String expectedData) { in NormTranslitTask()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationCrossInstanceSharingTests.cpp | 1208 std::ostringstream expectedData; in iterate() local
|
D | vktSynchronizationWin32KeyedMutexTests.cpp | 1767 std::ostringstream expectedData; in iterate() local
|
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingDataSpillTests.cpp | 2621 std::vector<deUint32> expectedData; in iterate() local
|