HomeSort by relevance Sort by last modified time
    Searched full:1000 (Results 551 - 575 of 9567) sorted by null

<<21222324252627282930>>

  /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/pdfium/fpdfsdk/include/formfiller/
FFL_CBA_Fontmap.h 10 #if _MSC_VER > 1000
12 #endif // _MSC_VER > 1000
  /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/tests/
MipMapTest.cpp 16 int w = 2 + rand.nextU() % 1000;
17 int h = 2 + rand.nextU() % 1000;
  /external/skia/tools/timer/
SysTimer_mach.cpp 33 duration_clock = (end_clock.seconds - start_clock.seconds-1) * 1000;
36 duration_clock = (end_clock.seconds - start_clock.seconds) * 1000;
SysTimer_posix.cpp 13 duration_clock = (end_clock.tv_sec - start_clock.tv_sec - 1) * 1000;
16 duration_clock = (end_clock.tv_sec - start_clock.tv_sec) * 1000;
  /external/valgrind/main/drd/tests/
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 81 tsDelay.tv_nsec = 20 * 1000 * 1000;
std_atomic.cpp 18 timespec delay = { 0, 100 * 1000 * 1000 };
std_string.cpp 42 usleep(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();
err_disable_arange1.c 14 = (volatile int* volatile)malloc(1000 * sizeof(int));
23 VALGRIND_DISABLE_ADDR_ERROR_REPORTING_IN_RANGE(mem, 1000 * sizeof(int));
  /external/valgrind/main/perf/
heap.c 6 #define NITERS (3*1000*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++) {
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListDividers.java 38 String values[] = new String[1000];
39 for (int i = 0; i < 1000; i++) {
ListInHorizontal.java 41 String values[] = new String[1000];
42 for (int i = 0; i < 1000; i++) {
ListInVertical.java 41 String values[] = new String[1000];
42 for (int i = 0; i < 1000; i++) {
  /frameworks/ex/variablespeed/jni/
profile_timer.h 38 static_cast<int>((endTime - startTime_) * 1000 / CLOCKS_PER_SEC));
43 return (endTime - startTime_) * 1000 / CLOCKS_PER_SEC;
  /frameworks/testing/espresso/espresso-sample/src/main/java/com/google/android/apps/common/testing/ui/testapp/
SimpleWebViewActivity.java 37 "<button style='height:1000px;width:1000px;' onclick='document.was_clicked = true'> " +
  /pdk/apps/CameraITS/tests/inprog/
test_test_patterns.py 28 req = its.objects.manual_capture_request(100, 10*1000*1000)

Completed in 1162 milliseconds

<<21222324252627282930>>