/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | CopyTexture3DTest.cpp | 68 void testCopy(const GLenum testTarget, in testCopy() function in angle::CopyTexture3DTest 536 testCopy(testTarget, kColorNoAlpha, GL_RGB, GL_UNSIGNED_BYTE, false, false, false, in testUnsizedFormats() 538 testCopy(testTarget, kColorPreAlpha, GL_RGB, GL_UNSIGNED_BYTE, false, true, false, in testUnsizedFormats() 540 testCopy(testTarget, kColorUnAlpha, GL_RGB, GL_UNSIGNED_BYTE, false, false, true, in testUnsizedFormats() 543 testCopy(testTarget, kColorNoAlpha, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, false, false, false, in testUnsizedFormats() 545 testCopy(testTarget, kColorPreAlpha, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, false, true, false, in testUnsizedFormats() 547 testCopy(testTarget, kColorUnAlpha, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, false, false, true, in testUnsizedFormats() 550 testCopy(testTarget, kColorNoAlpha, GL_RGBA, GL_UNSIGNED_BYTE, false, false, false, in testUnsizedFormats() 552 testCopy(testTarget, kColorPreAlpha, GL_RGBA, GL_UNSIGNED_BYTE, false, true, false, in testUnsizedFormats() 554 testCopy(testTarget, kColorUnAlpha, GL_RGBA, GL_UNSIGNED_BYTE, false, false, true, in testUnsizedFormats() [all …]
|
/third_party/skia/third_party/externals/angle2/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()
|
/third_party/node/test/parallel/ |
D | test-child-process-exec-any-shells-windows.js | 25 const testCopy = (shellName, shellPath) => { function 38 testCopy('cmd.exe', `${system32}\\cmd.exe`); 44 testCopy('powershell.exe', 65 testCopy(`bash_${i}.exe`, bashPath);
|
/third_party/skia/src/gpu/ |
D | SurfaceContext.h | 176 bool testCopy(sk_sp<GrSurfaceProxy> src, const SkIRect& srcRect, const SkIPoint& dstPoint) { in testCopy() function 180 bool testCopy(sk_sp<GrSurfaceProxy> src) { in testCopy() function
|
/third_party/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
|
/third_party/python/Lib/unittest/test/testmock/ |
D | testsentinel.py | 35 def testCopy(self): member in SentinelTest
|
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/data/ |
D | OpenTypeDataTests.java | 48 public void testCopy() throws Exception { in testCopy() method in OpenTypeDataTests
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 8594 const VkImageCopy testCopy = in addImageToImageSimpleTests() local 8604 imageCopy.imageCopy = testCopy; in addImageToImageSimpleTests() 8627 const VkImageCopy testCopy = in addImageToImageSimpleTests() local 8637 imageCopy.imageCopy = testCopy; in addImageToImageSimpleTests() 8660 const VkImageCopy testCopy = in addImageToImageSimpleTests() local 8670 imageCopy.imageCopy = testCopy; in addImageToImageSimpleTests() 8728 VkImageCopy testCopy = in addImageToImageSimpleTests() local 8739 testCopy.srcOffset = { 16, 16, 0 }; in addImageToImageSimpleTests() 8740 testCopy.extent = { 32, 32, 1 }; in addImageToImageSimpleTests() 8744 imageCopy.imageCopy = testCopy; in addImageToImageSimpleTests() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 8594 const VkImageCopy testCopy = in addImageToImageSimpleTests() local 8604 imageCopy.imageCopy = testCopy; in addImageToImageSimpleTests() 8627 const VkImageCopy testCopy = in addImageToImageSimpleTests() local 8637 imageCopy.imageCopy = testCopy; in addImageToImageSimpleTests() 8660 const VkImageCopy testCopy = in addImageToImageSimpleTests() local 8670 imageCopy.imageCopy = testCopy; in addImageToImageSimpleTests() 8728 VkImageCopy testCopy = in addImageToImageSimpleTests() local 8739 testCopy.srcOffset = { 16, 16, 0 }; in addImageToImageSimpleTests() 8740 testCopy.extent = { 32, 32, 1 }; in addImageToImageSimpleTests() 8744 imageCopy.imageCopy = testCopy; in addImageToImageSimpleTests() [all …]
|
/third_party/skia/tests/ |
D | CopySurfaceTest.cpp | 112 result = dstContext->testCopy(srcView.refProxy(), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | RectangleTextureTest.cpp | 113 SkAssertResult(dstContext->testCopy(srcView.refProxy())); in test_copy_to_surface()
|
D | GrSurfaceTest.cpp | 406 auto copyResult = surfContext->testCopy(copySrc.refProxy()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/protobuf/objectivec/Tests/ |
D | GPBExtensionRegistryTest.m | 61 - (void)testCopy { method
|
D | GPBDictionaryTests+Bool.m | 189 - (void)testCopy { method 496 - (void)testCopy { method 803 - (void)testCopy { method 1110 - (void)testCopy { method 1417 - (void)testCopy { method 1724 - (void)testCopy { method 2031 - (void)testCopy { method 2330 - (void)testCopy { method
|
D | GPBArrayTests.m | 232 //%- (void)testCopy { 577 - (void)testCopy { method 923 - (void)testCopy { method 1269 - (void)testCopy { method 1615 - (void)testCopy { method 1961 - (void)testCopy { method 2307 - (void)testCopy { method 2653 - (void)testCopy { method 2999 - (void)testCopy { method 3331 - (void)testCopy { method [all …]
|
D | GPBDictionaryTests.m | 88 - (void)testCopy { method
|
D | GPBDictionaryTests+Int32.m | 224 - (void)testCopy { method 585 - (void)testCopy { method 946 - (void)testCopy { method 1307 - (void)testCopy { method 1668 - (void)testCopy { method 2029 - (void)testCopy { method 2390 - (void)testCopy { method 2751 - (void)testCopy { method 3520 - (void)testCopy { method
|
D | GPBDictionaryTests+UInt64.m | 224 - (void)testCopy { method 585 - (void)testCopy { method 946 - (void)testCopy { method 1307 - (void)testCopy { method 1668 - (void)testCopy { method 2029 - (void)testCopy { method 2390 - (void)testCopy { method 2751 - (void)testCopy { method 3520 - (void)testCopy { method
|
D | GPBDictionaryTests+Int64.m | 224 - (void)testCopy { method 585 - (void)testCopy { method 946 - (void)testCopy { method 1307 - (void)testCopy { method 1668 - (void)testCopy { method 2029 - (void)testCopy { method 2390 - (void)testCopy { method 2751 - (void)testCopy { method 3520 - (void)testCopy { method
|
D | GPBDictionaryTests+UInt32.m | 224 - (void)testCopy { method 585 - (void)testCopy { method 946 - (void)testCopy { method 1307 - (void)testCopy { method 1668 - (void)testCopy { method 2029 - (void)testCopy { method 2390 - (void)testCopy { method 2751 - (void)testCopy { method 3520 - (void)testCopy { method
|
D | GPBDictionaryTests+String.m | 224 - (void)testCopy { method 585 - (void)testCopy { method 946 - (void)testCopy { method 1307 - (void)testCopy { method 1668 - (void)testCopy { method 2029 - (void)testCopy { method 2390 - (void)testCopy { method 2751 - (void)testCopy { method
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | FormattedStringBuilderTest.java | 155 public void testCopy() { in testCopy() method in FormattedStringBuilderTest
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | FormattedStringBuilderTest.java | 152 public void testCopy() { in testCopy() method in FormattedStringBuilderTest
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
D | AbstractMessageTest.java | 199 public void testCopy() throws Exception { in testCopy() method in AbstractMessageTest
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | AbstractMessageTest.java | 249 public void testCopy() throws Exception { in testCopy() method in AbstractMessageTest
|