Home
last modified time | relevance | path

Searched refs:testCopy (Results 1 – 25 of 41) sorted by relevance

12

/external/angle/src/tests/gl_tests/
DCopyTexture3DTest.cpp68 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 …]
/external/angle/src/common/
DOptional_unittest.cpp37 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/
DGrSurfaceContext.h196 bool testCopy(sk_sp<GrSurfaceProxy> src, const SkIRect& srcRect, const SkIPoint& dstPoint) { in testCopy() function
200 bool testCopy(sk_sp<GrSurfaceProxy> src) { in testCopy() function
/external/python/mock/mock/tests/
Dtestsentinel.py38 def testCopy(self): member in SentinelTest
/external/python/cpython3/Lib/unittest/test/testmock/
Dtestsentinel.py35 def testCopy(self): member in SentinelTest
/external/icu/icu4c/source/test/intltest/
Dformatted_string_builder_test.cpp21 void testCopy();
49 TESTCASE_AUTO(testCopy); in runIndexedTest()
193 void FormattedStringBuilderTest::testCopy() { in testCopy() function in FormattedStringBuilderTest
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
DCircularBufferTest.java47 public void testCopy() throws Exception { in testCopy() method in CircularBufferTest
/external/clang/test/Analysis/
Dunions.cpp74 void testCopy() { in testCopy() function
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp5425 const VkImageCopy testCopy = in addImageToImageSimpleTests() local
5435 imageCopy.imageCopy = testCopy; in addImageToImageSimpleTests()
5458 const VkImageCopy testCopy = in addImageToImageSimpleTests() local
5468 imageCopy.imageCopy = testCopy; in addImageToImageSimpleTests()
5491 const VkImageCopy testCopy = in addImageToImageSimpleTests() local
5501 imageCopy.imageCopy = testCopy; in addImageToImageSimpleTests()
5527 const VkImageCopy testCopy = in addImageToImageSimpleTests() local
5538 imageCopy.imageCopy = testCopy; in addImageToImageSimpleTests()
5568 const VkImageCopy testCopy = in addImageToImageSimpleTests() local
5578 imageCopy.imageCopy = testCopy; in addImageToImageSimpleTests()
[all …]
/external/llvm-project/clang/test/Analysis/
Dunions.cpp75 void testCopy() { in testCopy() function
/external/python/pyasn1/tests/type/
Dtest_useful.py78 def testCopy(self): member in GeneralizedTimeTestCase
/external/skia/tests/
DCopySurfaceTest.cpp114 result = dstContext->testCopy(srcView.refProxy(), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DRectangleTextureTest.cpp112 SkAssertResult(dstContext->testCopy(srcView.refProxy())); in test_copy_to_surface()
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/
DJsonFactoryTest.java240 public void testCopy() throws Exception in testCopy() method in JsonFactoryTest
/external/protobuf/objectivec/Tests/
DGPBExtensionRegistryTest.m61 - (void)testCopy { method
DGPBDictionaryTests.m88 - (void)testCopy { method
DGPBDictionaryTests+Bool.m188 - (void)testCopy { method
493 - (void)testCopy { method
798 - (void)testCopy { method
1103 - (void)testCopy { method
1408 - (void)testCopy { method
1713 - (void)testCopy { method
2018 - (void)testCopy { method
2315 - (void)testCopy { method
DGPBArrayTests.m232 //%- (void)testCopy {
576 - (void)testCopy { method
920 - (void)testCopy { method
1264 - (void)testCopy { method
1608 - (void)testCopy { method
1952 - (void)testCopy { method
2296 - (void)testCopy { method
2640 - (void)testCopy { method
2984 - (void)testCopy { method
3315 - (void)testCopy { method
[all …]
/external/guava/guava-tests/test/com/google/common/io/
DCharStreamsTest.java156 public void testCopy() throws IOException { in testCopy() method in CharStreamsTest
/external/guava/android/guava-tests/test/com/google/common/io/
DCharStreamsTest.java156 public void testCopy() throws IOException { in testCopy() method in CharStreamsTest
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DFormattedStringBuilderTest.java152 public void testCopy() { in testCopy() method in FormattedStringBuilderTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DFormattedStringBuilderTest.java155 public void testCopy() { in testCopy() method in FormattedStringBuilderTest
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcloud_storage_unittest.py160 def testCopy(self): member in CloudStorageFakeFsUnitTest
/external/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DAbstractMessageTest.java199 public void testCopy() throws Exception { in testCopy() method in AbstractMessageTest
/external/tensorflow/tensorflow/python/training/tracking/
Ddata_structures_test.py97 def testCopy(self): member in ListTests
532 def testCopy(self): member in TupleTests

12