/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/internal/logging/ |
D | MddEventLoggerTest.java | 133 MddLogData expectedData = in testLogMddEvents() local 155 MddLogData expectedData = in testLogExpirationHandlerRemoveUnaccountedFilesSampled() local 175 MddLogData expectedData = in testLogMddNetworkSavingsSampled() local 196 MddLogData expectedData = in testLogMddDownloadResult() local 227 MddLogData expectedData = in testLogMddUsageEvent() local 251 MddLogData expectedData = in testlogMddLibApiResultLog() local
|
/external/sdk-platform-java/gax-java/gax-httpjson/src/test/java/com/google/api/gax/httpjson/ |
D | ProtoMessageJsonStreamIteratorTest.java | 56 Field[] expectedData = in testSingleElement() local 96 Int64Value[] expectedData = in testProtobufWrapperObjects() local 130 Field[] expectedData = in testMultipleElements() local 206 Field expectedData = in testEscapedString() 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 | 119 std::vector<GLubyte> expectedData(kBufferSize, 0xFF); in TEST_P() local 173 std::vector<GLubyte> expectedData(kBufferSize, 0xFF); in TEST_P() local 330 std::vector<GLubyte> expectedData(kBufferSize, 0xFF); in TEST_P() local
|
/external/okio/okio/src/jvmTest/kotlin/okio/ |
D | CipherSinkTest.kt | 113 val expectedData = random.nextBytes(32) in <lambda>() constant 128 val expectedData = ByteArray(0) in <lambda>() constant 143 val expectedData = random.nextBytes(Segment.SIZE * 16 + Segment.SIZE / 2) in <lambda>() constant 158 val expectedData = random.nextBytes(32) in <lambda>() constant 180 val expectedData = random.nextBytes(dataSize) in <lambda>() constant
|
D | CipherSourceTest.kt | 103 val expectedData = random.nextBytes(32) in decrypt() constant 117 val expectedData = ByteArray(0) in decryptEmpty() constant 131 val expectedData = random.nextBytes(Segment.SIZE * 16 + Segment.SIZE / 2) in decryptLarge() constant 145 val expectedData = random.nextBytes(32) in decryptSingleByteSource() constant 164 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 | 58 public void assertSuccess(Object expectedData) throws Throwable { in assertSuccess()
|
/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/ |
D | MockFutureListener.java | 58 public void assertSuccess(Object expectedData) throws Throwable { in assertSuccess()
|
/external/sdk-platform-java/showcase/gapic-showcase/src/test/java/com/google/showcase/v1beta1/it/ |
D | ITHttpAnnotation.java | 135 ComplianceData expectedData = repeatRequest.getInfo(); in testComplianceGroup() local
|
/external/pytorch/test/cpp/c10d/ |
D | StoreTestCommon.hpp | 24 std::vector<uint8_t> expectedData(expectedValue.begin(), expectedValue.end()); in compareSet() local
|
/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/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/aws-sdk-java-v2/core/http-auth-aws/src/test/java/software/amazon/awssdk/http/auth/aws/crt/internal/util/ |
D | CrtHttpRequestConverterTest.java | 126 private void assertStream(String expectedData, HttpRequestBodyStream crtStream) { in assertStream()
|
/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/armnn/src/armnnSerializer/test/ |
D | SerializerTestUtils.cpp | 105 const char* expectedData = static_cast<const char*>(expectedPtr->GetMemoryArea()); in VerifyConstTensors() local
|
/external/cronet/tot/net/spdy/ |
D | spdy_buffer_unittest.cc | 121 const std::string expectedData(kData + 5, kDataSize - 5); in TEST_F() local
|
/external/aws-sdk-java-v2/core/auth-crt/src/test/java/software/amazon/awssdk/authcrt/signer/internal/ |
D | CrtHttpRequestConverterTest.java | 225 private void assertStream(String expectedData, HttpRequestBodyStream crtStream) { in assertStream()
|
/external/cronet/stable/net/spdy/ |
D | spdy_buffer_unittest.cc | 121 const std::string expectedData(kData + 5, kDataSize - 5); in TEST_F() local
|
/external/armnn/include/armnnTestUtils/ |
D | TensorHelpers.hpp | 74 const std::vector<T>& expectedData, in CompareTensors()
|
/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
|
/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
|