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

<<11121314151617

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibilityEntityProvider.java 336 return ((0xFFFF & key.getX()) << (Integer.SIZE / 2)) | (0xFFFF & key.getY());
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatLfnDirectoryEntry.java 317 final byte[] rawData = new byte[FatDirectoryEntry.SIZE];
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp 274 status_t makeAVCCodecSpecificData(const uint8_t *data, size_t size);
275 status_t copyAVCCodecSpecificData(const uint8_t *data, size_t size);
276 status_t parseAVCCodecSpecificData(const uint8_t *data, size_t size);
393 const size_t SIZE = 256;
394 char buffer[SIZE];
396 snprintf(buffer, SIZE, " MPEG4Writer %p\n", this);
398 snprintf(buffer, SIZE, " mStarted: %s\n", mStarted? "true": "false");
400 ::write(fd, result.string(), result.size());
410 const size_t SIZE = 256;
411 char buffer[SIZE];
514 int64_t size = MIN_MOOV_BOX_SIZE; local
863 int32_t size = htonl(static_cast<int32_t>(mOffset - mMdatOffset)); local
867 int64_t size = mOffset - mMdatOffset; local
1461 size_t size; local
1472 size_t size; local
    [all...]
SurfaceMediaSource.cpp 103 char* buffer, size_t SIZE) const
210 for (size_t i = 0; i < mPendingBuffers.size(); ++i) {
395 for (size_t i = 0; i < mCurrentBuffers.size(); i++) {
433 for (size_t i = 0; i < mPendingBuffers.size(); ++i) {
  /external/chromium_org/third_party/icu/source/test/cintltst/
cnormtst.c 328 const int SIZE = 10;
333 for (; count < SIZE; count ++)
374 const int SIZE = 10;
406 for (; count < SIZE; count ++)
443 const int SIZE = 10;
449 for (; count < SIZE; count ++)
657 int size = 0; local
665 while (size != 19) {
666 data[size] = datachar[(rand() * 50) / RAND_MAX];
667 log_verbose("0x%x", data[size]);
    [all...]
  /external/icu4c/test/cintltst/
cnormtst.c 332 const int SIZE = 10;
337 for (; count < SIZE; count ++)
378 const int SIZE = 10;
410 for (; count < SIZE; count ++)
447 const int SIZE = 10;
453 for (; count < SIZE; count ++)
661 int size = 0; local
669 while (size != 19) {
670 data[size] = datachar[(rand() * 50) / RAND_MAX];
671 log_verbose("0x%x", data[size]);
    [all...]
  /device/generic/goldfish/audio/
audio_hw.c 108 "\t\tbuffer size: %u\n"
264 "\t\tbuffer size: %u\n"
596 const size_t SIZE = 256;
597 char buffer[SIZE];
  /external/eigen/blas/
drotmg.f 27 * INEXACT. THIS IS OK AS THEY ARE ONLY USED FOR TESTING THE SIZE
srotmg.f 27 * INEXACT. THIS IS OK AS THEY ARE ONLY USED FOR TESTING THE SIZE
  /frameworks/native/include/ui/
mat4.h 51 // size of a column (i.e.: number of rows)
52 enum { COL_SIZE = col_type::SIZE };
55 // size of a row (i.e.: number of columns)
56 enum { ROW_SIZE = row_type::SIZE };
58 static inline size_t size() { return row_size(); } // for TVec*<> function in class:android::tmat44
107 // construct from another matrix of the same size
  /external/chromium_org/ui/gfx/
platform_font_win.cc 30 // Returns the minimum font size, using the minimum size callback, if set.
47 // Make sure lf_height is not smaller than allowed min font size for current
96 // CreateFontIndirect() doesn't return the largest size for the given height
291 SIZE ave_text_size;
  /external/chromium_org/v8/tools/
ll_prof.py 186 return "%s [0x%x, 0x%x) size: %d origin: %s" % (
211 SIZE = (1 << SHIFT)
212 MASK = ~(SIZE - 1)
258 limit_id = CodePage.PageId(code.end_address + CodePage.SIZE - 1)
279 limit_id = CodePage.PageId(code.end_address + CodePage.SIZE - 1)
394 while self.log_pos < self.log.size():
447 size = code.end_address - code.start_address
449 code.end_address = new_start_address + size
535 ("size", "u64"),
549 ("size", "u32")
    [all...]
  /external/guava/guava/src/com/google/common/primitives/
generate.sh 75 public static final int BYTES = WrapperCl.SIZE / Byte.SIZE;
344 * Otherwise, a new array of size {@code minLength + padding} is returned,
461 * Returns a fixed-size list backed by the specified array, similar to {@link
498 @Override public int size() {
507 checkElementIndex(index, size());
540 checkElementIndex(index, size());
547 int size = size();
548 checkPositionIndexes(fromIndex, toIndex, size);
    [all...]
  /libcore/luni/src/main/java/java/lang/
Long.java 67 public static final int SIZE = 64;
  /packages/apps/Camera2/src/com/android/camera/
Storage.java 127 values.put(ImageColumns.SIZE, jpegLength);
  /external/pixman/pixman/
pixman-arm-simd-asm.h 123 .error "unsupported size: numbytes"
139 .error "unsupported size: numbytes"
216 #define IS_END_OF_GROUP(INDEX,SIZE) ((SIZE) < 2 || ((INDEX) & ~((INDEX)+1)) & ((SIZE)/2))
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java 194 ACCOUNTS_COLUMNS.keySet().toArray(new String[ACCOUNTS_COLUMNS.size()]);
198 .toArray(new String[ACCOUNTS_COLUMNS_NO_CAPABILITIES.size()]);
515 * Integer column containing the user's specified message text size preference. This
581 * Integer column containing the max attachment size in kb.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
wgl.c 402 SIZE size; local
412 VERIFY(GetTextExtentPoint32(bitDevice, &curChar, 1, &size));
415 charWidth = size.cx;
416 charHeight = size.cy;
479 DWORD size; local
516 size = GetGlyphOutline(hdc, first + i, GGO_BITMAP,
518 if (size == GDI_ERROR) {
525 hBits = GlobalAlloc(GHND, size+1);
533 size, /* size of buffer for data *
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_cliptmp.h 317 #undef SIZE
t_vb_render.c 62 #define SIZE 4
123 const GLuint sz = VB->ClipPtr->size; \
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
BuildResults.java 514 case InternalPerformanceMeter.SIZE:
  /external/guava/guava-tests/test/com/google/common/math/
IntMathTest.java 50 BigIntegerMath.sqrt(BigInteger.ZERO.setBit(2 * Integer.SIZE - 1), FLOOR).intValue(),
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wgl.c 402 SIZE size; local
412 VERIFY(GetTextExtentPoint32(bitDevice, &curChar, 1, &size));
415 charWidth = size.cx;
416 charHeight = size.cy;
479 DWORD size; local
516 size = GetGlyphOutline(hdc, first + i, GGO_BITMAP,
518 if (size == GDI_ERROR) {
525 hBits = GlobalAlloc(GHND, size+1);
533 size, /* size of buffer for data *
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_cliptmp.h 317 #undef SIZE

Completed in 385 milliseconds

<<11121314151617