Searched
full:1000 (Results
901 -
925 of
8031) sorted by null
<<31323334353637383940>>
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-crbug-178790.js | 32 for (var i = 0; i < 1000; i++) { 48 for (var i = 0; i < 1000; i++) {
|
/external/chromium_org/v8/test/webkit/ |
boolean-argument-prediction.js | 39 for (var i = 0; i < 1000; ++i) { 53 for (var i = 0; i < 1000; ++i) {
|
dfg-inline-function-dot-caller.js | 51 for (var i = 0; i < 1000; i++) 57 for (var i = 0; i < 1000; i++) {
|
dfg-string-stricteq.js | 45 for (var i = 0; i < 1000; ++i) { 47 var b = "blah" + (1000 - i);
|
/external/clang/test/Analysis/ |
free.c | 30 free((void*)1000); // expected-warning {{Argument to free() is a constant address (1000), which is not memory allocated by malloc()}}
|
/external/clang/test/CodeGen/ |
2004-03-09-LargeArrayInitializers.c | 6 const int XX[1000] = { 0, 0 }; 7 const char S [1000] = "foo";
|
/external/clang/test/SemaCXX/ |
i-c-e-cxx.cpp | 51 static const int B = int(0.75 * 1000 * 1000); // expected-warning {{not a constant expression; folding it to a constant is a GNU extension}}
|
/external/compiler-rt/lib/tsan/tests/unit/ |
tsan_vector_test.cc | 35 for (int i = 0; i < 1000; i++) { 40 for (int i = 0; i < 1000; i++) {
|
/external/eigen/bench/btl/data/ |
mk_new_gnuplot.sh | 25 # echo "set terminal svg enhanced size 1000 1000 fname \"Times\" fsize 36" >> $WHAT.gnuplot
|
/external/elfutils/tests/ |
sha1-tst.c | 35 char buf[1000]; 66 for (int i = 0; i < 1000; ++i)
|
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/ |
AndroidTimer.java | 42 //private static final long TIMER_RESOLUTION = 1000L; 43 //private static final float INVERSE_TIMER_RESOLUTION = 1f/1000L;
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/ |
PhysicsRayTestResult.java | 38 * bulletAppState.getPhysicsSpace().rayTest(new Vector3f(0,1000,0),new Vector3f(0,-1000,0));
|
/external/llvm/test/MC/COFF/ |
section-name-encoding.s | 49 // 1000x 'a' 53 // /1000029 == 4 + 10 + (5 * (2 + (20 * 10 * 1000) + 1))
|
/external/qemu/distrib/sdl-1.2.15/src/timer/symbian/ |
SDL_systimer.cpp | 50 tickPeriodMilliSeconds = period.Int() / 1000; 61 User::After(TTimeIntervalMicroSeconds32(ms*1000));
|
/external/qemu/hw/ |
mips_timer.c | 5 #define TIMER_FREQ 100 * 1000 * 1000
|
/external/skia/gm/ |
bigmatrix.cpp | 79 s.setScale(SK_Scalar1 / 1000, SK_Scalar1 / 1000);
|
/external/skia/tests/ |
FitsInTest.cpp | 35 TEST(int32_t, 1000, int8_t, false); 36 TEST(int32_t, 1000, uint8_t, false);
|
/external/v8/src/ |
counters.cc | 63 int milliseconds = static_cast<int>(stop_time_ - start_time_) / 1000; 81 int milliseconds = static_cast<int>(stop_time_ - start_time_) / 1000;
|
/external/webrtc/src/system_wrappers/source/ |
condition_variable_posix.cc | 97 const int MILLISECONDS_PER_SECOND = 1000; 99 const int MICROSECONDS_PER_MILLISECOND = 1000;
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
LVC_Mixer_SetTimeConstant.c | 29 /* Delta=(2147483647*4*1000)/(NumChannels*SampleRate*Tc_millisec) */ 74 pInstance->Delta=Delta; // Delta=(2147483647*4*1000)/(NumChannels*SampleRate*Tc_millisec) in Q 0.31 format
|
LVC_Mixer_VarSlope_SetTimeConstant.c | 30 /* Delta=(2147483647*4*1000)/(NumChannels*SampleRate*Tc_millisec) */ 94 pInstance->Delta=Delta; // Delta=(2147483647*4*1000)/(NumChannels*SampleRate*Tc_millisec) in Q 0.31 format
|
/frameworks/base/core/java/android/widget/ |
DigitalClock.java | 90 long next = now + (1000 - now % 1000);
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/ |
ConnectivityManagerStressTestRunner.java | 42 public int mSleepTime = 2 * 60 * 1000; 101 mSleepTime = 1000 * sleepTime;
|
/frameworks/base/core/tests/coretests/src/android/view/ |
VelocityTest.java | 68 vt.computeCurrentVelocity(1000); 79 vt.computeCurrentVelocity(1000); 91 vt.computeCurrentVelocity(1000); 103 vt.computeCurrentVelocity(1000); 117 // 100px, 2 steps, 100ms => 1000px/s 119 vt.computeCurrentVelocity(1000); 160 drag(vt, 100, 200, 100, 200, 10, t + 3600*1000, 400); // on hour later 222 vt.computeCurrentVelocity(1000);
|
/frameworks/base/media/mca/tests/src/android/camera/mediaeffects/tests/functional/ |
EffectsVideoCapture.java | 36 private static final long WAIT_FOR_PREVIEW = 4 * 1000; // 4 seconds 44 int video_duration = 4 * 1000; // 4 seconds
|
Completed in 677 milliseconds
<<31323334353637383940>>