HomeSort by relevance Sort by last modified time
    Searched full:idle (Results 76 - 100 of 737) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerSeekToStateUnitTest.java 34 * {Idle, Initialized, Stopped, Error}
MediaPlayerSetAudioStreamTypeStateUnitTest.java 33 * {Idle, Initialized, Stopped, Prepared, Started, Paused, PlaybackComplted}.
MediaPlayerSetLoopingStateUnitTest.java 33 * {Idle, Initialized, Stopped, Prepared, Started, Paused, PlaybackComplted}.
MediaPlayerSetVolumeStateUnitTest.java 32 * {Idle, Initialized, Stopped, Prepared, Started, Paused, PlaybackComplted}.
MediaPlayerStartStateUnitTest.java 34 * {Idle, Initialized, Stopped, Error}
MediaPlayerStopStateUnitTest.java 34 * {Idle, Initialized, Error}
  /external/netperf/
netcpu_procstat.c 40 idle. The rate at which this increments during a test is compared
161 /* Idle time is the 4th space-separated token */
222 does not go south. raj 6/95 and if we run completely out of idle,
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 */
371 does not go south. raj 6/95 and if we run completely out of idle,
netcpu_osx.c 93 /* calibrate_sysctl - perform the idle rate calculation using the
  /frameworks/base/telephony/java/com/android/internal/telephony/
Call.java 30 IDLE, ACTIVE, HOLDING, DIALING, ALERTING, INCOMING, WAITING, DISCONNECTED, DISCONNECTING;
33 return !(this == IDLE || this == DISCONNECTED || this == DISCONNECTING);
48 public State state = State.IDLE;
DataConnectionTracker.java 40 * IDLE: ready to start data connection setup, default state
51 * FAILED or IDLE : DISCONNECTED
56 IDLE,
170 protected State state = State.IDLE;
211 case IDLE: return "IDLE";
Connection.java 55 CDMA_INTERCEPT, /* INTERCEPT order received, MS state idle entered */
164 * Returns getCall().getState() or Call.State.IDLE if not
173 return Call.State.IDLE;
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaCall.java 36 /*package*/ State state = State.IDLE;
147 state = State.IDLE;
206 state = State.IDLE;
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 63 ATTRIBUTE Ascend-TS-Idle-Limit 169 integer
64 ATTRIBUTE Ascend-TS-Idle-Mode 170 integer
93 ATTRIBUTE Ascend-Token-Idle 199 integer
136 ATTRIBUTE Ascend-Idle-Limit 244 integer
146 ATTRIBUTE Ascend-MPP-Idle-Percent 254 integer
190 VALUE Ascend-TS-Idle-Mode TS-Idle-None 0
191 VALUE Ascend-TS-Idle-Mode TS-Idle-Input 1
192 VALUE Ascend-TS-Idle-Mode TS-Idle-Input-Output
    [all...]
  /bionic/libc/netbsd/isc/
ev_timers.c 484 struct timespec idle; local
489 idle = evSubTime(ctx->lastEventTime, this->lastTouched);
490 if (evCmpTime(idle, this->max_idle) >= 0) {
501 this->timer->inter = evSubTime(this->max_idle, idle);
  /device/htc/passion-common/overlay/frameworks/base/core/res/res/xml/
power_profile.xml 55 <item name="cpu.idle">2.8</item>
  /external/kernel-headers/original/asm-arm/
smp.h 64 * Boot a secondary CPU, and assign it the specified idle task.
  /external/opencore/engines/author/include/
pvauthorenginefactory.h 55 * the idle state. An attempt to delete an author in any other state will
  /external/opencore/nodes/pvaacffparsernode/include/
pvmf_aacffparser_factory.h 51 * the idle state. An attempt to delete in any other state will fail and return false.
  /external/opencore/nodes/pvamrffparsernode/include/
pvmf_amrffparser_factory.h 55 * the idle state. An attempt to delete in any other state will fail and return false.
  /external/opencore/nodes/pvclientserversocketnode/include/
pvmf_clientserver_socket_factory.h 61 * the idle state. An attempt to delete in any other state will fail and return false.
  /external/opencore/nodes/pvdummyinputnode/include/
pvmf_dummy_fileinput_node_factory.h 53 * the idle state. An attempt to delete in any other state will fail and return false.
  /external/opencore/nodes/pvmp3ffparsernode/include/
pvmf_mp3ffparser_factory.h 53 * the idle state. An attempt to delete in any other state will fail and return false.
  /external/opencore/nodes/pvsocketnode/include/
pvmf_socket_factory.h 56 * the idle state. An attempt to delete in any other state will fail and return false.
  /external/opencore/nodes/pvwavffparsernode/include/
pvmf_wavffparser_factory.h 52 * the idle state. An attempt to delete in any other state will fail and return false.

Completed in 239 milliseconds

1 2 34 5 6 7 8 91011>>