Home
last modified time | relevance | path

Searched refs:testSize (Results 1 – 25 of 70) sorted by relevance

123

/external/lz4/tests/
Dframetest.c175 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/
Des3fShaderTextureFunctionTests.cpp1105 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/
DvktWsiSurfaceTests.cpp774 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/
DCollectionSizeTester.java31 public void testSize() { in testSize() method in CollectionSizeTester
DMapSizeTester.java31 public void testSize() { in testSize() method in MapSizeTester
/external/guava/guava-gwt/test/com/google/common/collect/
DSingletonImmutableTableTest_gwt.java126 public void testSize() throws Exception { in testSize() method in SingletonImmutableTableTest_gwt
128 testCase.testSize(); in testSize()
DEmptyImmutableTableTest_gwt.java126 public void testSize() throws Exception { in testSize() method in EmptyImmutableTableTest_gwt
128 testCase.testSize(); in testSize()
DRegularImmutableTableTest_gwt.java121 public void testSize() throws Exception { in testSize() method in RegularImmutableTableTest_gwt
123 testCase.testSize(); in testSize()
DTablesTransformValuesTest_gwt.java141 public void testSize() throws Exception { in testSize() method in TablesTransformValuesTest_gwt
144 testCase.testSize(); in testSize()
DHashBasedTableTest_gwt.java159 public void testSize() throws Exception { in testSize() method in HashBasedTableTest_gwt
162 testCase.testSize(); in testSize()
DNewCustomTableTest_gwt.java153 public void testSize() throws Exception { in testSize() method in NewCustomTableTest_gwt
156 testCase.testSize(); in testSize()
DTransposedTableTest_gwt.java153 public void testSize() throws Exception { in testSize() method in TransposedTableTest_gwt
156 testCase.testSize(); in testSize()
DImmutableTableTest_gwt.java195 public void testSize() throws Exception { in testSize() method in ImmutableTableTest_gwt
198 testCase.testSize(); in testSize()
/external/clang/test/Analysis/
Dbuiltin-functions.cpp9 void testSize() { in testSize() function
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DViewMeasureSpecTest.java27 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/
DEmptyImmutableTableTest.java53 public void testSize() { in testSize() method in EmptyImmutableTableTest
DSingletonImmutableTableTest.java115 public void testSize() { in testSize() method in SingletonImmutableTableTest
/external/guava/guava-tests/test/com/google/common/collect/
DForwardingTableTest.java135 public void testSize() { in testSize() method in ForwardingTableTest
DForwardingMultimapTest.java48 public void testSize() { in testSize() method in ForwardingMultimapTest
DEmptyImmutableTableTest.java62 public void testSize() { in testSize() method in EmptyImmutableTableTest
DSingletonImmutableTableTest.java124 public void testSize() { in testSize() method in SingletonImmutableTableTest
DForwardingDequeTest.java206 public void testSize() { in testSize() method in ForwardingDequeTest
/external/dng_sdk/source/
Ddng_mosaic_info.cpp1711 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/
D7zOut.cpp240 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/
DForwardingCacheTest.java93 public void testSize() { in testSize() method in ForwardingCacheTest

123