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

<<21222324252627282930>>

  /dalvik/tests/062-character-encodings/src/
Main.java 16 if ((aliases != null) && (aliases.size() != 0)) {
17 ArrayList<String> list = new ArrayList<String>(aliases.size());
  /development/host/windows/usb/api/
adb_interface_enum.h 65 method *size will have memory size required to fit this entry.
66 @param[in,out] size On the way in provides size of the memory buffer
68 big enough) will provide memory size required to fit this entry.
72 in info param was not big enough and *size specifies memory size
76 bool Next(AdbInterfaceInfo* info, ULONG* size);
  /external/bluetooth/bluez/tools/
csr_usb.c 44 static inline int usb_interrupt_read(usb_dev_handle *dev, int ep, char *bytes, int size, int timeout)
46 return usb_bulk_read(dev, ep, bytes, size, timeout);
107 uint16_t size; local
110 size = (length < 8) ? 9 : ((length + 1) / 2) + 5;
114 cmd[2] = size & 0xff;
115 cmd[3] = size >> 8;
126 cp[2] = (size * 2) + 1;
134 0, 0, 0, (void *) cp, (size * 2) + 4, 1000) < 0)
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_decrypt_key.c 31 @param outlen [in/out] The max size and resulting size of the plaintext
62 hash = find_hash_oid(hashOID, decode[0].size);
94 if ((err = ecc_import(decode[1].data, decode[1].size, &pubkey)) != CRYPT_OK) {
112 if (decode[2].size > y) {
118 if (*outlen < decode[2].size) {
119 *outlen = decode[2].size;
125 for (x = 0; x < decode[2].size; x++) {
  /external/dropbear/libtommath/etc/
tune.c 8 /* how many times todo each size mult. Depends on your computer. For slow computers
57 ulong64 time_mult(int size, int s)
67 mp_rand (&a, size);
68 mp_rand (&b, size);
71 KARATSUBA_MUL_CUTOFF = size;
87 ulong64 time_sqr(int size, int s)
96 mp_rand (&a, size);
99 KARATSUBA_SQR_CUTOFF = size;
  /external/dropbear/libtommath/logs/
graphs.dem 2 set size 1.75
4 set xlabel "Operand size (bits)"
  /external/e2fsprogs/lib/ext2fs/
bb_compat.c 29 errcode_t badblocks_list_create(badblocks_list *ret, int size)
31 return ext2fs_badblocks_list_create(ret, size);
ext2fsP.h 20 int size; member in struct:ext2_struct_u32_list
38 ext2_ino_t size; member in struct:ext2_struct_dblist
  /external/icu4c/layout/
PairPositioningSubtables.h 24 // NOTE: ValueRecord has a variable size
58 // NOTE: ValueRecord has a variable size
  /external/libffi/testsuite/libffi.call/
pyobjc-tc.c 15 typedef struct Size {
18 } Size;
22 Size s;
47 point_type.size = 0; /*sizeof(Point);*/
55 size_type.size = 0;/* sizeof(Size);*/
56 size_type.alignment = 0;/* __alignof__(Size);*/
63 rect_type.size = 0;/*sizeof(Rect);*/
  /external/opencore/fileformats/mp4/composer/src/
datareferenceatom.cpp 45 for (uint32 i = 0; i < _pdataEntryVec->size(); i++)
96 for (uint32 i = 0; i < _pdataEntryVec->size(); i++)
113 int32 size = getDefaultSize(); local
115 size += 4; // For entry count
117 for (uint32 i = 0; i < _pdataEntryVec->size(); i++)
119 size += (*_pdataEntryVec)[i]->getSize();
122 _size = size;
124 // Update the size of the parent atoms
fonttableatom.cpp 82 for (uint32 i = 0; i < _pFontRecordArray->size(); i++)
100 int32 size = getDefaultSize(); local
102 size += 2;
103 for (uint32 i = 0; i < _pFontRecordArray->size(); i++)
106 size += length;
110 _size = size;
112 // Update size of parent
132 for (uint32 i = 0; i < _pFontRecordArray->size(); i++)
movieatom.cpp 92 for (i = 0; i < _pmpeg4TrackVec->size(); i++)
99 for (i = 0; i < _pMediaTrackVec->size(); i++)
199 if (index < (int32)_pmpeg4TrackVec->size())
227 // Recomputes the size of the current atom by checking all contained atoms
231 int32 size = getDefaultSize(); // From base class local
233 size += _pmovieHeaderAtom->getSize();
239 size += _puserDataAtom->getSize();
245 for (uint32 i = 0; i < _pMediaTrackVec->size(); i++)
249 size += (*_pMediaTrackVec)[i]->getSize();
254 // in movie fragment mode add size of mve
    [all...]
  /external/qemu/
disas.h 7 void disas(FILE *out, void *code, unsigned long size);
8 void target_disas(FILE *out, target_ulong code, target_ulong size, int flags);
  /external/skia/src/core/
SkPictureRecord.cpp 51 clip starts out the size of the picture, which is often much larger
52 than the size of the actual device we'll use during playback).
64 uint32_t restoreOffset = (uint32_t)fWriter.size();
130 size_t offset = fWriter.size();
143 size_t offset = fWriter.size();
161 size_t offset = fWriter.size();
298 size_t start = fWriter.size();
313 fPointBytes += fWriter.size() - start;
334 size_t start = fWriter.size();
342 fPointBytes += fWriter.size() - start
619 size_t SkPictureRecord::size() const { function in class:SkPictureRecord
    [all...]
  /external/skia/src/gl/
SkGLCanvas.cpp 44 bool SkGLCanvas::getViewport(SkIPoint* size) const {
45 if (size) {
46 *size = fViewportSize;
96 GLuint* name, SkPoint* size) {
104 if (size) {
105 *size = entry->texSize();
133 void SkGLCanvas::SetTextureCacheMaxSize(size_t size) {
135 gTextureCache.setMaxSize(size);
  /external/stlport/test/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)
swap_test.cpp 105 CPPUNIT_CHECK( v1.size() == 2 );
106 CPPUNIT_CHECK( v2.size() == 3 );
110 CPPUNIT_CHECK( v1.size() == 3 );
111 CPPUNIT_CHECK( v2.size() == 2 );
150 CPPUNIT_CHECK( v1.size() == 2 );
151 CPPUNIT_CHECK( v2.size() == 3 );
155 CPPUNIT_CHECK( v1.size() == 3 );
156 CPPUNIT_CHECK( v2.size() == 2 );
  /external/webkit/JavaScriptCore/parser/
ParserArena.h 77 void* allocateFreeable(size_t size)
79 ASSERT(size);
80 ASSERT(size <= freeablePoolSize);
81 size_t alignedSize = alignSize(size);
90 void* allocateDeletable(size_t size)
92 ParserArenaDeletable* deletable = static_cast<ParserArenaDeletable*>(fastMalloc(size));
110 static size_t alignSize(size_t size)
112 return (size + sizeof(WTF::AllocAlignmentInteger) - 1) & ~(sizeof(WTF::AllocAlignmentInteger) - 1);
  /external/webkit/SunSpider/tests/sunspider-0.9/
bitops-nsieve-bits.js 13 var i, count = 0, m = 10000<<n, size = m+31>>5;
15 for (i=0; i<size; i++) isPrime[i] = 0xffffffff;
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
bitops-nsieve-bits.js 13 var i, count = 0, m = 10000<<n, size = m+31>>5;
15 for (i=0; i<size; i++) isPrime[i] = 0xffffffff;
  /external/webkit/WebCore/css/
mathml.css 55 font-size: 0.75em;
60 font-size: 0.75em;
74 font-size: 0.75em;
83 font-size: 0.75em;
105 font-size: 0.75em;
109 font-size: 1em;
113 font-size: 1.5em;
140 font-size: 0.75em;
  /external/webkit/WebCore/manual-tests/
drag_select_highlighting.html 7 <p style="font-family:'Lucida Grande'; font-size:12px;">
11 <p style="font-family:'Lucida Grande'; font-size:12px; text-align:left; direction:rtl; unicode-bidi:bidi-override;">
  /external/webkit/WebCore/platform/graphics/win/
FontPlatformData.h 61 FontPlatformData(HFONT, float size, bool bold, bool oblique, bool useGDI);
62 FontPlatformData(float size, bool bold, bool oblique);
65 FontPlatformData(HFONT, CGFontRef, float size, bool bold, bool oblique, bool useGDI);
67 FontPlatformData(cairo_font_face_t*, float size, bool bold, bool oblique);
85 float size() const { return m_size; } function in class:WebCore::FontPlatformData
86 void setSize(float size) { m_size = size; }
137 void platformDataInit(HFONT font, float size, HDC hdc, WCHAR* faceName);
  /external/webkit/WebCore/platform/mac/
PurgeableBufferMac.cpp 39 PurgeableBuffer::PurgeableBuffer(char* data, size_t size)
41 , m_size(size)
52 PurgeableBuffer* PurgeableBuffer::create(const char* data, size_t size)
54 if (size < minPurgeableBufferSize)
58 kern_return_t ret = vm_allocate(mach_task_self(), &buffer, size, VM_FLAGS_PURGABLE | VM_FLAGS_ANYWHERE);
64 ret = vm_copy(mach_task_self(), reinterpret_cast<vm_address_t>(data), size, buffer);
68 vm_deallocate(mach_task_self(), buffer, size); local
72 return new PurgeableBuffer(reinterpret_cast<char*>(buffer), size);

Completed in 115 milliseconds

<<21222324252627282930>>