OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:totalSize
(Results
1 - 25
of
57
) sorted by null
1
2
3
/external/webkit/Source/WebCore/xml/
XMLHttpRequestProgressEvent.h
47
unsigned long long
totalSize
() const { return total(); }
/external/webkit/Source/WebCore/html/canvas/
ArrayBuffer.cpp
90
unsigned
totalSize
= numElements * elementByteSize;
91
if (
totalSize
/ numElements != elementByteSize)
/external/icu4c/common/
rbbirb.cpp
165
int32_t
totalSize
= headerSize + forwardTableSize + reverseTableSize
169
RBBIDataHeader *data = (RBBIDataHeader *)uprv_malloc(
totalSize
);
174
uprv_memset(data, 0,
totalSize
);
182
data->fLength =
totalSize
;
rbbidata.cpp
337
int32_t
totalSize
= headerSize + breakDataLength;
339
return
totalSize
;
345
if (length <
totalSize
) {
442
return
totalSize
;
/external/webkit/Source/WebKit/chromium/public/mac/
WebThemeEngine.h
70
int
totalSize
;
/frameworks/base/media/libstagefright/rtsp/
AH263Assembler.cpp
131
size_t
totalSize
= 0;
136
totalSize
+= unit->size();
140
sp<ABuffer> accessUnit = new ABuffer(
totalSize
);
AAMRAssembler.cpp
149
size_t
totalSize
= 0;
174
totalSize
+= getFrameSize(mIsWide, (toc >> 3) & 0x0f);
183
sp<ABuffer> accessUnit = new ABuffer(
totalSize
);
AAVCAssembler.cpp
208
size_t
totalSize
= size - 2;
253
totalSize
+= size - 2;
276
// Leave room for the header. So far
totalSize
did not include the
278
++
totalSize
;
280
sp<ABuffer> unit = new ABuffer(
totalSize
);
301
unit->setRange(0,
totalSize
);
315
size_t
totalSize
= 0;
318
totalSize
+= 4 + (*it)->size();
321
sp<ABuffer> accessUnit = new ABuffer(
totalSize
);
AMPEG4ElementaryAssembler.cpp
341
size_t
totalSize
= 0;
344
totalSize
+= (*it)->size();
347
sp<ABuffer> accessUnit = new ABuffer(
totalSize
);
/dalvik/dexgen/src/com/android/dexgen/dex/file/
Statistics.java
119
private int
totalSize
;
138
this.
totalSize
= size;
152
totalSize
+= size;
182
totalSize
+ " bytes total\n");
187
int average =
totalSize
/ count;
/dalvik/dx/src/com/android/dx/dex/file/
Statistics.java
119
private int
totalSize
;
138
this.
totalSize
= size;
152
totalSize
+= size;
182
totalSize
+ " bytes total\n");
187
int average =
totalSize
/ count;
/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/base/include/utils/
BackupHelpers.h
40
int
totalSize
;
/frameworks/base/opengl/libagl2/src/
texture.cpp
213
unsigned offset = 0, size = width * height * bytesPerPixel,
totalSize
= size;
225
tex.levels = realloc(tex.levels,
totalSize
);
246
unsigned offset = 0, size = width * height * bytesPerPixel,
totalSize
= size;
373
unsigned offset = 0, size = width * height * bytesPerPixel,
totalSize
= size;
398
totalSize
= 6 * size;
405
tex.levels = realloc(tex.levels,
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
LOGI("Generated AT, size is %zd/%zd", baseSize,
totalSize
);
565
buffer = (u1*) malloc(
totalSize
);
571
if (strPtr - buffer != (int)
totalSize
) {
572
LOGE("size mismatch (%d vs %zd)", strPtr - buffer,
totalSize
);
575
//dvmPrintHexDump(buffer,
totalSize
);
[
all
...]
/dalvik/vm/oo/
Array.cpp
51
size_t
totalSize
= elementSize + headerSize;
52
if (elementSize >> elementShift != length ||
totalSize
< elementSize) {
58
ArrayObject* newArray = (ArrayObject*)dvmMalloc(
totalSize
, allocFlags);
62
dvmTrackAllocation(arrayClass,
totalSize
);
/external/webkit/Source/WebCore/platform/
Scrollbar.h
67
int
totalSize
() const { return m_totalSize; }
81
void setProportion(int visibleSize, int
totalSize
);
/external/webkit/Source/WebCore/platform/sql/
SQLiteDatabase.cpp
212
int64_t SQLiteDatabase::
totalSize
()
/external/webkit/Source/WebCore/storage/
AbstractDatabase.cpp
479
int64_t
totalSize
= m_sqliteDatabase.
totalSize
();
480
if (
totalSize
<= 10 * freeSpaceSize)
/external/webkit/Source/WebKit/chromium/public/
WebApplicationCacheHost.h
103
long long
totalSize
;
104
CacheInfo() : creationTime(0), updateTime(0),
totalSize
(0) { }
/frameworks/base/core/jni/
com_android_internal_content_NativeLibraryHelper.cpp
361
size_t
totalSize
= 0;
363
iterateOverNativeFiles(env, javaFilePath, javaCpuAbi, javaCpuAbi2, sumFiles, &
totalSize
);
365
return
totalSize
;
/frameworks/base/media/libstagefright/
WAVExtractor.cpp
140
size_t
totalSize
= U32_LE_AT(&header[4]);
143
size_t remainingSize =
totalSize
;
/frameworks/base/tests/CoreTests/android/core/
HeapTest.java
164
int
totalSize
= 0;
166
while (i < junk.length &&
totalSize
< 8 * 1024 * 1024) {
171
totalSize
+= r * 4;
/frameworks/base/tools/aapt/
StringPool.cpp
259
const size_t
totalSize
= lenSize + encLenSize +
262
void* dat = (void*)pool->editData(preSize + strPos +
totalSize
);
284
strPos +=
totalSize
;
306
const size_t
totalSize
= (N*sizeof(ResStringPool_span))
310
uint8_t* dat = (uint8_t*)pool->editData(preSize + styPos +
totalSize
);
324
styPos +=
totalSize
;
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
NativeHeapDataImporter.java
142
int
totalSize
= sc.nextInt();
143
if (
totalSize
!= size * allocations) {
Completed in 704 milliseconds
1
2
3