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

1 2 3 4 5 6 7 891011>>

  /frameworks/base/docs/html/sdk/api_diff/8/changes/
methods_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>&nbsp;
52 <a href="#C"><font size="-2">C</font></a>
53 <a href="#D"><font size="-2">D</font></a>
54 <a href="#E"><font size="-2">E</font></a>
55 <a href="#F"><font size="-2">F</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="#K"><font size="-2">K</font></a>
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
fields_index_changes.html 47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
52 <a href="#A"><font size="-2">A</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>
60 <a href="#J"><font size="-2">J</font></a>
    [all...]
methods_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>&nbsp;
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...]
  /external/qemu/android/skin/
rect.c 49 skin_size_contains( SkinSize* size, int x, int y )
51 return ( (unsigned) x < (unsigned) size->w &&
52 (unsigned) y < (unsigned) size->h );
82 r->size.w = w;
83 r->size.h = h;
104 w = src->size.w;
105 h = src->size.h;
108 dst->size.w = h;
109 dst->size.h = w;
113 dst->pos.x = -(src->pos.x + src->size.w)
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
alldiffs_index_removals.html 47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
52 <br><font size="+2">C</font>&nbsp;
53 <a href="#D"><font size="-2">D</font></a>
54 <a href="#F"><font size="-2">F</font></a>
55 <a href="#N"><font size="-2">N</font></a>
56 <a href="#S"><font size="-2">S</font></a>
57 <a href="#topheader"><font size="-2">TOP</font></a>
63 <br><font size="+2">D</font>&nbsp;
64 <a href="#C"><font size="-2">C</font></a>
65 <a href="#F"><font size="-2">F</font></a>
    [all...]
  /dalvik/vm/hprof/
HprofHeap.c 65 size_t size; local
69 case 'L': ret = hprof_basic_object; size = 4; break;
70 case 'Z': ret = hprof_basic_boolean; size = 1; break;
71 case 'C': ret = hprof_basic_char; size = 2; break;
72 case 'F': ret = hprof_basic_float; size = 4; break;
73 case 'D': ret = hprof_basic_double; size = 8; break;
74 case 'B': ret = hprof_basic_byte; size = 1; break;
75 case 'S': ret = hprof_basic_short; size = 2; break;
77 case 'I': ret = hprof_basic_int; size = 4; break;
78 case 'J': ret = hprof_basic_long; size = 8; break
92 size_t size; local
334 size_t size; local
384 size_t size; local
449 size_t size; local
    [all...]
  /external/kernel-headers/original/asm-x86/
