/external/angle/src/tests/gl_tests/ |
D | CopyTexture3DTest.cpp | 68 void testCopy(const GLenum testTarget, in testCopy() function in angle::CopyTexture3DTest 535 testCopy(testTarget, kColorNoAlpha, GL_RGB, GL_UNSIGNED_BYTE, false, false, false, in testUnsizedFormats() 537 testCopy(testTarget, kColorPreAlpha, GL_RGB, GL_UNSIGNED_BYTE, false, true, false, in testUnsizedFormats() 539 testCopy(testTarget, kColorUnAlpha, GL_RGB, GL_UNSIGNED_BYTE, false, false, true, in testUnsizedFormats() 542 testCopy(testTarget, kColorNoAlpha, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, false, false, false, in testUnsizedFormats() 544 testCopy(testTarget, kColorPreAlpha, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, false, true, false, in testUnsizedFormats() 546 testCopy(testTarget, kColorUnAlpha, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, false, false, true, in testUnsizedFormats() 549 testCopy(testTarget, kColorNoAlpha, GL_RGBA, GL_UNSIGNED_BYTE, false, false, false, in testUnsizedFormats() 551 testCopy(testTarget, kColorPreAlpha, GL_RGBA, GL_UNSIGNED_BYTE, false, true, false, in testUnsizedFormats() 553 testCopy(testTarget, kColorUnAlpha, GL_RGBA, GL_UNSIGNED_BYTE, false, false, true, in testUnsizedFormats() [all …]
|
/external/angle/src/common/ |
D | Optional_unittest.cpp | 37 Optional<int> testCopy = testInvalid; in TEST() local 38 ASSERT_FALSE(testCopy.valid()); in TEST() 39 ASSERT_EQ(testInvalid, testCopy); in TEST() 41 testCopy = testValid; in TEST() 42 ASSERT_TRUE(testCopy.valid()); in TEST() 43 ASSERT_EQ(3, testCopy.value()); in TEST() 44 ASSERT_EQ(testValid, testCopy); in TEST()
|
/external/skia/src/gpu/ganesh/ |
D | SurfaceContext.h | 180 bool testCopy(sk_sp<GrSurfaceProxy> src, const SkIRect& srcRect, const SkIPoint& dstPoint) { in testCopy() function 184 bool testCopy(sk_sp<GrSurfaceProxy> src) { in testCopy() function
|
/external/python/cpython3/Lib/test/test_unittest/testmock/ |
D | testsentinel.py | 35 def testCopy(self): member in SentinelTest
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/ |
D | CircularBufferTest.java | 47 public void testCopy() throws Exception { in testCopy() method in CircularBufferTest
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 9416 const VkImageCopy testCopy = { in addImageToImageSimpleTests() local 9425 imageCopy.imageCopy = testCopy; in addImageToImageSimpleTests() 9451 const VkImageCopy testCopy = { in addImageToImageSimpleTests() local 9460 imageCopy.imageCopy = testCopy; in addImageToImageSimpleTests() 9486 const VkImageCopy testCopy = { in addImageToImageSimpleTests() local 9495 imageCopy.imageCopy = testCopy; in addImageToImageSimpleTests() 9548 VkImageCopy testCopy = { in addImageToImageSimpleTests() local 9558 testCopy.srcOffset = {16, 16, 0}; in addImageToImageSimpleTests() 9559 testCopy.extent = {32, 32, 1}; in addImageToImageSimpleTests() 9563 imageCopy.imageCopy = testCopy; in addImageToImageSimpleTests() [all …]
|
/external/cronet/stable/third_party/icu/source/test/intltest/ |
D | formatted_string_builder_test.cpp | 21 void testCopy(); 50 TESTCASE_AUTO(testCopy); in runIndexedTest() 195 void FormattedStringBuilderTest::testCopy() { in testCopy() function in FormattedStringBuilderTest
|
/external/cronet/tot/third_party/icu/source/test/intltest/ |
D | formatted_string_builder_test.cpp | 21 void testCopy(); 50 TESTCASE_AUTO(testCopy); in runIndexedTest() 195 void FormattedStringBuilderTest::testCopy() { in testCopy() function in FormattedStringBuilderTest
|
/external/icu/icu4c/source/test/intltest/ |
D | formatted_string_builder_test.cpp | 21 void testCopy(); 50 TESTCASE_AUTO(testCopy); in runIndexedTest() 195 void FormattedStringBuilderTest::testCopy() { in testCopy() function in FormattedStringBuilderTest
|
/external/clang/test/Analysis/ |
D | unions.cpp | 74 void testCopy() { in testCopy() function
|
/external/python/pyasn1/tests/type/ |
D | test_useful.py | 78 def testCopy(self): member in GeneralizedTimeTestCase
|
/external/skia/tests/ |
D | CopySurfaceTest.cpp | 123 result = dstContext->testCopy(srcView.refProxy(), in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
|
D | RectangleTextureTest.cpp | 150 SkAssertResult(dstContext->testCopy(srcView.refProxy())); in test_copy_to_surface()
|
D | GrSurfaceResolveTest.cpp | 279 mmSC.testCopy(src); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
|
/external/protobuf/objectivec/Tests/ |
D | GPBExtensionRegistryTest.m | 61 - (void)testCopy { method
|
D | GPBDictionaryTests.m | 88 - (void)testCopy { method
|
/external/cronet/tot/third_party/protobuf/objectivec/Tests/ |
D | GPBExtensionRegistryTest.m | 61 - (void)testCopy { method
|
D | GPBDictionaryTests.m | 88 - (void)testCopy { method
|
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/ |
D | JsonFactoryTest.java | 240 public void testCopy() throws Exception in testCopy() method in JsonFactoryTest
|
/external/cronet/stable/third_party/protobuf/objectivec/Tests/ |
D | GPBExtensionRegistryTest.m | 61 - (void)testCopy { method
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | CharStreamsTest.java | 154 public void testCopy() throws IOException { in testCopy() method in CharStreamsTest
|
/external/cronet/tot/third_party/protobuf/java/kotlin/src/test/kotlin/com/google/protobuf/ |
D | Proto3Test.kt | 149 fun testCopy() { in testCopy() method
|
/external/guava/android/guava-tests/test/com/google/common/io/ |
D | CharStreamsTest.java | 154 public void testCopy() throws IOException { in testCopy() method in CharStreamsTest
|
/external/protobuf/java/kotlin/src/test/kotlin/com/google/protobuf/ |
D | Proto3Test.kt | 149 fun testCopy() { in testCopy() method
|
/external/cronet/stable/third_party/protobuf/java/kotlin/src/test/kotlin/com/google/protobuf/ |
D | Proto3Test.kt | 149 fun testCopy() { in testCopy() method
|