/external/oprofile/libopagent/ |
jitdump.h | 44 u32 totalsize; member in struct:jitheader
|
opagent.c | 164 header.totalsize = sizeof(header) + strlen(_bfd_target_name) + 1; 166 pad_cnt = PADDING_8ALIGNED(header.totalsize); 167 header.totalsize += pad_cnt;
|
/external/webkit/Source/WebCore/xml/ |
XMLHttpRequestProgressEvent.h | 47 unsigned long long totalSize() const { return total(); }
|
/external/webkit/Source/WebKit/chromium/public/mac/ |
WebThemeEngine.h | 70 int totalSize;
|
/frameworks/av/media/libeffects/lvm/lib/Common/lib/ |
InstAlloc.h | 31 LVM_UINT32 TotalSize; /* Accumulative total memory size */
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
parseConst.cpp | 172 int totalSize = index + size; 176 for (int i = index; i < totalSize; i++) { 190 for (int i = index; i < totalSize; i++) {
|
/frameworks/av/media/libstagefright/rtsp/ |
AAMRAssembler.cpp | 153 size_t totalSize = 0; 178 totalSize += getFrameSize(mIsWide, (toc >> 3) & 0x0f); 187 sp<ABuffer> accessUnit = new ABuffer(totalSize);
|
/dalvik/vm/ |
AllocTracker.cpp | 551 size_t baseSize, totalSize; 554 totalSize = baseSize; 555 totalSize += computeStringTableSize(classNames); 556 totalSize += computeStringTableSize(methodNames); 557 totalSize += computeStringTableSize(fileNames); 558 ALOGI("Generated AT, size is %zd/%zd", baseSize, totalSize); 565 buffer = (u1*) malloc(totalSize); 571 if (strPtr - buffer != (int)totalSize) { 572 ALOGE("size mismatch (%d vs %zd)", strPtr - buffer, totalSize); 575 //dvmPrintHexDump(buffer, totalSize); [all...] |
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
RuntimeDyld.cpp | 182 uint64_t TotalSize, 186 uint8_t *Addr = MemMgr->allocateDataSection(TotalSize, sizeof(void*), 191 Sections.push_back(SectionEntry(Addr, TotalSize, TotalSize, 0)); 192 memset(Addr, 0, TotalSize); 196 << " DataSize: " << TotalSize
|
/external/oprofile/opjitconv/ |
parse_dump.c | 169 * totalsize > 0. 218 if (*ptr + header->totalsize > end) { 230 *ptr = *ptr + header->totalsize;
|
/external/webkit/Source/WebCore/inspector/front-end/ |
CookiesTable.js | 134 var totalSize = 0; 136 totalSize += cookies[i].size; 137 return totalSize;
|
HeapSnapshotProxy.js | 116 this._totalSize = this._snapshot.totalSize; 185 get totalSize()
|
/external/webkit/Source/WebKit/win/ |
WebScrollBar.cpp | 128 /* [in] */ int totalSize) 130 m_scrollBar->setProportion(visibleSize, totalSize); 258 return (orientation == m_scrollBar->orientation()) ? (m_scrollBar->totalSize() - m_scrollBar->visibleSize()) : 0;
|
/external/webkit/Source/WebKit/win/Interfaces/ |
IWebScrollBarPrivate.idl | 49 HRESULT setProportion([in] int visibleSize, [in] int totalSize);
|
/frameworks/base/tests/LowStorageTest/res/layout/ |
main.xml | 27 android:id="@+id/totalsize"
|
/sdk/ddms/libs/ddmuilib/tests/src/com/android/ddmuilib/heap/ |
NativeHeapDataImporterTest.java | 34 "TotalSize: 524292\n" +
|
/external/webkit/Source/WebCore/platform/ |
Scrollbar.h | 67 int totalSize() const { return m_totalSize; } 81 void setProportion(int visibleSize, int totalSize);
|
ScrollbarThemeComposite.cpp | 106 float proportion = static_cast<float>(scrollbar->visibleSize()) / scrollbar->totalSize(); 264 float overhangAtEnd = scrollbar->currentPos() + scrollbar->visibleSize() - scrollbar->totalSize(); 266 return scrollbar->totalSize() + overhang;
|
/external/webkit/Source/WebCore/platform/efl/ |
ScrollbarEfl.cpp | 86 value = messageFloat->val * (that->totalSize() - that->visibleSize()); 159 int tSize = totalSize();
|
/external/webkit/Source/WebCore/platform/network/curl/ |
ResourceHandleManager.cpp | 188 size_t totalSize = size * nmemb; 197 return totalSize; 206 d->client()->didReceiveData(job, static_cast<char*>(ptr), totalSize, 0); 207 return totalSize; 231 size_t totalSize = size * nmemb; 234 String header(static_cast<const char*>(ptr), totalSize); 276 return totalSize; 290 return totalSize;
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/ |
NativeHeapDataImporter.java | 143 int totalSize = sc.nextInt(); 144 if (totalSize != size * allocations) {
|
/external/webkit/Source/WebCore/platform/mac/ |
ScrollbarThemeMac.mm | 437 } else if (scrollbar->visibleSize() + scrollbar->currentPos() > scrollbar->totalSize()) { 440 overhang = scrollbar->currentPos() + scrollbar->visibleSize() - scrollbar->totalSize(); 460 (static_cast<CGFloat>(scrollbar->visibleSize()) - overhang) / scrollbar->totalSize(), 478 maximum = (scrollbar->totalSize() - scrollbar->currentPos()) - scrollbar->visibleSize(); 480 } else if (scrollbar->visibleSize() + scrollbar->currentPos() > scrollbar->totalSize()) {
|
/external/icu4c/common/ |
triedict.cpp | [all...] |
/external/webkit/Source/WebKit/chromium/src/ |
WebScrollbarImpl.cpp | 87 m_scrollbar->setEnabled(m_scrollbar->totalSize() > length); 88 m_scrollbar->setProportion(length, m_scrollbar->totalSize()); 258 return (orientation == m_scrollbar->orientation()) ? (m_scrollbar->totalSize() - m_scrollbar->visibleSize()) : 0;
|
/frameworks/base/core/jni/ |
com_android_internal_content_NativeLibraryHelper.cpp | 373 size_t totalSize = 0; 375 iterateOverNativeFiles(env, javaFilePath, javaCpuAbi, javaCpuAbi2, sumFiles, &totalSize); 377 return totalSize;
|