/external/javassist/src/main/javassist/bytecode/ |
ClassFileWriter.java | 144 output.writeShort(fields.size()); 147 output.writeShort(methods.size()); 189 out.writeShort(fields.size()); 192 out.writeShort(methods.size()); 197 out.writeShort(aw.size()); 211 * public int size() { 226 public int size(); method in interface:ClassFileWriter.AttributeWriter 241 bs.writeShort(aw.size() + attrCount); 296 int size() { return fieldCount; } method in class:ClassFileWriter.FieldWriter 298 int dataSize() { return output.size(); } 505 int size() { return methodCount; } method in class:ClassFileWriter.MethodWriter [all...] |
LongVector.java | 36 public int size() { return elements; } method in class:LongVector
|
/external/jemalloc/src/ |
quarantine.c | 26 size_t size; local 30 size = offsetof(quarantine_t, objs) + ((ZU(1) << lg_maxobjs) * 32 quarantine = (quarantine_t *)iallocztm(tsd, size, size2index(size), 132 * Drain one or more objects if the quarantine size limit would be 145 /* Append ptr if its size doesn't exceed the quarantine size. */
|
/external/jetty/src/java/org/eclipse/jetty/util/ |
MultiException.java | 49 for (int i=0;i<LazyList.size(me.nested);i++) 57 public int size() method in class:MultiException 59 return LazyList.size(nested); 84 switch (LazyList.size(nested)) 111 switch (LazyList.size(nested)) 137 if (LazyList.size(nested)>0) 145 if (LazyList.size(nested)>0) 156 for (int i=0;i<LazyList.size(nested);i++) 169 for (int i=0;i<LazyList.size(nested);i++) 181 for (int i=0;i<LazyList.size(nested);i++ [all...] |
/external/jsmn/ |
jsmn.h | 41 int size; member in struct:__anon12842
|
/external/kernel-headers/original/uapi/asm-arm64/asm/ |
sigcontext.h | 40 * magic and size set to 0. 44 __u32 size; member in struct:_aarch64_ctx
|
/external/kernel-headers/original/uapi/drm/ |
armada_drm.h | 21 uint32_t size; member in struct:drm_armada_gem_create 30 uint64_t size; member in struct:drm_armada_gem_mmap 40 uint32_t size; member in struct:drm_armada_gem_pwrite
|
/external/kernel-headers/original/uapi/linux/ |
hidraw.h | 22 __u32 size; member in struct:hidraw_report_descriptor
|
i2c-dev.h | 59 __u32 size; member in struct:i2c_smbus_ioctl_data
|
wil6210_uapi.h | 83 uint32_t size; /* should be multiple of 4 */ member in struct:wil_memio_block
|
/external/libchrome/base/memory/ |
ref_counted_memory.cc | 14 size() == other->size() && 15 (memcmp(front(), other->front(), size()) == 0); 26 size_t RefCountedStaticMemory::size() const { function in class:base::RefCountedStaticMemory 38 RefCountedBytes::RefCountedBytes(const unsigned char* p, size_t size) 39 : data_(p, p + size) {} 51 return size() ? &data_.front() : NULL; 54 size_t RefCountedBytes::size() const { function in class:base::RefCountedBytes 55 return data_.size(); 77 size_t RefCountedString::size() const function in class:base::RefCountedString [all...] |
/external/libchrome/sandbox/win/src/sidestep/ |
mini_disassembler.cpp | 36 unsigned int size = 0; local 37 InstructionType instruction_type = ProcessPrefixes(current_byte, &size); 42 current_byte += size; 43 size = 0; 48 instruction_type = ProcessOpcode(current_byte, 0, &size); 55 current_byte += size; 57 // Invariant: operand_bytes_ indicates the total size of operands 88 unsigned int* size) { 109 (*size)++; 111 ProcessPrefixes(start_byte + 1, size); [all...] |
/external/libdrm/freedreno/ |
freedreno_ringbuffer.h | 36 * the size of this struct.. more stuff will be added when we eventually 44 int size; member in struct:fd_ringbuffer 53 uint32_t size);
|
/external/libdrm/libkms/ |
exynos.c | 64 unsigned size, pitch; local 85 size = 64 * 64 * 4; 89 size = pitch * ((height + 4 - 1) & ~(4 - 1)); 95 arg.size = size; 103 bo->base.size = size; 145 map = drm_mmap(0, bo->base.size, PROT_READ | PROT_WRITE, MAP_SHARED, bo->base.kms->fd, arg.offset); 173 munmap(bo->base.ptr, bo->base.size);
|
intel.c | 78 unsigned size, pitch; local 99 size = 64 * 64 * 4; 103 size = pitch * ((height + 4 - 1) & ~(4 - 1)); 110 arg.size = size; 118 bo->base.size = size; 176 map = drm_mmap(0, bo->base.size, PROT_READ | PROT_WRITE, MAP_SHARED, bo->base.kms->fd, arg.offset); 204 drm_munmap(bo->base.ptr, bo->base.size);
|
internal.h | 64 size_t size; member in struct:kms_bo
|
nouveau.c | 79 unsigned size, pitch; local 100 size = 64 * 64 * 4; 104 size = pitch * height; 111 arg.info.size = size; 124 bo->base.size = size; 158 map = drm_mmap(0, bo->base.size, PROT_READ | PROT_WRITE, MAP_SHARED, bo->base.kms->fd, bo->map_handle); 186 drm_munmap(bo->base.ptr, bo->base.size);
|
radeon.c | 81 unsigned size, pitch; local 99 size = 4 * 64 * 64; 104 size = pitch * height; 115 arg.size = size; 128 bo->base.size = size; 168 arg.size = (uint64_t)bo->base.size; 175 map = drm_mmap(0, arg.size, PROT_READ | PROT_WRITE, MAP_SHARED [all...] |
/external/libdrm/tests/modetest/ |
buffers.c | 51 size_t size; member in struct:bo 89 bo->size = arg.size; 108 map = drm_mmap(0, bo->size, PROT_READ | PROT_WRITE, MAP_SHARED, 124 drm_munmap(bo->ptr, bo->size);
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
btAlignedAllocator.cpp | 22 static void *btAllocDefault(size_t size) 24 return malloc(size); 39 static void *btAlignedAllocDefault(size_t size, int alignment) 41 return _aligned_malloc(size, (size_t)alignment); 51 static inline void *btAlignedAllocDefault(size_t size, int alignment) 53 return memalign(alignment, size); 66 static inline void *btAlignedAllocDefault(size_t size, int alignment) 70 real = (char *)sAllocFunc(size + sizeof(void *) + (alignment-1)); 111 void* btAlignedAllocInternal (size_t size, int alignment,int line,char* filename) 116 gTotalBytesAlignedAllocs += size; 145 int size = *((int*)(ptr)-2); local [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cache/ |
ftcimage.c | 112 FT_Offset size = 0; local 126 size = bitg->bitmap.rows * (FT_Offset)FT_ABS( bitg->bitmap.pitch ) + 137 size = (FT_Offset)outg->outline.n_points * 148 size += sizeof ( *inode ); 149 return size;
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/ |
t1parse.c | 76 FT_ULong size; local 86 if ( !FT_READ_ULONG_LE( size ) ) 87 *asize = size; 143 FT_ULong size; local 188 /* try to compute the size of the base dictionary; */ 193 error = read_pfb_tag( stream, &tag, &size ); 203 size = stream->size; 208 /* now, try to load `size' bytes of the `base' dictionary we */ 215 parser->base_len = size; 267 FT_ULong size; local [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type42/ |
t42objs.h | 36 /* Type42 size */ 79 T42_Size_Init( FT_Size size ); variable 83 T42_Size_Request( FT_Size size, 88 T42_Size_Select( FT_Size size, 93 T42_Size_Done( FT_Size size ); variable 102 FT_Size size,
|
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/ |
Slider.java | 62 Dimension size = super.getPreferredSize();
local 63 size.width = 75;
64 size.height = 26;
65 return size;
|
/external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/ |
TiledMapTileSet.java | 80 /** @return the size of this TiledMapTileSet. */ 81 public int size () { method in class:TiledMapTileSet 82 return tiles.size;
|