/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;
|
/packages/apps/VideoEditor/src/com/android/videoeditor/service/ |
MovieTheme.java | 51 new MovieTransition(TransitionCrossfade.class, null, 1000, 55 new MovieOverlay(null, 0, 1000, context.getString(R.string.theme_travel_title), 64 new MovieTransition(TransitionAlpha.class, null, 1000, 68 new MovieOverlay(null, 0, 1000, 78 new MovieTransition(TransitionCrossfade.class, null, 1000, 82 new MovieOverlay(null, 0, 1000, context.getString(R.string.theme_film_title), 91 new MovieTransition(TransitionSliding.class, null, 1000, 96 new MovieOverlay(null, 0, 1000, context.getString(
|
/packages/apps/VideoEditor/src/com/android/videoeditor/util/ |
MediaItemUtils.java | 42 return 1000; 49 return 1000;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/ |
libssp_nonshared.a | 6 /0 1331373744 1000 1000 100644 2652 `
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/lib64/ |
libssp_nonshared.a | 6 /0 1331374591 1000 1000 100644 3312 `
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
delay.h | 29 #if HZ >= 1000 35 #define MAX_UDELAY_MS (1000 / HZ)
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
delay.h | 29 #if HZ >= 1000 35 #define MAX_UDELAY_MS (1000 / HZ)
|
/system/extras/timeinfo/ |
timeinfo.cpp | 40 awaketime = ((1000 * uptime / realtime) + 5) / 10; 41 sleeptime = ((1000 * (realtime - uptime) / realtime) + 5) / 10;
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
ServiceTest.java | 202 waitForResultOrThrow(5 * 1000, "service to start first time"); 206 waitForResultOrThrow(5 * 1000, "service to start second time"); 220 waitForResultOrThrow(5 * 1000, "service to be destroyed"); 241 waitForResultOrThrow(5 * 1000, "existing connection to receive service"); 245 waitForResultOrThrow(5 * 1000, "new connection to receive service"); 264 waitForResultOrThrow(5 * 1000, "existing connection to lose service"); 276 waitForResultOrThrow(5 * 1000, "existing connection to receive service"); 294 waitForResultOrThrow(5 * 1000, "existing connection to lose service"); 306 waitForResultOrThrow(5 * 1000, "existing connection to receive service"); 324 waitForResultOrThrow(5 * 1000, "existing connection to unbind service") [all...] |
/dalvik/tests/083-jit-regressions/src/ |
Main.java | 88 for (int i = 0; i < 1000; i++) { 93 for (int i = 0; i < 1000; i++) { 102 if (catchCount == 1000) { 107 " (expecting 1000)"); 120 } while (++l < 1000);
|
/external/llvm/test/CodeGen/Thumb2/ |
2010-08-10-VarSizedAllocaBug.ll | 10 ; CHECK: sub.w [[R12:r[0-9]+]], r4, #1000 16 %1 = alloca [1000 x i8], align 4 ; <[1000 x i8]*> [#uses=1] 17 %.sub = getelementptr inbounds [1000 x i8]* %1, i32 0, i32 0 ; <i8*> [#uses=2] 18 %2 = call i32 (i8*, i32, i32, i8*, ...)* @__sprintf_chk(i8* %.sub, i32 0, i32 1000, i8* getelementptr inbounds ([4 x i8]* @.str, i32 0, i32 0), i32 %i) nounwind ; <i32> [#uses=0]
|
/external/qemu/ |
iolooper-select.c | 184 tm->tv_sec = duration / 1000; 185 tm->tv_usec = (duration - 1000*tm->tv_sec) * 1000; 227 return gettimeofday(&time_now, NULL) ? -1 : (int64_t)time_now.tv_sec * 1000LL + 228 time_now.tv_usec / 1000;
|
/external/v8/test/mjsunit/ |
debug-step.js | 32 // Simple debug event handler which first time hit will perform 1000 steps and 41 exec_state.prepareStep(Debug.StepAction.StepIn, 1000); 59 for (i = 0; i < 1000; i++) { // Line 2. 67 // Check that performing 1000 steps will make i 499. 73 // Check that performing 1000 steps with a break point on the statement in the
|
/libcore/luni/src/test/java/libcore/java/util/ |
OldAndroidTreeMapTest.java | 49 int val = mRandom.nextInt(1000); 75 for (int val = 0; val < 1000; val++) { 82 for (int i = 0; i < 1000; i++) { 83 int val = mRandom.nextInt(1000); 96 for (int val = 0; val < 1000; val++) {
|
/external/chromium/chrome/browser/policy/ |
cloud_policy_controller_unittest.cc | 216 CreateNewController(0, 0, 0, 1000 * 1000); 231 CreateNewController(1000 * 1000, 0, 0, 0); 247 CreateNewController(1000 * 1000, 0, 0, 0); 262 CreateNewController(1000 * 1000, 0, 0, 0); 278 CreateNewController(0, 0, 0, 1000 * 1000); [all...] |
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
BidiTest.java | 152 assertEquals(0, bd.getLevelAt(1000)); 164 assertEquals(1, bd.getLevelAt(1000)); 176 assertEquals(0, bd.getLevelAt(1000)); 188 assertEquals(1, bd.getLevelAt(1000)); 202 assertEquals(0, bd.getLevelAt(1000)); 214 assertEquals(1, bd.getLevelAt(1000)); 226 assertEquals(0, bd.getLevelAt(1000)); 238 assertEquals(1, bd.getLevelAt(1000)); 252 assertEquals(0, bd.getLevelAt(1000)); 264 assertEquals(0, bd.getLevelAt(1000)); [all...] |
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
PowerUsageSummary.java | 447 long uSecTime = mStats.computeBatteryRealtime(SystemClock.elapsedRealtime() * 1000, which); 492 ent.getKey(), processPower / 1000)); 512 power /= 1000; 527 wakelockTime /= 1000; // convert to millis 532 * mPowerProfile.getAveragePower(PowerProfile.POWER_CPU_AWAKE)) / 1000; 544 long wifiRunningTimeMs = u.getWifiRunningTime(uSecTime, which) / 1000; 547 * mPowerProfile.getAveragePower(PowerProfile.POWER_WIFI_ON)) / 1000; 552 long wifiScanTimeMs = u.getWifiScanTime(uSecTime, which) / 1000; 554 * mPowerProfile.getAveragePower(PowerProfile.POWER_WIFI_SCAN)) / 1000; 565 long sensorTime = timer.getTotalTimeLocked(uSecTime, which) / 1000; [all...] |
/external/chromium/chrome/browser/chromeos/ |
external_metrics_unittest.cc | 55 "ConnmanIdle 1000 0 2000 20", 57 "ConnmanDisconnect 1000 0 2000 20", 58 "ConnmanFailure 1000 0 2000 20", 60 "ConnmanAssociation 1000 0 2000 20", 61 "ConnmanConfiguration 1000 0 2000 20", 62 "ConnmanOffline 1000 0 2000 20", 63 "ConnmanOnline 1000 0 2000 20",
|
/external/webkit/Source/JavaScriptCore/runtime/ |
TimeoutChecker.cpp | 56 static const int intervalBetweenChecks = 1000; 70 unsigned time = info.user_time.seconds * 1000 + info.user_time.microseconds / 1000; 71 time += info.system_time.seconds * 1000 + info.system_time.microseconds / 1000; 93 return cpuTime.Int64() / 1000; 104 return static_cast<unsigned> ((currentTime() - firstTime) * 1000);
|
/external/webrtc/src/system_wrappers/source/ |
event_posix.cc | 23 const long int E9 = 1000 * E6; 153 tEnd.tv_sec += timeout / 1000; 154 tEnd.tv_nsec += (timeout - (timeout / 1000) * 1000) * E6; 268 tEnd.tv_sec = _tCreate.tv_sec + time/1000; 269 tEnd.tv_nsec = _tCreate.tv_nsec + (time - (time/1000)*1000)*E6;
|
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/ |
LVREV_Private.h | 64 #define LVREV_MAX_T3_DELAY 2527 /* ((48000 * 120 * LVREV_T_3_Power_minus3_on_4) >> 15) / 1000 */ 65 #define LVREV_MAX_T2_DELAY 3326 /* ((48000 * 120 * LVREV_T_3_Power_minus2_on_4) >> 15) / 1000 */ 66 #define LVREV_MAX_T1_DELAY 4377 /* ((48000 * 120 * LVREV_T_3_Power_minus1_on_4) >> 15) / 1000 */ 67 #define LVREV_MAX_T0_DELAY 5760 /* ((48000 * 120 * LVREV_T_3_Power_minus0_on_4) >> 15) / 1000 */ 72 #define LVREV_BYPASSMIXER_TC 1000 /* Bypass mixer time constant*/ 73 #define LVREV_ALLPASS_TC 1000 /* All-pass filter time constant */ 85 #define LVREV_MAX_HPF_CORNER 1000
|
/frameworks/base/core/tests/coretests/src/android/os/ |
BroadcasterTest.java | 60 tester.doTest(1000); 115 tester.doTest(1000); 121 * 1000 handlers request the same message, with different translations 124 tester.doTest(1000); 159 tester.doTest(1000); 194 tester.doTest(1000); 230 tester.doTest(1000);
|