/external/javassist/src/main/javassist/scopedpool/ |
SoftValueHashMap.java | 132 this(Math.max(2 * t.size(), 11), 0.75f); 142 * linear in the size of the map.</em> 144 public int size() { method in class:SoftValueHashMap 146 return hash.size();
|
/external/jemalloc/src/ |
android_je_iterate.c | 21 void (*callback)(uintptr_t ptr, size_t size, void* arg), void* arg); 23 void (*callback)(uintptr_t ptr, size_t size, void* arg), void* arg); 26 * between [base, base+size). base will be rounded down to by the jemalloc 27 * chunk size, and base+size will be rounded up to the chunk size. If no memory 36 int je_iterate(uintptr_t base, size_t size, 37 void (*callback)(uintptr_t ptr, size_t size, void* arg), void* arg) { 41 uintptr_t end = CHUNK_CEILING(base + size); 86 void (*callback)(uintptr_t ptr, size_t size, void* arg), void* arg) 93 size_t size; local [all...] |
/external/jemalloc/test/integration/ |
mallocx.c | 46 return (get_size_impl("arenas.hchunk.0.size", ind)); 56 "Expected OOM for mallocx(size=%#zx, 0)", hugemax+1); 59 "Expected OOM for mallocx(size=%#zx, 0)", ZU(PTRDIFF_MAX)+1); 62 "Expected OOM for mallocx(size=%#zx, 0)", SIZE_T_MAX); 65 "Expected OOM for mallocx(size=1, MALLOCX_ALIGN(%#zx))", 72 size_t hugemax, size, alignment; local 86 "Expected OOM for mallocx(size=%#zx, 0)", hugemax); 92 size = ZU(0x8000000000000000); 95 size = ZU(0x80000000); 98 assert_ptr_null(mallocx(size, MALLOCX_ALIGN(alignment)) 99 "Expected OOM for mallocx(size=%#zx, MALLOCX_ALIGN(%#zx)", size, local [all...] |
/external/jetty/src/java/org/eclipse/jetty/servlets/ |
UserAgentFilter.java | 44 * <dt>cacheSize</dt><dd>The size of the user-agent cache, used to avoid reparsing of user agent strings. The entire cache is flushed 45 * when this size is reached</dd> 97 String size=filterConfig.getInitParameter("cacheSize"); local 98 if (size!=null) 99 _agentCacheSize=Integer.parseInt(size); 150 if (_agentCache.size() >= _agentCacheSize)
|
/external/jetty/src/java/org/eclipse/jetty/util/ |
AttributesMap.java | 134 public int size() method in class:AttributesMap 136 return _map.size();
|
ConcurrentHashSet.java | 104 public int size() method in class:ConcurrentHashSet 106 return _map.size();
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
e820.h | 10 * passed us from the EFI firmware can list more nodes. Size our 21 * this size. 60 __u64 size; /* size of memory segment */ member in struct:e820entry
|
/external/kernel-headers/original/uapi/drm/ |
sis_drm.h | 55 unsigned long size; member in struct:__anon12949 60 unsigned long offset, size; member in struct:__anon12950 64 unsigned long offset, size; member in struct:__anon12951
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
xt_hashlimit.h | 33 __u32 size; /* how many buckets */ member in struct:hashlimit_cfg 57 __u32 size; /* how many buckets */ member in struct:hashlimit_cfg1
|
/external/libavc/common/ |
ih264_buf_mgr.c | 65 * @brief Returns size for buf queue context. Does not include buf queue buffer 69 * Returns size for buf queue context. Does not include buf queue buffer 70 * requirements. Buffer size required to store the bufs should be allocated in 73 * @returns Size of the buf queue context 81 WORD32 size; local 83 size = sizeof(buf_mgr_t); 84 size += ithread_get_mutex_lock_size(); 86 return size;
|
ih264_list.c | 69 * @brief Returns size for buf queue context. Does not include buf queue buffer 73 * Returns size for buf queue context. Does not include buf queue buffer 74 * requirements. Buffer size required to store the bufs should be allocated in 77 * @returns Size of the buf queue context 85 WORD32 size; local 87 size = sizeof(list_t); 88 size += ithread_get_mutex_lock_size(); 94 size += num_entries * entry_size; 95 return size; 241 * Size of the total memory allocate [all...] |
/external/libavc/test/encoder/ |
input.c | 55 WORD32 size, bytes; local 60 size = sizeof(ih264e_pic_info1_t); 64 size = sizeof(ih264e_pic_info2_t); 68 size = 0; 72 bytes = fread(pv_pic_info, 1, size, ps_app_ctxt->fp_pic_info); 73 if(bytes != size) 83 WORD32 size; local 92 size = sizeof(ih264e_mb_info1_t) * num_mbs; 96 size = sizeof(ih264e_mb_info2_t) * num_mbs; 100 size = sizeof(ih264e_mb_info3_t) * num_mbs [all...] |
/external/libbrillo/brillo/streams/ |
input_stream_set.cc | 44 // We are using remaining size here because the multiplexed stream is not 65 source_streams.reserve(owned_source_streams.size()); 91 bool InputStreamSet::SetSizeBlocking(uint64_t /* size */, ErrorPtr* error) { 96 uint64_t size = 0; local 98 size += stream->GetRemainingSize(); 99 return size;
|
memory_stream.cc | 22 size_t size, 25 new data_container::ReadOnlyBuffer{buffer, size}}; 30 size_t size, 34 reinterpret_cast<const uint8_t*>(buffer), size}}; 74 return CreateEx(std::move(container), buffer->size(), error); 99 bool MemoryStream::SetSizeBlocking(uint64_t size, ErrorPtr* error) { 102 return container_->Resize(size, error); 107 uint64_t size = GetSize(); local 108 return (pos < size) ? size - pos : 0 [all...] |
/external/libchrome/base/time/ |
time_mac.cc | 36 size_t size = sizeof(boottime); local 37 int kr = sysctl(mib, arraysize(mib), &boottime, &size, NULL, 0);
|
/external/libdrm/amdgpu/ |
amdgpu_cs.c | 153 uint32_t i, size; local 165 size = ibs_request->number_of_ibs + (user_fence ? 2 : 1); 167 chunk_array = alloca(sizeof(uint64_t) * size); 168 chunks = alloca(sizeof(struct drm_amdgpu_cs_chunk) * size); 170 size = ibs_request->number_of_ibs + (user_fence ? 1 : 0); 172 chunk_data = alloca(sizeof(struct drm_amdgpu_cs_chunk_data) * size); 192 chunk_data[i].ib_data.ib_bytes = ib->size * 4;
|
/external/libdrm/include/drm/ |
sis_drm.h | 55 unsigned int size; member in struct:__anon14661 60 unsigned int offset, size; member in struct:__anon14662 64 unsigned int offset, size; member in struct:__anon14663
|
/external/libdrm/intel/ |
test_decode.c | 53 read_file(const char *filename, void **ptr, size_t *size) 66 *size = st.st_size; 95 size_t size; local 113 out = open_memstream((char **)&ptr, &size);
|
/external/libdrm/radeon/ |
bof.h | 48 uint32_t size; member in struct:bof 68 extern bof_t *bof_blob(unsigned size, void *value);
|
radeon_bo_int.h | 13 uint32_t size; member in struct:radeon_bo_int 27 uint32_t size,
|
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/objectal/ |
ALBuffer.java | 56 @Selector("bufferWithName:data:size:format:frequency:") 58 String name, VoidPtr data, int size, int format, int frequency); 89 @Selector("initWithName:data:size:format:frequency:") 91 VoidPtr data, int size, int format, int frequency); 114 @Selector("size") 115 public native int size(); method in class:ALBuffer 118 @Selector("sliceWithName:offset:size:") 120 int offset, int size);
|
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/ |
bDNA.h | 49 int size = nameInfo.m_isPointer ? mPtrLen*nameInfo.m_dim0*nameInfo.m_dim1 : mTlens[type]*nameInfo.m_dim0*nameInfo.m_dim1; local 50 return size; 55 return m_Names.size();
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/ |
ftpatent.c | 30 FT_ULong size ) 37 if ( FT_FRAME_ENTER( size ) ) 41 end = p + size; 172 FT_ULong offset, num_ins, size; local 176 offset = service->get_location( face, gindex, &size ); 177 if ( size == 0 )
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/ |
cidobjs.c | 89 /* SIZE FUNCTIONS */ 95 cid_size_get_globals_funcs( CID_Size size ) 97 CID_Face face = (CID_Face)size->root.face; 102 module = FT_Get_Module( size->root.face->driver->root.library, 113 CID_Size size = (CID_Size)cidsize; local 121 funcs = cid_size_get_globals_funcs( size ); 133 CID_Size size = (CID_Size)cidsize; local 135 PSH_Globals_Funcs funcs = cid_size_get_globals_funcs( size ); 156 cid_size_request( FT_Size size, 162 FT_Request_Metrics( size->face, req ) [all...] |
cidobjs.h | 54 /* A handle to a Type 1 size object. */ 122 cid_size_done( FT_Size size ); /* CID_Size */ variable 125 cid_size_init( FT_Size size ); /* CID_Size */ variable 128 cid_size_request( FT_Size size, /* CID_Size */
|