/external/skia/src/animator/ |
SkMemberInfo.cpp | 33 size_t byteSize; 36 byteSize = sizeof(SkColor); 57 byteSize = sizeof(int); 63 byteSize = sizeof(void*); 66 byteSize = sizeof(SkMSec); 69 byteSize = sizeof(SkPoint); 72 byteSize = sizeof(Sk3D_Point); 75 byteSize = sizeof(int32_t); 78 byteSize = sizeof(SkScalar); 82 byteSize = sizeof(SkString); // assume we'll copy by reference, not valu [all...] |
/external/icu4c/i18n/ |
ucol_bld.h | 43 uint32_t byteSize; uint32_t start; uint32_t limit;
|
/external/protobuf/src/google/protobuf/ |
wire_format_unittest.cc | 178 TEST(WireFormatTest, ByteSize) { 182 EXPECT_EQ(message.ByteSize(), WireFormat::ByteSize(message)); 184 EXPECT_EQ(0, message.ByteSize()); 185 EXPECT_EQ(0, WireFormat::ByteSize(message)); 192 EXPECT_EQ(message.ByteSize(), 193 WireFormat::ByteSize(message)); 195 EXPECT_EQ(0, message.ByteSize()); 196 EXPECT_EQ(0, WireFormat::ByteSize(message)); 203 EXPECT_EQ(message.ByteSize(), WireFormat::ByteSize(message)) [all...] |
message_lite.cc | 235 const int size = ByteSize(); // Force size to be cached. 240 ByteSizeConsistencyError(size, ByteSize(), end - buffer); 252 ByteSizeConsistencyError(size, ByteSize(), 279 int byte_size = ByteSize(); 284 ByteSizeConsistencyError(byte_size, ByteSize(), end - start); 305 int byte_size = ByteSize(); 310 ByteSizeConsistencyError(byte_size, ByteSize(), end - start);
|
message_lite.h | 163 // are just simple wrappers around ByteSize() and SerializeWithCachedSizes(). 204 // ByteSize() on all embedded messages. If a subclass does not override 206 virtual int ByteSize() const = 0; 209 // not have changed since the last call to ByteSize(); if it has, the results 216 // must point at a byte array of at least ByteSize() bytes. 219 // Returns the result of the last call to ByteSize(). An embedded message's 224 // ByteSize() does not automatically use the cached size when available
|
wire_format.h | 119 // Implements Message::ByteSize() via reflection. WARNING: The result 121 // will have their ByteSize() methods called, so their sizes will be cached. 124 static int ByteSize(const Message& message); 197 // will call ByteSize() for the embedded message, insuring that it caches
|
/external/llvm/lib/MC/MCDisassembler/ |
EDInst.cpp | 27 uint64_t byteSize, 33 ByteSize(byteSize), 55 uint64_t EDInst::byteSize() { 56 return ByteSize;
|
EDInst.h | 68 uint64_t ByteSize; 100 /// @arg byteSize - The size of the consumed instruction, in bytes 105 uint64_t byteSize, 110 /// byteSize - returns the number of bytes consumed by the machine code 112 uint64_t byteSize();
|
/bionic/libc/include/ |
malloc.h | 41 extern void* memalign(size_t alignment, size_t bytesize); 42 extern void* valloc(size_t bytesize); 43 extern void* pvalloc(size_t bytesize);
|
/development/ndk/platforms/android-3/include/ |
malloc.h | 41 extern void* memalign(size_t alignment, size_t bytesize); 42 extern void* valloc(size_t bytesize); 43 extern void* pvalloc(size_t bytesize);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/ |
malloc.h | 41 extern void* memalign(size_t alignment, size_t bytesize); 42 extern void* valloc(size_t bytesize); 43 extern void* pvalloc(size_t bytesize);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/ |
malloc.h | 41 extern void* memalign(size_t alignment, size_t bytesize); 42 extern void* valloc(size_t bytesize); 43 extern void* pvalloc(size_t bytesize);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/ |
malloc.h | 41 extern void* memalign(size_t alignment, size_t bytesize); 42 extern void* valloc(size_t bytesize); 43 extern void* pvalloc(size_t bytesize);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/ |
malloc.h | 41 extern void* memalign(size_t alignment, size_t bytesize); 42 extern void* valloc(size_t bytesize); 43 extern void* pvalloc(size_t bytesize);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/ |
malloc.h | 41 extern void* memalign(size_t alignment, size_t bytesize); 42 extern void* valloc(size_t bytesize); 43 extern void* pvalloc(size_t bytesize);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/ |
malloc.h | 41 extern void* memalign(size_t alignment, size_t bytesize); 42 extern void* valloc(size_t bytesize); 43 extern void* pvalloc(size_t bytesize);
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/ |
malloc.h | 41 extern void* memalign(size_t alignment, size_t bytesize); 42 extern void* valloc(size_t bytesize); 43 extern void* pvalloc(size_t bytesize);
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/ |
malloc.h | 41 extern void* memalign(size_t alignment, size_t bytesize); 42 extern void* valloc(size_t bytesize); 43 extern void* pvalloc(size_t bytesize);
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/ |
malloc.h | 41 extern void* memalign(size_t alignment, size_t bytesize); 42 extern void* valloc(size_t bytesize); 43 extern void* pvalloc(size_t bytesize);
|
/external/protobuf/python/google/protobuf/internal/ |
wire_format.py | 118 # The *ByteSize() functions below return the number of bytes required to 195 + message.ByteSize()) 200 + _VarUInt64ByteSizeNoTag(message.ByteSize()) 201 + message.ByteSize()) 214 message_size = msg.ByteSize() 230 # Private helper function for the *ByteSize() functions above.
|
reflection_test.py | [all...] |
/hardware/ril/mock-ril/src/cpp/ |
requests.cpp | 82 buffer = Buffer::New(req->ByteSize()); 137 DBG("req->ByetSize=%d", req->ByteSize()); 138 buffer = Buffer::New(req->ByteSize()); 167 buffer = Buffer::New(req->ByteSize()); 194 DBG("ReqSeparateConnection: req->ByetSize=%d", req->ByteSize()); 195 buffer = Buffer::New(req->ByteSize()); 222 DBG("ReqSetMute: req->ByetSize=%d", req->ByteSize()); 223 buffer = Buffer::New(req->ByteSize()); 251 DBG("ReqScreenState: req->ByteSize()=%d", req->ByteSize()); [all...] |
/external/webkit/Source/JavaScriptCore/parser/ |
SourceProviderCache.cpp | 45 unsigned SourceProviderCache::byteSize() const
|
SourceProviderCache.h | 39 unsigned byteSize() const;
|
/external/icu4c/common/ |
ucol_swp.cpp | 429 header.byteSize=udata_readInt32(ds, inHeader->byteSize); 432 (uint32_t)(length-headerSize)<(header.byteSize=udata_readInt32(ds, inHeader->byteSize))) 443 uprv_memcpy(outBytes, inBytes, header.byteSize); 448 /* read more of the InverseUCATableHeader (the byteSize field was read above) */ 466 return headerSize+header.byteSize;
|