HomeSort by relevance Sort by last modified time
    Searched full:idle (Results 101 - 125 of 2399) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium-trace/catapult/tracing/test_data/
android_systrace.txt 14 <idle>-0 [000] 50260.648739: sched_wakeup: comm=adbd pid=14585 prio=120 success=1 target_cpu=000\n\
15 <idle>-0 [000] 50260.648751: sched_switch: prev_comm=swapper prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=adbd next_pid=14585 next_prio=120\n\
21 <idle>-0 [000] 50260.663310: sched_wakeup: comm=WebViewCoreThre pid=11043 prio=120 success=1 target_cpu=000\n\
22 <idle>-0 [000] 50260.663322: sched_switch: prev_comm=swapper prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=WebViewCoreThre next_pid=11043 next_prio=120\n\
24 <idle>-0 [000] 50260.680341: sched_wakeup: comm=kworker/0:0 pid=13696 prio=120 success=1 target_cpu=000\n\
25 <idle>-0 [000] 50260.680357: sched_switch: prev_comm=swapper prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=kworker/0:0 next_pid=13696 next_prio=120\n\
27 <idle>-0 [000] 50260.680675: sched_wakeup: comm=kworker/0:0 pid=13696 prio=120 success=1 target_cpu=000\n\
28 <idle>-0 [000] 50260.680707: sched_switch: prev_comm=swapper prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=kworker/0:0 next_pid=13696 next_prio=120\n\
30 <idle>-0 [000] 50260.680884: sched_wakeup: comm=kworker/0:0 pid=13696 prio=120 success=1 target_cpu=000\n\
31 <idle>-0 [000] 50260.680912: sched_switch: prev_comm=swapper prev_pid=0 prev_prio=120 prev_state=R = (…)
    [all...]
  /external/netperf/
README.hpux 5 HP-UX idle counter mechanism (for all incense and porpoises) and
10 user, kernel and interrupt modes to the idle cycle counter. As such,
16 interval, and we know (ass-u-me) that the idle cycle counter is good
18 ratio of idle to total cycles to compute CPU util.
  /frameworks/base/services/core/java/com/android/server/job/controllers/
