| /cts/tests/app/src/android/app/cts/ |
| DisplayTest.java | 55 final Point origSize = new Point(); 56 origDisplay.getSize(origSize); 72 if (origSize.x != origSize.y) { 79 origSize.equals(newOrigSize));
|
| /external/pdfium/core/fpdfapi/page/ |
| cpdf_streamparser.cpp | 141 uint32_t OrigSize = 0; 166 OrigSize = pitch; 171 OrigSize = ((width + 7) / 8); 173 if (height && OrigSize > INT_MAX / height) 176 OrigSize *= height; 180 if (OrigSize > m_Size - m_Pos) 181 OrigSize = m_Size - m_Pos; 182 pData.reset(FX_Alloc(uint8_t, OrigSize)); 183 memcpy(pData.get(), m_pBuf + m_Pos, OrigSize); 184 dwStreamSize = OrigSize; [all...] |
| /external/lz4/tests/ |
| fullbench.c | 82 int origSize; 414 if ((int)remaining > g_chunkSize) { chunkP[i].origSize = g_chunkSize; remaining -= g_chunkSize; } else { chunkP[i].origSize = (int)remaining; remaining = 0; } 439 chunkP[0].origSize = (int)benchedSize; nbChunks=1; 442 if (chunkP[0].origSize < 8) { DISPLAY(" cannot bench %s with less then 8 bytes \n", compressorName); continue; } 443 LZ4_loadDict(&LZ4_stream, chunkP[0].origBuffer, chunkP[0].origSize); 446 if (chunkP[0].origSize < 8) { DISPLAY(" cannot bench %s with less then 8 bytes \n", compressorName); continue; } 447 LZ4_loadDictHC(&LZ4_streamHC, chunkP[0].origBuffer, chunkP[0].origSize); 467 chunkP[chunkNb].compressedSize = compressionFunction(chunkP[chunkNb].origBuffer, chunkP[chunkNb].compressedBuffer, chunkP[chunkNb].origSize); 499 if ((int)remaining > g_chunkSize) { chunkP[i].origSize = g_chunkSize; remaining -= g_chunkSize; } else { chunkP[i].origSize = (int)remaining; remaining = (…) [all...] |
| /external/zopfli/src/zopflipng/ |
| zopflipng_bin.cc | 307 size_t origsize = GetFileSize(files[i]); local 310 if (resultsize < origsize) { 312 } else if (resultsize == origsize) { 319 PrintSize("Input size", origsize); 320 PrintResultSize("Result size", origsize, resultsize); 330 total_in_size += origsize; 332 if (resultpng.size() < origsize) total_files_smaller++; 333 else if (resultpng.size() == origsize) total_files_equal++; 335 if (!always_zopflify && resultpng.size() > origsize) {
|
| /frameworks/av/services/audiopolicy/service/ |
| AudioPolicyEffects.h | 101 size_t origSize = sizeof(effect_param_t) + 104 effect_param_t *dupParam = (effect_param_t *) malloc(origSize); 105 memcpy(dupParam, origParam, origSize);
|
| /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/ |
| TianoDecompress.c | 732 UINT32 OrigSize;
754 OrigSize = Src[4] + (Src[5] << 8) + (Src[6] << 16) + (Src[7] << 24);
759 if (OrigSize == 0) {
767 if (DstSize != OrigSize) {
801 Sd->mOrigSize = OrigSize;
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/ |
| BaseUefiDecompressLib.c | 776 UINT32 OrigSize;
791 OrigSize = Src[4] + (Src[5] << 8) + (Src[6] << 16) + (Src[7] << 24);
796 if (OrigSize == 0) {
814 // CompSize and OrigSize are caculated in bytes
817 Sd->mOrigSize = OrigSize;
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/ |
| Decompress.c | 883 UINT32 OrigSize;
904 OrigSize = Src[4] + (Src[5] << 8) + (Src[6] << 16) + (Src[7] << 24);
909 if (OrigSize == 0) {
917 if (DstSize != OrigSize) {
950 Sd->mOrigSize = OrigSize;
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/ |
| Decompress.c | 739 UINT32 OrigSize;
760 OrigSize = Src[4] + (Src[5] << 8) + (Src[6] << 16) + (Src[7] << 24);
765 if (OrigSize == 0) {
773 if (DstSize != OrigSize) {
806 Sd->mOrigSize = OrigSize;
|
| /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/ |
| BaseUefiTianoCustomDecompressLib.c | 741 UINT32 OrigSize;
756 OrigSize = Src[4] + (Src[5] << 8) + (Src[6] << 16) + (Src[7] << 24);
761 if (OrigSize == 0) {
787 // CompSize and OrigSize are calculated in bytes
790 Sd->mOrigSize = OrigSize;
|
| /device/linaro/bootloader/edk2/MdePkg/Library/BaseUefiDecompressLib/ |
| BaseUefiDecompressLib.c | 745 UINT32 OrigSize;
760 OrigSize = Src[4] + (Src[5] << 8) + (Src[6] << 16) + (Src[7] << 24);
765 if (OrigSize == 0) {
780 // CompSize and OrigSize are calculated in bytes
783 Sd->mOrigSize = OrigSize;
|
| /external/vboot_reference/utility/ |
| efidecompress.c | 753 UINT32 OrigSize; 774 OrigSize = Src[4] + (Src[5] << 8) + (Src[6] << 16) + (Src[7] << 24); 779 if (OrigSize == 0) { 787 if (DstSize != OrigSize) { 820 Sd->mOrigSize = OrigSize;
|
| /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
| Decompress.c | 732 UINT32 OrigSize;
753 OrigSize = Src[4] + (Src[5] << 8) + (Src[6] << 16) + (Src[7] << 24);
759 if (DstSize != OrigSize) {
772 Sd->mOrigSize = OrigSize;
|
| /device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/ |
| TianoCompress.c | [all...] |
| /external/icu/icu4c/source/common/ |
| unifiedcache.cpp | 244 int32_t origSize = uhash_count(fHashtable); 245 for (int32_t i = 0; i < origSize; ++i) {
|
| /hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
| bcmdefs.h | 186 uint origsize; /* Size of the virtual packet */ member in struct:__anon46939
|
| /frameworks/native/cmds/rawbu/ |
| backup.cpp | 200 off_t origSize = size; 208 amt, origSize, srcName, errno != 0 ? strerror(errno) : "unexpected EOF"); 211 amt, origSize, errno != 0 ? strerror(errno) : "unexpected EOF");
|
| /frameworks/base/core/java/android/app/backup/ |
| FullBackup.java | 174 final long origSize = size; 181 + (origSize - size)); [all...] |
| /external/desugar/java/com/google/devtools/build/android/desugar/ |
| BytecodeTypeInference.java | 826 int origSize = list.size(); 827 int index = origSize - 1;
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
| LinkedListTest.java | 668 int origSize = ll.size(); 670 assertEquals("offer() should add an element as the last one", origSize, ll.lastIndexOf(objArray[0])); [all...] |
| /external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/ |
| DexMakerTest.java | [all...] |
| /external/clang/lib/Lex/ |
| HeaderSearch.cpp | 468 unsigned OrigSize = FrameworkName.size(); 484 FrameworkName.insert(FrameworkName.begin()+OrigSize, Private, 487 SearchPath->insert(SearchPath->begin()+OrigSize, Private, [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| tarfile.py | [all...] |
| /external/python/cpython2/Lib/ |
| tarfile.py | [all...] |
| /external/python/cpython3/Lib/ |
| tarfile.py | [all...] |