/frameworks/base/docs/html/sdk/api_diff/4/changes/ |
classes_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> 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="#G"><font size="-2">G</font></a> 56 <a href="#I"><font size="-2">I</font></a> 57 <a href="#K"><font size="-2">K</font></a> 58 <a href="#L"><font size="-2">L</font></a> 59 <a href="#M"><font size="-2">M</font></a> [all...] |
classes_index_changes.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> 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="#I"><font size="-2">I</font></a> 56 <a href="#K"><font size="-2">K</font></a> 57 <a href="#L"><font size="-2">L</font></a> 58 <a href="#M"><font size="-2">M</font></a> 59 <a href="#N"><font size="-2">N</font></a> [all...] |
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
classes_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> 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="#E"><font size="-2">E</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...] |
/cts/tests/tests/util/src/android/util/cts/ |
LongSparseArrayTest.java | 35 assertEquals(0, sparseArray.size()); 41 assertEquals(i + 1, sparseArray.size()); 57 assertEquals(LENGTH, sparseArray.size()); 60 assertEquals(LENGTH, sparseArray.size()); 66 int size = sparseArray.size(); local 68 assertEquals(size + 1, sparseArray.size()); 69 assertEquals(size, sparseArray.indexOfKey(NON_EXISTED_KEY)); 70 assertEquals(size, sparseArray.indexOfValue(VALUE_FOR_NON_EXISTED_KEY)) 131 int size = sparseArray.size(); local [all...] |
SparseArrayTest.java | 31 assertEquals(0, sparseArray.size()); 37 assertEquals(i + 1, sparseArray.size()); 53 assertEquals(LENGTH, sparseArray.size()); 56 assertEquals(LENGTH, sparseArray.size()); 62 int size = sparseArray.size(); local 64 assertEquals(size + 1, sparseArray.size()); 65 assertEquals(size, sparseArray.indexOfKey(NON_EXISTED_KEY)); 66 assertEquals(size, sparseArray.indexOfValue(VALUE_FOR_NON_EXISTED_KEY)) 127 int size = sparseArray.size(); local [all...] |
/external/chromium/android/ |
execinfo.cc | 7 int backtrace(void **array, int size) { return 0; } 9 char **backtrace_symbols(void *const *array, int size) { return 0; } 11 void backtrace_symbols_fd (void *const *array, int size, int fd) {}
|
execinfo.h | 8 int backtrace(void **array, int size); 10 char **backtrace_symbols(void *const *array, int size); 12 void backtrace_symbols_fd (void *const *array, int size, int fd);
|
/external/chromium_org/net/disk_cache/ |
mapped_file_avoid_mmap_posix.cc | 14 void* MappedFile::Init(const base::FilePath& name, size_t size) { 19 if (!size) 20 size = GetLength(); 22 buffer_ = malloc(size); 23 snapshot_ = malloc(size); 24 if (buffer_ && snapshot_ && Read(buffer_, size, 0)) { 25 memcpy(snapshot_, buffer_, size); 33 view_size_ = size; 44 size_t size = std::min(view_size_ - offset, block_size); local 45 if (memcmp(snapshot_ptr + offset, buffer_ptr + offset, size)) { [all...] |
/external/clang/test/CodeGen/ |
vla-3.c | 5 void vlaalign(int size) 7 char __attribute__((aligned(16))) tmp[size+32]; 8 char tmp2[size+16];
|
/external/clang/test/Sema/ |
freemain.c | 5 void* allocate(long size); 7 void* main(void* context, long size) { 8 if (context) return allocate(size);
|
/external/clang/test/SemaCXX/ |
bitfield-layout.cpp | 3 #define CHECK_SIZE(name, size) extern int name##1[sizeof(name) == size ? 1 : -1]; 4 #define CHECK_ALIGN(name, size) extern int name##2[__alignof(name) == size ? 1 : -1]; 8 char c : 9; // expected-warning {{size of bit-field 'c' (9 bits) exceeds the size of its type; value will be truncated to 8 bits}} 14 char c : 16; // expected-warning {{size of bit-field 'c' (16 bits) exceeds the size of its type; value will be truncated to 8 bits}} 20 char c : 32; // expected-warning {{size of bit-field 'c' (32 bits) exceeds the size of its type; value will be truncated to 8 bits} [all...] |
/external/e2fsprogs/tests/f_journal/ |
expect.1 | 2 Clearing orphaned inode 37 (uid=0, gid=0, mode=0100600, size=4096) 3 Clearing orphaned inode 90 (uid=0, gid=0, mode=040700, size=1024) 4 Clearing orphaned inode 67 (uid=0, gid=0, mode=0100600, size=4096) 5 Clearing orphaned inode 50 (uid=0, gid=0, mode=0100600, size=4096) 6 Clearing orphaned inode 57 (uid=0, gid=0, mode=040700, size=1024) 7 Clearing orphaned inode 80 (uid=0, gid=0, mode=040700, size=1024) 8 Clearing orphaned inode 45 (uid=0, gid=0, mode=040700, size=1024) 9 Clearing orphaned inode 71 (uid=0, gid=0, mode=0100600, size=4096) 10 Clearing orphaned inode 86 (uid=0, gid=0, mode=040700, size=1024) 11 Clearing orphaned inode 83 (uid=0, gid=0, mode=040700, size=1024 [all...] |
/external/kernel-headers/original/asm-arm/ |
shmparam.h | 5 * This should be the size of the virtually indexed cache/ways, 6 * or page size, whichever is greater since the cache aliases 7 * every size/ways bytes.
|
/external/lzma/CPP/7zip/Archive/Common/ |
DummyOutStream.cpp | 7 STDMETHODIMP CDummyOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
13 realProcessedSize = size;
17 result = _stream->Write(data, size, &realProcessedSize);
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
SparseArrayTest.java | 49 assertEquals(0, sparseArray.size()); 55 assertEquals(i + 1, sparseArray.size()); 71 assertEquals(LENGTH, sparseArray.size()); 74 assertEquals(LENGTH, sparseArray.size()); 80 int size = sparseArray.size(); local 82 assertEquals(size + 1, sparseArray.size()); 83 assertEquals(size, sparseArray.indexOfKey(NON_EXISTED_KEY)); 84 assertEquals(size, sparseArray.indexOfValue(VALUE_FOR_NON_EXISTED_KEY)) 146 int size = sparseArray.size(); local [all...] |
/external/chromium_org/third_party/lzma_sdk/ |
Alloc.c | 23 void *MyAlloc(size_t size) 25 if (size == 0) 29 void *p = malloc(size); 30 fprintf(stderr, "\nAlloc %10d bytes, count = %10d, addr = %8X", size, g_allocCount++, (unsigned)p); 34 return malloc(size); 49 void *MidAlloc(size_t size) 51 if (size == 0) 54 fprintf(stderr, "\nAlloc_Mid %10d bytes; count = %10d", size, g_allocCountMid++); 56 return VirtualAlloc(0, size, MEM_COMMIT, PAGE_READWRITE); 82 SIZE_T size = 0 local [all...] |
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
Alloc.c | 24 void *MyAlloc(size_t size) 26 if (size == 0) 30 void *p = malloc(size); 31 fprintf(stderr, "\nAlloc %10d bytes, count = %10d, addr = %8X", size, g_allocCount++, (unsigned)p); 35 return malloc(size); 50 void *MidAlloc(size_t size) 52 if (size == 0) 55 fprintf(stderr, "\nAlloc_Mid %10d bytes; count = %10d", size, g_allocCountMid++); 57 return VirtualAlloc(0, size, MEM_COMMIT, PAGE_READWRITE); 83 SIZE_T size = 0 local [all...] |
/external/clang/test/CodeGenCXX/ |
2010-07-23-DeclLoc.cpp | 35 typedef _SIZE SIZE; 41 template <typename SIZE> class TRange { 43 typename SIZE::ptr_t _location; 44 typename SIZE::size_t _length; 45 TRange(typename SIZE::ptr_t location, typename SIZE::size_t length) : _location(location), _length(length) { } 47 template <typename SIZE, typename T> class TRangeValue : public TRange<SIZE> { 50 TRangeValue(typename SIZE::ptr_t location, typename SIZE::size_t length, T value) : TRange<SIZE>(location, length), _value(value) {} [all...] |
/external/lzma/C/ |
Alloc.c | 23 void *MyAlloc(size_t size)
25 if (size == 0)
29 void *p = malloc(size);
30 fprintf(stderr, "\nAlloc %10d bytes, count = %10d, addr = %8X", size, g_allocCount++, (unsigned)p);
34 return malloc(size);
49 void *MidAlloc(size_t size)
51 if (size == 0)
54 fprintf(stderr, "\nAlloc_Mid %10d bytes; count = %10d", size, g_allocCountMid++);
56 return VirtualAlloc(0, size, MEM_COMMIT, PAGE_READWRITE);
82 SIZE_T size = 0; local [all...] |
/external/qemu/ |
qemu-malloc.c | 42 void *qemu_malloc(size_t size) 45 if (!size && !allow_zero_malloc()) { 48 ptr = qemu_oom_check(malloc(size ? size : 1)); 49 //trace_qemu_malloc(size, ptr); 53 void *qemu_realloc(void *ptr, size_t size) 56 if (!size && !allow_zero_malloc()) { 59 newptr = qemu_oom_check(realloc(ptr, size ? size : 1)); 60 //trace_qemu_realloc(ptr, size, newptr) [all...] |
/frameworks/av/media/libstagefright/ |
ESDS.cpp | 27 ESDS::ESDS(const void *data, size_t size) 28 : mData(new uint8_t[size]), 29 mSize(size), 34 memcpy(mData, data, size); 58 status_t ESDS::getCodecSpecificInfo(const void **data, size_t *size) const { 64 *size = mDecoderSpecificLength; 70 size_t offset, size_t size, 72 if (size == 0) { 77 --size; 82 if (size == 0) [all...] |
/external/eigen/Eigen/src/Core/ |
VectorBlock.h | 19 * \brief Expression of a fixed-size or dynamic-size sub-vector 22 * \param Size size of the sub-vector we are taking at compile time (optional) 24 * This class represents an expression of either a fixed-size or dynamic-size sub-vector. 36 * \note Even though this expression has dynamic size, in the case where \a VectorType 37 * has fixed size, this expression inherits a fixed maximal size which means that evaluating 40 * Here is an example illustrating the fixed-size case [all...] |
/frameworks/base/docs/html/sdk/api_diff/18/changes/ |
classes_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> 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="#E"><font size="-2">E</font></a> 56 <a href="#G"><font size="-2">G</font></a> 57 <a href="#K"><font size="-2">K</font></a> 58 <a href="#M"><font size="-2">M</font></a> 59 <a href="#N"><font size="-2">N</font></a> [all...] |
/frameworks/base/docs/html/sdk/api_diff/9/changes/ |
classes_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> 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="#H"><font size="-2">H</font></a> 56 <a href="#I"><font size="-2">I</font></a> 57 <a href="#L"><font size="-2">L</font></a> 58 <a href="#M"><font size="-2">M</font></a> 59 <a href="#N"><font size="-2">N</font></a> [all...] |
/frameworks/base/docs/html/sdk/api_diff/13/changes/ |
classes_index_all.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> 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="#I"><font size="-2">I</font></a> 57 <a href="#K"><font size="-2">K</font></a> 58 <a href="#L"><font size="-2">L</font></a> 59 <a href="#M"><font size="-2">M</font></a> [all...] |