OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sizeinbytes
(Results
26 - 50
of
76
) sorted by null
1
2
3
4
/external/chromium_org/third_party/skia/src/gpu/
GrResourceCache.cpp
117
fClientDetachedBytes += entry->resource()->
sizeInBytes
();
132
fEntryBytes -= entry->resource()->
sizeInBytes
();
143
fClientDetachedBytes -= entry->resource()->
sizeInBytes
();
148
fEntryBytes += entry->resource()->
sizeInBytes
();
243
size_t size = entry->resource()->
sizeInBytes
();
413
bytes += entry->resource()->
sizeInBytes
();
GrRenderTarget.cpp
57
size_t GrRenderTarget::
sizeInBytes
() const {
/external/skia/src/gpu/
GrResourceCache.cpp
117
fClientDetachedBytes += entry->resource()->
sizeInBytes
();
132
fEntryBytes -= entry->resource()->
sizeInBytes
();
143
fClientDetachedBytes -= entry->resource()->
sizeInBytes
();
148
fEntryBytes += entry->resource()->
sizeInBytes
();
243
size_t size = entry->resource()->
sizeInBytes
();
413
bytes += entry->resource()->
sizeInBytes
();
GrRenderTarget.cpp
57
size_t GrRenderTarget::
sizeInBytes
() const {
/external/lzma/CPP/7zip/Archive/7z/
7zDecode.cpp
267
const UInt32
sizeInBytes
= password.Length() * 2;
268
buffer.SetCapacity(
sizeInBytes
);
275
RINOK(cryptoSetPassword->CryptoSetPassword((const Byte *)buffer,
sizeInBytes
));
7zEncode.cpp
116
const UInt32
sizeInBytes
= _options.Password.Length() * 2;
117
buffer.SetCapacity(
sizeInBytes
);
124
RINOK(cryptoSetPassword->CryptoSetPassword((const Byte *)buffer,
sizeInBytes
));
/external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp
503
uint64_t
SizeInBytes
= ASan.TD->getTypeAllocSize(Ty);
504
return
SizeInBytes
;
506
uint64_t getAlignedSize(uint64_t
SizeInBytes
) {
508
return ((
SizeInBytes
+ RZ - 1) / RZ) * RZ;
511
uint64_t
SizeInBytes
= getAllocaSizeInBytes(AI);
512
return getAlignedSize(
SizeInBytes
);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/fetch/
ScriptResource.cpp
80
setEncodedSize(script.
sizeInBytes
());
/external/chromium_org/third_party/skia/include/gpu/
GrResource.h
55
virtual size_t
sizeInBytes
() const = 0;
GrRenderTarget.h
29
virtual size_t
sizeInBytes
() const SK_OVERRIDE;
GrTexture.h
58
virtual size_t
sizeInBytes
() const SK_OVERRIDE {
/external/skia/include/gpu/
GrResource.h
55
virtual size_t
sizeInBytes
() const = 0;
GrRenderTarget.h
29
virtual size_t
sizeInBytes
() const SK_OVERRIDE;
GrTexture.h
58
virtual size_t
sizeInBytes
() const SK_OVERRIDE {
/frameworks/base/core/jni/
android_media_AudioRecord.cpp
357
jint offsetInBytes, jint
sizeInBytes
) {
386
sizeInBytes
> (jint)recorderBuffSize ?
387
(jint)recorderBuffSize :
sizeInBytes
);
412
jobject jBuffer, jint
sizeInBytes
) {
434
capacity <
sizeInBytes
? capacity :
sizeInBytes
);
/external/chromium_org/third_party/WebKit/Source/wtf/
ArrayBuffer.h
149
return m_contents.
sizeInBytes
();
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLVertexArray.h
183
virtual size_t
sizeInBytes
() const SK_OVERRIDE { return 0; }
/external/skia/src/gpu/gl/
GrGLVertexArray.h
183
virtual size_t
sizeInBytes
() const SK_OVERRIDE { return 0; }
/frameworks/wilhelm/tests/examples/
slesTestPlayFdPath.cpp
203
fprintf(stdout, "Usage: \t%s path offsetInBytes [
sizeInBytes
]\n", argv[0]);
/external/chromium_org/third_party/lzma_sdk/
LzFind.c
165
size_t
sizeInBytes
= (size_t)num * sizeof(CLzRef);
166
if (
sizeInBytes
/ sizeof(CLzRef) != num)
168
return (CLzRef *)alloc->Alloc(alloc,
sizeInBytes
);
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzFind.c
166
size_t
sizeInBytes
= (size_t)num * sizeof(CLzRef);
167
if (
sizeInBytes
/ sizeof(CLzRef) != num)
169
return (CLzRef *)alloc->Alloc(alloc,
sizeInBytes
);
/external/lzma/C/
LzFind.c
165
size_t
sizeInBytes
= (size_t)num * sizeof(CLzRef);
166
if (
sizeInBytes
/ sizeof(CLzRef) != num)
168
return (CLzRef *)alloc->Alloc(alloc,
sizeInBytes
);
/frameworks/base/media/java/android/media/
AudioTrack.java
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar
/external/chromium_org/third_party/WebKit/Source/core/inspector/
NetworkResourcesData.cpp
88
return content.isNull() ? 0 : content.impl()->
sizeInBytes
();
Completed in 1129 milliseconds
1
2
3
4