HomeSort by relevance Sort by last modified time
    Searched full:1000 (Results 351 - 375 of 4948) sorted by null

<<11121314151617181920>>

  /external/valgrind/main/none/tests/s390x/
stck.c 35 if (diff >= 1000 && diff < 1500)
stckf.c 36 if (diff >= 1000 && diff < 1500)
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
disconnected-frame-already.js 22 setTimeout(finishTest, 1000);
  /external/webkit/LayoutTests/fast/events/touch/script-tests/
touch-target-limited.js 96 eventSender.updateTouchPoint(0, 1000, 1000);
97 eventSender.updateTouchPoint(1, 1000, 1000);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/Array/
tostring_1.js 106 var b = new Array(1000);
114 "var b = new Array(1000); b.toString()",
115 ( VERSION == "120" ? "[1000]" : bstring ),
121 ( VERSION == "120" ? 1 : 1000 ),
  /external/webkit/Source/WebKit/win/WebKit.vcproj/
resource.h 41 #define _APS_NEXT_CONTROL_VALUE 1000
  /external/webkit/Source/WebKit2/win/
resource.h 41 #define _APS_NEXT_CONTROL_VALUE 1000
  /frameworks/base/core/res/res/anim/
slow_fade_in.xml 24 android:duration="1000" />
  /frameworks/base/core/tests/coretests/src/android/os/
IdleHandlerTest.java 89 tester.doTest(1000);
125 tester.doTest(1000);
160 tester.doTest(1000);
196 tester.doTest(1000);
  /frameworks/wilhelm/tests/mimeUri/
slesTestPlayUri.cpp 249 usleep(100 * 1000);
256 usleep(100 * 1000);
280 usleep(5*1000 * 1000);
283 usleep(3*1000 * 1000);
286 usleep(3*1000 * 1000);
289 usleep(3*1000 * 1000);
    [all...]
  /packages/apps/Gallery/res/anim/
transition_in.xml 24 android:duration="1000" />
transition_out.xml 24 android:duration="1000"
  /packages/apps/Mms/src/com/android/mms/util/
RateController.java 36 private static final long ONE_HOUR = 1000 * 60 * 60;
146 for (int t = 0; (mAnswer == NO_ANSWER) && (t < ANSWER_TIMEOUT); t += 1000) {
149 Log.v(TAG, "Waiting for answer..." + t / 1000);
151 wait(1000L);
  /packages/inputmethods/LatinIME/java/res/anim/
alt_code_key_while_typing_fadein.xml 25 android:duration="1000"
  /sdk/find_java/
find_java.h 27 #define MIN_JAVA_VERSION (MIN_JAVA_VERSION_MAJOR * 1000 + MIN_JAVA_VERSION_MINOR)
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/bytecode/
SecureRandomTest.java.txt 7 private static final long FIXED_SEED = 1000L;
  /external/dbus/dbus/
dbus-sysdeps-pthread.c 280 time_now.tv_usec = monotonic_timer.tv_nsec / 1000;
287 end_time.tv_sec = time_now.tv_sec + timeout_milliseconds / 1000;
288 end_time.tv_nsec = (time_now.tv_usec + (timeout_milliseconds % 1000) * 1000) * 1000;
289 if (end_time.tv_nsec > 1000*1000*1000)
292 end_time.tv_nsec -= 1000*1000*1000
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMonitorTest.java 225 // System.out.println("Waiter calling wait(1000)");
226 this.wait(1000);
229 // System.out.println("wait(1000): Waiter caught " + ex);
231 // System.out.println("wait(1000) finished");
235 "during wait(1000)");
245 // System.out.println("Waiter calling wait(1000, 5000)");
246 this.wait(1000, 5000);
249 // System.out.println("wait(1000, 5000): Waiter caught " + ex);
251 // System.out.println("wait(1000, 5000) finished");
255 "during wait(1000, 5000)")
    [all...]
  /bionic/libc/unistd/
ftime.c 39 tb->millitm = (tv.tv_usec + 500) / 1000;
41 if (tb->millitm == 1000) {
usleep.c 39 ts.tv_nsec = (usec - ts.tv_sec*1000000UL)*1000;
41 ts.tv_nsec = (usec % 1000000UL) * 1000UL;
  /build/tools/fs_config/
fs_config.c 38 // data/app 1000 1000 771
  /cts/suite/audio_quality/test/
AudioSignalFactoryTest.cpp 41 const int maxPositive = 1000;
50 const int maxPositive = 1000;
  /cts/tests/src/android/content/cts/
MockContextWrapperService.java 43 mHandler.sendMessageDelayed(mHandler.obtainMessage(TEST_MESSAGE_WHAT), 1000);
49 mHandler.sendMessageDelayed(mHandler.obtainMessage(TEST_MESSAGE_WHAT), 1000);
  /cts/tests/tests/os/src/android/os/cts/
VibratorTest.java 36 mVibrator.vibrate(1000);
82 mVibrator.vibrate(1000);
  /dalvik/tests/etc/
default-build 28 --dump-width=1000 classes
35 --output=classes-ex.dex --dump-width=1000 classes-ex

Completed in 1735 milliseconds

<<11121314151617181920>>