HomeSort by relevance Sort by last modified time
    Searched defs:size (Results 2476 - 2500 of 11184) sorted by null

<<919293949596979899100>>

  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DefaultHdfParser.java 40 // size will rarely get > 10 deep. In this case ArrayList is faster than
71 context.remove(context.size() - 1);
  /external/jsoncpp/src/jsontestrunner/
main.cpp 50 long size = ftell(file); local
53 char* buffer = new char[size + 1];
54 buffer[size] = 0;
55 if (fread(buffer, 1, size, file) == (unsigned long)size)
97 int size = value.size(); local
98 for (int index = 0; index < size; ++index) {
  /external/kernel-headers/original/uapi/linux/
cramfs_fs.h 31 /* SIZE for device files is i_rdev */
32 __u32 size:CRAMFS_SIZE_WIDTH, gid:CRAMFS_GID_WIDTH; member in struct:cramfs_inode
56 __u32 size; /* length in bytes */ member in struct:cramfs_super
romfs_fs.h 27 __be32 size; member in struct:romfs_super_block
37 __be32 size; member in struct:romfs_inode
uvcvideo.h 47 __u8 size; member in struct:uvc_xu_control_mapping
63 __u16 size; member in struct:uvc_xu_control_query
virtio_input.h 60 __u8 size; member in struct:virtio_input_config
  /external/libchrome/base/containers/
scoped_ptr_hash_map.h 153 inline size_t size() const { return data_.size(); } function in class:base::ScopedPtrHashMap
159 inline void resize(size_t size) { return data_.resize(size); }
  /external/libchrome/base/files/
file_util.cc 142 size_t size = 0; local
145 // Many files supplied in |path| have incorrect size (proc files etc).
149 contents->append(buf.get(), std::min(len, max_size - size));
151 if ((max_size - size) < len) {
156 size += len;
193 *file_size = info.size;
  /external/libchrome/base/memory/
scoped_vector.h 54 size_t size() const { return v_.size(); } function in class:ScopedVector
93 if (v_.size() > new_size)
shared_memory.h 46 // existing shared memory and ignore the size parameter. If false,
52 // Size of the shared memory object to be created.
54 size_t size; member in struct:base::SharedMemoryCreateOptions
120 // Gets the size of the shared memory region referred to by |handle|.
121 // Returns false on a failure to determine the size. On success, populates the
122 // output variable |size|.
124 size_t* size);
131 // Creates and maps an anonymous shared memory segment of size size.
133 bool CreateAndMapAnonymous(size_t size);
    [all...]
  /external/libchrome/base/
observer_list.h 114 size_t size() const { return observers_.size(); } function in class:base::ObserverListBase
138 : list->observers_.size()) {
154 size_t max_index = std::min(max_index_, observers.size());
187 for (size_t i = 0; i < observers_.size(); ++i) {
227 DCHECK_EQ(ObserverListBase<ObserverType>::size(), 0U);
232 return ObserverListBase<ObserverType>::size() != 0;
pickle.h 85 void Advance(size_t size);
102 size_t end_index_; // Payload size.
119 // The Pickle's data has a header which contains the size of the Pickle's
126 // Initialize a Pickle object using the default header size.
129 // Initialize a Pickle object with the specified header size in bytes, which
130 // must be greater-than-or-equal-to sizeof(Pickle::Header). The header size
131 // will be rounded up to ensure that the header size is 32bit-aligned.
137 // padding size is deduced from the data length.
154 size_t size() const { return header_size_ + header_->payload_size; } function in class:base::Pickle
206 // known size. See also WriteData
    [all...]
  /external/libchrome/crypto/
symmetric_key_win.cc 138 // Returns true if the HMAC key size meets the requirement of FIPS 198
159 // An HMAC key must be >= L/2, where L is the output size of the hash
167 // |key_size_in_bits| must be >= 1/2 the hash size of |alg| for security.
264 static_cast<DWORD>(salt.size()), 0);
276 DWORD size = hash_size; local
277 ok = CryptGetHashParam(safe_hash, HP_HASHVAL, &hash_value[0], &size, 0);
278 if (!ok || size != hash_size)
296 size = hash_size;
297 ok = CryptGetHashParam(safe_hash, HP_HASHVAL, &hash_value[0], &size, 0);
298 if (!ok || size != hash_size
508 DWORD size = 0; local
    [all...]
  /external/libdivsufsort/lib/
utils.c 35 binarysearch_lower(const saidx_t *A, saidx_t size, saidx_t value) {
37 for(i = 0, half = size >> 1;
38 0 < size;
39 size = half, half >>= 1) {
42 half -= (size & 1) ^ 1;
263 saidx_t size, lsize, rsize, half; local
275 for(i = j = k = 0, lmatch = rmatch = 0, size = SAsize, half = size >> 1;
276 0 < size;
277 size = half, half >>= 1)
332 saidx_t size, lsize, rsize, half; local
    [all...]
  /external/libdrm/freedreno/
freedreno_bo.c 64 uint32_t size, uint32_t handle)
68 bo = dev->funcs->bo_from_handle(dev, size, handle);
77 bo->size = size;
113 static struct fd_bo_bucket * get_bucket(struct fd_device *dev, uint32_t size)
118 * way to the correct bucket size rather than looping..
122 if (bucket->size >= size) {
174 fd_bo_new(struct fd_device *dev, uint32_t size, uint32_t flags)
181 size = ALIGN(size, 4096)
229 int ret, size; local
    [all...]
  /external/libdrm/freedreno/kgsl/
kgsl_ringbuffer.c 47 uint32_t size; member in struct:kgsl_rb_bo
67 drm_munmap(bo->hostptr, bo->size);
77 static struct kgsl_rb_bo * kgsl_rb_bo_new(struct kgsl_pipe *pipe, uint32_t size)
81 .size = ALIGN(size, 4096),
99 bo->size = size;
100 bo->hostptr = drm_mmap(NULL, size, PROT_WRITE|PROT_READ,
138 /* fix up size field in last cmd packet */
203 uint32_t size)
    [all...]
  /external/libdrm/intel/
intel_bufmgr.c 54 unsigned long size, unsigned int alignment)
56 return bufmgr->bo_alloc(bufmgr, name, size, alignment);
61 unsigned long size, unsigned int alignment)
63 return bufmgr->bo_alloc_for_render(bufmgr, name, size, alignment);
71 unsigned long size,
76 stride, size, flags);
118 unsigned long size, const void *data)
120 return bo->bufmgr->bo_subdata(bo, offset, size, data);
125 unsigned long size, void *data)
129 return bo->bufmgr->bo_get_subdata(bo, offset, size, data)
137 memcpy(data, (unsigned char *)bo->virtual + offset, size); local
336 size_t size = 0; local
    [all...]
  /external/libdrm/tests/
