/external/wpa_supplicant_8/src/wps/ |
http_client.h | 30 struct wpabuf *req, size_t max_response, 36 struct wpabuf *req, size_t max_response,
|
/external/wpa_supplicant_8/wpa_supplicant/ |
ibss_rsn.h | 29 size_t supp_ie_len; 47 const u8 *buf, size_t len);
|
/frameworks/base/media/libstagefright/ |
VBRISeeker.cpp | 48 size_t frameSize; 67 size_t numFrames = U32_AT(&vbriHeader[14]); 74 size_t numEntries = U16_AT(&vbriHeader[18]); 75 size_t entrySize = U16_AT(&vbriHeader[22]); 76 size_t scale = U16_AT(&vbriHeader[20]); 83 size_t totalEntrySize = numEntries * entrySize; 99 for (size_t i = 0; i < numEntries; ++i) { 151 size_t segmentIndex = 0;
|
/frameworks/compile/libbcc/lib/ExecutionEngine/ |
bcc.cpp | 78 size_t bitcodeSize, 105 size_t bitcodeSize, 162 size_t varListSize, 170 size_t count = unwrap(script)->getExportVarCount(); 177 for (size_t i = 0; i < count; ++i) { 186 size_t funcListSize, 194 size_t count = unwrap(script)->getExportFuncCount(); 201 for (size_t i = 0; i < count; ++i) {
|
/hardware/msm7k/libgralloc-qsd8k/ |
gralloc.cpp | 34 size_t size, int usage, buffer_handle_t* pHandle); 67 virtual size_t getPmemTotalSize(int fd, size_t* size) { 80 virtual int mapPmem(int fd, int offset, size_t size) { 85 virtual int unmapPmem(int fd, int offset, size_t size) { 94 virtual void* mmap(void* start, size_t length, int prot, int flags, int fd, 99 virtual int munmap(void* start, size_t length) { 116 virtual int ashmem_create_region(const char *name, size_t size) {
|
/ndk/tests/device/test-gnustl-full/unit/ |
accum_test.cpp | 34 for(int i = 0; (size_t)i < v.size(); ++i) 42 for(int i = 0; (size_t)i < v.size(); ++i)
|
allocator_test.cpp | 89 SharedDatas(size_t nbElems) : threadVectors(nbElems, (thread_vector*)0) { 95 for (size_t i = 0; i < threadVectors.size(); ++i) { 100 size_t initThreadVector() { 101 size_t ret; 105 for (size_t i = 0; i < threadVectors.size(); ++i) { 130 thread_vector& getThreadVector(size_t index) { 155 const size_t nth = 2; 159 size_t i;
|
full_streambuf.h | 18 full_streambuf(size_t nb_output, bool do_throw = false) 41 size_t _nb_output;
|
/ndk/tests/device/test-stlport/unit/ |
accum_test.cpp | 34 for(int i = 0; (size_t)i < v.size(); ++i) 42 for(int i = 0; (size_t)i < v.size(); ++i)
|
allocator_test.cpp | 89 SharedDatas(size_t nbElems) : threadVectors(nbElems, (thread_vector*)0) { 95 for (size_t i = 0; i < threadVectors.size(); ++i) { 100 size_t initThreadVector() { 101 size_t ret; 105 for (size_t i = 0; i < threadVectors.size(); ++i) { 130 thread_vector& getThreadVector(size_t index) { 155 const size_t nth = 2; 159 size_t i;
|
full_streambuf.h | 18 full_streambuf(size_t nb_output, bool do_throw = false) 41 size_t _nb_output;
|
/packages/inputmethods/PinyinIME/jni/include/ |
matrixsearch.h | 29 static const size_t kMaxRowNum = kMaxSearchSteps; 121 size_t sublma_num; 141 static const size_t kMaxLmaPsbItems = 1450; 144 static const size_t kMaxNodeARow = 5; 148 static const size_t kMaxSentenceLength = 16; 151 static const size_t kMtrxNdPoolSize = 200; 154 static const size_t kDmiPoolSize = 800; 180 size_t max_sps_len_; 183 size_t max_hzs_len_; 189 size_t pys_decoded_len_ [all...] |
/prebuilt/sdk/12/renderscript/clang-include/ |
mm_malloc.h | 37 extern void *malloc(size_t size) __attribute__((__malloc__)); 38 extern int posix_memalign(void **memptr, size_t alignment, size_t size); 45 extern "C" void *malloc(size_t size) __attribute__((__malloc__)); 46 extern "C" int posix_memalign(void **memptr, size_t alignment, size_t size); 53 _mm_malloc(size_t size, size_t align)
|
/prebuilt/sdk/13/renderscript/clang-include/ |
mm_malloc.h | 37 extern void *malloc(size_t size) __attribute__((__malloc__)); 38 extern int posix_memalign(void **memptr, size_t alignment, size_t size); 45 extern "C" void *malloc(size_t size) __attribute__((__malloc__)); 46 extern "C" int posix_memalign(void **memptr, size_t alignment, size_t size); 53 _mm_malloc(size_t size, size_t align)
|
/system/core/adb/ |
transport.h | 24 int readx(int fd, void *ptr, size_t len); 25 int writex(int fd, const void *ptr, size_t len);
|
/system/core/include/cutils/ |
record_stream.h | 31 extern RecordStream *record_stream_new(int fd, size_t maxRecordLen); 35 size_t *p_outRecordLen);
|
/external/chromium/webkit/glue/ |
multipart_response_delegate.cc | 45 for (size_t i = 0; i < arraysize(kReplaceHeaders); ++i) { 130 size_t boundary_pos; 135 size_t data_length = boundary_pos; 151 size_t boundary_end_pos = boundary_pos + boundary_.length(); 201 size_t pos) { 215 size_t line_start_pos = 0; 216 size_t line_end_pos = data_.find('\n'); 259 for (size_t i = 0; i < arraysize(kReplaceHeaders); ++i) { 282 size_t MultipartResponseDelegate::FindBoundary() { 283 size_t boundary_pos = data_.find(boundary_) [all...] |
/external/skia/gpu/src/ |
GrBufferAllocPool.cpp | 29 #define GrBufferAllocPool_MIN_BLOCK_SIZE ((size_t)1 << 12) 34 size_t blockSize, 110 size_t flushSize = block.fBuffer->size() - block.fBytesFree; 138 void* GrBufferAllocPool::makeSpace(size_t size, 139 size_t alignment, 141 size_t* offset) { 149 size_t usedBytes = back.fBuffer->size() - back.fBytesFree; 150 size_t pad = GrSizeAlignUpPad(usedBytes, 174 int GrBufferAllocPool::currentBufferItems(size_t itemSize) const { 178 size_t usedBytes = back.fBuffer->size() - back.fBytesFree [all...] |
/bionic/libc/kernel/common/linux/ |
omap_ion.h | 24 size_t w; 25 size_t h; 30 size_t stride; 31 size_t offset;
|
sysfs.h | 43 size_t size; 45 ssize_t (*read)(struct kobject *, char *, loff_t, size_t); 46 ssize_t (*write)(struct kobject *, char *, loff_t, size_t); 53 ssize_t (*store)(struct kobject *,struct attribute *,const char *, size_t);
|
/bionic/libc/string/ |
strlcat.c | 29 size_t 30 strlcat(char *dst, const char *src, size_t siz) 34 size_t n = siz; 35 size_t dlen;
|
/bionic/libc/unistd/ |
mmap.c | 32 extern void* __mmap2(void*, size_t, int, int, int, size_t); 35 void* mmap( void* addr, size_t size, int prot, int flags, int fd, long offset ) 42 return __mmap2(addr, size, prot, flags, fd, (size_t)offset >> MMAP2_SHIFT);
|
/development/ndk/platforms/android-3/include/linux/ |
sysfs.h | 43 size_t size; 45 ssize_t (*read)(struct kobject *, char *, loff_t, size_t); 46 ssize_t (*write)(struct kobject *, char *, loff_t, size_t); 53 ssize_t (*store)(struct kobject *,struct attribute *,const char *, size_t);
|
/development/tools/emulator/opengl/host/libs/libOpenglRender/ |
ReadBuffer.cpp | 22 ReadBuffer::ReadBuffer(IOStream *stream, size_t bufsize) 42 size_t len = m_size - m_validData; 45 size_t new_size = m_size*2; 68 void ReadBuffer::consume(size_t amount)
|
/external/chromium/base/debug/ |
stack_trace.cc | 13 const void *const *StackTrace::Addresses(size_t* count) const {
|