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

123

/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DCollectionSizeTester.java31 public void testSize() { method in class:CollectionSizeTester
H A DMapSizeTester.java31 public void testSize() { method in class:MapSizeTester
/external/lz4/programs/
H A Dframetest.c205 size_t cSize, testSize; local
218 testSize = COMPRESSIBLE_NOISE_LENGTH;
220 cSize = LZ4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, NULL), CNBuffer, testSize, NULL);
222 DISPLAYLEVEL(3, "Compressed %i bytes into a %i bytes frame \n", (int)testSize, (int)cSize);
265 cSize = LZ4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, &prefs), CNBuffer, testSize, &prefs);
267 DISPLAYLEVEL(3, "Compressed %i bytes into a %i bytes frame \n", (int)testSize, (int)cSize);
271 cSize = LZ4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, &prefs), CNBuffer, testSize,
[all...]
H A Dfuzzer.c993 size_t testSize = (FUZ_rand(&randState) & 65535) + 1; local
1001 XXH64_update(&crcOrigState, testInput + testStart, testSize);
1004 result = LZ4_compressHC_limitedOutput_continue(&sHC, testInput + testStart, testCompressed, (int)testSize, LZ4_compressBound((int)testSize));
1007 result = LZ4_decompress_safe_usingDict(testCompressed, testVerify, result, (int)testSize, testInput + oldStart, (int)oldSize);
1008 FUZ_CHECKTEST(result!=(int)testSize, "LZ4_decompress_safe_usingDict() dictionary decompression part %u failed", segNb);
1010 XXH64_update(&crcNewState, testVerify, testSize);
1016 DISPLAY("Bad decompression at %u / %u \n", (U32)c, (U32)testSize);
1021 oldSize = testSize;
1022 totalTestDone += testSize;
[all...]
/external/clang/test/Analysis/
H A Dbuiltin-functions.cpp9 void testSize() { function
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DViewMeasureSpecTest.java27 public void testSize() throws Exception { method in class:ViewMeasureSpecTest
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DEmptyImmutableTableTest.java53 public void testSize() { method in class:EmptyImmutableTableTest
H A DSingletonImmutableTableTest.java115 public void testSize() { method in class:SingletonImmutableTableTest
/external/guava/guava-tests/test/com/google/common/collect/
H A DEmptyImmutableTableTest.java62 public void testSize() { method in class:EmptyImmutableTableTest
H A DForwardingMultimapTest.java48 public void testSize() { method in class:ForwardingMultimapTest
H A DForwardingTableTest.java135 public void testSize() { method in class:ForwardingTableTest
H A DSingletonImmutableTableTest.java124 public void testSize() { method in class:SingletonImmutableTableTest
/external/opencv/
H A Dcvjni.h186 int testSize = fileStep*height + headerSize; local
187 m_strm->Open(testSize);
188 sprintf(log_str, "fileStep*height + headerSize=%i", testSize);
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DMultimapSizeTester.java40 public void testSize() { method in class:MultimapSizeTester
/external/guava/guava-tests/test/com/google/common/cache/
H A DForwardingCacheTest.java93 public void testSize() { method in class:ForwardingCacheTest
H A DForwardingLoadingCacheTest.java105 public void testSize() { method in class:ForwardingLoadingCacheTest
/external/guava/guava-gwt/test/com/google/common/collect/
H A DEmptyImmutableTableTest_gwt.java126 public void testSize() throws Exception { method in class:EmptyImmutableTableTest_gwt
128 testCase.testSize();
H A DHashBasedTableTest_gwt.java159 public void testSize() throws Exception { method in class:HashBasedTableTest_gwt
162 testCase.testSize();
H A DNewCustomTableTest_gwt.java153 public void testSize() throws Exception { method in class:NewCustomTableTest_gwt
156 testCase.testSize();
H A DRegularImmutableTableTest_gwt.java121 public void testSize() throws Exception { method in class:RegularImmutableTableTest_gwt
123 testCase.testSize();
H A DSingletonImmutableTableTest_gwt.java126 public void testSize() throws Exception { method in class:SingletonImmutableTableTest_gwt
128 testCase.testSize();
H A DTablesTransformValuesTest_gwt.java141 public void testSize() throws Exception { method in class:TablesTransformValuesTest_gwt
144 testCase.testSize();
H A DTransposedTableTest_gwt.java153 public void testSize() throws Exception { method in class:TransposedTableTest_gwt
156 testCase.testSize();
/external/deqp/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp1168 bool TextureSizeCase::testTextureSize (const TestSize& testSize) argument
1186 const bool isSquare = testSize.textureSize.x() == testSize.textureSize.y();
1187 const bool is2DLodValid = (testSize.textureSize.x() >> (testSize.lod + testSize.lodBase)) != 0 || (testSize.textureSize.y() >> (testSize.lod + testSize.lodBase)) != 0;
1210 const int maxLevel = testSize
[all...]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/
H A DSystemScopeTest.java72 public void testSize() throws Exception { method in class:SystemScopeTest

Completed in 2252 milliseconds

123