Home
last modified time | relevance | path

Searched defs:expectedData (Results 1 – 25 of 31) sorted by relevance

12

/external/angle/src/tests/gl_tests/
DGetImageTest.cpp169 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
DVertexAttributeTest.cpp182 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 …]
DExternalBufferTest.cpp116 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
DSwizzleTest.cpp479 GLColor expectedData(data.R, data.R, data.R, data.R); in TEST_P() local
DStateChangeTest.cpp6373 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
DVulkanPerformanceCounterTest.cpp3030 std::vector<GLColor> expectedData(kIterations * 2, GLColor::green); in TEST_P() local
DRobustResourceInitTest.cpp1946 const auto &expectedData = UncompressDXTIntoSubRegion(width, height, subX0, subY0, subWidth, in TEST_P() local
/external/okio/okio/src/jvmTest/kotlin/okio/
DCipherSinkTest.kt119 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
DCipherSourceTest.kt109 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/
DMockFutureListener.java60 public void assertSuccess(Object expectedData) throws Throwable { in assertSuccess()
/external/guava/android/guava-testlib/src/com/google/common/util/concurrent/testing/
DMockFutureListener.java60 public void assertSuccess(Object expectedData) throws Throwable { in assertSuccess()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/upstream/
DDataSchemeDataSourceTest.java166 DataSource dataSource, DataSpec dataSpec, byte[] expectedData) throws IOException { in assertDataSourceContent()
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
DValidationTestUtilTest.java32 String input, boolean isInputValid, ByteBuffer expectedData, int expectedHandlesCount) { in checkInputParser()
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/utils/
DSeekableInMemoryByteChannelTest.java122 …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/
DesextcTextureCubeMapArrayStencilAttachments.cpp831 glw::GLubyte expectedData[] = { 0, 0, 0, 0 }; in readPixelsAndCompareWithExpectedResult() local
DesextcTextureCubeMapArrayImageOperations.cpp141 STORAGE_TYPE storType, T* expectedData) in checkResults()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DHttp2Test.java589 final ByteString expectedData = ByteString.encodeUtf8("abcdefgh"); in goAwayWithDebugDataRoundTrip() local
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderLayeredRenderingBoundaryCondition.cpp450 unsigned char expectedData[m_texture_components]; in iterate() local
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DTestUtil.java256 DataSource dataSource, DataSpec dataSpec, byte[] expectedData, boolean expectKnownLength) in assertDataSourceContent()
/external/perfetto/ui/src/common/
Dflamegraph_unittest.ts943 const expectedData: CallsiteInfo[] = [ constant
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTransliteratorTest.java3723 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/
DTransliteratorTest.java3726 String expectedData; field in TransliteratorTest.NormTranslitTask
3729 NormTranslitTask(Transliterator translit, String testData, String expectedData) { in NormTranslitTask()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationCrossInstanceSharingTests.cpp1208 std::ostringstream expectedData; in iterate() local
DvktSynchronizationWin32KeyedMutexTests.cpp1767 std::ostringstream expectedData; in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingDataSpillTests.cpp2621 std::vector<deUint32> expectedData; in iterate() local

12