HomeSort by relevance Sort by last modified time
    Searched full:large (Results 1276 - 1300 of 7141) sorted by null

<<51525354555657585960>>

  /external/qemu/distrib/jpeg-6b/
jdatasrc.c 116 * Skip data --- used to skip over a potentially large amount of
134 * any trouble anyway --- large skips are infrequent.
jmemname.c 51 * creating large temp files on Unix. On other systems you'll probably
156 * "Large" objects are treated the same as "small" ones.
  /external/skia/gm/
megalooper.cpp 124 // For each blur a large outer clip is centered around the blurred rect
127 // blurred rect) is offset to reside outside of the large outer clip (so
  /external/skia/src/images/
SkImageDecoder.cpp 238 // check to see if the destination is large enough to decode the desired
242 SkDEBUGF(("SkImageDecoder::cropBitmap does not have a large enough bitmap.\n"));
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
FieldIdItem.java 123 "defining class %s is too large", getFieldString(), classType.getTypeDescriptor()));
130 "type %s is too large", getFieldString(), fieldType.getTypeDescriptor()));
MethodIdItem.java 118 "defining class %s is too large", getMethodString(), classType.getTypeDescriptor()));
125 "method prototype %s is too large", getMethodString(), methodPrototype.getPrototypeString()));
  /external/tremolo/Tremolo/
bitwise.c 551 static unsigned long large[]= local
603 or->buffer->data[i*4] = large[i]&0xff;
604 or->buffer->data[i*4+1] = (large[i]>>8)&0xff;
605 or->buffer->data[i*4+2] = (large[i]>>16)&0xff;
606 or->buffer->data[i*4+3] = (large[i]>>24)&0xff;
613 if(test!=large[i]){
614 fprintf(stderr,"%ld != %ld (%lx!=%lx):",test,large[i],
615 test,large[i]);
  /external/zlib/src/doc/
txtvsbin.txt 25 the false positives that may occur when binary files containing large
92 large chunks of textual data. Furthermore, "polluted" plain text should
  /frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_ErrorCodes.h 112 * An input clip has an unexpectedly large Video AU */
115 * An input clip has an unexpectedly large Audio AU */
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Process.c 174 * Check the number of samples is not too large
222 /* Large changes in Gain can cause clicks in output
  /frameworks/base/core/jni/
android_view_DisplayEventReceiver.cpp 34 // The value should be large enough that we can quickly drain the pipe
35 // using just a few large reads.
  /frameworks/compile/mclinker/lib/Support/
LEB128.cpp 120 // Large number which is an unusual case.
168 // Large number which is an unusual case.
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
Exif.java 54 Note: If you do not pass in byteSize parameter, a single large allocation will occur.
202 // For large values of index, this will cause the internal buffer to resize.
  /frameworks/support/v4/java/android/support/v4/view/
GravityCompat.java 121 * will be placed. Should be large enough to contain the
143 * will be placed. Should be large enough to contain the
  /hardware/akm/AK8975_FS/akmdfs/
AK8975Driver.c 89 ALOGE("%s: Tx size is too large.", __FUNCTION__);
142 ALOGE("%s: Rx size is too large.", __FUNCTION__);
  /hardware/qcom/media/mm-core/inc/
OMX_ContentPipe.h 162 Note: pipe provides pointer. This function is appropriate for large reads. The client must call
182 for large writes. The client must call WriteBuffer when done it has filled the buffer with data.*/
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_ContentPipe.h 162 Note: pipe provides pointer. This function is appropriate for large reads. The client must call
182 for large writes. The client must call WriteBuffer when done it has filled the buffer with data.*/
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_ContentPipe.h 162 Note: pipe provides pointer. This function is appropriate for large reads. The client must call
182 for large writes. The client must call WriteBuffer when done it has filled the buffer with data.*/
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_ContentPipe.h 162 Note: pipe provides pointer. This function is appropriate for large reads. The client must call
182 for large writes. The client must call WriteBuffer when done it has filled the buffer with data.*/
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_ContentPipe.h 162 Note: pipe provides pointer. This function is appropriate for large reads. The client must call
182 for large writes. The client must call WriteBuffer when done it has filled the buffer with data.*/
  /libcore/luni/src/main/native/
java_nio_charset_Charsets.cpp 30 * faster than ICU for large char[]s without paying for the NIO overhead with small char[]s.
34 * to the garbage collector (nor hide potentially large allocations from it).
  /ndk/sources/third_party/googletest/googletest/test/
gtest_stress_test.cc 33 // used in a large number of threads concurrently.
87 // Calls a large number of Google Test assertions, where exactly one of them
  /packages/apps/VideoEditor/src/com/android/videoeditor/
ProjectsActivity.java 94 // Show action bar title only on large screens.
99 // Only show title on large screens (width >= 1000 dip).
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
_errdefs.h 65 __BIONIC_ERRDEF( EFBIG , 27, "File too large" )
111 __BIONIC_ERRDEF( EOVERFLOW , 75, "Value too large for defined data type" )
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
_errdefs.h 65 __BIONIC_ERRDEF( EFBIG , 27, "File too large" )
111 __BIONIC_ERRDEF( EOVERFLOW , 75, "Value too large for defined data type" )

Completed in 1738 milliseconds

<<51525354555657585960>>