/external/regex-re2/benchlog/ |
benchlog.r70 | 70 Search_Easy0_CachedPCRE/2K 100000 12536 ns/op 163.37 MB/s 95 Search_Easy0_CachedRE2/16K 100000 13930 ns/op 1176.13 MB/s 114 Search_Easy1_CachedPCRE/2K 100000 14053 ns/op 145.73 MB/s 139 Search_Easy1_CachedRE2/16K 100000 14008 ns/op 1169.56 MB/s 155 Search_Medium_CachedPCRE/256 100000 18958 ns/op 13.50 MB/s 174 Search_Medium_CachedRE2/2K 100000 14262 ns/op 143.59 MB/s 206 Search_Hard_CachedRE2/2K 100000 14209 ns/op 144.13 MB/s 229 Search_Parens_CachedRE2/2K 100000 14241 ns/op 143.81 MB/s 250 Search_BigFixed_CachedPCRE/1K 100000 12249 ns/op 83.60 MB/s 286 Search_Easy0_CachedPCRE/2K 100000 12051 ns/op 169.93 MB/ [all...] |
/cts/tests/tests/webkitsecurity/assets/ |
remove-all-children-crash.html | 15 var temp = {i: "ab" + i + (i / 100000)};
|
/external/bluetooth/glib/tests/refcount/ |
objects2.c | 92 if (i++ % 100000 == 0)
|
/external/dropbear/libtomcrypt/testprof/ |
tomcrypt_test.h | 42 #define TIMES 100000
|
/external/kernel-headers/original/asm-arm/arch/ |
timex.h | 38 #define CLOCK_TICK_RATE (HZ * 100000UL)
|
/external/llvm/test/Transforms/Inline/ |
dynamic_alloca_test.ll | 39 %cond = icmp eq i32 %count, 100000
|
/external/valgrind/main/callgrind/tests/ |
simwork.c | 9 #define SIZE 100000
|
/external/valgrind/main/exp-sgcheck/tests/ |
stackerr.c | 51 + buf[2] + afterbuf[3]) / 100000) ;
|
/external/valgrind/main/massif/perf/ |
many-xpts.c | 46 for (i = 0; i < 100000; i++) {
|
/external/webkit/LayoutTests/fast/dom/Attr/script-tests/ |
access-after-element-destruction.js | 9 for (var i = 0; i < 100000; i++)
|
/libcore/luni/src/main/java/libcore/math/ |
MathUtils.java | 32 100000L,
|
/external/libpng/ |
pngset.c | 59 info_ptr->int_x_white = (png_fixed_point)(white_x*100000.+0.5); 60 info_ptr->int_y_white = (png_fixed_point)(white_y*100000.+0.5); 61 info_ptr->int_x_red = (png_fixed_point)( red_x*100000.+0.5); 62 info_ptr->int_y_red = (png_fixed_point)( red_y*100000.+0.5); 63 info_ptr->int_x_green = (png_fixed_point)(green_x*100000.+0.5); 64 info_ptr->int_y_green = (png_fixed_point)(green_y*100000.+0.5); 65 info_ptr->int_x_blue = (png_fixed_point)( blue_x*100000.+0.5); 66 info_ptr->int_y_blue = (png_fixed_point)( blue_y*100000.+0.5); 98 info_ptr->x_white = (float)(white_x/100000.); 99 info_ptr->y_white = (float)(white_y/100000.) [all...] |
/external/v8/test/mjsunit/ |
array-indexing.js | 44 var sparse_object = { 0: 42, 100000: 37, length: 200000 }; 45 var funky_object = { 10:42, 100000: 42, 100001: 37, length: 50000 }; 46 var infinite_object = { 10: 42, 100000: 37, length: Infinity }; 107 assertEquals(100000, Array.prototype.indexOf.call(sparse_object, 37)); 171 assertEquals(100000, Array.prototype.lastIndexOf.call(sparse_object, 37)); 179 assertEquals(100000, Array.prototype.lastIndexOf.call(sparse_object, 37));
|
string-replace-one-char.js | 74 for (var i = 0; i < 100000; i++) nested_1 += "y"; 80 for (var i = 0; i < 100000; i++) nested_2 += "y";
|
/dalvik/tests/083-jit-regressions/src/ |
Main.java | 36 for (int i = 0; i < 100000; i++) { 42 for (int i = 0; i < 100000; i++) {
|
/external/dbus/test/name-test/ |
tmp-session-like-system.conf | 82 <limit name="max_completed_connections">100000</limit> 84 <limit name="max_connections_per_user">100000</limit>
|
/external/dropbear/libtommath/etc/ |
tune.c | 73 KARATSUBA_MUL_CUTOFF = 100000; 101 KARATSUBA_SQR_CUTOFF = 100000;
|
/external/llvm/test/MC/MBlaze/ |
mblaze_typea.s | 80 # BINARY: 100000 00001 00010 00011 00000000000 120 # BINARY: 100000 00000 00000 00000 00000000000
|
/external/oprofile/libdb/tests/ |
db_test.c | 79 for (i = 100000; i <= 10000000; i *= 10) { 125 for (i = 1000; i <= 100000; i *= 10) {
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
PaintTileOperation.cpp | 107 priority += 100000 * (int)std::min(drawDelta, (unsigned long long)1000); 119 priority += 100000 - (1 + m_tile->y()) * 1000;
|
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/ |
PmPermissionsTests.java | 89 mPm.freeStorage(100000, null); 104 mPm.freeStorageAndNotify(100000, null);
|
/external/iptables/extensions/ |
libxt_connbytes.man | 36 iptables .. \-m connbytes \-\-connbytes 10000:100000 \-\-connbytes\-dir both \-\-connbytes\-mode bytes ...
|
/external/openssh/regress/ |
banner.sh | 16 for s in 0 10 100 1000 10000 100000 ; do
|
/external/v8/test/mjsunit/compiler/ |
alloc-number.js | 34 for (var i = 1; i < 100000; i+=2) o.val = x + y + i;
|
regress-valueof.js | 33 for (var i=0; i<100000; i++) f(42);
|