Searched refs:inputSize (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DFlateTest.cpp51 size_t inputSize = testStream->getLength(); local
52 if (inputSize == 0) {
53 inputSize = testStream->read(NULL, SkZeroSizeMemStream::kGetSizeKey);
55 REPORTER_ASSERT(reporter, dataSize == inputSize);
56 if (dataSize == inputSize) {
72 inputSize = testStream->getLength();
73 if (inputSize == 0) {
74 inputSize = testStream->read(NULL, SkZeroSizeMemStream::kGetSizeKey);
76 REPORTER_ASSERT(reporter, compressedSize == inputSize);
77 if (compressedData->size() == inputSize) {
[all...]
/external/skia/tests/
H A DFlateTest.cpp48 size_t inputSize = testStream->getLength(); local
49 if (inputSize == 0)
50 inputSize = testStream->read(NULL, SkZeroSizeMemStream::kGetSizeKey);
51 REPORTER_ASSERT(reporter, testData.getLength() == inputSize);
70 inputSize = testStream->getLength();
71 if (inputSize == 0)
72 inputSize = testStream->read(NULL, SkZeroSizeMemStream::kGetSizeKey);
73 REPORTER_ASSERT(reporter, data1->size() == inputSize);
/external/chromium_org/third_party/skia/bench/
H A DBitmapScaleBench.cpp39 int inputSize() const { function in class:BitmapScaleBench
48 return float(outputSize())/inputSize();
/external/skia/bench/
H A DBitmapScaleBench.cpp39 int inputSize() const { function in class:BitmapScaleBench
48 return float(outputSize())/inputSize();
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableSetTest.java154 private void verifyTableSize(int inputSize, int setSize, int tableSize) { argument
156 for (int i = 0; i < inputSize; i++) {
161 assertEquals("Input size " + inputSize + " and set size " + setSize,
/external/chromium_org/third_party/icu/source/common/
H A Dubrk.cpp138 int32_t inputSize = *pBufferSize; local
140 if (inputSize == 0) {
/external/icu/icu4c/source/common/
H A Dubrk.cpp138 int32_t inputSize = *pBufferSize; local
140 if (inputSize == 0) {
/external/icu/icu4c/source/i18n/
H A Ducol.cpp87 int32_t inputSize = *pBufferSize; local
89 if (inputSize == 0) {
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol.cpp602 int32_t inputSize = *pBufferSize; local
604 if (inputSize == 0) {
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp4772 int inputSize = env->GetArrayLength(inputJavaBytes); local
4773 if (inputSize < offset + length) {

Completed in 750 milliseconds