HomeSort by relevance Sort by last modified time
    Searched refs:SIZE (Results 226 - 250 of 422) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/lge/mako/camera/
QCameraHWI_Mem.cpp 52 static bool register_buf(int size,
121 // size.
144 "buffer size %d",
158 static bool register_buf(int size,
177 pmemBuf.len = size;
245 "%d frames @ %d bytes, buffer size %d",
254 // mAlignedBufferSize is already in 4k aligned. (do we need total size necessary to be in power of 2??)
381 const size_t SIZE = 256;
382 char buffer[SIZE];
392 snprintf(buffer, 255, "heap base(%p), size(%d), flags(%d), device(%s)\n"
    [all...]
  /external/bison/lib/
bbitset.h 31 BITSET_ARRAY: Array of bits (fixed size, fast for dense bitsets).
34 BITSET_LIST: Linked list of arrays of bits (variable size, least storage
37 (variable size, less storage for large sparse sets).
39 BITSET_VARRAY: Variable array of bits (variable size, fast for
91 bitset_windex csize; /* Cache size in words. */
121 bitset_bindex (*size) (bitset); member in struct:bitset_vtable
174 #define BITSET_RESIZE_(DST, SIZE) (DST)->b.vtable->resize (DST, SIZE)
176 /* Return size in bits of bitset SRC. */
177 #define BITSET_SIZE_(SRC) (SRC)->b.vtable->size (SRC
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
graw_util.h 265 0, 0, SIZE, SIZE); /* x, y, width, height */
  /external/chromium_org/ui/native_theme/
native_theme_win.h 22 #include "ui/gfx/size.h"
73 // defaulting to GetSystemMetrics edge size if themes are disabled.
75 gfx::Size GetThemeBorderSize(ThemeName theme) const;
104 virtual gfx::Size GetPartSize(Part part,
146 SIZE* size) const;
274 // getting the size.
324 SIZE* size);
  /external/guava/guava/src/com/google/common/primitives/
Chars.java 54 public static final int BYTES = Character.SIZE / Byte.SIZE;
322 * Otherwise, a new array of size {@code minLength + padding} is returned,
441 * Returns a fixed-size list backed by the specified array, similar to {@link
478 @Override public int size() { method in class:Chars.CharArrayAsList
487 checkElementIndex(index, size());
520 checkElementIndex(index, size());
527 int size = size(); local
528 checkPositionIndexes(fromIndex, toIndex, size);
541 int size = size(); local
574 int size = size(); local
    [all...]
Doubles.java 54 public static final int BYTES = Double.SIZE / Byte.SIZE;
261 * Otherwise, a new array of size {@code minLength + padding} is returned,
384 * Returns a fixed-size list backed by the specified array, similar to {@link
424 @Override public int size() { method in class:Doubles.DoubleArrayAsList
433 checkElementIndex(index, size());
466 checkElementIndex(index, size());
473 int size = size(); local
474 checkPositionIndexes(fromIndex, toIndex, size);
487 int size = size(); local
520 int size = size(); local
    [all...]
Floats.java 54 public static final int BYTES = Float.SIZE / Byte.SIZE;
258 * Otherwise, a new array of size {@code minLength + padding} is returned,
381 * Returns a fixed-size list backed by the specified array, similar to {@link
421 @Override public int size() { method in class:Floats.FloatArrayAsList
430 checkElementIndex(index, size());
463 checkElementIndex(index, size());
470 int size = size(); local
471 checkPositionIndexes(fromIndex, toIndex, size);
484 int size = size(); local
517 int size = size(); local
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
Chars.java 52 public static final int BYTES = Character.SIZE / Byte.SIZE;
271 * Otherwise, a new array of size {@code minLength + padding} is returned,
390 * Returns a fixed-size list backed by the specified array, similar to {@link
427 @Override public int size() { method in class:Chars.CharArrayAsList
436 checkElementIndex(index, size());
469 checkElementIndex(index, size());
476 int size = size(); local
477 checkPositionIndexes(fromIndex, toIndex, size);
490 int size = size(); local
523 int size = size(); local
    [all...]
  /external/libffi/src/x86/
ffi.c 68 z = (*p_arg)->size;
147 if (cif->rtype->size == 1)
149 cif->flags = FFI_TYPE_SMALL_STRUCT_1B; /* same as char size */
151 else if (cif->rtype->size == 2)
153 cif->flags = FFI_TYPE_SMALL_STRUCT_2B; /* same as short size */
155 else if (cif->rtype->size == 4)
159 else if (cif->rtype->size == 8)
204 ecif.rvalue = alloca(cif->rtype->size);
299 z = (*p_arg)->size;
325 #define FFI_INIT_TRAMPOLINE_STDCALL(TRAMP,FUN,CTX,SIZE) \
    [all...]
  /external/mesa3d/src/gallium/tests/graw/
graw_util.h 265 0, 0, SIZE, SIZE); /* x, y, width, height */
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
AttachmentUtilities.java 58 public static final String SIZE = "_size";
128 * The maximum size of an attachment we're willing to download (either View or Save)
129 * Attachments that are base64 encoded (most) will be about 1.375x their actual size
135 * The maximum size of an attachment we're willing to upload (measured as stored on disk).
136 * Attachments that are base64 encoded (most) will be about 1.375x their actual size
374 long size = IOUtils.copy(in, out); local
378 return size;
390 long size; local
395 size = copyFile(in, resolver.openOutputStream(attUri));
409 size = copyFile(in, new FileOutputStream(file))
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
AttachmentProvider.java 75 AttachmentColumns.SIZE, AttachmentColumns.CONTENT_URI };
264 int size = -1; local
273 size = c.getInt(1);
295 else if (Columns.SIZE.equals(column)) {
296 values[i] = size;
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
NinePatchTexture.java 131 public int size() { method in class:NinePatchTexture.SmallCache
172 int n = mInstanceCache.size();
181 // This keeps data for a specialization of NinePatchTexture with the size
384 int size = (pntCount * 2) * (Float.SIZE / Byte.SIZE); local
385 mXyBuffer = allocateDirectNativeOrderBuffer(size).asFloatBuffer();
386 mUvBuffer = allocateDirectNativeOrderBuffer(size).asFloatBuffer();
394 private static ByteBuffer allocateDirectNativeOrderBuffer(int size) {
395 return ByteBuffer.allocateDirect(size).order(ByteOrder.nativeOrder())
    [all...]
GLES11Canvas.java 103 int size = BOX_COORDINATES.length * Float.SIZE / Byte.SIZE; local
104 FloatBuffer xyBuffer = allocateDirectNativeOrderBuffer(size).asFloatBuffer();
112 gl.glBufferData(GL11.GL_ARRAY_BUFFER, xyBuffer.capacity() * (Float.SIZE / Byte.SIZE),
172 private static ByteBuffer allocateDirectNativeOrderBuffer(int size) {
173 return ByteBuffer.allocateDirect(size).order(ByteOrder.nativeOrder());
748 if (ids.size() > 0) {
749 mGLId.glDeleteTextures(mGL, ids.size(), ids.getInternalArray(), 0)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
AttachmentsView.java 185 * Get the total size of all attachments currently in this view.
190 totalSize += attachment.size;
207 * the {@link Attachment#name}, {@link Attachment#size}, and {@link Attachment#contentType}
227 attachment.size = 0;
234 contentUri, new String[]{OpenableColumns.DISPLAY_NAME, OpenableColumns.SIZE},
240 attachment.size = metadataCursor.getInt(1);
264 // Let's try to get SIZE
267 getOptionalColumn(contentResolver, contentUri, OpenableColumns.SIZE);
269 attachment.size = metadataCursor.getInt(0);
271 // Unable to get the size from the metadata cursor. Open the file and seek
335 int size = -1; local
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailContentTable.java 72 .add(OpenableColumns.SIZE)
101 .add(OpenableColumns.SIZE, "NULL")
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_Playlists_MembersTest.java 59 Members.SIZE,
89 Members.SIZE,
225 assertEquals(Audio1.SIZE, c.getInt(c.getColumnIndex(Members.SIZE)));
269 assertEquals(Audio2.SIZE, c.getInt(c.getColumnIndex(Members.SIZE)));
  /external/tinyxml2/
tinyxml2.h 71 inline int TIXML_SNPRINTF( char* buffer, size_t size, const char* format, ... ) {
74 int result = vsnprintf_s( buffer, size, _TRUNCATE, format, va );
169 size = 0;
179 EnsureCapacity( size+1 );
180 mem[size++] = t;
185 EnsureCapacity( size+count );
186 T* ret = &mem[size];
187 size += count;
191 return mem[--size];
195 TIXMLASSERT( size >= count );
223 int size; \/\/ number objects in use member in class:tinyxml2::DynArray
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
gtype-desc.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
gtype-desc.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
gtype-desc.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
gtype-desc.h     [all...]
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.cpp 115 const size_t SIZE = 256;
116 char buffer[SIZE];
118 size_t len = snprintf(buffer, SIZE, "Client[%d] (%p) PID: %d\n",
122 len = (len > SIZE - 1) ? SIZE - 1 : len;
801 size_t size; local
802 sp<IMemoryHeap> heap = mem->getMemory(&offset, &size);
831 copyFrameAndPostCopiedFrame(msgType, c, heap, offset, size, metadata);
858 size_t size; local
859 sp<IMemoryHeap> heap = mem->getMemory(&offset, &size);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Attachment.java 79 * Attachment size in bytes. See {@link AttachmentColumns#SIZE}.
81 public int size; field in class:Attachment
177 size = in.readInt();
198 size = cursor.getInt(cursor.getColumnIndex(AttachmentColumns.SIZE));
219 size = srcJson.optInt(AttachmentColumns.SIZE);
268 size = IOUtils.copy(in, out);
269 downloadedSize = size;
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.h 480 @abstract Performs a compile-time check of something such as the size of an int.
484 This declares an array with a size that is determined by a compile-time expression. If the expression evaluates
485 to 0, the array has a size of -1, which is illegal and generates a compile-time error.
508 @abstract Perform a compile-time check, suitable for placement in code, of something such as the size of an int.
    [all...]

Completed in 1738 milliseconds

1 2 3 4 5 6 7 8 91011>>