drmstat.c 103 unsigned long size; local
161 size = strtoul(pt+1, &pt, 0);
172 dma.request_size = size;
181 printf("%5d: index = %d, size = %d\n",
190 size = strtoul(pt+1, NULL, 0);
191 if ((r = drmAddBufs(fd, count, size, 0, 65536)) < 0) {
200 printf("%5d buffers of size %6d (low = %d, high = %d)\n",
202 info->list[i].size,
215 printf("%5d buffers of size %6d (low = %d, high = %d)\n",
217 info->list[i].size,
    [all...]
  /external/libdrm/tests/kms/
libkms-test.h 68 size_t size; member in struct:kms_framebuffer
  /external/libedit/src/
tokenizer.c 397 size_t size = (size_t)(tok->wmax - tok->wspace + WINCR); local
399 size * sizeof(*s));
413 tok->wmax = s + size;
  /external/libevent/
win32select.c 102 size_t size; local
108 size = FD_SET_ALLOC_SIZE(new_num_fds);
109 if (!(op->readset_in = mm_realloc(op->readset_in, size)))
111 if (!(op->writeset_in = mm_realloc(op->writeset_in, size)))
180 size_t size; local
184 size = FD_SET_ALLOC_SIZE(NEVENT);
185 if (!(winop->readset_in = mm_malloc(size)))
187 if (!(winop->writeset_in = mm_malloc(size)))
189 if (!(winop->readset_out = mm_malloc(size)))
191 if (!(winop->writeset_out = mm_malloc(size)))
283 size_t size = FD_SET_ALLOC_SIZE(win32op->num_fds_in_fd_sets); local
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
gim_array.h 97 inline bool reserve(GUINT size)
99 if(m_allocated_size>=size) return false;
100 return resizeData(size);
144 inline GUINT size() const function in class:gim_array
288 inline void resize(GUINT size, bool call_constructor = true, const T& fillData=T())
290 if(size>m_size)
292 reserve(size);
295 while(m_size<size)
303 m_size = size;
306 else if(size<m_size
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btBroadphasePairArray.java 82 public int size() { method in class:btBroadphasePairArray
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftsystem.h 75 * A function used to allocate `size' bytes from `memory'.
81 * size ::
82 * The size in bytes to allocate.
90 long size );
127 * The block's current size in bytes.
130 * The block's requested new size.
289 * size ::
290 * The stream size in bytes.
292 * In case of compressed streams where the size is unknown before
294 * (Note that this size value can occur for normal streams also; it i
333 unsigned long size; member in struct:FT_StreamRec_
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cache/
ftcbasic.c 132 FT_Size size; local
135 error = FTC_Manager_LookupSize( manager, &family->attrs.scaler, &size );
138 FT_Face face = size->face;
163 FT_Size size; local
169 &size );
172 face = size->face;

Completed in 433 milliseconds

<<919293949596979899100>>