/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/ |
EOLConvertingInputStream.java | 45 private int size = 0; field in class:EOLConvertingInputStream 72 * @param _size the size of the input stream (need not be exact) 73 * @param _callback a callback reporting when each 10% of stream's size is reached 77 size = _size; 78 tenPctSize = size / 10; 117 pos = size;
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/ |
UnboundedFifoByteBuffer.java | 77 * @param initialSize the initial size of the buffer 78 * @throws IllegalArgumentException if the size is less than 1 82 throw new IllegalArgumentException("The size must be greater than 0"); 92 * @return this buffer's size 94 public int size() { method in class:UnboundedFifoByteBuffer 95 int size = 0; local 98 size = buffer.length - head + tail; 100 size = tail - head; 103 return size; 112 return (size() == 0) [all...] |
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/ |
AddressList.java | 51 public int size() { method in class:AddressList 52 return addresses.size(); 59 if (0 > index || size() <= index) 72 for (int i = 0; i < size(); i++) { 83 for (int i = 0; i < size(); i++) { 98 for (int i = 0; i < size(); i++) {
|
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/ |
WallpaperTileInfo.java | 48 Point size = getDefaultThumbSize(context.getResources()); local 49 int width = size.x; 50 int height = size.y;
|
/packages/inputmethods/LatinIME/native/jni/src/utils/ |
char_utils.h | 57 int size = 0; local 58 for (; size < arraySize; ++size) { 59 if (codePoints[size] == '\0') { 63 return size;
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
WordComposerTests.java | 45 assertEquals(wc.size(), STR_WITHIN_BMP.codePointCount(0, STR_WITHIN_BMP.length())); 55 assertEquals(wc.size(), 6); 75 assertEquals(wc.size(), CODEPOINTS_WITH_SUPPLEMENTARY_CHAR.length);
|
/packages/inputmethods/LatinIME/tools/dicttool/compat/android/util/ |
SparseArray.java | 35 public int size() { method in class:SparseArray 36 return mKeys.size();
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
RecurrenceSetTest.java | 114 assertTrue(list.size() == 1); 118 assertTrue(list.size() == 1); 131 assertTrue(list.size() == 1); 144 assertTrue(list.size() == 1);
|
/packages/services/Car/libvehiclenetwork/native/ |
IVehicleNetworkHalMock.cpp | 71 int32_t size = reply.readInt32(); local 72 status = reply.readBlob(size, blob.blob); 82 if(!configs->ParseFromArray(blob.blob->data(), size)) { 187 int size = configs->ByteSize(); local 191 reply->writeInt32(size); 192 reply->writeBlob(size, false, blob.blob); 193 configs->SerializeToArray(blob.blob->data(), size); 204 int32_t size = data.readInt32(); local 205 r = data.readBlob(size, blob.blob); 212 if (!v->ParseFromArray(blob.blob->data(), size)) { 240 int size = v->ByteSize(); local [all...] |
/packages/services/Telephony/src/org/apache/james/mime4j/ |
EOLConvertingInputStream.java | 45 private int size = 0; field in class:EOLConvertingInputStream 72 * @param _size the size of the input stream (need not be exact) 73 * @param _callback a callback reporting when each 10% of stream's size is reached 77 size = _size; 78 tenPctSize = size / 10; 117 pos = size;
|
/packages/services/Telephony/src/org/apache/james/mime4j/decoder/ |
UnboundedFifoByteBuffer.java | 77 * @param initialSize the initial size of the buffer 78 * @throws IllegalArgumentException if the size is less than 1 82 throw new IllegalArgumentException("The size must be greater than 0"); 92 * @return this buffer's size 94 public int size() { method in class:UnboundedFifoByteBuffer 95 int size = 0; local 98 size = buffer.length - head + tail; 100 size = tail - head; 103 return size; 112 return (size() == 0) [all...] |
/packages/services/Telephony/src/org/apache/james/mime4j/field/address/ |
AddressList.java | 51 public int size() { method in class:AddressList 52 return addresses.size(); 59 if (0 > index || size() <= index) 72 for (int i = 0; i < size(); i++) { 83 for (int i = 0; i < size(); i++) { 98 for (int i = 0; i < size(); i++) {
|
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
CheckableListAdapter.java | 86 int size = getCount(); local 87 for (int i = 0; i < size; i++) { 109 int size = getCount(); local 110 for (int i = 0; i < size; i++) {
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/ |
e820.h | 10 * passed us from the EFI firmware can list more nodes. Size our 21 * this size. 46 __u64 size; /* size of memory segment */ member in struct:e820entry
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/ |
sis_drm.h | 55 unsigned int size; member in struct:__anon38459 60 unsigned int offset, size; member in struct:__anon38460 64 unsigned int offset, size; member in struct:__anon38461
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/ |
xt_hashlimit.h | 28 __u32 size; /* how many buckets */ member in struct:hashlimit_cfg 52 __u32 size; /* how many buckets */ member in struct:hashlimit_cfg1
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
search.h | 101 unsigned int size; member in struct:hsearch_data 164 [BASE,BASE+NMEMB*SIZE). */ 169 array [BASE,BASE+NMEMB*SIZE) and insert entry if not found. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_stack.h | 151 size() const function in class:stack 152 { return c.size(); } 233 * @return True iff the size and elements of the stacks are equal. 237 * are: this relation is linear in the size of the sequences, and 254 * are: this relation is linear in the size of the sequences, the
|
stl_tempbuf.h | 141 size() const function in class:_Temporary_buffer 144 /// Returns the size requested by the constructor; may be >size(). 160 * Constructs a temporary buffer of a size somewhere between 161 * zero and the size of the given range.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/ |
sis_drm.h | 55 unsigned int size; member in struct:__anon40252 60 unsigned int offset, size; member in struct:__anon40253 64 unsigned int offset, size; member in struct:__anon40254
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/ |
e820.h | 10 * passed us from the EFI firmware can list more nodes. Size our 21 * this size. 51 __u64 size; /* size of memory segment */ member in struct:e820entry
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/ |
xt_hashlimit.h | 28 __u32 size; /* how many buckets */ member in struct:hashlimit_cfg 52 __u32 size; /* how many buckets */ member in struct:hashlimit_cfg1
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
search.h | 101 unsigned int size; member in struct:hsearch_data 164 [BASE,BASE+NMEMB*SIZE). */ 169 array [BASE,BASE+NMEMB*SIZE) and insert entry if not found. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/ |
e820.h | 10 * passed us from the EFI firmware can list more nodes. Size our 21 * this size. 51 __u64 size; /* size of memory segment */ member in struct:e820entry
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_stack.h | 151 size() const function in class:stack 152 { return c.size(); } 233 * @return True iff the size and elements of the stacks are equal. 237 * are: this relation is linear in the size of the sequences, and 254 * are: this relation is linear in the size of the sequences, the
|