HomeSort by relevance Sort by last modified time
    Searched full:totalsize (Results 101 - 125 of 168) sorted by null

1 2 3 45 6 7

  /frameworks/base/libs/utils/
BackupHelpers.cpp 137 if (header.totalSize != bytesRead) {
138 LOGW("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...]
  /external/kernel-headers/original/asm-x86/
voyager.h 354 __u32 TotalSize;
processor_32.h 467 unsigned int totalsize; member in struct:microcode_header
  /external/clang/lib/AST/
ExprCXX.cpp 109 unsigned TotalSize = Array + NumPlacementArgs + NumConstructorArgs;
110 SubExprs = new (C) Stmt*[TotalSize];
    [all...]
Type.cpp 85 llvm::APSInt TotalSize(llvm::APInt(SizeExtended.getBitWidth(), ElementSize));
86 TotalSize *= SizeExtended;
88 return TotalSize.getActiveBits();
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfException.cpp 500 unsigned TotalSize =
505 unsigned SizeAlign = (4 - TotalSize) & 3;
  /external/e2fsprogs/lib/ext2fs/
tdb.c 184 u32 totalsize; (tailer)
2312 tdb_off_t totalsize; local
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp 902 webThemeScrollbarInfo.totalSize = scrollbarInfo.totalSize;
    [all...]
  /external/libvpx/vpx_mem/
vpx_mem_tracker.c 105 totalsize; member in struct:memory_tracker
  /external/webkit/Source/WebCore/inspector/front-end/
ProfilesPanel.js 522 profile.sideBarElement.subtitle = Number.bytesToString(proxy.totalSize);
DetailedHeapshotView.js 768 profile.sideBarElement.subtitle = Number.bytesToString(s.totalSize);
    [all...]
HeapSnapshot.js 577 get totalSize()
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
PlatformBridge.h 395 int totalSize;
  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.cpp 669 return ((orientation == VerticalScrollbar) && m_scrollbar) ? (m_scrollbar->totalSize() - m_scrollbar->visibleSize()) : 0;
  /external/webkit/Source/WebCore/rendering/
RenderListBox.cpp 596 return ((orientation == VerticalScrollbar) && m_vBar) ? (m_vBar->totalSize() - m_vBar->visibleSize()) : 0;
  /external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.cpp 458 return ((orientation == VerticalScrollbar) && m_scrollbar) ? (m_scrollbar->totalSize() - m_scrollbar->visibleSize()) : 0;
  /dalvik/vm/compiler/
Frontend.cpp     [all...]
  /external/clang/include/clang/Basic/
SourceManager.h     [all...]
  /frameworks/base/media/libstagefright/
ACodec.cpp 383 size_t totalSize = def.nBufferCountActual * def.nBufferSize;
384 mDealer[portIndex] = new MemoryDealer(totalSize, "OMXCodec");
    [all...]
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 557 WriteLE32(i->Aux.FunctionDefinition.TotalSize);
  /external/webkit/Source/WebCore/platform/
ScrollView.cpp 355 return scrollbar ? (scrollbar->totalSize() - scrollbar->visibleSize()) : 0;
    [all...]
  /external/chromium/chrome/browser/profiles/
profile_impl.cc 190 UMA_HISTOGRAM_COUNTS_10000("Profile.TotalSize", size_MB);
    [all...]
  /dalvik/vm/compiler/codegen/arm/
Assemble.cpp     [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 466 unsigned TotalSize) {
470 CurrentLoadedOffset -= TotalSize;
    [all...]

Completed in 2406 milliseconds

1 2 3 45 6 7