HomeSort by relevance Sort by last modified time
    Searched refs:small (Results 26 - 50 of 135) sorted by null

12 3 4 5 6

  /dalvik/dx/tests/027-method-attrib-Signature/
run 17 dx --debug --dump small-class.txt
  /external/skia/tests/
InfRectTest.cpp 25 SkScalar small = SkIntToScalar(10); local
28 SkRect rect = SkRect::MakeXYWH(small, small, big, big);
31 check_invalid(reporter, small, small, big, invalid);
32 check_invalid(reporter, small, small, invalid, big);
33 check_invalid(reporter, small, invalid, big, big);
34 check_invalid(reporter, invalid, small, big, big);
35 check_invalid(reporter, small, small, big, -invalid)
    [all...]
  /external/icu4c/test/cintltst/
sorttest.c 28 uint16_t small[]={ 8, 1, 2, 5, 4, 3, 7, 6 }; local
36 /* sort small array (stable) */
38 uprv_sortArray(small, LENGTHOF(small), sizeof(small[0]), uprv_uint16Comparator, NULL, TRUE, &errorCode);
40 log_err("uprv_sortArray(small) failed - %s\n", u_errorName(errorCode));
43 for(i=1; i<LENGTHOF(small); ++i) {
44 if(small[i-1]>small[i]) {
45 log_err("uprv_sortArray(small) mis-sorted [%d]=%u > [%d]=%u\n", i-1, small[i-1], i, small[i])
    [all...]
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/drawable/
MipmapDrawableTest.java 67 Drawable small = new MockDrawable(8); local
74 mMipmapDrawable.addDrawable(small);
75 assertSame(small, mDrawableContainerState.getChildren()[0]);
79 assertSame(small, mDrawableContainerState.getChildren()[0]);
83 mMipmapDrawable.addDrawable(small);
84 assertSame(small, mDrawableContainerState.getChildren()[0]);
85 assertSame(small, mDrawableContainerState.getChildren()[1]);
90 assertSame(small, mDrawableContainerState.getChildren()[0]);
91 assertSame(small, mDrawableContainerState.getChildren()[1]);
97 assertSame(small, mDrawableContainerState.getChildren()[0])
138 Drawable small = new MockDrawable(8); local
182 Drawable small = new MockDrawable(8, 4); local
200 Drawable small = new MockDrawable(8); local
    [all...]
  /development/ndk/tests/dlclose-destruction/jni/
Android.mk 1 # A small sample used to demonstrate static C++ destructors
  /libcore/luni/src/test/java/libcore/java/util/
BitSetTest.java 196 private static BitSet small() { method in class:BitSetTest
204 result.and(small()); method
206 result = small();
211 result.andNot(small()); method
213 result = small();
217 assertFalse(big().intersects(small()));
218 assertFalse(small().intersects(big()));
221 result.or(small()); method
223 result = small();
228 result.xor(small()); method
    [all...]
  /external/e2fsprogs/misc/
mke2fs.conf 20 small = {
  /external/icu4c/extra/uconv/
resfiles.mk 2 # A small makefile containing the list of resource bundles
  /external/bzip2/
bzlib.h 80 # ifdef small
81 /* windows.h define small to char */
82 # undef small macro
119 int small
143 int small,
219 int small,
  /external/webkit/Source/WebCore/inspector/front-end/
SidebarTreeElement.js 47 this._childrenListNode.addStyleClass("small");
49 this._childrenListNode.removeStyleClass("small");
100 get small()
105 set small(x)
111 this._listItemNode.addStyleClass("small");
113 this._listItemNode.removeStyleClass("small");
185 if (this.small)
186 this._listItemNode.addStyleClass("small");
  /dalvik/dx/tests/003-magic-version-access/
run 25 # Too small (throws an exception)
46 dx --debug --dump --width=100 small-class.txt
  /bionic/libc/arch-arm/bionic/
crtbegin_dynamic.S 33 # this is the small startup code that is first run when
crtbegin_static.S 33 # this is the small startup code that is first run when
  /bionic/libc/arch-sh/bionic/
crtbegin_static.S 33 # this is the small startup code that is first run when
crtbegin_dynamic.S 33 # this is the small startup code that is first run when
  /external/chromium/chrome/browser/chromeos/extensions/
file_browser_event_router.h 70 bool small);
  /external/clang/docs/tools/
manpage.css 23 color: #ffffff; font-size: xx-small;
27 color: #ffffff; font-size: xx-small;
50 color: #336699; font-size: small;
54 color: #336699; font-size: small;
58 font-family: Arial,Helvetica; font-size: small;
77 .smstd { font-family: Arial,Helvetica; color: #000000; font-size: x-small; }
80 font-family: sans-serif; font-size: x-small; color: black; }
88 .meerkatDate { font-family: sans-serif; font-size: xx-small; color: #336699; }
  /external/llvm/docs/CommandGuide/html/
manpage.css 23 color: #ffffff; font-size: xx-small;
27 color: #ffffff; font-size: xx-small;
50 color: #336699; font-size: small;
54 color: #336699; font-size: small;
58 font-family: Arial,Helvetica; font-size: small;
77 .smstd { font-family: Arial,Helvetica; color: #000000; font-size: x-small; }
80 font-family: sans-serif; font-size: x-small; color: black; }
88 .meerkatDate { font-family: sans-serif; font-size: xx-small; color: #336699; }
  /external/llvm/docs/CommandGuide/
manpage.css 23 color: #ffffff; font-size: xx-small;
27 color: #ffffff; font-size: xx-small;
50 color: #336699; font-size: small;
54 color: #336699; font-size: small;
58 font-family: Arial,Helvetica; font-size: small;
77 .smstd { font-family: Arial,Helvetica; color: #000000; font-size: x-small; }
80 font-family: sans-serif; font-size: x-small; color: black; }
88 .meerkatDate { font-family: sans-serif; font-size: xx-small; color: #336699; }
  /external/qemu/tcg/i386/
tcg-target.c 713 #undef small /* for mingw build */ macro
715 /* Use SMALL != 0 to force a short forward branch. */
716 static void tcg_out_jxx(TCGContext *s, int opc, int label_index, int small)
732 if (small) {
743 } else if (small) {
779 int label_index, int small)
782 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index, small);
788 int label_index, int small)
791 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index, small);
797 const int *const_args, int small)
    [all...]
  /external/icu4c/test/testdata/
testdata.mak 130 @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" --small -d"$(TESTDATABLD)" $**
134 @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" --small -d"$(TESTDATABLD)" $**
138 @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" --small -d"$(TESTDATABLD)" $**
142 @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" --small -d"$(TESTDATABLD)" $**
146 @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" --small -d"$(TESTDATABLD)" $**
150 @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" --small -d"$(TESTDATABLD)" $**
154 @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" --small -d"$(TESTDATABLD)" $**
  /development/tools/emulator/opengl/shared/OpenglOsUtils/
Android.mk 1 # This build script corresponds to a small library containing
  /external/v8/test/mjsunit/
html-string-funcs.js 35 fixed: 'tt', italics: 'i', small: 'small',
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-76054.js 86 status = 'small()';
87 actual = s.small();
  /ndk/sources/host-tools/make-3.81/
configure.bat 22 rem The SmallEnv trick protects against too small environment block,
59 echo Your environment is too small. Please enlarge it and run me again.

Completed in 441 milliseconds

12 3 4 5 6