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

1 23 4 5 6 7 8 91011>>

  /external/autotest/client/site_tests/power_StatsCPUIdle/
power_StatsCPUIdle.py 17 # sleep for some time to allow the system to go into idle state
20 # get updated CPU idle stats
  /external/chromium-trace/catapult/systrace/systrace/test_data/
atrace_data 13 <idle>-0 [000] d..4 1212.465074: sched_wakeup: comm=ksoftirqd/0 pid=3 prio=120 success=1 target_cpu=000
14 <idle>-0 [000] ...2 1212.465082: sched_switch: prev_comm=swapper/0 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=ksoftirqd/0 next_pid=3 next_prio=120
16 <idle>-0 [000] d..4 1212.465102: sched_wakeup: comm=ksoftirqd/0 pid=3 prio=120 success=1 target_cpu=000
17 <idle>-0 [000] ...2 1212.465126: sched_switch: prev_comm=swapper/0 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=ksoftirqd/0 next_pid=3 next_prio=120
19 <idle>-0 [000] d..4 1212.465139: sched_wakeup: comm=ksoftirqd/0 pid=3 prio=120 success=1 target_cpu=000
20 <idle>-0 [000] ...2 1212.465145: sched_switch: prev_comm=swapper/0 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=ksoftirqd/0 next_pid=3 next_prio=120
22 <idle>-0 [000] d.h5 1212.465297: sched_wakeup: comm=adbd pid=212 prio=120 success=1 target_cpu=000
23 <idle>-0 [000] ...2 1212.465306: sched_switch: prev_comm=swapper/0 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=adbd next_pid=212 next_prio=120
29 <idle>-0 [000] d.h5 1212.574554: sched_wakeup: comm=sensors.qcom pid=292 prio=120 success=1 target_cpu=000
30 <idle>-0 [000] ...2 1212.574566: sched_switch: prev_comm=swapper/0 prev_pid=0 prev_prio=120 prev_st (…)
    [all...]
  /external/kernel-headers/original/uapi/linux/
ioprio.h 20 * class, the default for any process. IDLE is the idle scheduling class, it
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
event.d 7 00000000 <idle>:
8 0: 20 00 IDLE;
  /hardware/intel/common/omx-components/videocodec/
