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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/015-switch/
expected.txt 3 CORRECT (large)
  /dalvik/vm/mterp/x86/
OP_IGET_CHAR.S 2 %verify "large values are not sign-extended"
  /external/icu4c/stubdata/
Android.mk 38 # "Large" includes all the supported locales.
45 $(if $(findstring ar,$(PRODUCT_LOCALES)),large) \
46 $(if $(findstring da,$(PRODUCT_LOCALES)),large) \
47 $(if $(findstring el,$(PRODUCT_LOCALES)),large) \
48 $(if $(findstring fi,$(PRODUCT_LOCALES)),large) \
49 $(if $(findstring he,$(PRODUCT_LOCALES)),large) \
50 $(if $(findstring hr,$(PRODUCT_LOCALES)),large) \
51 $(if $(findstring hu,$(PRODUCT_LOCALES)),large) \
52 $(if $(findstring id,$(PRODUCT_LOCALES)),large) \
53 $(if $(findstring ko,$(PRODUCT_LOCALES)),large) \
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
sorttest.c 30 uint32_t large[]={ 21, 10, 20, 19, 11, 12, 13, 10, 10, 10, 10, local
68 /* sort large array (not stable) */
70 uprv_sortArray(large, LENGTHOF(large), sizeof(large[0]), uprv_uint32Comparator, NULL, FALSE, &errorCode);
72 log_err("uprv_sortArray(large) failed - %s\n", u_errorName(errorCode));
75 for(i=1; i<LENGTHOF(large); ++i) {
76 if(large[i-1]>large[i]) {
77 log_err("uprv_sortArray(large) mis-sorted [%d]=%u > [%d]=%u\n", i-1, large[i-1], i, large[i])
    [all...]
  /external/icu4c/test/cintltst/
sorttest.c 30 uint32_t large[]={ 21, 10, 20, 19, 11, 12, 13, 10, 10, 10, 10, local
68 /* sort large array (not stable) */
70 uprv_sortArray(large, LENGTHOF(large), sizeof(large[0]), uprv_uint32Comparator, NULL, FALSE, &errorCode);
72 log_err("uprv_sortArray(large) failed - %s\n", u_errorName(errorCode));
75 for(i=1; i<LENGTHOF(large); ++i) {
76 if(large[i-1]>large[i]) {
77 log_err("uprv_sortArray(large) mis-sorted [%d]=%u > [%d]=%u\n", i-1, large[i-1], i, large[i])
    [all...]
  /cts/apps/CtsVerifier/res/values/
styles.xml 3 <style name="WelcomeFont" parent="@android:style/TextAppearance.Large">
  /cts/tests/res/values-large/
configVarying.xml 18 <item type="configVarying" name="simple">simple large</item>
20 <item name="testString">bag large</item>
22 <item type="configVarying" name="large">large</item>
  /dalvik/vm/mterp/armv5te/
OP_IGET_CHAR.S 2 %verify "large values are not sign-extended"
  /external/webkit/LayoutTests/http/tests/appcache/
max-size-expected.txt 1 Cache a manifest that contains a resource that is too large to fit. The layout test controller sets a maximum size of 10KB for the application cache database file.
  /external/webkit/WebCore/manual-tests/resources/
big-page.html 1 <p>This page is large enough to need to be scrolled in a 200x200 frame.</p>
  /external/bzip2/
words0 2 If compilation produces errors, or a large number of warnings,
8 handle so-called 'large files' -- files of size 2GB or more.
README.COMPILATION.PROBLEMS 18 6.0 and nmake, you can build a native Win32 version too. Large file
21 When I say "large file" I mean a file of size 2,147,483,648 (2^31)
23 but many newer ones can. Large files are pretty huge -- most files
24 you'll encounter are not Large Files.
28 in that tradition. However, in order to support large files, I've had
32 The technique of adding -D_FILE_OFFSET_BITS=64 to get large file
33 support is, as far as I know, the Recommended Way to get correct large
34 file support. For more details, see the Large File Support
35 Specification, published by the Large File Summit, at
37 http://ftp.sas.com/standards/large.fil
    [all...]
  /frameworks/base/graphics/java/android/graphics/
LargeBitmap.java 31 * LargeBimap is particularly useful when an original image is large and
44 large bitmap int (pointer).
63 checkRecycled("decodeRegion called on recycled large bitmap");
72 checkRecycled("getWidth called on recycled large bitmap");
78 checkRecycled("getHeight called on recycled large bitmap");
83 * Frees up the memory associated with this large bitmap, and mark the
84 * large bitmap as "dead", meaning it will throw an exception if decodeRegion(),
87 * sure there are no further uses for the large bitmap. This is an advanced call,
99 * Returns true if this large bitmap has been recycled.
102 * @return true if the large bitmap has been recycle
    [all...]
  /frameworks/base/core/tests/coretests/src/android/view/
BigCache.java 31 * This activity contains two Views, one as big as the screen, one much larger. The large one
54 final View large = new View(this); local
55 large.setId(R.id.b);
56 large.setBackgroundColor(0xFF00FF00);
59 large.setLayoutParams(new LinearLayout.LayoutParams(screenWidth, height));
66 testBed.addView(large);
  /packages/apps/Email/docs/
TODO 20 pertaining to large attachments as streams instead of as large loads into byte arrays.
  /external/v8/test/mjsunit/
array-functions-prototype-misc.js 30 * and large arrays. Some of these methods are specified such that they
34 var LARGE = 40000000;
39 //var LARGE = 40000;
42 var fourhundredth = LARGE/400;
273 var a = new Array(LARGE + 10);
280 var top = a.splice(LARGE, 5);
282 assertEquals(LARGE, top[0]);
284 assertEquals(LARGE + 5, a.length);
285 a.splice(LARGE, 0, LARGE);
    [all...]
  /development/apps/SpareParts/res/values/
arrays.xml 40 <item>Large</item>
41 <item>Extra Large</item>
42 <item>Extremely Large</item>
  /external/webkit/WebCore/manual-tests/
transitions2.html 31 {className:"rectangle", description:"animate to a large rectangle over 5 seconds."},
34 {className:"square", description:"instantly change into a small rectangle and then animate into a large square over 2 seconds"},
35 {className:"rectangle", description:"animate to a large rectangle over 5 seconds"},
  /external/chromium/third_party/icu/source/test/intltest/
currcoll.h 27 // Just don't make it too large, otherwise the executable will get too big
jacoll.h 25 // Just don't make it too large, otherwise the executable will get too big
41 /* Test Small, Large letters */
  /external/e2fsprogs/tests/f_big_sparse/
expect.1 5 Filesystem contains large files, but lacks LARGE_FILE flag in superblock.
  /external/icu4c/test/intltest/
currcoll.h 27 // Just don't make it too large, otherwise the executable will get too big
jacoll.h 25 // Just don't make it too large, otherwise the executable will get too big
41 /* Test Small, Large letters */
  /external/kernel-headers/original/asm-arm/
hardirq.h 22 * The hardirq mask has to be large enough to have space
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/resources/
ScreenSize.java 26 LARGE("large", "Large", "Large Screen"); //$NON-NLS-1$

Completed in 1120 milliseconds

1 2 3 4 5 6 7 8 91011>>