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

<<11121314151617181920>>

  /external/webrtc/webrtc/base/
dbus.cc 172 // Add an idle source and let the gmainloop quit on idle.
175 g_source_set_callback(idle_source_, &Idle, this, NULL);
283 // Handles callback on Idle. We only add this source when ready to stop.
284 static gboolean Idle(gpointer data) {
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3IOStreamBase.cpp 168 * Avoid a spurious IDLE->ACTIVE->IDLE transition when using buffers
252 * Avoid a spurious IDLE->ACTIVE->IDLE transition when using buffers
256 ALOGV("%s: Stream %d: All buffers returned; now idle", __FUNCTION__,
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configHandler.py 1 """Provides access to stored IDLE configuration information.
9 The contents of the user files may be altered using the Options/Configure IDLE
14 idle. This is to allow IDLE to continue to function in spite of errors in
33 A ConfigParser specialised for idle configuration file handling
154 holds config parsers for all idle config files:
156 (idle install dir)/config-main.def
157 (idle install dir)/config-extensions.def
158 (idle install dir)/config-highlight.def
159 (idle install dir)/config-keys.de
    [all...]
PyShell.py 23 print>>sys.__stderr__, "** IDLE can't import Tkinter. " \
49 # Override warnings module to write to warning_stream. Initialize to send IDLE
71 """Format warnings the IDLE way"""
107 "Regular text edit window in IDLE, supports breakpoints"
209 # Tk issues or IDLE issues, or whether they can actually
234 tkMessageBox.showerror(title='IDLE Error',
242 # can happen if IDLE closes due to the .update() call
286 "Extend base class: IDLE supports a shell and breakpoints"
388 # Maybe IDLE is installed and is being accessed via sys.path,
389 # or maybe it's not installed and the idle.py script is bein
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configHandler.py 1 """Provides access to stored IDLE configuration information.
9 The contents of the user files may be altered using the Options/Configure IDLE
14 idle. This is to allow IDLE to continue to function in spite of errors in
33 A ConfigParser specialised for idle configuration file handling
154 holds config parsers for all idle config files:
156 (idle install dir)/config-main.def
157 (idle install dir)/config-extensions.def
158 (idle install dir)/config-highlight.def
159 (idle install dir)/config-keys.de
    [all...]
PyShell.py 23 print>>sys.__stderr__, "** IDLE can't import Tkinter. " \
49 # Override warnings module to write to warning_stream. Initialize to send IDLE
71 """Format warnings the IDLE way"""
107 "Regular text edit window in IDLE, supports breakpoints"
209 # Tk issues or IDLE issues, or whether they can actually
234 tkMessageBox.showerror(title='IDLE Error',
242 # can happen if IDLE closes due to the .update() call
286 "Extend base class: IDLE supports a shell and breakpoints"
388 # Maybe IDLE is installed and is being accessed via sys.path,
389 # or maybe it's not installed and the idle.py script is bein
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 1 """Provides access to stored IDLE configuration information.
9 The contents of the user files may be altered using the Options/Configure IDLE
14 idle. This is to allow IDLE to continue to function in spite of errors in
33 A ConfigParser specialised for idle configuration file handling
154 holds config parsers for all idle config files:
156 (idle install dir)/config-main.def
157 (idle install dir)/config-extensions.def
158 (idle install dir)/config-highlight.def
159 (idle install dir)/config-keys.de
    [all...]
PyShell.py 23 print>>sys.__stderr__, "** IDLE can't import Tkinter. " \
49 # Override warnings module to write to warning_stream. Initialize to send IDLE
71 """Format warnings the IDLE way"""
107 "Regular text edit window in IDLE, supports breakpoints"
209 # Tk issues or IDLE issues, or whether they can actually
234 tkMessageBox.showerror(title='IDLE Error',
242 # can happen if IDLE closes due to the .update() call
286 "Extend base class: IDLE supports a shell and breakpoints"
388 # Maybe IDLE is installed and is being accessed via sys.path,
389 # or maybe it's not installed and the idle.py script is bein
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 1 """Provides access to stored IDLE configuration information.
9 The contents of the user files may be altered using the Options/Configure IDLE
14 idle. This is to allow IDLE to continue to function in spite of errors in
33 A ConfigParser specialised for idle configuration file handling
154 holds config parsers for all idle config files:
156 (idle install dir)/config-main.def
157 (idle install dir)/config-extensions.def
158 (idle install dir)/config-highlight.def
159 (idle install dir)/config-keys.de
    [all...]
PyShell.py 23 print>>sys.__stderr__, "** IDLE can't import Tkinter. " \
49 # Override warnings module to write to warning_stream. Initialize to send IDLE
71 """Format warnings the IDLE way"""
107 "Regular text edit window in IDLE, supports breakpoints"
209 # Tk issues or IDLE issues, or whether they can actually
234 tkMessageBox.showerror(title='IDLE Error',
242 # can happen if IDLE closes due to the .update() call
286 "Extend base class: IDLE supports a shell and breakpoints"
388 # Maybe IDLE is installed and is being accessed via sys.path,
389 # or maybe it's not installed and the idle.py script is bein
    [all...]
  /docs/source.android.com/src/devices/tech/power/
component.jd 60 <li><strong>CPUs changing speed and entering/exiting low-power scheduler idle state</strong>.
67 <li>Scheduling activity can affect the percentage of the time CPUs spend in low-power idle states.
124 <code>cpu.idle</code> in the power profile. Before measuring:
146 and can enter lower power idle states while in the kernel idle loop. When measuring different CPU
152 offline/hotplugged out). Keeping all CPUs except one in scheduling idle may product acceptable
202 suspend and not executing tasks. The CPU should be in a low-power scheduler <em>idle loop
204 with a fast-exit latency suitable for idle use.</p>
207 should be in an idle state.</p>
mgmt.jd 102 $ adb shell am set-idle packageName true
103 $ adb shell am set-idle packageName false
104 $ adb shell am get-idle packageName
112 <p>Idle devices in Doze periodically enter a maintenance window, during which
116 idle each time, until a maximum of a few hours of sleep time is reached. At all
147 <p>Doze begins when the platform detects the device is idle and
158 <td><p>The platform detects a device is idle when:</p>
198 off, before the device is idle.</p>
241 <li>While the device is in Doze, idle applications are allowed to perform normal
  /frameworks/base/core/java/android/app/
AlarmManager.java 133 * Flag for alarms: this alarm would like to wake the device even if it is idle. This
141 * idle. This won't bring the device out of idle, just allow this specific alarm to
143 * with the time of non-allow-while-idle alarms (it could go earlier than the time
160 * Flag for alarms: this alarm marks the point where we would like to come out of idle
161 * mode. It may be moved by the alarm manager to match the first wake-from-idle alarm.
162 * Scheduling an alarm with this flag puts the alarm manager in to idle mode, where it
552 * Schedule an idle-until alarm, which will keep the alarm manager idle until
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_voice_utils.py 102 caller_idle_func: function to check caller's idle state.
105 callee_idle_func: function to check callee's idle state.
116 # Make sure phones are idle.
146 1. Ensure phone idle and in idle_func check return True.
149 4. Ensure phone idle and in idle_func check return True.
155 phone_a_idle_func: function to check PhoneA's idle state.
158 phone_b_idle_func: function to check PhoneB's idle state.
176 # Make sure phones are idle.
210 1. Ensure phone idle and in idle_func check return True.
213 4. Ensure phone idle and in idle_func check return True
    [all...]
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 278 // Initiate transition Loaded->Idle
280 EXPECT_SUCCESS(err, "sendCommand(go-to-Idle)");
284 // Make sure node doesn't just transition to idle before we are done
287 "Component must not transition from loaded to idle before "
308 "Component did not properly transition to idle state "
311 // Initiate transition Idle->Executing
321 "Component did not properly transition from idle to "
356 // Initiate transition Executing->Idle
358 EXPECT_SUCCESS(err, "sendCommand(go-to-Idle)");
368 "idle state.")
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
Animation3DTest.java 112 final static int idle = 1; field in class:Animation3DTest
140 } else if (status != idle) {
141 animation.animate("Idle", -1, 1f, null, 0.2f);
142 status = idle;
205 animation.animate("Idle", -1, 1f, null, 0.2f);
206 status = idle;
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveSettingsTest.py 233 1. Setup DUT Idle, LTE network type, VoLTE enabled.
260 1. Setup DUT Idle, LTE network type, VoLTE disabled.
286 1. Setup DUT Idle, 3G network type.
312 1. Setup DUT Idle, Airplane mode.
338 1. Setup DUT Idle, LTE network type, VoLTE enabled.
363 1. Setup DUT Idle, LTE network type, VoLTE disabled.
387 1. Setup DUT Idle, 3G network type.
411 1. Setup DUT Idle, Airplane mode.
435 1. Setup DUT Idle, LTE network type, VoLTE enabled.
480 1. Setup DUT Idle, LTE network type, VoLTE enabled
    [all...]
  /docs/source.android.com/src/devices/tech/connect/
ril.jd 144 processor to go from idle to suspend state. When the response is available
146 wakelock and process the response, and later go to idle state again. This
147 process of moving from idle to suspend state and back to idle can consume
151 staying in idle state for the entire time it takes to respond can be more
155 power consumed by staying in idle state for the entire time 't' consumes
156 more power than moving from idle to suspend and back to idle in same time
  /external/autotest/client/cros/
perf.py 23 In particular it verifies the machine is idle and cold and tries to set
47 self._error_reason = 'Could not get idle CPU.'
  /external/autotest/client/site_tests/power_IdleSuspend/
power_IdleSuspend.py 26 Verify power manager tries to suspend while idle.
86 # wait for idle suspend
  /external/autotest/client/tests/dbt2/
pgpool.conf 35 # If idle for this many seconds, child exits. 0 means no timeout.
38 # If idle for this many seconds, connection to PostgreSQL closes.
  /external/autotest/server/site_tests/hardware_MemoryIntegrity/
hardware_MemoryIntegrity.py 95 idle or suspend for specify time and verify the integrity of that data.
98 @param seconds: seconds to idle / suspend. default = 3600 (1 hour)
  /external/autotest/server/site_tests/network_WiFi_SSIDSwitchBack/
network_WiFi_SSIDSwitchBack.py 52 # Deconfig and wait for the DUT to disconnect and end up at 'idle'.
56 network_WiFi_SSIDSwitchBack.SSID_1, ['idle'], 30)
  /external/chromium-trace/catapult/trace_processor/experimental/mappers/scheduling/
map_wake_ups.html 45 // Estimate number of times the CPU was woken up from idle to execute
47 // idle before that.
  /external/chromium-trace/catapult/tracing/tracing/extras/importer/linux_perf/
sync_parser_test.html 30 '<idle>-0 ( 0) [000] d.h4 7206.591133: sync_timeline: name=exynos-gsc.0-src value=27', // @suppress longLineCheck
31 '<idle>-0 ( 0) [000] d.h4 7206.591152: sync_timeline: name=exynos-gsc.0-dst value=27', // @suppress longLineCheck

Completed in 776 milliseconds

<<11121314151617181920>>