HomeSort by relevance Sort by last modified time
    Searched full:large (Results 226 - 250 of 2661) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/srec/portable/include/
PANSIFileSystem.h 85 * @return ESR_INVALID_ARGUMENT if self or cwd is null; ESR_BUFFER_OVERFLOW if cwd is not large enough to contain result;
139 * @return ESR_INVALID_ARGUMENT if self or cwd is null; ESR_BUFFER_OVERFLOW if cwd is not large enough to contain result;
  /external/v8/src/
variables.cc 51 // some large-ish value.
62 // some large-ish value.
  /external/webkit/JavaScriptCore/pcre/
pcre_xclass.cpp 91 properties or large chars or ranges that end with a large char. We won't ever
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-152646.js 38 * SUMMARY: Testing expressions with large numbers of parentheses
45 var summary = 'Testing expressions with large numbers of parentheses';
  /external/yaffs2/yaffs2/
Kconfig 98 Wide tnodes are only used for large NAND arrays (>=32MB for
104 large arrays slower.
  /external/zlib/examples/
enough.c 86 to exceed the capacity of an eight-byte integer with a large number of
87 symbols and a large maximum code length, so multiple-precision arithmetic
169 local int large; /* largest code table so far */ variable
317 the current sub-table is rem. Uses the globals max, code, root, large, and
339 if (mem > large) {
340 large = mem;
411 large = 1 << root; /* base table */
430 printf("done: maximum of %d table entries\n", large);
  /external/zlib/msdos/
Makefile.msc 23 # Memory model: one of S, M, C, L (small, medium, compact, large)
33 # "/farcall/packcode" are only useful for `large code' memory models
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerStressTest.java 107 * Tests trying to download a large file (50M bytes).
134 * Tests trying to download a large file (~600M bytes) when there's not enough space in cache
  /frameworks/base/graphics/java/android/graphics/utils/
BoundaryPatch.java 67 * Must be >= 2, though very large values may slow down drawing
69 * Must be >= 2, though very large values may slow down drawing
  /frameworks/base/libs/ui/tests/
InputDispatcher_test.cpp 148 << "Should reject motion events with pointer down index too large.";
167 << "Should reject motion events with pointer up index too large.";
  /frameworks/base/opengl/java/android/opengl/
ETC1.java 93 * Must be large enough to store entire encoded image.
105 * large enough to store entire image.
  /libcore/luni/src/main/java/java/math/
Multiplication.java 133 // "LARGE POWERS"
188 } else {// Large powers of five
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
memory 174 * available. Ideally, the created buffer will be large enough to hold a
184 /// Requests storage large enough to hold a copy of [first,last).
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/
IRemoteAndroidTestRunner.java 38 LARGE("large");
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/sdk/
config_sample.xml 58 <d:config name="screen-size-large">
59 <d:screen-size>large</d:screen-size>
  /system/extras/tests/directiotest/
directiotest.c 20 /* For large-file support */
224 printf("Warning: Device too large for test variables\n");
  /external/jpeg/
jmemmgr.c 82 * Small and large pool headers are identical except that the latter's
131 /* This counts total space obtained from jpeg_get_small/large */
201 fprintf(stderr, " Large chunk used %ld\n",
328 * Allocation of "large" objects.
333 * request is large enough that it may as well be passed directly to
336 * Note: the major use of "large" objects is in JSAMPARRAY and JBLOCKARRAY
338 * deliberately bunch rows together to ensure a large request size.
343 /* Allocate a "large" object */
385 * To minimize allocation overhead and to allow I/O of large contiguous
420 /* Get the rows themselves (large objects) *
    [all...]
  /development/scripts/
divide_and_compress.py 240 # See if adding the new file made our archive too large.
243 # IF fixing fails, the last added file was to large, skip it
298 # IF there is a single file, that means its too large to compress,
302 print ('WARNING: %s%s is too large to store.' % (
331 print 'Warning: %s is potentially too large to serve on GAE' % filepath
  /external/chromium/third_party/icu/public/common/unicode/
ucasemap.h 232 * the buffer is large enough.
263 * the buffer is large enough.
292 * the buffer is large enough.
342 * the buffer is large enough.
377 * the buffer is large enough.
  /external/icu4c/common/unicode/
ucasemap.h 252 * the buffer is large enough.
283 * the buffer is large enough.
312 * the buffer is large enough.
362 * the buffer is large enough.
397 * the buffer is large enough.
  /libcore/luni/src/main/java/javax/xml/datatype/
Duration.java 81 * even though {@link Duration} can hold very large or very small values,
316 * very large values in its fields. See the {@link #addTo(Calendar)}
353 * very large values in its fields. See the {@link #addTo(Date)}
380 * Fields of a duration object may contain arbitrary large value.
726 * a very large value in the years or months fields.</p>
759 * arbitrarily large/small/precise values, the request may be beyond the
783 * arbitrarily large/small/precise values, the request may be beyond the
809 * arbitrarily large/small/precise values, the request may be beyond the
852 * arbitrarily large/small/precise values, the request may be beyond the
    [all...]
  /bionic/libc/arch-sh/bionic/
memset.S 54 cmp/hs REG_TMP1,REG_LEN /* if (len >= 28) goto large; */
55 bt/s large
195 large: label
  /external/bluetooth/glib/glib/
gprintf.c 95 * is up to the caller to ensure that the allocated buffer is large
151 * was large enough.
268 * was large enough.
  /external/chromium/third_party/icu/
icu4c.css 321 font-size: large;
326 font-size: large;
332 font-size: x-large;
  /external/icu4c/
icu4c.css 321 font-size: large;
326 font-size: large;
332 font-size: x-large;

Completed in 534 milliseconds

1 2 3 4 5 6 7 8 91011>>