HomeSort by relevance Sort by last modified time
    Searched refs:SIZE (Results 101 - 125 of 301) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.h 110 void dump(String8& out, char* scratch, size_t SIZE,
  /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};
107 entry.size = file.length();
109 if (entry.size >= mCapacity) {
111 throw new IllegalArgumentException("file too large: " + entry.size);
118 entry.size = original.size;
120 mTotalBytes += entry.size;
151 mTotalBytes -= file.size;
227 long size = cursor.getLong(3) local
270 public long size; field in class:FileCache.FileEntry
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 331 size_t count = currentLayers.size();
350 size_t purgatorySize = mLayerPurgatory.size();
472 size_t numLayers = mVisibleLayersSortedByZ.size();
509 const size_t count = currentLayers.size();
555 if (currentLayers.size() > mDrawingState.layersSortedByZ.size()) {
566 const size_t count = previousLayers.size();
596 size_t i = currentLayers.size();
712 for (size_t i = 0; i < mLayersPendingRemoval.size(); i++) {
739 const size_t count = currentLayers.size();
    [all...]
LayerBase.cpp 436 void LayerBase::dump(String8& result, char* buffer, size_t SIZE) const
440 snprintf(buffer, SIZE,
449 snprintf(buffer, SIZE,
451 "z=%9d, pos=(%g,%g), size=(%4d,%4d), crop=(%4d,%4d,%4d,%4d), "
464 void LayerBase::shortDump(String8& result, char* scratch, size_t size) const {
465 LayerBase::dump(result, scratch, size);
468 void LayerBase::dumpStats(String8& result, char* scratch, size_t SIZE) const {
530 void LayerBaseClient::dump(String8& result, char* buffer, size_t SIZE) const
532 LayerBase::dump(result, buffer, SIZE);
535 snprintf(buffer, SIZE,
    [all...]
Layer.cpp 233 // the window size.
333 const size_t count = drawingLayers.size();
435 // the size changed, we need to ask our client to request a new buffer
472 // record the new size, form this point on, when the client request
473 // a buffer, it'll get the new size.
485 // if we have a pending resize, unless we are in fixed-size mode.
487 // with the correct size.
490 // of the geometry state) is latched together with the size but is
561 // check that we received a buffer of the right size
709 void Layer::dump(String8& result, char* buffer, size_t SIZE) cons
    [all...]
  /development/build/tools/
mk_sdk_repo_xml.sh 296 SIZE=$( stat -f %z "$SRC" )
298 SIZE=$( stat -c %s "$SRC" )
304 <sdk:size>$SIZE</sdk:size>
  /frameworks/av/drm/drmserver/
DrmManagerService.cpp 44 if (0 >= trustedUids.size()) {
269 const size_t SIZE = 256;
270 char buffer[SIZE];
273 snprintf(buffer, SIZE, "Permission Denial: "
281 for (size_t i = 0; i < args.size(); i++) {
291 write(fd, result.string(), result.size());
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
output.h 186 /* Output assembler code associated with defining the size of the
210 /* Assemble code to leave SIZE bytes of zeros. */
238 object. SIZE is the number of bytes in the object and ALIGNED_P
253 /* Assemble the integer constant X into an object of SIZE bytes. ALIGN is
261 object and SIZE is the number of bytes it contains. */
262 #define assemble_aligned_integer(SIZE, VALUE) \
263 assemble_integer (VALUE, SIZE, (SIZE) * BITS_PER_UNIT, 1)
266 /* Assemble the floating-point constant D into an object of size MODE. */
273 /* Return the size of the constant pool. *
    [all...]
defaults.h 122 #define ASM_OUTPUT_TLS_COMMON(FILE, DECL, NAME, SIZE) \
128 (SIZE), DECL_ALIGN (DECL) / BITS_PER_UNIT); \
222 /* How to emit a .size directive. */
225 #define ASM_OUTPUT_SIZE_DIRECTIVE(STREAM, NAME, SIZE) \
228 HOST_WIDE_INT size_ = (SIZE); \
425 /* `bool' has size and alignment `1', on almost all platforms. */
682 #define LARGEST_EXPONENT_IS_NORMAL(SIZE) 0
839 /* This macro is used to determine what the largest unit size that
  /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/base/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/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...]
  /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...]
  /frameworks/compile/libbcc/lib/ExecutionEngine/
MCCacheWriter.cpp 110 sizeof(MCO_Dependency) * mDependencies.size();
122 tab->count = mDependencies.size();
129 dep->res_name_strp_index = addString(I->first.c_str(), I->first.size());
175 // Calculate string pool size
176 size_t size = sizeof(MCO_StringPool) + local
177 sizeof(MCO_String) * mStringPool.size();
179 off_t strOffset = size;
181 for (size_t i = 0; i < mStringPool.size(); ++i) {
182 size += mStringPool[i].second + 1;
186 MCO_StringPool *pool = (MCO_StringPool *)malloc(size);
    [all...]
  /frameworks/native/libs/ui/
FramebufferNativeWindow.cpp 194 const size_t SIZE = 4096;
195 char buffer[SIZE];
197 fbDev->dump(fbDev, buffer, SIZE);
  /packages/apps/Gallery2/src/com/android/gallery3d/provider/
GalleryProvider.java 60 ImageColumns.SIZE,
146 } else if (ImageColumns.SIZE.equals(column)){
177 } else if (ImageColumns.SIZE.equals(column)){
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
output.h 199 /* Output assembler code associated with defining the size of the
223 /* Assemble code to leave SIZE bytes of zeros. */
251 object. SIZE is the number of bytes in the object and ALIGNED_P
266 /* Assemble the integer constant X into an object of SIZE bytes. ALIGN is
278 object and SIZE is the number of bytes it contains. */
279 #define assemble_aligned_integer(SIZE, VALUE) \
280 assemble_integer (VALUE, SIZE, (SIZE) * BITS_PER_UNIT, 1)
283 /* Assemble the floating-point constant D into an object of size MODE. */
290 /* Return the size of the constant pool. *
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
output.h 199 /* Output assembler code associated with defining the size of the
223 /* Assemble code to leave SIZE bytes of zeros. */
251 object. SIZE is the number of bytes in the object and ALIGNED_P
266 /* Assemble the integer constant X into an object of SIZE bytes. ALIGN is
278 object and SIZE is the number of bytes it contains. */
279 #define assemble_aligned_integer(SIZE, VALUE) \
280 assemble_integer (VALUE, SIZE, (SIZE) * BITS_PER_UNIT, 1)
283 /* Assemble the floating-point constant D into an object of size MODE. */
290 /* Return the size of the constant pool. *
    [all...]

Completed in 1665 milliseconds

1 2 3 45 6 7 8 91011>>