/external/clang/test/SemaCXX/ |
attr-print.cpp | 23 // CHECK: int small __attribute__((mode(byte))); 24 int small __attribute__((mode(byte))); variable
|
/external/chromium_org/third_party/icu/source/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...] |
/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 | 1208 const double small = 1000; \/* 1 sec *\/ local [all...] |
/external/valgrind/main/memcheck/tests/ |
big_blocks_freed_list.c | 11 char *small = NULL; local 25 /* Then verify that dangling pointers for small blocks is not hampered 27 small = malloc (10000); 28 free(small); 32 with the malloc of small above. */ 41 if (small[10] > 0x0) jumped(); 55 if (small[10] > 0x0) jumped();
|
/external/chromium_org/mojo/public/tests/ |
buffer_unittest.cc | 22 // Tests small and large allocations in ScratchBuffer. 26 // Test that a small allocation is placed on the stack. 28 void* small = buf.Allocate(10); local 29 EXPECT_TRUE(small >= &buf && small < (&buf + sizeof(buf))); 30 EXPECT_TRUE(IsZero(small, 10)); 37 // But another small allocation should be back on the stack. 38 small = buf.Allocate(10); 39 EXPECT_TRUE(IsZero(small, 10)); 40 EXPECT_TRUE(small >= &buf && small < (&buf + sizeof(buf))) [all...] |
/packages/inputmethods/LatinIME/native/jni/src/utils/ |
char_utils.cpp | 27 unsigned short small; member in struct:latinime::LatinCapitalSmallPair 208 { 0x01C5, 0x01C6 }, // LATIN CAPITAL LETTER D WITH SMALL LETTER Z WITH CARON 210 { 0x01C8, 0x01C9 }, // LATIN CAPITAL LETTER L WITH SMALL LETTER J 212 { 0x01CB, 0x01CC }, // LATIN CAPITAL LETTER N WITH SMALL LETTER J 231 { 0x01F2, 0x01F3 }, // LATIN CAPITAL LETTER D WITH SMALL LETTER Z 275 { 0x024A, 0x024B }, // LATIN CAPITAL LETTER SMALL Q WITH HOOK TAIL [all...] |
/external/chromium_org/v8/test/mjsunit/ |
html-string-funcs.js | 35 fixed: 'tt', italics: 'i', small: 'small',
|
/external/eigen/test/ |
stable_norm.cpp | 57 Scalar small = internal::random<Scalar>() * ((std::numeric_limits<RealScalar>::min)() * RealScalar(1e4)); local 65 vsmall.fill(small); 86 VERIFY(isFinite(internal::sqrt(size)*internal::abs(small))); 87 VERIFY_IS_NOT_APPROX(internal::sqrt(copy(vsmall.squaredNorm())), internal::abs(internal::sqrt(size)*small)); // here the default norm must fail 88 VERIFY_IS_APPROX(vsmall.stableNorm(), internal::sqrt(size)*internal::abs(small)); 89 VERIFY_IS_APPROX(vsmall.blueNorm(), internal::sqrt(size)*internal::abs(small)); 90 VERIFY_IS_APPROX(vsmall.hypotNorm(), internal::sqrt(size)*internal::abs(small));
|
/external/skia/gm/ |
bigmatrix.cpp | 49 SkScalar small = 1 / (500 * SK_Scalar1); local 52 path.addCircle(pt.fX, pt.fY, small); 57 SkRect rect = {pt.fX - small, pt.fY - small, 58 pt.fX + small, pt.fY + small}; 84 rect.setLTRB(pt.fX - small, pt.fY - small, 85 pt.fX + small, pt.fY + small); [all...] |
verylargebitmap.cpp | 76 int small = 150; variable 83 show_bm(canvas, small, small, colors); 88 show_bm(canvas, big, small, colors); 100 show_bm(canvas, veryBig, small, colors);
|
/external/skia/tests/ |
InfRectTest.cpp | 70 SkScalar small = SkIntToScalar(10); local 75 SkRect rect = SkRect::MakeXYWH(small, small, big, big); 80 check_invalid(reporter, small, small, big, invalid[i]); 81 check_invalid(reporter, small, small, invalid[i], big); 82 check_invalid(reporter, small, invalid[i], big, big); 83 check_invalid(reporter, invalid[i], small, big, big);
|
/external/v8/test/mjsunit/ |
html-string-funcs.js | 35 fixed: 'tt', italics: 'i', small: 'small',
|
/external/clang/test/CodeGen/ |
sparcv9-abi.c | 21 // Small structs are passed in registers. 22 struct small { struct 26 // CHECK: define %struct.small @f_small(i32* %x.coerce0, i32* %x.coerce1) 27 struct small f_small(struct small x) { 164 // CHECK-DAG: %[[ADR:[^ ]+]] = bitcast i8* %[[CUR]] to %struct.small* 167 s += *va_arg(ap, struct small).a;
|
/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/valgrind/main/none/tests/s390x/ |
mvcl.c | 174 uint8_t byte, buf[10], small[5], i; local 205 memset(small, 's', sizeof small); 206 run_test(buf, sizeof buf, small, sizeof small, 'a'); 211 memset(small, 's', sizeof small); 212 run_test(small, sizeof small, buf, sizeof buf, 'a');
|
/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...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
cgitb.py | 47 def small(text): function 49 return '<small>' + text + '</small>' 116 indent = '<tt>' + small(' ' * 5) + ' </tt>' 144 num = small(' ' * (5-len(str(i))) + str(i)) + ' ' 168 rows.append('<tr><td>%s</td></tr>' % small(grey(', '.join(dump))))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
cgitb.py | 47 def small(text): function 49 return '<small>' + text + '</small>' 116 indent = '<tt>' + small(' ' * 5) + ' </tt>' 144 num = small(' ' * (5-len(str(i))) + str(i)) + ' ' 168 rows.append('<tr><td>%s</td></tr>' % small(grey(', '.join(dump))))
|
/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/chromium_org/third_party/tcmalloc/vendor/src/ |
tcmalloc.cc | 33 // A malloc that uses a per-thread cache to satisfy small malloc requests. 34 // (The time for malloc/free of a small object drops from 300 ns to 50 ns.) 85 // * malloc/free of small objects goes from ~300 ns to ~50 ns. 150 // Some windows file somewhere (at least on cygwin) #define's small (!) 151 #undef small macro 355 PageHeap::SmallSpanStats small; local 358 ExtractStats(&stats, class_count, &small, &large); 378 "NOTE: SMALL MEMORY MODEL IS IN USE, PERFORMANCE MAY SUFFER.\n"); 437 if (small.normal_length[s] + small.returned_length[s] > 0) 855 PageHeap::SmallSpanStats small; local [all...] |
/external/chromium_org/cc/trees/ |
occlusion_tracker_unittest.cc | 3580 typename Types::LayerType* small = local [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
ProfilesPanel.js | 683 var small = false; variable 708 group[0]._profilesTreeElement.small = true; 717 small = true; 723 profileTreeElement.small = small; 754 group[0]._profilesTreeElement.small = false; [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
tcmalloc.cc | 33 // A malloc that uses a per-thread cache to satisfy small malloc requests. 34 // (The time for malloc/free of a small object drops from 300 ns to 50 ns.) 85 // * malloc/free of small objects goes from ~300 ns to ~50 ns. 138 // Some windows file somewhere (at least on cygwin) #define's small (!) 139 // For instance, <windows.h> appears to have "#define small char". 140 #undef small macro 306 // small margin. 365 PageHeap::SmallSpanStats small; local 368 ExtractStats(&stats, class_count, &small, &large); 403 "NOTE: SMALL MEMORY MODEL IS IN USE, PERFORMANCE MAY SUFFER.\n") 862 PageHeap::SmallSpanStats small; local [all...] |