/tools/test/connectivity/acts/tests/google/tel/config/ |
README.md | 13 - **pass_criteria_idle_(3g/volte/2g/wfc)** - The maximum amount of power in mW that can be used in steady state during idle power tests in order to pass the test.
|
/external/autotest/client/bin/ |
site_utils.py | 483 A dictionary with 'user', 'nice', 'system' and 'idle' values. 489 'idle': 2859878, 499 'idle': int(cpu_usage_str[4]) 514 cpu_usage_end['system'] + cpu_usage_end['idle']) 516 cpu_usage_start['system'] + cpu_usage_start['idle']) 526 """Waits for the CPU to become idle (< utilization). 531 idle (between 0 and 1.0 independent of cores/hyperthreads). 536 logging.info('Starting to wait up to %.1fs for idle CPU...', timeout) 550 logging.warning('CPU did not become idle.') 558 logging.info('Wait for idle CPU took %.1fs (utilization = %.3f).' [all...] |
/bionic/libc/kernel/uapi/linux/ |
ax25.h | 106 unsigned int idle, idletimer; member in struct:ax25_info_struct_deprecated 117 unsigned int idle, idletimer; member in struct:ax25_info_struct
|
/development/ndk/platforms/android-21/include/linux/ |
ax25.h | 106 unsigned int idle, idletimer; member in struct:ax25_info_struct_deprecated 117 unsigned int idle, idletimer; member in struct:ax25_info_struct
|
/device/moto/shamu/overlay/frameworks/base/core/res/res/xml/ |
power_profile.xml | 68 <!-- Power consumption when CPU is idle --> 69 <item name="cpu.idle">6</item>
|
/docs/source.android.com/src/devices/sensors/ |
suspend-mode.jd | 28 <p>The power states of the system on a chip (SoC) are: on, idle, and suspend. ?On? is when the 29 SoC is running. ?Idle? is a medium power mode where the SoC is powered but
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
atsections.dox | 76 /// // Copyright (c) Jim Idle 2007 - All your grammar are belong to us. 81 /// // Copyright (c) Jim Idle 2007 - All your grammar are belong to us.
|
/external/apache-http/src/org/apache/http/conn/ |
ClientConnectionManager.java | 100 * Closes idle connections in the pool. 108 * @param idletime the idle time of connections to be closed
|
/external/autotest/client/cros/scripts/ |
wifi | 110 to idle state. 111 @return True upon seeing network is in idle state.
|
/external/autotest/client/site_tests/network_ModemManagerSMSSignal/ |
network_ModemManagerSMSSignal.py | 22 # The GenericTesterMainLoop will run this routine from the idle 66 # The GenericTesterMainLoop will run this routine from the idle
|
/external/autotest/client/site_tests/platform_DebugDaemonGetPerfData/ |
platform_DebugDaemonGetPerfData.py | 16 The perf data is collected both when the system is idle and when there is a 34 'idle' : 'sleep 1',
|
/external/chromium-trace/catapult/netlog_viewer/netlog_viewer/ |
socket_pool_wrapper.js | 83 tablePrinter.addHeaderCell('Idle'); 132 tablePrinter.addHeaderCell('Idle');
|
/external/chromium-trace/catapult/telemetry/telemetry/value/ |
unit-info.json | 217 "idle%": { 219 "why": "Percentage of work done in idle time."
|
/external/chromium-trace/catapult/tracing/tracing/model/helpers/ |
chrome_renderer_helper.html | 102 breakdownMap['idle'] = {total: 0, events: {}}; 164 breakdownMap['idle'].total = totalIdleTime;
|
/external/kernel-headers/original/uapi/linux/ |
synclink.h | 266 * MGSL_IOCSTXIDLE set current transmit idle mode 267 * MGSL_IOCGTXIDLE get current transmit idle mode
|
/external/libnfc-nxp/inc/ |
nfc_custom_config_example.h | 141 0x02U -> PN544 goes in idle mode as soon as it can 143 0x03U -> PN544 goes in standby when possible otherwise goes in idle mode
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
task_io_service.hpp | 133 // Stop the task and all idle threads. 136 // Wake a single idle thread, or the task, and always unlock the mutex.
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowHandler.java | 204 * @see com.xtremelabs.robolectric.shadows.ShadowLooper#idle() 207 shadowOf(Looper.myLooper()).idle();
|
/external/v8/src/heap/ |
memory-reducer.h | 41 // in the idle notification and in the mutator. 55 // - on background idle notification, which signals that we can start
|
/external/valgrind/docs/internals/ |
qemu-aarch64-linux-HOWTO.txt | 8 install. It has the advantage that the idle loop works right and so 9 when the guest becomes idle, qemu uses only very little host cpu, so
|
qemu-mips64-linux-HOWTO.txt | 8 install. It has the advantage that the idle loop works right and so 9 when the guest becomes idle, qemu uses only very little host cpu, so
|
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3Device.h | 78 // Transitions to idle state on success. 85 // idle state 132 // Transitions to the idle state on success 165 void notifyStatus(bool idle); // updates from StatusTracker 343 * set, which is either ACTIVE when active==true or IDLE (which is any 355 * Implementation of waitUntilDrained. On success, will transition to IDLE state. 363 * On success, will transition to ACTIVE if in IDLE. 742 * Tracking for idle detection [all...] |
/frameworks/base/docs/html/reference/android/support/test/espresso/contrib/ |
CountingIdlingResource.html | 283 counter. When the counter is 0 - it is considered to be idle, when it is non-zero it is not 284 idle. This is very similar to the way a <code><a href="/reference/java/util/concurrent/Semaphore.html">Semaphore</a></code> behaves. 555 <p>Returns <code>true</code> if resource is currently idle. 944 <p>Returns <code>true</code> if resource is currently idle. 1218 <p>Returns <code>true</code> if resource is currently idle. Espresso will <b>always</b> call this 1251 that your resource is idle 1257 You only need to call this upon transition from busy to idle - if the resource is already idle
|
/frameworks/base/docs/html/reference/android/support/test/espresso/idling/ |
CountingIdlingResource.html | 276 counter. When the counter is 0 - it is considered to be idle, when it is non-zero it is not 277 idle. This is very similar to the way a <code><a href="/reference/java/util/concurrent/Semaphore.html">Semaphore</a></code> behaves. 550 <p>Returns <code>true</code> if resource is currently idle. 939 <p>Returns <code>true</code> if resource is currently idle. 1213 <p>Returns <code>true</code> if resource is currently idle. Espresso will <b>always</b> call this 1246 that your resource is idle 1252 You only need to call this upon transition from busy to idle - if the resource is already idle
|
/frameworks/base/docs/html/training/wearables/apps/ |
index.jd | 50 Devices transition from interactive to ambient mode when the user is idle on an activity or when 64 when a user is idle on an activity or when the user covers the screen with their palm on an
|