Home
last modified time | relevance | path

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

123

/external/lz4/tests/
Dframetest.c182 size_t cSize, testSize; in basicTests() local
205 testSize = 0; in basicTests()
207 …4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, NULL), CNBuffer, testSize, NU… in basicTests()
224 testSize = COMPRESSIBLE_NOISE_LENGTH; in basicTests()
230 …4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, NULL), CNBuffer, testSize, &f… in basicTests()
231 DISPLAYLEVEL(3, "Compressed %u bytes into a %u bytes frame \n", (U32)testSize, (U32)cSize); in basicTests()
235 …4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, NULL), CNBuffer, testSize, NU… in basicTests()
236 DISPLAYLEVEL(3, "Compressed %u bytes into a %u bytes frame \n", (U32)testSize, (U32)cSize); in basicTests()
355 …F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, &prefs), CNBuffer, testSize, &… in basicTests()
356 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/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/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp1142 const UVec2& testSize = sizes[sizeNdx]; in createSurfaceInitialSizeTest() local
1143 const UniquePtr<Window> nativeWindow (createWindow(*nativeDisplay, tcu::just(testSize))); in createSurfaceInitialSizeTest()
1153 results.check(capabilities.currentExtent.width == testSize.x() && in createSurfaceInitialSizeTest()
1154 capabilities.currentExtent.height == testSize.y(), in createSurfaceInitialSizeTest()
1155 …:toString(capabilities.currentExtent) + " doesn't match requested size " + de::toString(testSize)); in createSurfaceInitialSizeTest()
1189 const UVec2 testSize = sizes[sizeNdx]; in resizeSurfaceTest() local
1193 nativeWindow->resize(testSize); in resizeSurfaceTest()
1208 results.check(capabilities.currentExtent.width == testSize.x() && in resizeSurfaceTest()
1209 capabilities.currentExtent.height == testSize.y(), in resizeSurfaceTest()
1210 …:toString(capabilities.currentExtent) + " doesn't match requested size " + de::toString(testSize)); in resizeSurfaceTest()
/external/guava/guava-gwt/test/com/google/common/collect/
DEmptyImmutableTableTest_gwt.java126 public void testSize() throws Exception { in testSize() method in EmptyImmutableTableTest_gwt
128 testCase.testSize(); in testSize()
DSingletonImmutableTableTest_gwt.java126 public void testSize() throws Exception { in testSize() method in SingletonImmutableTableTest_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()
DNewCustomTableTest_gwt.java153 public void testSize() throws Exception { in testSize() method in NewCustomTableTest_gwt
156 testCase.testSize(); in testSize()
DHashBasedTableTest_gwt.java159 public void testSize() throws Exception { in testSize() method in HashBasedTableTest_gwt
162 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/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/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/
DForwardingMultimapTest.java48 public void testSize() { in testSize() method in ForwardingMultimapTest
DForwardingTableTest.java135 public void testSize() { in testSize() method in ForwardingTableTest
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/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
DForwardingLoadingCacheTest.java105 public void testSize() { in testSize() method in ForwardingLoadingCacheTest

123