IdleController.java 39 // Policy: we decide that we're "idle" if the device has been unused /
94 * Idle state tracking, and messaging with the task manager when
154 Slog.v(TAG,"exiting idle : " + action);
160 // possible transition to not-idle
168 // truly idle.
172 Slog.v(TAG, "Scheduling idle : " + action + " now:" + nowElapsed + " when="
179 // idle time starts now. Do not set mIdle if screen is on.
182 Slog.v(TAG, "Idle trigger fired @ " + SystemClock.elapsedRealtime());
193 pw.print("Idle: ");
  /packages/services/Telephony/src/com/android/phone/
CdmaPhoneCallState.java 24 * IDLE - When no call is going on. This is just required as default state to reset the PhoneApp
49 * IDLE - When no call is going on.
55 IDLE,
76 mCurrentCallState = PhoneCallState.IDLE;
77 mPreviousCallState = PhoneCallState.IDLE;
101 //and previous state was IDLE as we could reach the SINGLE_ACTIVE
106 && (mPreviousCallState == PhoneCallState.IDLE)) {
150 mCurrentCallState = PhoneCallState.IDLE;
151 mPreviousCallState = PhoneCallState.IDLE;
  /system/update_engine/weaved/traits/
updater.json 30 "idle",
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
event2.s 8 IDLE ; /* (a) */
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmCdmaCallTrackerTest.java 96 assertEquals(PhoneConstants.State.IDLE, mCTUT.getState());
97 assertEquals(GsmCdmaCall.State.IDLE, mCTUT.mForegroundCall.getState());
98 assertEquals(GsmCdmaCall.State.IDLE, mCTUT.mBackgroundCall.getState());
128 assertEquals(GsmCdmaCall.State.IDLE, mCTUT.mBackgroundCall.getState());
148 assertEquals(GsmCdmaCall.State.IDLE, mCTUT.mForegroundCall.getState());
150 assertEquals(PhoneConstants.State.IDLE, mCTUT.getState());
172 assertEquals(GsmCdmaCall.State.IDLE, mCTUT.mForegroundCall.getState());
174 assertEquals(PhoneConstants.State.IDLE, mCTUT.getState());
194 assertEquals(GsmCdmaCall.State.IDLE, mCTUT.mForegroundCall.getState());
196 assertEquals(PhoneConstants.State.IDLE, mCTUT.getState())
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
v8_gc_latency_unittest.py 192 ('idle%', 100 * 2 / 6.0)
198 expected['v8_gc_scavenger_percentage_idle'] = ('idle%', 100 * 3 / 7.0)
204 expected['v8_gc_mark_compactor_percentage_idle'] = ('idle%', 100 * 5 / 9.0)
207 expected['v8_gc_total_percentage_idle'] = ('idle%', 100 * 10 / 22.0)
240 ('idle%', 100 * 6 / 14.0)
247 expected['v8_gc_scavenger_percentage_idle'] = ('idle%', 100 * 8 / 14.0)
254 expected['v8_gc_mark_compactor_percentage_idle'] = ('idle%', 100 * 9 / 22.0)
258 expected['v8_gc_total_percentage_idle'] = ('idle%', 100 * 23 / 50.0)
285 ('idle%', 100 * (4.0 - expected_outside_idle) / 4.0)
335 expected['v8_gc_scavenger_percentage_idle'] = ('idle%', 100 * 3 / 7.0
    [all...]
  /developers/build/prebuilts/gradle/JobScheduler/Application/src/main/res/values/
strings.xml 25 <string name="idle_mode_text">Requires device in idle mode.</string>
28 <string name="idle_caption">Idle:</string>
  /developers/samples/android/background/JobScheduler/Application/src/main/res/values/
strings.xml 25 <string name="idle_mode_text">Requires device in idle mode.</string>
28 <string name="idle_caption">Idle:</string>
  /development/samples/browseable/JobScheduler/res/values/
strings.xml 25 <string name="idle_mode_text">Requires device in idle mode.</string>
28 <string name="idle_caption">Idle:</string>
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
AbstractTLexer.java 20 * @author Jim Idle - Temporal Wave LLC (jimi@idle.ws)
  /external/autotest/client/site_tests/power_UiResume/
power_UiResume.py 17 Therefore it verifies suspend/resume functionality for an idle system. For
30 # Some idle time before initiating suspend-to-ram
  /frameworks/base/core/java/android/app/
IUidObserver.aidl 32 * Report that a uid is now active (no longer idle).
37 * Report that a uid is idle -- it has either been running in the background for
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneCallTest.java 65 //verify mConnections has 0 connections and is in IDLE state
67 assertEquals(Call.State.IDLE, mImsCallUT.getState());
72 //verify mConnections has 1 connection and is not in idle
79 //verify mConnections has 0 connections and is in IDLE state
81 assertEquals(Call.State.IDLE, mImsCallUT.getState());
132 // that call in idle state with connection 2 attached
134 mImsCallThat.attach(mConnection2, Call.State.IDLE);
138 assertEquals(Call.State.IDLE, mImsCallUT.getState());
  /external/squashfs-tools/squashfs-tools/
restore.c 91 * The deflator thread(s) will idle
103 * queue. The process fragment thread(s) will idle
115 * thread output queue. The main thread will idle
124 * queue. The fragment deflator thread(s) will idle
136 * to writer thread queue. The writer thread will idle
  /external/toybox/toys/other/
ionice.c 20 -c CLASS = 1-3: 1(realtime), 2(best-effort, default), 3(when-idle)
34 "rt" for realtime, "be" for best effort, "idle" for only when idle, or
66 (char *[]){"unknown", "Realtime", "Best-effort", "Idle"}[(p>>13)&3],
76 char *classes[] = {"none", "rt", "be", "idle"};
  /frameworks/base/services/tests/servicestests/src/com/android/server/usage/
AppIdleHistoryTests.java 84 // App is not-idle by default
86 // Still not idle
88 // Idle now
90 // Not idle
95 // Still idle after 10 seconds because screen hasn't been on long enough
  /packages/apps/StorageManager/src/com/android/storagemanager/automatic/
AutomaticStorageManagementJobService.java 49 // later idle window -- possibly one where we are charging.
105 // NOTE: We don't check the idle state here because this job should be running in idle
106 // maintenance windows. During the idle maintenance window, the device is -technically- not
107 // idle. For more information, see PowerManager.isDeviceIdleMode().
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
config-main.def 0 # IDLE reads several config files to determine user preferences. This
2 # file is the default config file for general idle settings.
4 # When IDLE starts, it will look in
70 name= IDLE Classic
74 name= IDLE Classic Windows
run.py 32 """Format warnings the IDLE way"""
79 print>>sys.stderr, "IDLE Subprocess: no IP port passed in sys.argv."
127 print>>sys.__stderr__,"IDLE Subprocess: socket error: "\
130 print>>sys.__stderr__, "IDLE Subprocess: Connection to "\
131 "IDLE GUI failed, exiting."
144 msg = "IDLE's subprocess can't connect to %s:%d. This may be due "\
148 tkMessageBox.showerror("IDLE Subprocess Error", msg, parent=root)
150 tkMessageBox.showerror("IDLE Subprocess Error",
189 # exception was in IDLE internals, don't prune!
191 print>>sys.stderr, "** IDLE Internal Exception:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
config-main.def 0 # IDLE reads several config files to determine user preferences. This
2 # file is the default config file for general idle settings.
4 # When IDLE starts, it will look in
70 name= IDLE Classic
74 name= IDLE Classic Windows
run.py 32 """Format warnings the IDLE way"""
79 print>>sys.stderr, "IDLE Subprocess: no IP port passed in sys.argv."
127 print>>sys.__stderr__,"IDLE Subprocess: socket error: "\
130 print>>sys.__stderr__, "IDLE Subprocess: Connection to "\
131 "IDLE GUI failed, exiting."
144 msg = "IDLE's subprocess can't connect to %s:%d. This may be due "\
148 tkMessageBox.showerror("IDLE Subprocess Error", msg, parent=root)
150 tkMessageBox.showerror("IDLE Subprocess Error",
189 # exception was in IDLE internals, don't prune!
191 print>>sys.stderr, "** IDLE Internal Exception:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
config-main.def 0 # IDLE reads several config files to determine user preferences. This
2 # file is the default config file for general idle settings.
4 # When IDLE starts, it will look in
70 name= IDLE Classic
74 name= IDLE Classic Windows
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
config-main.def 0 # IDLE reads several config files to determine user preferences. This
2 # file is the default config file for general idle settings.
4 # When IDLE starts, it will look in
70 name= IDLE Classic
74 name= IDLE Classic Windows

Completed in 214 milliseconds

1 2 3 45 6 7 8 91011>>