Searched
full:100000 (Results
376 -
400 of
951) sorted by null
<<11121314151617181920>>
/external/v8/test/mjsunit/compiler/ |
division-by-constant.js | 94 PushRangeSymmetric(values, 100000, 100009);
|
math-floor-local.js | 162 assertEquals(-0, floorsum(100000, -0));
|
/external/v8/test/mjsunit/ |
math-round.js | 72 assertEquals(-0, roundsum(100000, -0));
|
setters-on-elements.js | 185 create_func_dictionary = function() { var a = []; a.length = 100000; return a; }
|
/external/valgrind/memcheck/tests/ |
custom_alloc.c | 8 #define SUPERBLOCK_SIZE 100000
|
mempool2.c | 13 #define SUPERBLOCK_SIZE 100000
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
RangeTest.java | 121 assertOutOfRange(hundredOneTwo, 100000);
|
/frameworks/base/services/tests/servicestests/src/com/android/server/location/ |
LocationRequestStatisticsTest.java | 18 private static final long INTERVAL2 = 100000;
|
/frameworks/native/libs/gui/ |
SensorEventQueue.cpp | 162 usleep(100000);
|
/frameworks/native/libs/gui/tests/ |
SurfaceTextureGLThreadToGL_test.cpp | 163 usleep(100000);
|
/frameworks/wilhelm/tests/sandbox/ |
multithread.c | 94 //usleep(100000);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
vp8_fdct4x4_test.cc | 124 (abs(count_sign_block[j][0] - count_sign_block[j][1]) < 100000);
|
/hardware/invensense/65xx/libsensors_iio/ |
sensor_params.h | 221 #define PRESSURE_BMP280_MINDELAY (100000) // 10Hz
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
armtime | 88 cpu_MHz += factor * $1 * $2 / 100000 # (CPU freq is in kHz)
|
/libcore/luni/src/main/java/java/math/ |
Multiplication.java | 41 1, 10, 100, 1000, 10000, 100000, 1000000, 10000000, 100000000, 1000000000
|
/libcore/luni/src/main/java/java/util/logging/ |
logging.properties | 61 #java.util.logging.FileHandler.limit=100000
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/ |
eval_param.pass.cpp | 81 const int N = 100000;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
compiler_log_formatter.ipp | 83 << "Boost : " << BOOST_VERSION/100000 << "."
|
/packages/screensavers/PhotoTable/res/values/ |
config.xml | 95 <integer name="table_edge_swipe_threshold">100000</integer>
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
ddDivideInt.decTest | 88 dddvi165 divideint 1 100000 -> 0 97 dddvi175 divideint 1 -100000 -> -0 106 dddvi185 divideint -1 100000 -> -0 115 dddvi195 divideint -1 -100000 -> 0
|
dqDivideInt.decTest | 89 dqdvi165 divideint 1 100000 -> 0 98 dqdvi175 divideint 1 -100000 -> -0 107 dqdvi185 divideint -1 100000 -> -0 116 dqdvi195 divideint -1 -100000 -> 0
|
dqXor.decTest | 75 dqxor629 xor 1111111111111111111111111111011111 1111111111111111111111111111111111 -> 100000 110 dqxor669 xor 1111111111111111111111111111111111 1111111111111111111111111111011111 -> 100000 130 dqxor031 xor 100000 100000 -> 0
|
max.decTest | 410 maxx661 max 100000 1000.0 -> 100000 411 maxx662 max 1000.0 100000 -> 100000
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_ucn.py | 129 unicode, "\\N{%s}" % ("x" * 100000), 'unicode-escape', 'strict'
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
ddDivideInt.decTest | 88 dddvi165 divideint 1 100000 -> 0 97 dddvi175 divideint 1 -100000 -> -0 106 dddvi185 divideint -1 100000 -> -0 115 dddvi195 divideint -1 -100000 -> 0
|
Completed in 2854 milliseconds
<<11121314151617181920>>