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

<<11121314151617181920>>

  /development/ndk/platforms/android-9/arch-mips/include/asm/
delay.h 29 #if HZ >= 1000
35 #define MAX_UDELAY_MS (1000 / HZ)
  /development/samples/ApiDemos/res/anim/
animator_set.xml 19 android:duration="1000"
26 android:duration="1000"
  /external/clang/test/Preprocessor/
line-directive-output.c 26 // CHECK-NEXT: # 1000 "A.c"
27 #line 1000 "A.c"
  /external/kernel-headers/original/asm-arm/
delay.h 18 * of 2000us. Further limits: HZ<=1000 and bogomips<=3355
39 ((n) > (MAX_UDELAY_MS * 1000) ? __bad_udelay() : \
  /external/llvm/test/Analysis/Profiling/
load-branch-weights-switches.ll 160 ; CHECK: !0 = metadata !{metadata !"branch_weights", i32 1000, i32 1000, i32 1000, i32 1000}
162 ; CHECK: !2 = metadata !{metadata !"branch_weights", i32 0, i32 1000, i32 0, i32 1000}
163 ; CHECK: !3 = metadata !{metadata !"branch_weights", i32 1000, i32 0, i32 1000, i32 0}
  /external/llvm/test/Analysis/ScalarEvolution/
trip-count.ll 5 @A = weak global [1000 x i32] zeroinitializer, align 32
13 %tmp = getelementptr [1000 x i32]* @A, i32 0, i32 %i.0 ; <i32*> [#uses=1]
trip-count2.ll 5 @A = weak global [1000 x i32] zeroinitializer, align 32
13 %tmp = getelementptr [1000 x i32]* @A, i32 0, i32 %i.0 ; <i32*> [#uses=1]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
DateHelper.java 31 return new Date((secondsSince - 2082844800L) * 1000L);
42 return (date.getTime() / 1000L) + 2082844800L;
  /external/qemu/distrib/sdl-1.2.15/test/
testerror.c 27 SDL_Delay(1*1000);
52 SDL_Delay(5*1000);
  /external/qemu/telephony/
test1.c 26 printf( "tick %d/%d a %.2fs\n", counter, MAX_COUNTER, now/1000. );
43 sys_timer_set( timer, sys_time_ms() + 1000, timer_func, timer );
  /external/skia/bench/
BenchSysTimer_mach.cpp 41 duration_clock = (end_clock.seconds - start_clock.seconds-1)*1000;
46 duration_clock = (end_clock.seconds - start_clock.seconds)*1000;
BenchSysTimer_posix.cpp 18 duration_clock = (end_clock.tv_sec - start_clock.tv_sec-1)*1000;
22 duration_clock = (end_clock.tv_sec - start_clock.tv_sec)*1000;
  /external/v8/test/cctest/
test-lock.cc 52 ok = sem->Wait(1000);
61 ok = sem->Wait(1000);
  /external/valgrind/main/drd/tests/
annotate_hb_race.c 30 const struct timespec delay = { 0, 100 * 1000 * 1000 };
annotate_ignore_rw.c 26 const struct timespec delay = { 0, 100 * 1000 * 1000 };
annotate_ignore_write.c 26 const struct timespec delay = { 0, 100 * 1000 * 1000 };
pth_create_chain.c 11 static pthread_t s_thread[1000];
12 static int s_arg[1000];
sigalrm.c 78 tsDelay.tv_nsec = 20 * 1000 * 1000;
  /external/valgrind/main/memcheck/tests/
big_blocks_freed_list.c 22 if (big[1000] > 0x0) jumped();
23 if (semi_big[1000] > 0x0) jumped();
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.5.2-1.js 58 "Math.abs(Date.parse(now.toString()) - now.valueOf()) < 1000",
60 Math.abs(Date.parse(now.toString()) - now.valueOf()) < 1000 );
111 "Date.parse( (new Date("+(UTC_29_FEB_2000-1000)+")).toString() )",
112 UTC_29_FEB_2000-1000,
113 Date.parse( (new Date(UTC_29_FEB_2000-1000)).toString() ) )
130 "Date.parse( (new Date("+(UTC_1_JAN_2005-1000)+")).toString() )",
131 UTC_1_JAN_2005-1000,
132 Date.parse( (new Date(UTC_1_JAN_2005-1000)).toString() ) )
15.9.5.2.js 58 "Math.abs(Date.parse(now.toString()) - now.valueOf()) < 1000",
60 Math.abs(Date.parse(now.toString()) - now.valueOf()) < 1000 );
111 "Date.parse( (new Date("+(UTC_29_FEB_2000-1000)+")).toString() )",
112 UTC_29_FEB_2000-1000,
113 Date.parse( (new Date(UTC_29_FEB_2000-1000)).toString() ) )
130 "Date.parse( (new Date("+(UTC_1_JAN_2005-1000)+")).toString() )",
131 UTC_1_JAN_2005-1000,
132 Date.parse( (new Date(UTC_1_JAN_2005-1000)).toString() ) )
  /external/webkit/Source/WebCore/manual-tests/inspector/
console-time.html 14 console.log("2: If it says ~1000ms the first time is not overwritten.");
15 }, 1000);
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridInHorizontal.java 42 String values[] = new String[1000];
44 for(i=0; i<1000; i++) {
GridInVertical.java 42 String values[] = new String[1000];
44 for(i=0; i<1000; i++) {
GridPadding.java 38 String values[] = new String[1000];
39 for(int i = 0; i < 1000; i++) {

Completed in 426 milliseconds

<<11121314151617181920>>