/external/lz4/programs/ |
D | frametest.c | 205 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 …]
|
D | fuzzer.c | 993 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/ |
D | es3fShaderTextureFunctionTests.cpp | 1168 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/ |
D | cvjni.h | 186 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/ |
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 | RegularImmutableTableTest_gwt.java | 121 public void testSize() throws Exception { in testSize() method in RegularImmutableTableTest_gwt 123 testCase.testSize(); in testSize()
|
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 | 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/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
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zOut.cpp | 258 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/ |
D | ForwardingCacheTest.java | 93 public void testSize() { in testSize() method in ForwardingCacheTest
|
D | ForwardingLoadingCacheTest.java | 105 public void testSize() { in testSize() method in ForwardingLoadingCacheTest
|