/cts/libs/vogar-expect/src/vogar/util/ |
TimeUtilities.java | 28 long milliseconds = duration % 1000; 29 duration /= 1000; 65 if (ns < 1000L) { 68 return Long.toString(ns/1000L) + "us"; 75 long nanoseconds = duration % 1000; 76 duration /= 1000; 77 long microseconds = duration % 1000; 78 duration /= 1000; 79 long milliseconds = duration % 1000; 80 duration /= 1000; [all...] |
/hardware/ti/omap4xxx/camera/ |
CameraHalCommon.cpp | 49 ALOGD("PPM: %s :%ld.%ld ms", str, ( ppm.tv_sec /1000 ), ( ppm.tv_sec % 1000 )); 76 absolute *= 1000; 77 absolute += ppm.tv_usec /1000; 79 ALOGD("PPM: %s :%llu.%llu ms : %llu ms", str, ( elapsed /1000 ), ( elapsed % 1000 ), absolute); 106 absolute *= 1000; 107 absolute += ppm.tv_usec /1000; 112 ALOGD("PPM: %s :%ld.%ld ms : %llu ms", temp_str, ( ppm.tv_sec /1000 ), ( ppm.tv_sec % 1000 ), absolute) [all...] |
/development/tools/emulator/opengl/shared/OpenglCodecCommon/ |
TimeUtils.cpp | 43 return currVal.QuadPart / (freq.QuadPart / 1000); 49 long long iDiff = (now.tv_sec * 1000LL) + now.tv_nsec/1000000LL; 56 long long iDiff = (now.tv_sec * 1000LL) + now.tv_usec/1000LL; 67 usleep(p_mili * 1000);
|
/packages/apps/Stk/src/com/android/stk/ |
StkApp.java | 36 static final int UI_TIMEOUT = (40 * 1000); 39 static final int TONE_DFEAULT_TIMEOUT = (2 * 1000); 52 timeout = 1000 * 60; 55 timeout = 1000 / 10; 59 timeout = 1000;
|
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
TimeUtils.cpp | 43 return currVal.QuadPart / (freq.QuadPart / 1000); 49 long long iDiff = (now.tv_sec * 1000LL) + now.tv_nsec/1000000LL; 56 long long iDiff = (now.tv_sec * 1000LL) + now.tv_usec/1000LL; 67 usleep(p_mili * 1000);
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/statements/ |
break.js | 43 for (i = 0; i < 1000; i++) 55 for (i = 0; i < 1000; i++) 60 for (j = 0; j < 1000; j++) 75 while (i < 1000) 90 while (i < 1000) 96 while (j < 1000) 117 } while (i < 1000); 137 }while (j < 1000); 142 }while (i < 1000);
|
/frameworks/ex/chips/tests/src/com/android/ex/chips/ |
RecipientAlternatesAdapterTest.java | 34 addRow(c, "a", "1@android.com", 1, "home", 1000, 2000, "x", 0); 38 assertRow(result, 0, "a", "1@android.com", 1, "home", 1000, 2000, "x", 0); 41 addRow(c, "a", "2@android.com", 1, "home", 1000, 2000, "x", 0); 45 assertRow(result, 0, "a", "1@android.com", 1, "home", 1000, 2000, "x", 0); 46 assertRow(result, 1, "a", "2@android.com", 1, "home", 1000, 2000, "x", 0); 54 assertRow(result, 0, "a", "1@android.com", 1, "home", 1000, 2000, "x", 0); 55 assertRow(result, 1, "a", "2@android.com", 1, "home", 1000, 2000, "x", 0); 63 assertRow(result, 0, "a", "1@android.com", 1, "home", 1000, 2000, "x", 0); 64 assertRow(result, 1, "a", "2@android.com", 1, "home", 1000, 2000, "x", 0);
|
/packages/apps/Email/tests/src/com/android/email/activity/ |
RecentMailboxManagerTest.java | 107 mMockClock.advance(1000L); 115 touchTime += 1000L; 140 mMockClock.advance(1000L); mManager.touch(1L, mMailboxArray[7].mId).get(); // costello 158 mMockClock.advance(1000L); mManager.touch(1L, mMailboxArray[3].mId); // sent 159 mMockClock.advance(1000L); mManager.touch(1L, mMailboxArray[4].mId); // trash 160 mMockClock.advance(1000L); mManager.touch(1L, mMailboxArray[2].mId); // outbox 161 mMockClock.advance(1000L); mManager.touch(1L, mMailboxArray[8].mId); // bud_lou 162 mMockClock.advance(1000L); mManager.touch(1L, mMailboxArray[7].mId); // costello 163 mMockClock.advance(1000L); mManager.touch(1L, mMailboxArray[9].mId).get(); // laurel 184 mMockClock.advance(1000L); mManager.touch(1L, mMailboxArray[0].mId); // inbo [all...] |
/external/tremolo/Tremolo/ |
misc.c | 115 if(start_time==-1)start_time=(tv.tv_sec*1000)+(tv.tv_usec/1000); 121 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000), 124 -start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000), 129 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000), 131 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000), [all...] |
/external/linux-tools-perf/util/ |
util.c | 100 if (value > 1000) { 101 value /= 1000; 105 if (value > 1000) { 106 value /= 1000; 110 if (value > 1000) { 111 value /= 1000;
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
TelephonyUtilsTest.java | 96 assertTrue(rm.configure(3, 1000, 0)); 98 assertEquals(1000, rm.getRetryTimer()); 99 assertEquals(rm.getRetryTimer(), 1000); 102 assertEquals(1000, rm.getRetryTimer()); 105 assertEquals(1000, rm.getRetryTimer()); 108 assertEquals(1000, rm.getRetryTimer()); 132 assertTrue(rm.configure("1000,2000,3000,max_retries=infinite")); 134 assertEquals(1000, rm.getRetryTimer()); 157 "\"max_retries=4, default_randomization=100,1000, 2000 :200 , 3000\"")); 160 assertTrue((time >= 1000) && (time < 1100)) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
settings.h | 276 _Settings() : algorithm_strategy(heuristic), sort_algorithm(MWMS), partial_sum_algorithm(LINEAR), multiway_merge_algorithm(LOSER_TREE), find_algorithm(CONSTANT_SIZE_BLOCKS), sort_splitting(EXACT), merge_splitting(EXACT), multiway_merge_splitting(EXACT), accumulate_minimal_n(1000), adjacent_difference_minimal_n(1000), count_minimal_n(1000), fill_minimal_n(1000), find_increasing_factor(2.0), find_initial_block_size(256), find_maximum_block_size(8192), find_sequential_search_size(256), for_each_minimal_n(1000), generate_minimal_n(1000), max_element_minimal_n(1000), merge_minimal_n(1000), merge_oversampling(10), min_element_minimal_n(1000), multiway_merge_minimal_n(1000), multiway_merge_minimal_k(2), multiway_merge_oversampling(10), nth_element_minimal_n(1000), parti (…) [all...] |
/libcore/luni/src/test/java/tests/api/java/util/ |
SimpleTimeZoneTest.java | 38 SimpleTimeZone st = new SimpleTimeZone(1000, "TEST"); 41 .getRawOffset() == 1000); 53 SimpleTimeZone st = new SimpleTimeZone(1000, "TEST", Calendar.NOVEMBER, 63 assertEquals("Incorrect TZ constructed", 1000, st.getRawOffset()); 67 new SimpleTimeZone(1000, "TEST", 12, 76 new SimpleTimeZone(1000, "TEST", Calendar.NOVEMBER, 85 new SimpleTimeZone(1000, "TEST", Calendar.NOVEMBER, 94 new SimpleTimeZone(1000, "TEST", Calendar.DECEMBER, 110 SimpleTimeZone st = new SimpleTimeZone(1000, "TEST", Calendar.NOVEMBER, 112 0, 1000 * 60 * 60) [all...] |
/external/compiler-rt/lib/tsan/output_tests/ |
race_with_finished_thread.cc | 21 usleep(1000*1000);
|
/external/skia/src/ports/ |
SkTime_Unix.cpp | 38 return (SkMSec) (tv.tv_sec * 1000 + tv.tv_usec / 1000 ); // microseconds to milliseconds
|
/external/valgrind/main/gdbserver_tests/ |
mcvabits.stdoutB.exp | 4 100 if (line > 1000) 11 100 if (line > 1000)
|
/external/valgrind/main/helgrind/tests/ |
tc05_simple_race.c | 25 const struct timespec delay = { 0, 100 * 1000 * 1000 };
|
tc16_byterace.c | 19 const struct timespec delay = { 0, 100 * 1000 * 1000 };
|
/external/valgrind/main/memcheck/tests/ |
custom-overlap.c | 14 x = malloc(1000); 22 x = malloc(1000);
|
/external/valgrind/main/perf/ |
heap.c | 6 #define NITERS (3*1000*1000)
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/ |
label-001.js | 24 LabelTest(-1, 1000); 31 woo: for ( var result = 0; result < 1000; result++ ) { if (result == limit) { break woo; } else { continue woo; } };
|
/external/webkit/Source/WebCore/manual-tests/ |
plugin-in-iframe-scroll.html | 5 <div style="height:1000px"> </div> 7 <div style="height:1000px"> </div>
|
/cts/suite/audio_quality/test_description/ |
dut_playback_thd.xml | 20 <!-- prepare sound source id: to be used in output, sine 1000Hz, 4000ms long --> 21 <sound id="sound1" type="sin:32000:1000:4000" preload="1" /> 28 <input device="host" id="dummy" gain="100" time="1000" sync="complete" /> 34 <process method="script:playback_thd" input="id:host_in_$k,consti:1000,constf:1.0" output="val:thd_device_$k" />
|
/cts/tests/src/android/renderscript/cts/ |
shared.rsh | 12 return ((float)t) / 1000.f;
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
delay.h | 19 #define udelay(n) (__builtin_constant_p(n) ? ((n) > (MAX_UDELAY_MS * 1000) ? __bad_udelay() : __const_udelay((n) * ((2199023U*HZ)>>11))) : __udelay(n))
|