HomeSort by relevance Sort by last modified time
    Searched full:idle (Results 151 - 175 of 854) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/protocols/
rwhod.h 57 int we_idle; /* tty idle time */
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 49 * handle the request, even if other worker threads are idle. If
83 * excess threads will be terminated if they have been idle for more
90 * disables idle threads from ever terminating prior to shut down. By
473 * Timeout in nanoseconds for idle threads waiting for work.
481 * If false (default), core threads stay alive even when idle.
625 * idle worker to ensure that shutdown signals propagate. This
723 * interrupt only one idle worker, but shutdown() interrupts all
724 * idle workers so that redundant workers exit promptly, not
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
MessageQueueTest.java 67 * {@link HandlerThread} that adds or removes an idle handler depending on the {@link Test}
70 * occurs when the idle handler was executed. Tests can call {@link #hasIdleHandlerBeenCalled()}
  /external/apache-http/src/org/apache/http/conn/
ClientConnectionManager.java 95 * Closes idle connections in the pool.
103 * @param idletime the idle time of connections to be closed
  /external/chromium/chrome/browser/resources/net_internals/
socketpoolwrapper.js 83 tablePrinter.addHeaderCell('Idle');
131 tablePrinter.addHeaderCell('Idle');
  /external/chromium/chrome/common/extensions/docs/
experimental.idle.html 19 <title>experimental.chrome.idle - Google Chrome Extensions - Google Code</title></head>
202 <li><a href="idle.html">Idle</a></li>
254 <h1 class="page_title">experimental.chrome.idle</h1>
315 <div id="static"><div id="pageData-name" class="pageData">experimental.chrome.idle</div>
318 The <code>idle</code> API is no longer experimental;
324 <a href="idle.html">chrome.idle</a>
  /external/chromium/net/base/
bandwidth_metrics.h 19 // so that it can know when to discount idle time. The BandwidthMetrics
71 // If we're the only stream, we've finished some idle time. Record a new
  /external/chromium/net/spdy/
spdy_session_pool.h 86 // Close only the idle SpdySessions.
102 // We flush all idle sessions and release references to the active ones so
  /external/grub/netboot/
epic100.h 59 #define INTR_TXIDLE (0x00040000) /* tx idle. NI */
60 #define INTR_RXIDLE (0x00020000) /* rx idle. NI */
  /external/libnfc-nxp/inc/
nfc_custom_config.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/openssl/crypto/rand/
rand_os2.c 73 ULONG ulIdleLow; /* Low 32 bits of idle time */
74 ULONG ulIdleHigh; /* High 32 bits of idle time */
  /external/qemu/slirp/
tcp_output.c 76 int idle, sendalot; local
87 idle = (tp->snd_max == tp->snd_una);
88 if (idle && tp->t_idle >= tp->t_rxtcur)
90 * We have been idle for "a while" and no acks are
167 * Sender silly window avoidance. If connection is idle
179 if ((1 || idle || tp->t_flags & TF_NODELAY) &&
234 * idle not doing retransmits or persists
244 * The output side is idle when both timers are zero.
tcp_timer.h 71 * connection is idle (no segments received) for TCPTV_KEEP_INIT amount of time,
73 * is established, if the connection is idle for TCPTV_KEEP_IDLE time
  /external/qemu/slirp-android/
tcp_output.c 76 int idle, sendalot; local
87 idle = (tp->snd_max == tp->snd_una);
88 if (idle && tp->t_idle >= tp->t_rxtcur)
90 * We have been idle for "a while" and no acks are
167 * Sender silly window avoidance. If connection is idle
179 if ((1 || idle || tp->t_flags & TF_NODELAY) &&
234 * idle not doing retransmits or persists
244 * The output side is idle when both timers are zero.
tcp_timer.h 71 * connection is idle (no segments received) for TCPTV_KEEP_INIT amount of time,
73 * is established, if the connection is idle for TCPTV_KEEP_IDLE time
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheGroup.h 62 enum UpdateStatus { Idle, Checking, Downloading };
149 // ApplicationCache object, so this may be null even when update status is not Idle.
  /frameworks/base/media/jni/soundpool/
SoundPool.h 118 enum state { IDLE, RESUMING, STOPPING, PAUSED, PLAYING };
119 SoundChannel() : mAudioTrack(0), mState(IDLE), mNumChannels(1),
  /frameworks/base/services/java/com/android/server/am/
ActivityRecord.java 110 boolean idle; // has the activity gone idle? field in class:ActivityRecord
175 pw.print(" idle="); pw.println(idle);
234 idle = false;
563 if (!idle) {
566 // the normal idle happens.
569 // If this activity was already idle, then we now need to
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmCall.java 142 state = State.IDLE;
204 state = State.IDLE;
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
GenericWaveRS.java 45 public int idle; field in class:GenericWaveRS.WorldState
237 mScript.set_gIdle(mWorldState.idle);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
synclink.h 265 * MGSL_IOCSTXIDLE set current transmit idle mode
266 * MGSL_IOCGTXIDLE get current transmit idle mode
  /system/extras/sane_schedstat/
sane_schedstat.c 40 unsigned int sched_goidle; /* schedule() left the cpu idle */
72 printf("CPU yield() schedule() switch idle ttwu() local cpu_time wait_time timeslices\n");
  /external/webkit/Source/WebCore/html/shadow/
TextControlInnerElements.cpp 363 , m_state(Idle)
372 if (m_state != Idle)
427 case Idle: {
469 setState(Idle);
501 if (m_state != Idle)
  /hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_base.cpp 738 DEBUG_PRINT_LOW("OMXCORE-SM: Loaded-->Idle\n");
742 DEBUG_PRINT_LOW("OMXCORE-SM: Loaded-->Idle-Pending\n");
795 /* Current State is IDLE */
807 DEBUG_PRINT_LOW("OMXCORE-SM: Idle-->Loaded\n");
810 DEBUG_PRINT_ERROR("\nERROR: dev_stop() failed at Idle --> Loaded");
816 DEBUG_PRINT_LOW("OMXCORE-SM: Idle-->Loaded-Pending\n");
822 /* Requesting transition from Idle to Executing */
827 DEBUG_PRINT_ERROR("\nERROR: dev_start() failed in SCP on Idle --> Exe\n");
834 DEBUG_PRINT_LOW("OMXCORE-SM: Idle-->Executing\n");
839 /* Requesting transition from Idle to Idle *
    [all...]
  /external/chromium/net/socket/
client_socket_pool_base_unittest.cc     [all...]

Completed in 775 milliseconds

1 2 3 4 5 67 8 91011>>