HomeSort by relevance Sort by last modified time
    Searched full:size (Results 176 - 200 of 15447) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/qemu/
bswap.h 85 #define be_bswap(v, size) (v)
86 #define le_bswap(v, size) bswap ## size(v)
87 #define be_bswaps(v, size)
88 #define le_bswaps(p, size) *p = bswap ## size(*p);
90 #define le_bswap(v, size) (v)
91 #define be_bswap(v, size) bswap ## size(v)
92 #define le_bswaps(v, size)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/main/macos/
SIZE.r 4 resource 'SIZE' (-1) {
  /external/skia/include/core/
SkBuffer.h 25 The RBuffer is given the buffer to read from, with either a specified size
26 or no size (in which case no range checking is performed). It is iillegal
43 SkRBuffer(const void* data, size_t size)
45 SkASSERT(data != 0 || size == 0);
48 fStop = (const char*)data + size;
55 /** Return the total size of the data pointer. Only defined if the length was
58 size_t size() const { return fStop - fData; } function in class:SkRBuffer
68 void read(void* buffer, size_t size) { if (size) this->readNoSizeCheck(buffer, size); }
119 size_t size() const { return fStop - fData; } function in class:SkWBuffer
    [all...]
  /external/stlport/test/unit/
complete_digits.h 13 while (digits.size() < 2)
innerprod_test.cpp 53 vector<size_t> v2(v1.size());
54 for (size_t i = 0; i < v1.size(); ++i) {
56 v2[i] = v1.size() - i;
64 vector<size_t> v2(v1.size());
65 for(size_t i = 0; i < v1.size(); ++i) {
67 v2[i] = v1.size() - i;
  /external/webkit/LayoutTests/http/tests/appcache/
max-size-expected.txt 1 Cache a manifest that contains a resource that is too large to fit. The layout test controller sets a maximum size of 10KB for the application cache database file.
  /external/webkit/WebCore/css/
CSSImageGeneratorValue.cpp 47 void CSSImageGeneratorValue::addClient(RenderObject* renderer, const IntSize& size)
50 if (!size.isEmpty())
51 m_sizes.add(size);
55 m_clients.add(renderer, SizeCountPair(size, 1));
68 IntSize size = sizeCount.first; local
69 if (!size.isEmpty()) {
70 m_sizes.remove(size);
71 if (!m_sizes.contains(size))
72 m_images.remove(size);
81 Image* CSSImageGeneratorValue::getImage(RenderObject* renderer, const IntSize& size)
    [all...]
  /frameworks/base/media/libstagefright/
MetaData.cpp 76 size_t size; local
77 if (!findData(key, &type, &data, &size) || type != TYPE_C_STRING) {
89 size_t size; local
90 if (!findData(key, &type, &data, &size) || type != TYPE_INT32) {
94 CHECK_EQ(size, sizeof(*value));
104 size_t size; local
105 if (!findData(key, &type, &data, &size) || type != TYPE_INT64) {
109 CHECK_EQ(size, sizeof(*value));
119 size_t size; local
120 if (!findData(key, &type, &data, &size) || type != TYPE_FLOAT)
134 size_t size; local
220 memcpy(storage(), data, size); local
    [all...]
  /frameworks/base/opengl/tools/glgen/specs/jsr239/
glspec-1.1ext 13 void glMatrixIndexPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
14 void glMatrixIndexPointerOES ( GLint size, GLenum type, GLsizei stride, GLint offset )
15 void glWeightPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
16 void glWeightPointerOES ( GLint size, GLenum type, GLsizei stride, GLint offset )
  /frameworks/base/docs/html/sdk/api_diff/4/changes/
alldiffs_index_changes.html 47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
52 <br><font size="+2">A</font>&nbsp;
53 <a href="#B"><font size="-2">B</font></a>
54 <a href="#C"><font size="-2">C</font></a>
55 <a href="#D"><font size="-2">D</font></a>
56 <a href="#E"><font size="-2">E</font></a>
57 <a href="#G"><font size="-2">G</font></a>
58 <a href="#I"><font size="-2">I</font></a>
59 <a href="#J"><font size="-2">J</font></a>
60 <a href="#K"><font size="-2">K</font></a>
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
DEREncodableVector.java 26 public int size() method in class:DEREncodableVector
28 return v.size();
  /dalvik/libcore/security/src/main/java/org/bouncycastle/util/encoders/
Translator.java 9 * size of the output block on encoding produced by getDecodedBlockSize()
17 * size of the output block on decoding produced by getEncodedBlockSize()
  /dalvik/libcore/support/src/test/java/tests/support/
Support_MapTest2.java 39 assertEquals("size should be one", 1, map.size());
41 assertEquals("size should be zero", 0, map.size());
53 assertEquals("size should be one", 1, map.size());
55 assertEquals("size should be zero", 0, map.size());
  /external/e2fsprogs/lib/ext2fs/
rs_bitmap.c 2 * rs_bitmap.c --- routine for changing the size of a bitmap
33 size_t size, new_size; local
57 size = ((bmap->real_end - bmap->start) / 8) + 1;
60 if (size != new_size) {
61 retval = ext2fs_resize_mem(size, new_size, &bmap->bitmap);
65 if (new_size > size)
66 memset(bmap->bitmap + size, 0, new_size - size);
  /external/proguard/src/proguard/gui/splash/
VariableSizeFont.java 26 * This VariableFont varies in size with respect to its Timing.
33 private final VariableDouble size; field in class:VariableSizeFont
42 * @param size the variable size of the font.
44 public VariableSizeFont(Font font, VariableDouble size)
47 this.size = size;
55 float s = (float)size.getDouble(time);
  /system/core/libzipfile/
test_zipfile.c 12 size_t size, unsize; local
41 size = ftell(f);
44 buf = malloc(size);
45 fread(buf, 1, size, f);
47 zip = init_zipfile(buf, size);
74 size = unsize * 1.001;
75 scratch = malloc(size);
77 err = decompress_zipentry(entry, scratch, size);
  /external/libpng/
pngmem.c 43 png_size_t size; local
47 size = png_sizeof(png_info);
49 size = png_sizeof(png_struct);
59 struct_ptr = (*(malloc_fn))(png_ptr, (png_uint_32)size);
63 struct_ptr = (png_voidp)farmalloc(size);
65 png_memset(struct_ptr, 0, size);
99 /* Allocate memory. For reasonable files, size should never exceed
113 * Note that we can't use png_size_t for the "size" declaration,
119 png_calloc(png_structp png_ptr, png_uint_32 size)
123 ret = (png_malloc(png_ptr, size));
361 png_size_t size; local
590 png_size_t size; local
603 png_size_t size; local
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
constructors_index_all.html 47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
51 <br><font size="+2">A</font>&nbsp;
52 <a href="#B"><font size="-2">B</font></a>
53 <a href="#C"><font size="-2">C</font></a>
54 <a href="#K"><font size="-2">K</font></a>
55 <a href="#N"><font size="-2">N</font></a>
56 <a href="#P"><font size="-2">P</font></a>
57 <a href="#topheader"><font size="-2">TOP</font></a>
62 <br><font size="+2">B</font>&nbsp;
63 <a href="#A"><font size="-2">A</font></a>
    [all...]
methods_index_additions.html 47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
51 <br><font size="+2">A</font>&nbsp;
52 <a href="#B"><font size="-2">B</font></a>
53 <a href="#C"><font size="-2">C</font></a>
54 <a href="#D"><font size="-2">D</font></a>
55 <a href="#F"><font size="-2">F</font></a>
56 <a href="#G"><font size="-2">G</font></a>
57 <a href="#H"><font size="-2">H</font></a>
58 <a href="#I"><font size="-2">I</font></a>
59 <a href="#L"><font size="-2">L</font></a>
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/7/changes/
fields_index_additions.html 47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
51 <br><font size="+2">A</font>&nbsp;
52 <a href="#C"><font size="-2">C</font></a>
53 <a href="#E"><font size="-2">E</font></a>
54 <a href="#F"><font size="-2">F</font></a>
55 <a href="#L"><font size="-2">L</font></a>
56 <a href="#V"><font size="-2">V</font></a>
57 <a href="#topheader"><font size="-2">TOP</font></a>
68 <br><font size="+2">C</font>&nbsp;
69 <a href="#A"><font size="-2">A</font></a>
    [all...]
  /cts/tools/dex-tools/src/dex/structure/
DexEncodedValueType.java 33 * VALUE_SHORT 0x02 size - 1 (0...1) ubyte[size]
41 * VALUE_CHAR 0x03 size - 1 (0...1) ubyte[size]
49 * VALUE_INT 0x04 size - 1 (0...3) ubyte[size]
57 * VALUE_LONG 0x06 size - 1 (0...7) ubyte[size]
65 * VALUE_FLOAT 0x10 size - 1 (0...3) ubyte[size]
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
PolicyInformation.java 19 if (seq.size() < 1 || seq.size() > 2)
21 throw new IllegalArgumentException("Bad sequence size: "
22 + seq.size());
27 if (seq.size() > 1)
71 * policyQualifiers SEQUENCE SIZE (1..MAX) OF
  /external/elfutils/libelf/
elf_update.c 30 write_file (Elf *elf, off_t size, int change_bo, size_t shnum)
34 /* Adjust the size in any case. We do this even if we use `write'.
40 && (elf->maximum_size == ~((size_t) 0) || size > elf->maximum_size)
41 && unlikely (ftruncate (elf->fildes, size) != 0))
50 elf->map_address = mmap (NULL, size, PROT_READ | PROT_WRITE,
63 size = -1;
72 size = -1;
75 if (size != -1
78 && size < elf->maximum_size
79 && unlikely (ftruncate (elf->fildes, size) != 0)
98 off_t size; local
    [all...]
  /external/skia/src/core/
SkMMapStream.cpp 19 off_t offset = lseek(fildes, 0, SEEK_END); // find the file size
28 // to avoid a 64bit->32bit warning, I explicitly create a size_t size
29 size_t size = static_cast<size_t>(offset); local
31 void* addr = mmap(NULL, size, PROT_READ, MAP_SHARED, fildes, 0);
39 this->INHERITED::setMemory(addr, size);
43 fSize = size;
  /frameworks/base/awt/java/awt/image/
DataBufferUShort.java 44 * @param size
50 public DataBufferUShort(short dataArrays[][], int size, int offsets[]) {
51 super(TYPE_USHORT, size, dataArrays.length, offsets);
53 if (dataArrays[i].length < offsets[i] + size) {
54 // awt.28d=Length of dataArray[{0}] is less than size +
67 * @param size
70 public DataBufferUShort(short dataArrays[][], int size) {
71 super(TYPE_USHORT, size, dataArrays.length);
81 * @param size
86 public DataBufferUShort(short dataArray[], int size, int offset)
    [all...]

Completed in 387 milliseconds

1 2 3 4 5 6 78 91011>>