HomeSort by relevance Sort by last modified time
    Searched defs:small (Results 1 - 16 of 16) sorted by null

  /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...]
cdattst.c 1082 const double small = 1000; \/* 1 sec *\/ local
    [all...]
  /packages/inputmethods/LatinIME/native/src/
char_utils.cpp 23 unsigned short small; member in struct:latinime::LatinCapitalSmallPair
154 { 0x024A, 0x024B }, // LATIN CAPITAL LETTER SMALL Q WITH HOOK TAIL
    [all...]
  /bionic/libc/arch-sh/bionic/
memset.S 52 /* small amount to fill ? */
56 mov #12,REG_TMP1 /* if (len >= 12) goto small; */
58 bt/s small
92 small: label
146 /* 2 bytes aligned small fill */
  /external/v8/test/mjsunit/
html-string-funcs.js 35 fixed: 'tt', italics: 'i', small: 'small',
  /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...]
  /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,
  /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/libffi/src/mips/
ffi.c 242 unsigned small = FFI_TYPE_SMALLSTRUCT; local
256 small = FFI_TYPE_SMALLSTRUCT2;
271 return small;
277 return small;
282 return small;
  /external/webkit/Source/WebCore/inspector/front-end/
ProfilesPanel.js 297 var small = false; variable
329 group[0]._profilesTreeElement.small = true;
338 small = true;
344 profileTreeElement.small = small;
  /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/valgrind/main/exp-ptrcheck/tests/
hackedbz2.c 218 # ifdef small
219 /* windows.h define small to char */
220 # undef small macro
257 int small
281 int small,
357 int small,
772 /* for undoing the Burrows-Wheeler transform (SMALL) */
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 211 # ifdef small
212 /* windows.h define small to char */
213 # undef small macro
250 int small
274 int small,
350 int small,
765 /* for undoing the Burrows-Wheeler transform (SMALL) */
    [all...]
varinfo6.c 249 # ifdef small
250 /* windows.h define small to char */
251 # undef small macro
288 int small
312 int small,
388 int small,
803 /* for undoing the Burrows-Wheeler transform (SMALL) */
    [all...]
  /external/valgrind/main/perf/
bz2.c 211 # ifdef small
212 /* windows.h define small to char */
213 # undef small macro
250 int small
274 int small,
350 int small,
765 /* for undoing the Burrows-Wheeler transform (SMALL) */
    [all...]

Completed in 210 milliseconds