/external/lz4/tests/ |
D | frametest.c | 175 size_t cSize, testSize; in basicTests() local 197 testSize = 0; in basicTests() 199 …4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, NULL), CNBuffer, testSize, NU… in basicTests() 220 testSize = COMPRESSIBLE_NOISE_LENGTH; in basicTests() 222 …4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, NULL), CNBuffer, testSize, NU… in basicTests() 224 DISPLAYLEVEL(3, "Compressed %u bytes into a %u bytes frame \n", (U32)testSize, (U32)cSize); in basicTests() 324 …F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, &prefs), CNBuffer, testSize, &… in basicTests() 326 DISPLAYLEVEL(3, "Compressed %i bytes into a %i bytes frame \n", (int)testSize, (int)cSize); in basicTests() 330 …F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, &prefs), CNBuffer, testSize, &… in basicTests() 332 DISPLAYLEVEL(3, "Compressed %i bytes into a %i bytes frame \n", (int)testSize, (int)cSize); in basicTests() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderTextureFunctionTests.cpp | 1105 bool TextureSizeCase::testTextureSize (const TestSize& testSize) in testTextureSize() argument 1123 const bool isSquare = testSize.textureSize.x() == testSize.textureSize.y(); in testTextureSize() 1124 …2DLodValid = (testSize.textureSize.x() >> (testSize.lod + testSize.lodBase)) != 0 || (testSize.tex… in testTextureSize() 1147 const int maxLevel = testSize.lod + testSize.lodBase; in testTextureSize() 1156 gl.texParameteri(textureTarget, GL_TEXTURE_BASE_LEVEL, testSize.lodBase); in testTextureSize() 1164 …:Message << "Testing image size " << testSize.textureSize.x() << "x" << testSize.textureSize.y() <… in testTextureSize() 1165 …tContext().getLog() << TestLog::Message << "Lod: " << testSize.lod << ", base level: " << testSize… in testTextureSize() 1166 …estLog::Message << "Expecting: " << testSize.expectedSize.x() << "x" << testSize.expectedSize.y() … in testTextureSize() 1168 gl.uniform3iv(sizeLoc, 1, testSize.expectedSize.m_data); in testTextureSize() 1169 gl.uniform1iv(lodLoc, 1, &testSize.lod); in testTextureSize() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSurfaceTests.cpp | 774 const UVec2& testSize = sizes[sizeNdx]; in createSurfaceInitialSizeTest() local 775 const UniquePtr<Window> nativeWindow (createWindow(*nativeDisplay, tcu::just(testSize))); in createSurfaceInitialSizeTest() 785 results.check(capabilities.currentExtent.width == testSize.x() && in createSurfaceInitialSizeTest() 786 capabilities.currentExtent.height == testSize.y(), in createSurfaceInitialSizeTest() 787 …:toString(capabilities.currentExtent) + " doesn't match requested size " + de::toString(testSize)); in createSurfaceInitialSizeTest() 821 const UVec2 testSize = sizes[sizeNdx]; in resizeSurfaceTest() local 825 nativeWindow->resize(testSize); in resizeSurfaceTest() 840 results.check(capabilities.currentExtent.width == testSize.x() && in resizeSurfaceTest() 841 capabilities.currentExtent.height == testSize.y(), in resizeSurfaceTest() 842 …:toString(capabilities.currentExtent) + " doesn't match requested size " + de::toString(testSize)); in resizeSurfaceTest()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | CollectionSizeTester.java | 31 public void testSize() { in testSize() method in CollectionSizeTester
|
D | MapSizeTester.java | 31 public void testSize() { in testSize() method in MapSizeTester
|
/external/guava/guava-gwt/test/com/google/common/collect/ |
D | SingletonImmutableTableTest_gwt.java | 126 public void testSize() throws Exception { in testSize() method in SingletonImmutableTableTest_gwt 128 testCase.testSize(); in testSize()
|
D | EmptyImmutableTableTest_gwt.java | 126 public void testSize() throws Exception { in testSize() method in EmptyImmutableTableTest_gwt 128 testCase.testSize(); in testSize()
|
D | RegularImmutableTableTest_gwt.java | 121 public void testSize() throws Exception { in testSize() method in RegularImmutableTableTest_gwt 123 testCase.testSize(); in testSize()
|
D | TablesTransformValuesTest_gwt.java | 141 public void testSize() throws Exception { in testSize() method in TablesTransformValuesTest_gwt 144 testCase.testSize(); in testSize()
|
D | HashBasedTableTest_gwt.java | 159 public void testSize() throws Exception { in testSize() method in HashBasedTableTest_gwt 162 testCase.testSize(); in testSize()
|
D | NewCustomTableTest_gwt.java | 153 public void testSize() throws Exception { in testSize() method in NewCustomTableTest_gwt 156 testCase.testSize(); in testSize()
|
D | TransposedTableTest_gwt.java | 153 public void testSize() throws Exception { in testSize() method in TransposedTableTest_gwt 156 testCase.testSize(); in testSize()
|
D | ImmutableTableTest_gwt.java | 195 public void testSize() throws Exception { in testSize() method in ImmutableTableTest_gwt 198 testCase.testSize(); in testSize()
|
/external/clang/test/Analysis/ |
D | builtin-functions.cpp | 9 void testSize() { in testSize() function
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | ViewMeasureSpecTest.java | 27 public void testSize() throws Exception { in testSize() method in ViewMeasureSpecTest
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | EmptyImmutableTableTest.java | 53 public void testSize() { in testSize() method in EmptyImmutableTableTest
|
D | SingletonImmutableTableTest.java | 115 public void testSize() { in testSize() method in SingletonImmutableTableTest
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ForwardingTableTest.java | 135 public void testSize() { in testSize() method in ForwardingTableTest
|
D | ForwardingMultimapTest.java | 48 public void testSize() { in testSize() method in ForwardingMultimapTest
|
D | EmptyImmutableTableTest.java | 62 public void testSize() { in testSize() method in EmptyImmutableTableTest
|
D | SingletonImmutableTableTest.java | 124 public void testSize() { in testSize() method in SingletonImmutableTableTest
|
D | ForwardingDequeTest.java | 206 public void testSize() { in testSize() method in ForwardingDequeTest
|
/external/dng_sdk/source/ |
D | dng_mosaic_info.cpp | 1711 int32 testSize = SizeForDownScale (testScale); in DownScale() local 1713 if (Abs_int32 (testSize - (int32) prefSize) <= in DownScale() 1717 bestSize = testSize; in DownScale() 1743 testSize = SizeForDownScale (testScale); in DownScale() 1745 if (Abs_int32 (testSize - (int32) prefSize) <= in DownScale() 1749 bestSize = testSize; in DownScale()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zOut.cpp | 240 int testSize; in GetVolPureSize() local 242 testSize = volSize - headersSizeBase; in GetVolPureSize() 244 testSize = 1; in GetVolPureSize() 245 UInt32 headersSize = COutArchive::GetVolHeadersSize(testSize, nameLength, props); in GetVolPureSize()
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | ForwardingCacheTest.java | 93 public void testSize() { in testSize() method in ForwardingCacheTest
|