OMXComponentCodecBase.h 60 virtual OMX_ERRORTYPE ProcessorInit(void); /* Loaded to Idle */
61 virtual OMX_ERRORTYPE ProcessorDeinit(void);/* Idle to Loaded */
62 virtual OMX_ERRORTYPE ProcessorStart(void); /* Idle to Executing/Pause */
63 virtual OMX_ERRORTYPE ProcessorStop(void); /* Executing/Pause to Idle */
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
idle.py 4 # If we are working on a development version of IDLE, we need to prepend the
extend.txt 1 Writing an IDLE extension
4 An IDLE extension can define new key bindings and menu entries for IDLE
5 edit windows. There is a simple mechanism to load extensions when IDLE
7 to make other changes to IDLE, but this must be done by editing the IDLE
13 An IDLE extension is defined by a class. Methods of the class define
16 automatically applied by IDLE when the extension is linked to an edit
19 An IDLE extension class is instantiated with a single argument,
79 currently necessary to manually modify that file to change IDLE's extensio
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
idle.py 4 # If we are working on a development version of IDLE, we need to prepend the
extend.txt 1 Writing an IDLE extension
4 An IDLE extension can define new key bindings and menu entries for IDLE
5 edit windows. There is a simple mechanism to load extensions when IDLE
7 to make other changes to IDLE, but this must be done by editing the IDLE
13 An IDLE extension is defined by a class. Methods of the class define
16 automatically applied by IDLE when the extension is linked to an edit
19 An IDLE extension class is instantiated with a single argument,
79 currently necessary to manually modify that file to change IDLE's extensio
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
idle.py 4 # If we are working on a development version of IDLE, we need to prepend the
extend.txt 1 Writing an IDLE extension
4 An IDLE extension can define new key bindings and menu entries for IDLE
5 edit windows. There is a simple mechanism to load extensions when IDLE
7 to make other changes to IDLE, but this must be done by editing the IDLE
13 An IDLE extension is defined by a class. Methods of the class define
16 automatically applied by IDLE when the extension is linked to an edit
19 An IDLE extension class is instantiated with a single argument,
79 currently necessary to manually modify that file to change IDLE's extensio
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
idle.py 4 # If we are working on a development version of IDLE, we need to prepend the
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
v8_gc_latency.py 89 # Don't count time over the deadline as being inside idle time.
92 # then assume the thread duration was inside idle for the same
137 'Total thread duration spent in %s outside of idle tasks' %
143 description=('Total idle task deadline overrun for %s idle tasks'
148 '%s_percentage_idle' % v8_event_stat.result_name, 'idle%',
150 description=('Percentage of %s spent in idle time' %
173 'idle tasks'),
180 'Total idle task deadline overrun for all idle tasks garbage
    [all...]
  /external/netperf/
README.solaris 22 user/kernel/idle which means that some idle time isn't _really_ idle
  /frameworks/base/services/core/java/com/android/server/job/controllers/
AppIdleController.java 31 * Controls when apps are considered idle and if jobs pertaining to those apps should
33 * for a certain amount of time (maybe hours or days) are considered idle. When the app comes
34 * out of idle state, it will be allowed to run scheduled jobs.
57 Slog.d(LOG_TAG, "Setting idle state of " + packageName + " to " + appIdle);
71 PackageUpdateFunc(int userId, String pkg, boolean idle) {
74 mIdle = idle;
82 Slog.d(LOG_TAG, "App Idle state changed, setting idle state of "
119 Slog.d(LOG_TAG, "Start tracking, setting idle state of "
155 // Flag if any app's idle state has change
    [all...]
  /platform_testing/libraries/base-app-helpers/src/android/platform/test/helpers/
AbstractGoogleCameraHelper.java 29 * Setup expectations: GoogleCamera is open and idle in video mode.
36 * Setup expectations: GoogleCamera is open and idle in camera mode.
43 * Setup expectations: GoogleCamera is open and idle in either camera/video mode.
50 * Setup expectations: GoogleCamera is open and idle in either camera/video mode.
78 * It will block until the the video is captured and the device is again idle in video mode.
84 * Setup expectation: GoogleCamera is open and idle in camera mode.
95 * Setup expectation: GoogleCamera is open and idle in video mode.
105 * Setup expectation: GoogleCamera is open and idle in video mode.
117 * Setup expectations: GoogleCamera is open and idle in either camera/video mode.
125 * Setup expectation: GoogleCamera is open and idle in either camera/video mode
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/jobscheduler/
IdleConstraintTestActivity.java 37 * Idle constraints:
39 * turn off the screen to run to run tests that require idle mode to be on.
45 * It takes >1hr for idle mode to be triggered. We'll use this secret broadcast to force the
46 * scheduler into idle. It's not a protected broadcast so that's alright.
52 * Id for the job that we schedule when the device is not in idle mode. This job is expected
57 * Id for the job that we schedule when the device *is* in idle mode. This job is expected to
67 * the 'idle on' test if screen is turned off after the user has started tests.
76 * idle mode and run the 'idle on' test.
139 /** Background task that will run the 'not idle' test. *
    [all...]
  /external/v8/src/heap/
scavenge-job.cc 37 heap->CollectGarbage(NEW_SPACE, "idle task: scavenge");
39 // Immediately request another idle task that can get larger idle time.
53 // average idle task.
82 // Otherwise, we might spam the scheduler with idle tasks.
  /frameworks/base/core/java/android/hardware/camera2/legacy/
RequestHandlerThread.java 28 * Ensure that the MessageQueue's idle handler gets run by poking the message queue;
29 * normally if the message queue is already idle, the idle handler won't get invoked.
105 // Ensure that the idle handler gets run even if the looper already went idle
  /prebuilts/go/darwin-x86/src/runtime/
parfor.go 12 done uint32 // number of idle threads
117 idle := false
121 if try > desc.nthr*4 && !idle {
122 idle = true
129 if !idle {
133 if !idle {
156 if idle {
158 idle = false
169 if idle {
170 throw("parfor: should not be idle")
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
parfor.go 12 done uint32 // number of idle threads
117 idle := false
121 if try > desc.nthr*4 && !idle {
122 idle = true
129 if !idle {
133 if !idle {
156 if idle {
158 idle = false
169 if idle {
170 throw("parfor: should not be idle")
    [all...]
  /cts/hostsidetests/usage/src/android/app/usage/cts/
AppIdleHostTest.java 44 * Checks whether an package is idle.
46 * @return true if the package is idle
51 return result.contains("Idle=true");
55 * Set the app idle settings.
65 * Get the current app idle settings.
93 * Tests that the app is not idle right after it is launched.
98 // Set the app idle time to something large.
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmCdmaCallTest.java 51 //verify mConnections has 0 connections and is in IDLE state
53 assertEquals(Call.State.IDLE, mCallUnderTest.getState());
59 //verify mConnections has 1 connection and is not in idle
66 //verify mConnections has 0 connections and is in IDLE state
68 assertEquals(Call.State.IDLE, mCallUnderTest.getState());
73 //verify mConnections has 0 connections and is in IDLE state
75 assertEquals(Call.State.IDLE, mCallUnderTest.getState());
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java.broken 142 // IDLE state
144 assertEquals(PhoneConstants.State.IDLE, mGSMPhone.getState());
149 assertEquals(Call.State.IDLE, mGSMPhone.getRingingCall().getState());
150 assertEquals(Call.State.IDLE, mGSMPhone.getForegroundCall().getState());
151 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState());
180 assertEquals(Call.State.IDLE, mGSMPhone.getRingingCall().getState());
183 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState());
212 assertEquals(Call.State.IDLE, mGSMPhone.getRingingCall().getState());
214 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState());
239 assertEquals(Call.State.IDLE, mGSMPhone.getRingingCall().getState())
    [all...]
  /frameworks/av/services/audioflinger/
FastThread.cpp 124 // We want to always have a valid reference to the previous (non-idle) state.
126 // So when there is a transition from a non-idle state into an idle state, we make a
127 // copy of the last known non-idle state so it is still available on return from idle.
129 // non-idle -> non-idle update previous from current in-place
130 // non-idle -> idle update previous from copy of current
131 // idle -> idle don't update previou
    [all...]

Completed in 919 milliseconds

1 23 4 5 6 7 8 91011>>