/external/opencore/fileformats/mp4/parser/src/ |
moviefragmentatom.cpp | 37 uint32 &size, 45 : Atom(fp, size, type) 66 uint32 count = size - DEFAULT_ATOM_SIZE; 110 size, trackDurationContainer, 125 size = count; 132 size = count; 146 size = count; 164 _trafIndex = _ptrackFragmentArray->size(); 178 uint32 &size, 186 uint32 count = size; [all...] |
/frameworks/base/core/jni/ |
android_database_SQLiteQuery.cpp | 151 LOG_WINDOW("Window: numRows = %d, size = %d, freeSpace = %d", window->getNumRows(), window->size(), window->freeSpace()); 197 // SQLite does not include the NULL terminator in size, but does 198 // ensure all strings are NULL terminated, so increase size by 200 size_t size = sqlite3_column_bytes(statement, i) + 1; local 203 size_t size = sqlite3_column_bytes16(statement, i); 205 int offset = window->alloc(size); 208 LOGE("Failed allocating %u bytes for text/blob at %d,%d", size, 213 window->copyIn(offset, text, size); 220 fieldSlot->data.buffer.size = size 244 size_t size = sqlite3_column_bytes16(statement, i); local [all...] |
CursorWindow.cpp | 51 ssize_t size = memory->size(); local 52 mSize = size; 53 mMaxSize = size; 54 mFreeOffset = size; 137 int32_t size; local 146 size = requestedSize + padding; 148 if (size > freeSpace()) { 149 LOGE("need to grow: mSize = %d, size = %d, freeSpace() = %d, numRows = %d", mSize, size, freeSpace(), mHeader->numRows) [all...] |
/frameworks/base/docs/html/sdk/api_diff/4/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">B</font> 52 <a href="#I"><font size="-2">I</font></a> 53 <a href="#N"><font size="-2">N</font></a> 54 <a href="#S"><font size="-2">S</font></a> 55 <a href="#topheader"><font size="-2">TOP</font></a> 67 <br><font size="+2">I</font> 68 <a href="#B"><font size="-2">B</font></a> 69 <a href="#N"><font size="-2">N</font></a> 70 <a href="#S"><font size="-2">S</font></a> [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/ |
arm-eabi-size.1 | 130 .IX Title "SIZE 1" 131 .TH SIZE 1 "2006-06-23" "binutils-2.17" "GNU Development Tools" 133 size \- list section sizes and total size. 136 size [\fB\-A\fR|\fB\-B\fR|\fB\-\-format=\fR\fIcompatibility\fR] 145 size\-\-\-for each of the object or archive files \fIobjfile\fR in its 172 \& $ size \-\-format=Berkeley ranlib size 175 \& 294880 81920 11888 388688 5ee50 size 181 \& $ size \-\-format=SysV ranlib siz [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man1/ |
arm-eabi-size.1 | 130 .IX Title "SIZE 1" 131 .TH SIZE 1 "2006-06-23" "binutils-2.17" "GNU Development Tools" 133 size \- list section sizes and total size. 136 size [\fB\-A\fR|\fB\-B\fR|\fB\-\-format=\fR\fIcompatibility\fR] 145 size\-\-\-for each of the object or archive files \fIobjfile\fR in its 172 \& $ size \-\-format=Berkeley ranlib size 175 \& 294880 81920 11888 388688 5ee50 size 181 \& $ size \-\-format=SysV ranlib siz [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man1/ |
i686-unknown-linux-gnu-size.1 | 130 .IX Title "SIZE 1" 131 .TH SIZE 1 "2006-06-23" "binutils-2.17" "GNU Development Tools" 133 size \- list section sizes and total size. 136 size [\fB\-A\fR|\fB\-B\fR|\fB\-\-format=\fR\fIcompatibility\fR] 145 size\-\-\-for each of the object or archive files \fIobjfile\fR in its 172 \& $ size \-\-format=Berkeley ranlib size 175 \& 294880 81920 11888 388688 5ee50 size 181 \& $ size \-\-format=SysV ranlib siz [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
ArrayListTest.java | 74 assertEquals("Incorrect arrayList created", 0, al.size()); 96 assertTrue("arrayList created from collection has incorrect size", al 97 .size() == objArray.length); 142 alist.add(alist.size() + 1, null); 162 assertTrue("Failed to add Object", alist.get(alist.size() - 1) == o); 164 assertNull("Failed to add null", alist.get(alist.size() - 1)); 180 assertEquals("Returned incorrect size after adding to existing list", 181 200, alist.size()); 198 assertTrue("Incorrect size: " + alist.size(), alist.size() == 205) [all...] |
LinkedHashMapTest.java | 54 return size() > 5; 65 public int size() { method in class:LinkedHashMapTest.MockMapNull 84 assertEquals("Created incorrect LinkedHashMap", 0, hm2.size()); 99 assertEquals("Created incorrect LinkedHashMap", 0, hm2.size()); 126 assertEquals("Created incorrect LinkedHashMap", 0, hm2.size()); 289 assertTrue("Returned set of incorrect size", hm.size() == s.size()); 330 assertTrue("Returned set of incorrect size()", s.size() == hm.size()) 421 int size = hm.size(); local [all...] |
/external/qemu/ |
shaper.c | 21 _packet_is_internal( const uint8_t* data, size_t size ) 23 const uint8_t* end = data + size; 57 size_t size; member in struct:QueuedPacketRec_ 65 size_t size, 73 packet_size += size; 78 packet->size = (size_t)size; 83 memcpy( (char*)packet->data, (char*)data, packet->size ); 146 shaper->send_func( packet->data, packet->size, packet->opaque ); 190 shaper->send_func(packet->data, packet->size, packet->opaque) [all...] |
/external/webkit/WebKit/mac/Misc/ |
WebIconDatabase.mm | 79 - (NSImage *)_iconForFileURL:(NSString *)fileURL withSize:(NSSize)size; 83 - (NSImage *)_iconFromDictionary:(NSMutableDictionary *)icons forSize:(NSSize)size cache:(BOOL)cache; 84 - (void)_scaleIcon:(NSImage *)icon toSize:(NSSize)size; 119 - (NSImage *)iconForURL:(NSString *)URL withSize:(NSSize)size cache:(BOOL)cache 122 ASSERT(size.width); 123 ASSERT(size.height); 126 return [self defaultIconForURL:URL withSize:size]; 130 return [self _iconForFileURL:URL withSize:size]; 132 if (Image* image = iconDatabase()->iconForPageURL(URL, IntSize(size))) 133 if (NSImage *icon = webGetNSImage(image, size)) [all...] |
/external/stlport/test/unit/ |
deque_test.cpp | 86 CPPUNIT_ASSERT( d.size() == 3 ); 94 CPPUNIT_ASSERT( d.size() == 4 ); 101 CPPUNIT_ASSERT( d.size() == 5 ); 108 CPPUNIT_ASSERT( d.size() == 6 ); 115 CPPUNIT_ASSERT( d.size() == 7 ); 120 CPPUNIT_ASSERT( d.size() == 9 ); 127 CPPUNIT_ASSERT( d.size() == 11 ); 133 CPPUNIT_ASSERT( d.size() == 13 ); 139 CPPUNIT_ASSERT( d.size() == 15 ); 146 CPPUNIT_ASSERT( d.size() == 17 ) 328 typedef deque<IncompleteClass>::size_type size; typedef in class:IncompleteClass [all...] |
/external/bluetooth/glib/gio/ |
gbufferedoutputstream.c | 41 * By default, #GBufferedOutputStream's buffer size is set at 4 kilobytes. 44 * or g_buffered_output_stream_new_sized() to specify the buffer's size 47 * To get the size of a buffer within a buffered input stream, use 48 * g_buffered_output_stream_get_buffer_size(). To change the size of a 51 * size cannot be reduced below the size of the data within the buffer. 151 g_param_spec_uint ("buffer-size", 152 P_("Buffer Size"), 153 P_("The size of the backend buffer"), 175 * Gets the size of the buffer in the @stream [all...] |
/bionic/libc/kernel/common/linux/netfilter_arp/ |
arp_tables.h | 117 unsigned int size; member in struct:arpt_getinfo 129 unsigned int size; member in struct:arpt_replace 149 unsigned int size; member in struct:arpt_get_entries 158 #define ARPT_ENTRY_ITERATE(entries, size, fn, args...) ({ unsigned int __i; int __ret = 0; struct arpt_entry *__entry; for (__i = 0; __i < (size); __i += __entry->next_offset) { __entry = (void *)(entries) + __i; __ret = fn(__entry , ## args); if (__ret != 0) break; } __ret; })
|
/bootable/bootloader/legacy/libboot/ |
tags.c | 46 unsigned size = tags[0]; local 49 DBG("tags_parse %x %x\n", size, type); 51 if(size < 2) break; 56 h->func(type, (void*) &tags[2], (size - 2) * 4, h->cookie); 61 tags += size;
|
/dalvik/docs/opcodes/ |
opcode-26-fill-array-data.html | 18 of primitives, and the data table must match it in type and size. 22 aligned). If the code size of the method is otherwise odd, then an extra code 67 The table entry size must match the size of the data type of the array. 70 The table size must be equal or smaller than the array length.
|
/dalvik/dx/src/com/android/dx/cf/code/ |
ByteBlockList.java | 31 * @param size {@code >= 0;} the number of elements to be in the list 33 public ByteBlockList(int size) { 34 super(size); 42 * @param n {@code >= 0, < size();} which element 69 * @param n {@code >= 0, < size();} which element
|
/dalvik/libcore/luni/src/main/java/java/util/ |
HugeEnumSet.java | 32 private int size; field in class:HugeEnumSet 135 size++; 160 size += Long.bitCount(newBits) - Long.bitCount(oldBits); 170 public int size() { method in class:HugeEnumSet 171 return size; 177 size = 0; 182 size = 0; 191 size += Long.bitCount(b); 266 size--; 291 size += Long.bitCount(newBits) - Long.bitCount(oldBits) [all...] |
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/x501/ |
DirectoryString.java | 41 * teletexString TeletexString (SIZE (1..MAX)), 42 * printableString PrintableString (SIZE (1..MAX)), 43 * universalString UniversalString (SIZE (1..MAX)), 44 * utf8String UTF8String (SIZE (1..MAX)), 45 * bmpString BMPString (SIZE (1..MAX))
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ess/ |
OtherCertID.java | 40 if (seq.size() < 1 || seq.size() > 2) 42 throw new IllegalArgumentException("Bad sequence size: " 43 + seq.size()); 56 if (seq.size() > 1)
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/ |
AttributeCertificateInfo.java | 50 if (seq.size() < 7 || seq.size() > 9) 52 throw new IllegalArgumentException("Bad sequence size: " + seq.size()); 63 for (int i = 7; i < seq.size(); i++)
|
CertificatePolicies.java | 93 if (policies.size() > nr) 103 * certificatePolicies ::= SEQUENCE SIZE (1..MAX) OF PolicyInformation 107 * policyQualifiers SEQUENCE SIZE (1..MAX) OF 126 for (int i=0;i<policies.size();i++) 137 for (int i=0;i<policies.size();i++)
|
/dalvik/libcore/support/src/test/java/tests/support/ |
Support_OutputStream.java | 8 * byte array of fixed size. As a special feature, instances of this class can 21 private int size; field in class:Support_OutputStream 37 size = bufferSize; 85 if (position < size) { 103 public int size() { method in class:Support_OutputStream
|
/development/simulator/app/ |
AssetStream.h | 53 virtual wxInputStream& Read(void* buffer, size_t size) { 54 OnSysRead(buffer, size); 61 virtual size_t OnSysRead(void* buffer, size_t size) { 62 ssize_t actual = mpAsset->read(buffer, size); 67 //printf("## OnSysRead(%p %u) --> %d\n", buffer, size, actual);
|
/external/bison/lib/ |
hash.h | 47 float shrink_factor; /* ratio of new smaller size to original size */ 49 float growth_factor; /* ratio of new bigger size to original size */ 50 bool is_n_buckets; /* if CANDIDATE really means table size */
|