/frameworks/base/docs/html/sdk/api_diff/13/changes/ |
classes_index_changes.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...] |
/frameworks/base/docs/html/sdk/api_diff/15/changes/ |
classes_index_changes.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="#F"><font size="-2">F</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="#M"><font size="-2">M</font></a> 59 <a href="#R"><font size="-2">R</font></a> [all...] |
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> 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="#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...] |
/frameworks/compile/mclinker/unittests/ |
LEB128Test.cpp | 49 size_t size; local 52 size = leb128::encode<uint32_t>(result, 2); 55 ASSERT_TRUE(size == 1); 58 size = leb128::encode<uint32_t>(result, 127); 61 ASSERT_TRUE(size == 1); 64 size = leb128::encode<uint32_t>(result, 128); 68 ASSERT_TRUE(size == 2); 71 size = leb128::encode<uint32_t>(result, 129); 75 ASSERT_TRUE(size == 2); 78 size = leb128::encode<uint32_t>(result, 130) 95 size_t size; local 141 size_t size; local 200 size_t size; local 236 size_t size; local 303 size_t size; local 420 size_t size; local 502 size_t size; local 518 size_t size; local [all...] |
/external/speex/libspeex/ |
stack_alloc.h | 51 * @def ALIGN(stack, size) 53 * Aligns the stack to a 'size' boundary 56 * @param size New size boundary 60 * @def PUSH(stack, size, type) 62 * Allocates 'size' elements of type 'type' on the stack 65 * @param size Number of elements 78 * @def ALLOC(var, size, type) 80 * Allocate 'size' elements of 'type' on stack 83 * @param size Number of element [all...] |
/frameworks/base/docs/html/sdk/api_diff/14/changes/ |
classes_index_changes.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="#F"><font size="-2">F</font></a> 57 <a href="#G"><font size="-2">G</font></a> 58 <a href="#H"><font size="-2">H</font></a> 59 <a href="#I"><font size="-2">I</font></a> [all...] |
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
classes_index_changes.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="#J"><font size="-2">J</font></a> [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkFlattenableSerialization.cpp | 18 uint32_t size = writer.bytesWritten(); local 19 void* data = sk_malloc_throw(size); 21 return SkData::NewFromMalloc(data, size); 24 SkFlattenable* SkValidatingDeserializeFlattenable(const void* data, size_t size, 26 SkValidatingReadBuffer buffer(data, size);
|
/external/clang/test/CodeGenObjC/ |
property-agrr-getter.m | 27 NSSize size; 30 @property NSSize size; 37 return (obj.size).width; 42 obj.size; 43 (void) obj.size;
|
/external/e2fsprogs/misc/ |
e2freefrag.h | 12 unsigned long chunkbytes; /* chunk size in bytes */ 13 int chunkbits; /* chunk size in bits */ 14 unsigned long free_chunks; /* total free chunks of given size */ 15 unsigned long real_free_chunks; /* free chunks of any size */ 18 unsigned long min, max, avg; /* chunk size stats */
|
/external/eigen/Eigen/ |
QtAlignedMalloc | 11 void *qMalloc(size_t size) 13 return Eigen::internal::aligned_malloc(size); 21 void *qRealloc(void *ptr, size_t size) 23 void* newPtr = Eigen::internal::aligned_malloc(size); 24 memcpy(newPtr, ptr, size);
|
/external/eigen/doc/examples/ |
tut_matrix_resize.cpp | 10 std::cout << "The matrix m is of size " 12 std::cout << "It has " << m.size() << " coefficients" << std::endl; 15 std::cout << "The vector v is of size " << v.size() << std::endl; 16 std::cout << "As a matrix, v is of size "
|
/external/skia/src/core/ |
SkFlattenableSerialization.cpp | 18 uint32_t size = writer.bytesWritten(); local 19 void* data = sk_malloc_throw(size); 21 return SkData::NewFromMalloc(data, size); 24 SkFlattenable* SkValidatingDeserializeFlattenable(const void* data, size_t size, 26 SkValidatingReadBuffer buffer(data, size);
|
/external/chromium/sdch/open-vcdiff/src/ |
vcdecoder3_test.cc | 44 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); 46 delta_file_header_.size(), 53 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); 55 delta_file_header_.size() - 2, 63 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); 65 delta_file_.size(), 72 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); 74 delta_file_.size(), 81 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); 83 delta_file_.size(), [all...] |
/external/chromium_org/sdch/open-vcdiff/src/ |
vcdecoder3_test.cc | 47 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); 49 delta_file_header_.size(), 56 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); 58 delta_file_header_.size() - 2, 66 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); 68 delta_file_.size(), 75 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); 77 delta_file_.size(), 84 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); 86 delta_file_.size(), [all...] |
/external/open-vcdiff/src/ |
vcdecoder3_test.cc | 47 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); 49 delta_file_header_.size(), 56 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); 58 delta_file_header_.size() - 2, 66 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); 68 delta_file_.size(), 75 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); 77 delta_file_.size(), 84 decoder_.StartDecoding(dictionary_.data(), dictionary_.size()); 86 delta_file_.size(), [all...] |
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
StringMac.mm | 33 CFIndex size = CFStringGetLength(reinterpret_cast<CFStringRef>(str)); 34 if (size == 0) 37 Vector<LChar, 1024> lcharBuffer(size); 39 CFIndex convertedsize = CFStringGetBytes(reinterpret_cast<CFStringRef>(str), CFRangeMake(0, size), kCFStringEncodingISOLatin1, 0, false, lcharBuffer.data(), size, &usedBufLen); 40 if ((convertedsize == size) && (usedBufLen == size)) { 41 m_impl = StringImpl::create(lcharBuffer.data(), size); 45 Vector<UChar, 1024> ucharBuffer(size); 46 CFStringGetCharacters(reinterpret_cast<CFStringRef>(str), CFRangeMake(0, size), ucharBuffer.data()) [all...] |
/external/kernel-headers/original/linux/ |
circ_buf.h | 11 #define CIRC_CNT(head,tail,size) (((head) - (tail)) & ((size)-1)) 13 /* Return space available, 0..size-1. We always leave one free char 16 #define CIRC_SPACE(head,tail,size) CIRC_CNT((tail),((head)+1),(size)) 21 #define CIRC_CNT_TO_END(head,tail,size) \ 22 ({int end = (size) - (tail); \ 23 int n = ((head) + end) & ((size)-1); \ 27 #define CIRC_SPACE_TO_END(head,tail,size) \ 28 ({int end = (size) - 1 - (head); [all...] |
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_GLattr.3 | 7 Size of the framebuffer red component, in bits 10 Size of the framebuffer green component, in bits 13 Size of the framebuffer blue component, in bits 16 Size of the framebuffer alpha component, in bits 22 Size of the framebuffer, in bits 25 Size of the depth buffer, in bits 28 Size of the stencil buffer, in bits 31 Size of the accumulation buffer red component, in bits 34 Size of the accumulation buffer green component, in bits 37 Size of the accumulation buffer blue component, in bit [all...] |
/frameworks/base/core/java/android/hardware/camera2/impl/ |
MetadataMarshalSize.java | 18 import android.hardware.camera2.Size; 22 public class MetadataMarshalSize implements MetadataMarshalClass<Size> { 24 private static final int SIZE = 8; 27 public int marshal(Size value, ByteBuffer buffer, int nativeType, boolean sizeOnly) { 29 return SIZE; 35 return SIZE; 39 public Size unmarshal(ByteBuffer buffer, int nativeType) { 43 return new Size(width, height); 47 public Class<Size> getMarshalingClass() { 48 return Size.class [all...] |
/external/chromium/chrome/browser/sessions/ |
session_command.cc | 11 SessionCommand::SessionCommand(id_type id, size_type size) 13 contents_(size, 0) { 18 contents_(pickle.size(), 0) { 19 DCHECK(pickle.size() < std::numeric_limits<size_type>::max()); 20 memcpy(contents(), pickle.data(), pickle.size()); 24 if (size() != count) 31 return new Pickle(contents(), static_cast<int>(size()));
|
/external/chromium_org/cc/test/ |
test_texture.h | 13 #include "ui/gfx/size.h" 17 size_t TextureSizeBytes(gfx::Size size, ResourceFormat format); 22 void Reallocate(gfx::Size size, ResourceFormat format); 25 gfx::Size size; member in struct:cc::TestTexture
|
/external/chromium_org/chrome/browser/sessions/ |
session_command.cc | 11 SessionCommand::SessionCommand(id_type id, size_type size) 13 contents_(size, 0) { 18 contents_(pickle.size(), 0) { 19 DCHECK(pickle.size() < std::numeric_limits<size_type>::max()); 20 memcpy(contents(), pickle.data(), pickle.size()); 24 if (size() != count) 31 return new Pickle(contents(), static_cast<int>(size()));
|
/external/chromium_org/third_party/bintrees/bintrees/ |
stack.c | 13 stack_init(int size) 18 stack->stack = PyMem_Malloc(sizeof(node_t *) * size); 19 stack->size = size; 35 if (stack->stackptr >= stack->size) { 36 stack->size *= 2; 38 sizeof(node_t *) * stack->size);
|
/external/dropbear/ |
circbuffer.c | 31 circbuffer * cbuf_new(unsigned int size) { 35 if (size > MAX_CBUF_SIZE) { 36 dropbear_exit("bad cbuf size"); 40 cbuf->data = (unsigned char*)m_malloc(size); 44 cbuf->size = size; 63 return cbuf->size - cbuf->used; 69 dropbear_assert(((2*cbuf->size)+cbuf->writepos-cbuf->readpos)%cbuf->size == cbuf->used%cbuf->size); [all...] |