/external/llvm/lib/Transforms/Instrumentation/ |
AddressSanitizer.cpp | 821 uint64_t TotalSize = 0; [all...] |
/dalvik/vm/compiler/codegen/arm/ |
ArchUtility.cpp | 403 ALOGD("total size is %d bytes", cUnit->totalSize);
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/ |
Terrain.java | 185 * the "totalSize" of the terrain (512 or so).
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
RuntimeDyldImpl.h | 160 uint64_t TotalSize,
|
/external/webkit/Source/WebCore/loader/appcache/ |
ApplicationCacheStorage.cpp | 799 if (m_database.totalSize() + flatFileAreaSize() + resource->data()->size() > m_maximumSize) { [all...] |
/external/webkit/Source/WebCore/platform/sql/ |
SQLiteDatabase.cpp | 212 int64_t SQLiteDatabase::totalSize()
|
/external/webkit/Source/WebKit2/UIProcess/win/ |
WebView.cpp | [all...] |
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
HeapPanel.java | 834 long totalSize = 0; 839 totalSize += size; 843 item.setText(2, prettyByteCount(totalSize)); 844 item.setText(6, prettyByteCount(totalSize / count)); [all...] |
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
MultisetNavigationTester.java | 456 private int totalSize(Iterable<? extends Entry<?>> entries) { 533 assertEquals(totalSize(expected), subMultiset.size());
|
/external/llvm/utils/TableGen/ |
DAGISelMatcherEmitter.cpp | 800 unsigned TotalSize = MatcherEmitter.EmitMatcherList(TheMatcher, 5, 0, OS); 801 OS << " 0\n }; // Total Array size is " << (TotalSize+1) << " bytes\n\n";
|
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/ |
DefaultContainerService.java | 242 final long totalSize = stat.f_blocks * stat.f_bsize; 244 return new long[] { totalSize, availSize };
|
/frameworks/base/libs/androidfw/ |
BackupHelpers.cpp | 137 if (header.totalSize != bytesRead) { 138 ALOGW("read_snapshot_file length mismatch: header.totalSize=%d bytesRead=%d\n", 139 header.totalSize, bytesRead); [all...] |
/libcore/luni/src/main/native/ |
org_apache_harmony_xml_ExpatParser.cpp | [all...] |
/bionic/libc/kernel/arch-x86/asm/ |
processor_32.h | 256 unsigned int totalsize; member in struct:microcode_header
|
voyager.h | 326 __u32 TotalSize;
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
processor_32.h | 256 unsigned int totalsize; member in struct:microcode_header
|
voyager.h | 326 __u32 TotalSize;
|
/external/kernel-headers/original/asm-x86/ |
voyager.h | 354 __u32 TotalSize;
|
/external/llvm/include/llvm/Support/ |
COFF.h | 322 uint32_t TotalSize;
|
/external/skia/src/ports/ |
SkFontHost_mac_coretext.cpp | [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfException.cpp | 501 unsigned TotalSize = 506 unsigned SizeAlign = (4 - TotalSize) & 3;
|
/external/clang/lib/AST/ |
Type.cpp | 85 llvm::APSInt TotalSize(llvm::APInt(SizeExtended.getBitWidth(), ElementSize)); 86 TotalSize *= SizeExtended; 88 return TotalSize.getActiveBits(); [all...] |
ExprCXX.cpp | 105 unsigned TotalSize = Array + hasInitializer + NumPlacementArgs; 106 SubExprs = new (C) Stmt*[TotalSize]; [all...] |
/external/clang/lib/CodeGen/ |
CGExprConstant.cpp | 669 unsigned TotalSize = CGM.getTargetData().getTypeAllocSize(destType); 671 assert(CurSize <= TotalSize && "Union size mismatch!"); 672 if (unsigned NumPadBytes = TotalSize - CurSize) { [all...] |
/external/e2fsprogs/lib/ext2fs/ |
tdb.c | 184 u32 totalsize; (tailer) 2312 tdb_off_t totalsize; local [all...] |