dma-mapping_32.h 14 void *dma_alloc_coherent(struct device *dev, size_t size,
17 void dma_free_coherent(struct device *dev, size_t size,
21 dma_map_single(struct device *dev, void *ptr, size_t size,
25 WARN_ON(size == 0);
31 dma_unmap_single(struct device *dev, dma_addr_t dma_addr, size_t size,
59 size_t size, enum dma_data_direction direction)
66 dma_unmap_page(struct device *dev, dma_addr_t dma_address, size_t size,
81 dma_sync_single_for_cpu(struct device *dev, dma_addr_t dma_handle, size_t size,
87 dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, size_t size,
95 unsigned long offset, size_t size,
    [all...]
  /external/opencore/fileformats/mp4/composer/src/
movieextendsatom.cpp 43 for (uint32 ii = 0; ii < _pTrexAtomVec->size(); ii++)
106 if (_pTrexAtomVec->size() != 0)
108 for (uint32 ii = 0; ii < _pTrexAtomVec->size(); ii++)
119 // Recomputes the size of the current atom by checking all contained atoms
123 int32 size = getDefaultSize(); // From base class local
125 // add size of mehd atom
126 size += _pMehdAtom->getSize();
128 // add size of Trex atoms
129 if (_pTrexAtomVec->size() != 0)
131 for (uint32 ii = 0; ii < _pTrexAtomVec->size(); ii++
    [all...]
  /external/quake/quake/src/QW/client/
d_surf.c 37 int size, pix; local
41 size = Q_atoi(com_argv[COM_CheckParm("-surfcachesize")+1]) * 1024;
42 return size;
45 size = SURFCACHE_SIZE_AT_320X200;
49 size += (pix-64000)*3;
52 return size;
83 void D_InitCaches (void *buffer, int size)
86 // Con_Printf ("%ik surface cache\n", size/1024);
88 sc_size = size - GUARDSIZE;
94 sc_base->size = sc_size;
    [all...]
  /external/v8/src/
zone.cc 46 // (encoded in the this pointer) and a size in bytes. Segments are
56 int size() const { return size_; } function in class:v8::internal::Segment
65 // Creates a new segment, sets it size, and pushes it to the front
67 static Segment* New(int size) {
68 Segment* result = reinterpret_cast<Segment*>(Malloced::New(size));
69 Zone::adjust_segment_bytes_allocated(size);
72 result->size_ = size;
79 static void Delete(Segment* segment, int size) {
80 Zone::adjust_segment_bytes_allocated(-size);
109 // Find a segment with a suitable size to keep around
124 int size = current->size(); local
    [all...]
  /external/bison/lib/
abitset.c 28 /* This file implements fixed size bitsets stored as an array
36 abitset_resize (bitset src, bitset_bindex size)
38 /* These bitsets have a fixed size. */
39 if (BITSET_SIZE_ (src) != size)
42 return size;
54 bitset_windex size; local
63 size = BITSET_SIZE_ (src);
65 if (bitno >= size)
209 bitset_windex size = src->b.csize; local
219 for (windex = 0; windex < size && !srcp[windex]; windex++
358 bitset_windex size = dst->b.csize; local
372 bitset_windex size = dst->b.csize; local
386 bitset_windex size = dst->b.csize; local
401 bitset_windex size = dst->b.csize; local
416 bitset_windex size = dst->b.csize; local
433 bitset_windex size = dst->b.csize; local
448 bitset_windex size = dst->b.csize; local
471 bitset_windex size = dst->b.csize; local
486 bitset_windex size = dst->b.csize; local
509 bitset_windex size = dst->b.csize; local
524 bitset_windex size = dst->b.csize; local
547 bitset_windex size = dst->b.csize; local
562 bitset_windex size = dst->b.csize; local
586 bitset_windex size = dst->b.csize; local
602 bitset_windex size = dst->b.csize; local
626 bitset_windex size = dst->b.csize; local
642 bitset_windex size = dst->b.csize; local
666 bitset_windex size = dst->b.csize; local
682 bitset_windex size = dst->b.csize; local
787 bitset_windex size; local
811 bitset_windex size; local
    [all...]
  /bootable/recovery/tools/ota/
convert-to-bmp.py 25 "L" # file size
31 "L" # size of this struct
37 "L" # size of image data (0 if uncompressed)
50 im.size[0] * im.size[1] * 4),
56 im.size[0],
57 im.size[1],
71 for j in range(im.size[1]-1, -1, -1): # rows bottom-to-top
72 for i in range(j*im.size[0]*4, (j+1)*im.size[0]*4, 4)
    [all...]
  /external/genext2fs/
test-mount.sh 32 # Creates an image with a file of given size, verifies it
34 # Usage: dtest-mount file-size number-of-blocks
36 size=$1; blocks=$2
37 echo Testing with file of size $size
38 dgen $size $blocks
42 if (! [ -f mnt/file.$size ]) || \
43 [ $size != "`ls -al mnt | grep file.$size |
47 pass dtest $size $block
    [all...]
  /external/qemu/android/utils/
system.c 23 android_alloc( size_t size )
27 if (size == 0)
30 block = malloc(size);
40 android_alloc0( size_t size )
44 if (size == 0)
47 block = calloc(1, size);
57 android_realloc( void* block, size_t size )
61 if (size == 0) {
65 block2 = realloc(block, size);
69 fprintf(stderr, "PANIC: not enough memory to reallocate %d bytes\n", size);
    [all...]
  /external/skia/include/core/
SkWriter32.h 72 void writeMul4(const void* values, size_t size) {
73 SkASSERT(SkAlign4(size) == size);
77 memcpy(this->reserve(size), values, size);
80 void writePad(const void* src, size_t size);
83 uint32_t size() const { return fSize; } function in class:SkWriter32
85 uint32_t* reserve(size_t size); // size MUST be multiple of 4
92 // copy into a single buffer (allocated by caller). Must be at least size()
    [all...]
  /external/stlport/test/unit/
mismatch_test.cpp 62 v2[v2.size()/2] = 42;
69 const unsigned size = 5; local
70 char const* n1[size] = { "Brett", "Graham", "Jack", "Mike", "Todd" };
72 char const* n2[size];
74 pair <char const**, char const**> result = mismatch((char const**)n1, (char const**)n1 + size, (char const**)n2, str_equal);
76 CPPUNIT_ASSERT(result.first == n1 + size && result.second == n2 + size);
79 result = mismatch((char const**)n1, (char const**)n1 + size, (char const**)n2, str_equal);
80 CPPUNIT_ASSERT(!(result.first == n2 + size && result.second == n2 + size));
    [all...]
  /external/tcpdump/
esp.h 42 /*variable size, 32bit bound*/ /* Initialization Vector */
43 /*variable size*/ /* Payload data */
44 /*variable size*/ /* padding */
45 /*8bit*/ /* pad size */
48 /*variable size, 32bit bound*/ /* Authentication data (new IPsec) */
54 /*variable size*/ /* (IV and) Payload data */
55 /*variable size*/ /* padding */
56 /*8bit*/ /* pad size */
59 /*variable size, 32bit bound*/ /* Authentication data */
65 /*variable size, 32bit bound*/ /* Authentication data (new IPsec)*
    [all...]
  /external/webkit/WebCore/css/
StyleBase.cpp 71 void* StyleBase::operator new(size_t size)
73 styleSize += size;
74 return ::operator new(size);
77 void* StyleBase::operator new[](size_t size)
79 styleSize += size;
80 return ::operator new[](size);
83 void StyleBase::operator delete(void* p, size_t size)
85 styleSize -= size;
89 void StyleBase::operator delete[](void* p, size_t size)
91 styleSize -= size;
    [all...]
  /system/extras/tests/sdcard/
sysutil.cpp 74 // @param size The size of the buffer pointed by str. Must be >= 1.
77 int readStringFromFile(const char *filename, char *const start, size_t size, bool must_exist=true)
79 if (NULL == start || size == 0)
99 --size; // reserve space for trailing '\0'
101 while (size > 0 && !error && !eof && attempts < kMaxAttempts)
105 s = read(fd, end, size);
122 size -= s;
161 size_t size = len; local
165 while (size > 0 && !error && attempts < kMaxAttempts
447 size_t size = sizeof(pid); local
525 size_t size; local
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
EnumMapTest.java 40 enum Size {
103 new EnumMap(Size.Big.getClass());
130 EnumMap enumSizeMap = new EnumMap(Size.class);
132 Size.Big, 2));
134 enumSizeMap.get(Size.Big));
142 enumSizeMap = new EnumMap(Size.Middle.getClass());
144 Size.Small, 1));
146 enumSizeMap.get(Size.Small));
188 enumMap.put(Size.Middle, 2);
241 hashColorMap.put(Size.Big, 3)
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/4/changes/
fields_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">D</font>&nbsp;
52 <a href="#E"><font size="-2">E</font></a>
53 <a href="#L"><font size="-2">L</font></a>
54 <a href="#M"><font size="-2">M</font></a>
55 <a href="#P"><font size="-2">P</font></a>
56 <a href="#R"><font size="-2">R</font></a>
57 <a href="#S"><font size="-2">S</font></a>
58 <a href="#topheader"><font size="-2">TOP</font></a>
68 <br><font size="+2">E</font>&nbsp
    [all...]
alldiffs_index_additions.html 47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
52 <br><font size="+2">A</font>&nbsp;
53 <a href="#B"><font size="-2">B</font></a>
54 <a href="#C"><font size="-2">C</font></a>
55 <a href="#D"><font size="-2">D</font></a>
56 <a href="#E"><font size="-2">E</font></a>
57 <a href="#F"><font size="-2">F</font></a>
58 <a href="#G"><font size="-2">G</font></a>
59 <a href="#I"><font size="-2">I</font></a>
60 <a href="#L"><font size="-2">L</font></a>
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/7/changes/
fields_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>&nbsp;
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="#L"><font size="-2">L</font></a>
56 <a href="#S"><font size="-2">S</font></a>
57 <a href="#V"><font size="-2">V</font></a>
58 <a href="#topheader"><font size="-2">TOP</font></a>
69 <br><font size="+2">C</font>&nbsp
    [all...]
  /external/e2fsprogs/lib/ext2fs/
imager.c 239 ssize_t actual, size; local
242 size = fs->blocksize * (fs->group_desc_count + 1);
243 buf = malloc(size);
250 actual = read(fd, buf, size);
255 if (actual != size) {
281 int c, size; local
293 size = (EXT2_INODES_PER_GROUP(fs->super) / 8);
301 size = EXT2_BLOCKS_PER_GROUP(fs->super) / 8;
303 size = size * fs->group_desc_count
346 int size; local
    [all...]
  /frameworks/base/libs/binder/
MemoryHeapPmem.cpp 56 SubRegionMemory(const sp<MemoryHeapPmem>& heap, ssize_t offset, size_t size);
58 virtual sp<IMemoryHeap> getMemory(ssize_t* offset, size_t* size) const;
67 ssize_t offset, size_t size)
68 : MemoryHeapPmem::MemoryPmem(heap), mSize(size), mOffset(offset)
72 memset(start_ptr, 0xda, size);
76 if (size > 0) {
78 size = (size + pagesize-1) & ~(pagesize-1);
80 struct pmem_region sub = { offset, size };
83 "mFD=%d, sub.offset=%lu, sub.size=%lu"
191 size_t size = getSize(); local
    [all...]

Completed in 267 milliseconds

1 2 3 4 5 6 7 891011>>