/device/lge/bullhead/thermal/ |
thermal.c | 182 uint64_t user, nice, system, idle, active, total; local 210 &nice, &system, &idle); 228 total = active + idle;
|
/device/moto/shamu/thermal/ |
thermal.c | 172 uint64_t user, nice, system, idle, active, total; local 200 &nice, &system, &idle); 218 total = active + idle;
|
/external/chromium-trace/catapult/third_party/Paste/docs/ |
paste-httpserver-threadpool.txt | 40 * Idle, waiting for a request ("idle") 56 When a request comes in, if there are no idle worker threads waiting
|
/external/jetty/src/java/org/eclipse/jetty/server/ |
AsyncHttpConnection.java | 65 // don't check for idle while dispatched (unless blocking IO is done). 170 // reenable idle checking unless request is suspended 202 // Make idle parser seek EOF
|
/external/libchrome/base/threading/ |
worker_pool_posix_unittest.cc | 106 // Wake up the idle threads so they can terminate. 199 EXPECT_EQ(2, peer_.num_idle_threads()) << "Existing threads are now idle."; 222 // Wake up all idle threads so they can exit.
|
/external/netperf/src/ |
netcpu_kstat.c | 41 idle. The rate at which this increments during a test is compared 188 /* return the value of the idle tick counter for the specified CPU */ 372 does not go south. raj 6/95 and if we run completely out of idle,
|
/frameworks/base/docs/html/reference/android/support/test/espresso/ |
IdlingResource.ResourceCallback.html | 215 <p>Registered by an <code><a href="/reference/android/support/test/espresso/IdlingResource.html">IdlingResource</a></code> to notify Espresso of a transition to idle. 276 <p>Called when the resource goes from busy to idle. 339 <p>Called when the resource goes from busy to idle.
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
DefaultPhoneNotifierTest.java | 192 doReturn(Call.State.IDLE).when(mForeGroundCall).getState(); 193 doReturn(Call.State.IDLE).when(mBackGroundCall).getState(); 194 doReturn(Call.State.IDLE).when(mRingingCall).getState();
|
GsmCdmaConnectionTest.java | 79 assertEquals(GsmCdmaCall.State.IDLE, connection.getState()); 97 assertEquals(GsmCdmaCall.State.IDLE, connection.getState()); 114 logd("Update the connection state from idle to active");
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
CallTips.py | 1 """CallTips.py - An IDLE Extension to Jog Your Memory 88 in an IDLE EditorWindow before any script had been run. 118 # An uncaught exception closes idle, and eval can raise any
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
CallTips.py | 1 """CallTips.py - An IDLE Extension to Jog Your Memory 88 in an IDLE EditorWindow before any script had been run. 118 # An uncaught exception closes idle, and eval can raise any
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
CallTips.py | 1 """CallTips.py - An IDLE Extension to Jog Your Memory 88 in an IDLE EditorWindow before any script had been run. 118 # An uncaught exception closes idle, and eval can raise any
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
CallTips.py | 1 """CallTips.py - An IDLE Extension to Jog Your Memory 88 in an IDLE EditorWindow before any script had been run. 118 # An uncaught exception closes idle, and eval can raise any
|
/system/extras/tests/workloads/ |
pwrsummary.sh | 170 (idle) 206 defaultPowerFile="idle-display-power.out" 210 powerFile="idle-airplane-display-power.out"
|
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
ev_timers.c | 497 struct timespec idle; local 502 idle = evSubTime(ctx->lastEventTime, this->lastTouched); 503 if (evCmpTime(idle, this->max_idle) >= 0) { 514 this->timer->inter = evSubTime(this->max_idle, idle);
|
/cts/tests/sample/src/android/sample/cts/ |
SampleDeviceTest.java | 47 // Wait for the UI Thread to become idle.
|
/device/lge/bullhead/ |
media_codecs.xml | 91 <Quirk name="requires-loaded-to-idle-after-allocation"/> 102 <Quirk name="requires-loaded-to-idle-after-allocation" /> 110 <Quirk name="requires-loaded-to-idle-after-allocation" /> 121 <Quirk name="requires-loaded-to-idle-after-allocation" />
|
/device/moto/shamu/ |
media_codecs.xml | 91 <Quirk name="requires-loaded-to-idle-after-allocation"/> 102 <Quirk name="requires-loaded-to-idle-after-allocation"/> 110 <Quirk name="requires-loaded-to-idle-after-allocation"/> 121 <Quirk name="requires-loaded-to-idle-after-allocation"/>
|
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/ |
Readme.txt | 22 Support the -Xconversiontimeout option (Jim Idle)
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3.h | 5 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
|
antlr3commontreeadaptor.h | 9 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
|
antlr3parsetree.h | 11 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
|
antlr3treeparser.h | 5 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3encodings.c | 11 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
|
/external/antlr/antlr-3.4/runtime/Java/ |
pom.xml | 37 <name>Jim Idle</name>
|