Home
last modified time | relevance | path

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

123

/external/lz4/programs/
Dframetest.c205 size_t cSize, testSize; in basicTests() local
218 testSize = COMPRESSIBLE_NOISE_LENGTH; in basicTests()
220 …4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, NULL), CNBuffer, testSize, NU… in basicTests()
222 DISPLAYLEVEL(3, "Compressed %i bytes into a %i bytes frame \n", (int)testSize, (int)cSize); in basicTests()
265 …F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, &prefs), CNBuffer, testSize, &… in basicTests()
267 DISPLAYLEVEL(3, "Compressed %i bytes into a %i bytes frame \n", (int)testSize, (int)cSize); in basicTests()
271 …F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, &prefs), CNBuffer, testSize, &… in basicTests()
273 DISPLAYLEVEL(3, "Compressed %i bytes into a %i bytes frame \n", (int)testSize, (int)cSize); in basicTests()
278 …F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, &prefs), CNBuffer, testSize, &… in basicTests()
280 DISPLAYLEVEL(3, "Compressed %i bytes into a %i bytes frame \n", (int)testSize, (int)cSize); in basicTests()
[all …]
Dfuzzer.c993 size_t testSize = (FUZ_rand(&randState) & 65535) + 1; in FUZ_unitTests() local
1001 XXH64_update(&crcOrigState, testInput + testStart, testSize); in FUZ_unitTests()
1004 …tinue(&sHC, testInput + testStart, testCompressed, (int)testSize, LZ4_compressBound((int)testSize)… in FUZ_unitTests()
1007 … LZ4_decompress_safe_usingDict(testCompressed, testVerify, result, (int)testSize, testInput + oldS… in FUZ_unitTests()
1008 …FUZ_CHECKTEST(result!=(int)testSize, "LZ4_decompress_safe_usingDict() dictionary decompression par… in FUZ_unitTests()
1010 XXH64_update(&crcNewState, testVerify, testSize); in FUZ_unitTests()
1016 DISPLAY("Bad decompression at %u / %u \n", (U32)c, (U32)testSize); in FUZ_unitTests()
1021 oldSize = testSize; in FUZ_unitTests()
1022 totalTestDone += testSize; in FUZ_unitTests()
/external/deqp/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp1168 bool TextureSizeCase::testTextureSize (const TestSize& testSize) in testTextureSize() argument
1186 const bool isSquare = testSize.textureSize.x() == testSize.textureSize.y(); in testTextureSize()
1187 …2DLodValid = (testSize.textureSize.x() >> (testSize.lod + testSize.lodBase)) != 0 || (testSize.tex… in testTextureSize()
1210 const int maxLevel = testSize.lod + testSize.lodBase; in testTextureSize()
1219 gl.texParameteri(textureTarget, GL_TEXTURE_BASE_LEVEL, testSize.lodBase); in testTextureSize()
1227 …:Message << "Testing image size " << testSize.textureSize.x() << "x" << testSize.textureSize.y() <… in testTextureSize()
1228 …tContext().getLog() << TestLog::Message << "Lod: " << testSize.lod << ", base level: " << testSize in testTextureSize()
1229 …estLog::Message << "Expecting: " << testSize.expectedSize.x() << "x" << testSize.expectedSize.y() … in testTextureSize()
1231 gl.uniform3iv(sizeLoc, 1, testSize.expectedSize.m_data); in testTextureSize()
1232 gl.uniform1iv(lodLoc, 1, &testSize.lod); in testTextureSize()
[all …]
/external/opencv/
Dcvjni.h186 int testSize = fileStep*height + headerSize; in loadImageBytes() local
187 m_strm->Open(testSize); in loadImageBytes()
188 sprintf(log_str, "fileStep*height + headerSize=%i", testSize); in loadImageBytes()
/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/
DRegularImmutableTableTest_gwt.java121 public void testSize() throws Exception { in testSize() method in RegularImmutableTableTest_gwt
123 testCase.testSize(); in testSize()
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()
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/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
/external/lzma/CPP/7zip/Archive/7z/
D7zOut.cpp258 int testSize; in GetVolPureSize() local
260 testSize = volSize - headersSizeBase; in GetVolPureSize()
262 testSize = 1; in GetVolPureSize()
263 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