| /external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/internal/logging/ |
| D | MddEventLoggerTest.java | 125 MddLogData expectedData = in testLogMddEvents() local 147 MddLogData expectedData = in testLogExpirationHandlerRemoveUnaccountedFilesSampled() local 167 MddLogData expectedData = in testLogMddNetworkSavingsSampled() local 188 MddLogData expectedData = in testLogMddDownloadResult() local 218 MddLogData expectedData = in testLogMddUsageEvent() local 242 MddLogData expectedData = in testlogMddLibApiResultLog() local
|
| /external/angle/src/tests/gl_tests/ |
| D | GetImageTest.cpp | 199 std::vector<GLColor> expectedData = {GLColor::red, GLColor::blue, GLColor::green, in TEST_P() local 227 const std::array<std::array<GLColor, kSmallSize * kSmallSize>, kCubeFaces.size()> expectedData = in TEST_P() local 267 std::vector<GLColor> expectedData = {GLColor::red, GLColor::blue, GLColor::green, in TEST_P() local 345 std::vector<GLColorRG> expectedData = {kMediumLumAlpha, kMediumLumAlpha, kMediumLumAlpha, in TEST_P() local 381 std::vector<GLColorR> expectedData = {kMediumLuminance, kMediumLuminance, kMediumLuminance, in TEST_P() local 416 std::vector<GLColorR> expectedData = {kMediumAlpha, kMediumAlpha, kMediumAlpha, kMediumAlpha}; in TEST_P() local 449 std::vector<GLColorRGB> expectedData = {GLColorRGB::red, GLColorRGB::blue, GLColorRGB::green, in TEST_P() local 577 std::vector<GLColor> expectedData = {GLColor::red, GLColor::blue, GLColor::green, in TEST_P() local 615 std::vector<GLColor> expectedData(4, GLColor::white); in TEST_P() local 840 std::vector<uint8_t> expectedData; in TEST_P() local [all …]
|
| D | VertexAttributeTest.cpp | 181 const GLfloat *expectedData; member 378 std::array<GLfloat, kVertexCount> &expectedData) in InitTestData() 420 std::array<GLfloat, kVertexCount> expectedData; in TEST_P() local 435 std::array<GLfloat, kVertexCount> expectedData; in TEST_P() local 450 std::array<GLfloat, kVertexCount> expectedData; in TEST_P() local 464 std::array<GLfloat, kVertexCount> expectedData; in TEST_P() local 478 std::array<GLfloat, kVertexCount> expectedData; in TEST_P() local 493 std::array<GLfloat, kVertexCount> expectedData; in TEST_P() local 508 std::array<GLfloat, kVertexCount> expectedData; in TEST_P() local 522 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 | 489 GLColor expectedData(data.R, data.R, data.R, data.R); 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/pigweed/pw_hdlc/ts/ |
| D | decoder_test.ts | 41 const expectedData = textEncoder.encode('123456789'); constant
|
| /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/guava/guava-testlib/src/com/google/common/util/concurrent/testing/ |
| D | MockFutureListener.java | 60 public void assertSuccess(Object expectedData) throws Throwable { in assertSuccess()
|
| /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/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/datasource/src/test/java/com/google/android/exoplayer2/upstream/ |
| D | DataSchemeDataSourceTest.java | 162 DataSource dataSource, DataSpec dataSpec, byte[] expectedData) throws IOException { in assertDataSourceContent()
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/src/test/java/com/google/android/exoplayer2/upstream/ |
| D | DataSchemeDataSourceTest.java | 162 DataSource dataSource, DataSpec dataSpec, byte[] expectedData) throws IOException { in assertDataSourceContent()
|
| /external/armnn/src/armnnSerializer/test/ |
| D | SerializerTestUtils.cpp | 105 const char* expectedData = static_cast<const char*>(expectedPtr->GetMemoryArea()); in VerifyConstTensors() local
|
| /external/cronet/net/spdy/ |
| D | spdy_buffer_unittest.cc | 113 const std::string expectedData(kData + 5, kDataSize - 5); in TEST_F() local
|
| /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/armnn/include/armnnTestUtils/ |
| D | TensorHelpers.hpp | 74 const std::vector<T>& expectedData, in CompareTensors()
|
| /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_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
| D | TestUtil.java | 217 DataSource dataSource, DataSpec dataSpec, byte[] expectedData, boolean expectKnownLength) in assertDataSourceContent()
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
| D | TestUtil.java | 217 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/deqp/external/vulkancts/modules/vulkan/binding_model/ |
| D | vktBindingDescriptorBufferTests.cpp | 978 …const auto expectedData = glslFormat(isNullDescriptor ? 0 : getExpectedData(params.hash, sb.se… in glslOutputVerification() local 1155 …const auto expectedData = glslFormat(getExpectedData(params.hash, imageBinding.set, imageBindin… in glslOutputVerification() local 1198 …const auto expectedData = glslFormat(getExpectedData(params.hash, imageBinding.set, imageBinding.… in glslOutputVerification() local 3943 deUint32 expectedData; in initializeBinding() local 3981 …const deUint32 expectedData = getExpectedData(m_params.hash, setIndex, binding.binding, arr… in initializeBinding() local
|