HomeSort by relevance Sort by last modified time
    Searched refs:SIZE (Results 126 - 150 of 378) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webkit/Source/WebKit/win/Interfaces/
IWebFramePrivate.idl 59 HRESULT scrollOffset([out, retval] SIZE* offset);
73 HRESULT size([out, retval] SIZE* size);
  /frameworks/av/include/media/stagefright/
SurfaceMediaSource.h 108 size_t SIZE) const;
  /frameworks/native/services/surfaceflinger/
EventThread.h 87 void dump(String8& result, char* buffer, size_t SIZE) const;
SurfaceFlinger.cpp 790 for (size_t dpy=0 ; dpy<mDisplays.size() ; dpy++) {
841 const size_t count = currentLayers.size();
855 const size_t count = currentLayers.size();
885 for (size_t dpy=0 ; dpy<mDisplays.size() ; dpy++) {
896 const size_t count = currentLayers.size();
924 for (size_t dpy=0 ; dpy<mDisplays.size() ; dpy++) {
930 const size_t count = currentLayers.size();
947 for (size_t dpy=0 ; dpy<mDisplays.size() ; dpy++) {
953 const size_t count = currentLayers.size();
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
FileCache.java 45 {String.format("sum(%s)", FileEntry.Columns.SIZE)};
48 FileEntry.Columns.CONTENT_URL, FileEntry.Columns.SIZE};
108 entry.size = file.length();
110 if (entry.size >= mCapacity) {
112 throw new IllegalArgumentException("file too large: " + entry.size);
119 entry.size = original.size;
121 mTotalBytes += entry.size;
152 mTotalBytes -= file.size;
228 long size = cursor.getLong(3) local
271 public long size; field in class:FileCache.FileEntry
    [all...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Fat32BootSector.java 193 final long offset = getBootSectorCopySector() * SIZE;
FsInfoSector.java 48 super(device, offset, BootSector.SIZE);
AbstractDirectory.java 117 if (newEntries.size() > capacity)
131 final long newCount = newSize / FatDirectoryEntry.SIZE;
160 return this.entries.size();
179 return entries.size() + ((this.volumeLabel != null) ? 1 : 0);
215 getCapacity() * FatDirectoryEntry.SIZE);
217 for (int i=0; i < entries.size(); i++) {
246 getCapacity() * FatDirectoryEntry.SIZE);
  /external/eigen/bench/
benchVecAdd.cpp 7 #ifndef SIZE
8 #define SIZE 50
17 __attribute__ ((noinline)) void benchVec(Scalar* a, Scalar* b, Scalar* c, int size);
23 int size = SIZE * 8; local
24 int size2 = size * size;
29 for (int i=0; i<size; ++i)
45 for (int innersize = size; innersize>2 ; --innersize)
91 void benchVec(Scalar* a, Scalar* b, Scalar* c, int size)
    [all...]
  /external/skia/include/core/
SkWriter32.h 50 uint32_t size() const { return this->bytesWritten(); } function in class:SkWriter32
54 // size MUST be multiple of 4
55 uint32_t* reserve(size_t size) {
56 SkASSERT(SkAlign4(size) == size);
59 if (NULL == block || block->available() < size) {
60 block = this->doReserve(size);
62 fSize += size;
63 return block->alloc(size);
66 void reset(void* storage, size_t size);
117 size_t size = path.writeToMemory(NULL); local
123 size_t size = matrix.writeToMemory(NULL); local
129 size_t size = rgn.writeToMemory(NULL); local
    [all...]
  /frameworks/native/libs/gui/
ConsumerBase.cpp 173 char* buffer, size_t size) const {
175 dumpLocked(result, prefix, buffer, size);
179 char* buffer, size_t SIZE) const {
180 snprintf(buffer, SIZE, "%smAbandoned=%d\n", prefix, int(mAbandoned));
184 mBufferQueue->dump(result, prefix, buffer, SIZE);
  /external/e2fsprogs/e2fsck/
crc32.c 534 #define SIZE 64
540 unsigned char buf1[SIZE + 4];
541 unsigned char buf2[SIZE + 4];
542 unsigned char buf3[SIZE + 4];
547 for (i = 0; i <= SIZE; i++) {
  /frameworks/native/libs/binder/
MemoryDealer.cpp 115 const sp<IMemoryHeap>& heap, ssize_t offset, size_t size);
129 SimpleBestFitAllocator(size_t size);
132 size_t allocate(size_t size, uint32_t flags = 0);
134 size_t size() const;
141 chunk_t(size_t start, size_t size)
142 : start(start), size(size), free(1), prev(0), next(0) {
145 size_t size : 28; member in struct:android::SimpleBestFitAllocator::chunk_t
151 ssize_t alloc(size_t size, uint32_t flags);
166 const sp<IMemoryHeap>& heap, ssize_t offset, size_t size)
203 size_t size = end-start; local
288 size_t SimpleBestFitAllocator::size() const function in class:android::SimpleBestFitAllocator
431 size_t size = 0; local
    [all...]
  /frameworks/native/services/sensorservice/
mat.h 133 size_type size() const { return R*C; } function in class:android::mat
264 size_type size() const { return R; } function in class:android::mat
325 size_t SIZE
327 mat<TYPE, SIZE, 1> PURE transpose(const VEC<TYPE, SIZE>& v) {
328 mat<TYPE, SIZE, 1> r;
329 for (size_t i=0 ; i<SIZE ; i++)
  /frameworks/support/tests/java/android/support/v4/content/
FileProviderTest.java 20 import static android.provider.OpenableColumns.SIZE;
179 assertEquals(TEST_DATA.length, cursor.getLong(cursor.getColumnIndex(SIZE)));
191 SIZE, DISPLAY_NAME }, null, null, null);
202 DISPLAY_NAME, SIZE }, null, null, null);
219 SIZE, "foobar", DISPLAY_NAME }, null, null, null);
  /frameworks/av/services/audioflinger/
Effects.cpp 118 size_t size = mHandles.size(); local
121 for (i = 0; i < size; i++) {
153 size_t size = mHandles.size(); local
155 for (i = 0; i < size; i++) {
160 if (i == size) {
161 return size;
177 if (mHandles.size() == 0 && !mPinned) {
181 return mHandles.size();
316 uint32_t size; local
424 uint32_t size = sizeof(status_t); local
452 uint32_t size = sizeof(status_t); local
491 uint32_t size = sizeof(status_t); local
537 uint32_t size = (replySize == NULL) ? 0 : *replySize; local
652 uint32_t size = sizeof(volume); local
685 uint32_t size = sizeof(status_t); local
707 uint32_t size = sizeof(status_t); local
729 uint32_t size = 0; local
1038 int size = *p++; local
1168 size_t size = mEffects.size(); local
1181 size_t size = mEffects.size(); local
1196 size_t size = mEffects.size(); local
1257 size_t size = mEffects.size(); local
1312 size_t size = mEffects.size(); local
1388 size_t size = mEffects.size(); local
1421 size_t size = mEffects.size(); local
1430 size_t size = mEffects.size(); local
1439 size_t size = mEffects.size(); local
1452 size_t size = mEffects.size(); local
    [all...]
  /development/build/tools/
mk_sdk_repo_xml.sh 382 SIZE=$( stat -f %z "$SRC" )
384 SIZE=$( stat -c %s "$SRC" )
390 <sdk:size>$SIZE</sdk:size>
  /external/guava/guava/src/com/google/common/math/
BigIntegerMath.java 141 for (int i = powersOf10.size() - 1; i >= 0; i--) {
293 int approxSize = IntMath.divide(n * IntMath.log2(n, CEILING), Long.SIZE, CEILING);
323 if (normalizedBits + productBits >= Long.SIZE) {
340 return listProduct(nums, 0, nums.size());
388 return x.bitLength() <= Long.SIZE - 1;
  /external/guava/guava/src/com/google/common/primitives/
Ints.java 54 public static final int BYTES = Integer.SIZE / Byte.SIZE;
61 public static final int MAX_POWER_OF_TWO = 1 << (Integer.SIZE - 2);
331 * Otherwise, a new array of size {@code minLength + padding} is returned,
448 * Returns a fixed-size list backed by the specified array, similar to {@link
485 @Override public int size() { method in class:Ints.IntArrayAsList
494 checkElementIndex(index, size());
527 checkElementIndex(index, size());
534 int size = size(); local
548 int size = size(); local
581 int size = size(); local
    [all...]
Longs.java 51 public static final int BYTES = Long.SIZE / Byte.SIZE;
58 public static final long MAX_POWER_OF_TWO = 1L << (Long.SIZE - 2);
315 * Otherwise, a new array of size {@code minLength + padding} is returned,
433 * Returns a fixed-size list backed by the specified array, similar to {@link
470 @Override public int size() { method in class:Longs.LongArrayAsList
479 checkElementIndex(index, size());
512 checkElementIndex(index, size());
519 int size = size(); local
533 int size = size(); local
566 int size = size(); local
    [all...]
Shorts.java 51 public static final int BYTES = Short.SIZE / Byte.SIZE;
58 public static final short MAX_POWER_OF_TWO = 1 << (Short.SIZE - 2);
328 * Otherwise, a new array of size {@code minLength + padding} is returned,
446 * Returns a fixed-size list backed by the specified array, similar to {@link
483 @Override public int size() { method in class:Shorts.ShortArrayAsList
492 checkElementIndex(index, size());
525 checkElementIndex(index, size());
532 int size = size(); local
546 int size = size(); local
579 int size = size(); local
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
Ints.java 49 public static final int BYTES = Integer.SIZE / Byte.SIZE;
56 public static final int MAX_POWER_OF_TWO = 1 << (Integer.SIZE - 2);
275 * Otherwise, a new array of size {@code minLength + padding} is returned,
392 * Returns a fixed-size list backed by the specified array, similar to {@link
429 @Override public int size() { method in class:Ints.IntArrayAsList
438 checkElementIndex(index, size());
471 checkElementIndex(index, size());
478 int size = size(); local
492 int size = size(); local
525 int size = size(); local
    [all...]
Longs.java 49 public static final int BYTES = Long.SIZE / Byte.SIZE;
56 public static final long MAX_POWER_OF_TWO = 1L << (Long.SIZE - 2);
248 * Otherwise, a new array of size {@code minLength + padding} is returned,
366 * Returns a fixed-size list backed by the specified array, similar to {@link
403 @Override public int size() { method in class:Longs.LongArrayAsList
412 checkElementIndex(index, size());
445 checkElementIndex(index, size());
452 int size = size(); local
466 int size = size(); local
499 int size = size(); local
    [all...]
Shorts.java 49 public static final int BYTES = Short.SIZE / Byte.SIZE;
56 public static final short MAX_POWER_OF_TWO = 1 << (Short.SIZE - 2);
276 * Otherwise, a new array of size {@code minLength + padding} is returned,
394 * Returns a fixed-size list backed by the specified array, similar to {@link
431 @Override public int size() { method in class:Shorts.ShortArrayAsList
440 checkElementIndex(index, size());
473 checkElementIndex(index, size());
480 int size = size(); local
494 int size = size(); local
527 int size = size(); local
    [all...]
  /external/openssl/crypto/des/
read_pwd.c 207 static int noecho_fgets(char *buf, int size, FILE *tty);
229 int des_read_pw(char *buf, char *buff, int size, const char *prompt, int verify)
231 memset(buf,0,size);
232 memset(buff,0,size);
238 int des_read_pw(char *buf, char *buff, int size, char *prompt, int verify)
240 memset(buf,0,size);
241 memset(buff,0,size);
249 #define SIZE 4
250 char buf[SIZE+1];
253 fgets(buf,SIZE,in)
    [all...]

Completed in 610 milliseconds

1 2 3 4 56 7 8 91011>>