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

<<21222324252627282930>>

  /external/apache-http/src/org/apache/http/impl/client/
DefaultConnectionKeepAliveStrategy.java 43 * that a connection can remain idle.
  /external/autotest/client/site_tests/graphics_WebGLPerformance/
graphics_WebGLPerformance.py 57 raise error.TestFail('Could not get idle CPU.')
  /external/autotest/client/site_tests/power_AudioDetector/
power_AudioDetector.py 35 # Restart powerd with timeouts for quick idle events.
  /external/autotest/client/site_tests/power_Standby/
power_Standby.py 24 # Note, reasonable rule of thumb is S0 idle is ~10-20 times S3 power.
  /external/autotest/server/site_tests/network_WiFi_CSADisconnect/
network_WiFi_CSADisconnect.py 63 self.context.router.get_ssid(), ('idle'), 30)
  /external/autotest/server/site_tests/network_WiFi_MissingBeacons/
network_WiFi_MissingBeacons.py 39 ssid, ['idle'], timeout_seconds=timeout_seconds)
  /external/chromium-trace/catapult/docs/
promises-vs-tasks.md 36 If some of the operations you want to chain are asynchronous then you don't have a choice and must use `Promise`. If you want to chain only synchronous operations, then `Task` may be the right choice for you, especially if you plan on executing your operations when the application is idle, in which case you'll want to benefit from `RunWhenIdle`.
  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
quic_view.html 20 <li>Idle Connection Timeout In Seconds:
  /external/chromium-trace/catapult/tracing/tracing/extras/importer/linux_perf/
i915_parser_test.html 27 ' <idle>-0 [000] 2784.788644: i915_flip_complete: ' +
  /external/deqp/framework/platform/ios/
tcuIOSAppDelegate.m 55 // Disable idle timer (keep screen on).
  /external/droiddriver/src/io/appium/droiddriver/uiautomation/
UiAutomationDriver.java 44 * the UI idle after each action.
  /external/iproute2/include/linux/
pkt_sched.h 221 unsigned char Scell_log; /* cell size for idle damping */
251 unsigned char Scell_log; /* cell size for idle damping */
294 __u8 Scell_log; /* cell size for idle damping */
327 unsigned char Scell_log; /* cell size for idle damping */
  /external/iproute2/man/man8/
tipc-link.8 156 - Link state messages with probe flag set. Typically sent when a link is idle
  /external/jetty/src/java/org/eclipse/jetty/util/thread/
ExecutorThreadPool.java 85 * @param keepAliveTime the max time a thread can remain idle, in milliseconds
98 * @param keepAliveTime the max time a thread can remain idle
110 * @param corePoolSize the number of threads to keep in the pool, even if they are idle
112 * @param keepAliveTime the max time a thread can remain idle
  /external/kernel-headers/original/uapi/linux/
pkt_sched.h 217 unsigned char Scell_log; /* cell size for idle damping */
247 unsigned char Scell_log; /* cell size for idle damping */
290 __u8 Scell_log; /* cell size for idle damping */
323 unsigned char Scell_log; /* cell size for idle damping */
  /external/libchrome/base/message_loop/
incoming_task_queue.h 46 // Returns true if the message loop is "idle". Provided for testing.
  /external/libchrome/base/threading/
worker_pool_posix.h 56 // worker threads. Wakes up all the idle threads to let them exit.
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_cfg.c 117 NFA_HCI_NETWK_INIT_IDLE_TIMEOUT, /* Max HCI Network IDLE time to wait for EE DISC REQ Ntf(s) */
  /external/libnfc-nci/src/nfa/rw/
nfa_rw_main.c 96 /* Return to idle */
  /external/ltrace/sysdeps/linux-gnu/cris/
syscallent.h 133 "idle",
  /external/netperf/src/
netcpu_osx.c 99 /* calibrate_sysctl - perform the idle rate calculation using the
  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_noteimp.h 28 FWL_ERR Idle(int32_t count) override;
  /external/replicaisland/src/com/replica/replicaisland/
LauncherComponent.java 85 parentObject.setCurrentAction(ActionType.IDLE);
  /external/rmi4utils/rmi4update/
rmi4update.cpp 465 fprintf(stderr, "failed to go into idle after writing block %d\n", blockNum);
508 fprintf(stderr, "Bootloader is idle but program_enabled bit isn't set.\n");
515 fprintf(stderr, "ERROR: Waiting for idle status.\n");
519 fprintf(stderr, "Idle: %d\n", !m_f34Command && !m_f34Status);
  /external/vulkan-validation-layers/demos/smoke/
Smoke.h 81 IDLE,

Completed in 957 milliseconds

<<21222324252627282930>>