HomeSort by relevance Sort by last modified time
    Searched refs:COMPLETED (Results 1 - 25 of 250) sorted by null

1 2 3 4 5 6 7 8 910

  /external/nist-sip/java/javax/sip/
TransactionState.java 7 COMPLETED,
  /external/skia/infra/bots/recipe_modules/swarming/
state.py 24 COMPLETED = 0x70 # 112
27 RUNNING, PENDING, EXPIRED, TIMED_OUT, BOT_DIED, CANCELED, COMPLETED)
29 STATES_NOT_RUNNING = (EXPIRED, TIMED_OUT, BOT_DIED, CANCELED, COMPLETED)
30 STATES_DONE = (TIMED_OUT, COMPLETED)
40 COMPLETED: 'Completed',
test_api.py 51 'state': state.State.COMPLETED,
  /frameworks/base/wifi/java/android/net/wifi/
SupplicantState.java 89 * Association completed.
92 * been successfully completed with an AP. If IEEE 802.1X is used
94 * until the IEEE 802.1X/EAPOL authentication has been completed.
104 * when the IEEE 802.1X/EAPOL authentication has been completed.
111 * This state is entered when 4-Way Key Handshake has been completed
119 * All authentication completed.
122 * completed. In case of WPA2, this happens when the 4-Way Handshake is
123 * successfully completed. With WPA, this state is entered after the
125 * completed after dynamic keys are received (or if not used, after
126 * the EAP authentication has been completed). With static WEP keys an
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractFuture.java 50 * completed, failed, or cancelled.
176 * {@link AbstractFuture.Sync#COMPLETED} and invoke the listeners if the
193 * {@link AbstractFuture.Sync#COMPLETED} and invoke the listeners if the
213 * {@link #COMPLETED}, {@link #CANCELLED}, or {@link #INTERRUPTED}
218 * computation, and only then transition to COMPLETED, CANCELLED, or
231 static final int COMPLETED = 2;
278 * was cancelled, or a {@link ExecutionException} if the task completed with
297 case COMPLETED:
316 * Checks if the state is {@link #COMPLETED}, {@link #CANCELLED}, or {@link
320 return (getState() & (COMPLETED | CANCELLED | INTERRUPTED)) != 0
    [all...]
  /external/jsilver/src/com/google/streamhtmlparser/util/
EntityResolver.java 71 * <li><code>COMPLETED</code> indicates we have finished processing
79 COMPLETED("Completed");
177 * after {@code processChar} returned status {@code COMPLETED}.
180 * we were called with any status other than {@code COMPLETED}
205 status = Status.COMPLETED;
211 status = Status.COMPLETED;
216 // Status.COMPLETED, ignore character, do nothing.
  /cts/tests/tests/net/src/android/net/wifi/cts/
SupplicantStateTest.java 36 assertTrue(SupplicantState.isValidState(SupplicantState.COMPLETED));
  /external/autotest/client/common_lib/
host_queue_entry_states.py 12 'Aborted', 'Completed', 'Failed', 'Stopped',
19 COMPLETE_STATUSES = (Status.ABORTED, Status.COMPLETED, Status.FAILED,
  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DeviceInfo.java 47 // Collection completed.
48 COMPLETED,
49 // Collection completed with error.
87 mResultCode = ResultCode.COMPLETED;
94 String message = getClass().getSimpleName() + " collection completed.";
95 assertEquals(message, ResultCode.COMPLETED, mResultCode);
127 * Returns the path to the json file if collector completed successfully.
  /tools/tradefederation/core/src/com/android/tradefed/device/
IWifiHelper.java 32 COMPLETED, SCANNING, DISCONNECTED, OTHER;
  /external/nist-sip/java/gov/nist/javax/sip/
NistSipMessageFactoryImpl.java 122 } else if (TransactionState.COMPLETED == tr.getState()
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPClientTransaction.java 110 * | | | Completed |--------------&gt;| the event
152 * | | Completed | |
360 if (TransactionState.COMPLETED == this.getState()) {
433 this.setState(TransactionState.COMPLETED);
509 if ((TransactionState.COMPLETED == this.getState() || TransactionState.TERMINATED == this
580 * | | Completed | |
629 this.setState(TransactionState.COMPLETED);
651 this.setState(TransactionState.COMPLETED);
    [all...]
SIPServerTransaction.java 96 * | | Completed | | |
148 * | | | Completed |&lt;------------+
    [all...]
SIPTransaction.java 164 * Completed state.
166 public static final TransactionState COMPLETED_STATE = TransactionState.COMPLETED;
527 if (currentState == TransactionState.COMPLETED) {
530 newState = TransactionState.COMPLETED;
    [all...]
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
WifiClientTest.java 254 assertTrue(mSupplicantState == SupplicantState.COMPLETED);
263 assertTrue(mSupplicantState != SupplicantState.COMPLETED);
  /frameworks/base/services/core/java/com/android/server/
Watchdog.java 75 static final int COMPLETED = 0;
169 return COMPLETED;
350 int state = COMPLETED;
465 if (waitState == COMPLETED) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Call.java 64 NONE, STARTED, COMPLETED, FAILED, CANCELED;
CallTracker.java 121 } else if (state != Call.SrvccState.COMPLETED) {
  /external/autotest/scheduler/
postjob_task.py 87 return models.HostQueueEntry.Status.COMPLETED
275 models.HostQueueEntry.Status.COMPLETED)
monitor_db_functional_test.py 438 self._check_statuses(queue_entry, HqeStatus.COMPLETED, HostStatus.READY)
530 self._check_statuses(queue_entry, HqeStatus.COMPLETED,
534 self._check_statuses(queue_entry, HqeStatus.COMPLETED, HostStatus.READY)
543 self._check_statuses(queue_entry, HqeStatus.COMPLETED,
642 self._check_statuses(queue_entry, HqeStatus.COMPLETED, HostStatus.READY)
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SupplicantStateTracker.java 162 case COMPLETED:
200 case COMPLETED: supplState = BatteryStats.WIFI_SUPPL_STATE_COMPLETED; break;
385 /* Ignore any connecting state in completed state. Group re-keying
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
FlingUpDownMethod.java 97 AnimationState.COMPLETED
109 int COMPLETED = 6; // Animation loop completed. Occurs after user swipes beyond threshold
180 setAnimationState(AnimationState.COMPLETED);
519 if (animationState == AnimationState.COMPLETED) {
522 "Animation loop has completed. Cannot switch to new state: " + state);
568 case AnimationState.COMPLETED:
725 // previous set is completed, until endAnimation is called.
    [all...]
  /hardware/interfaces/wifi/supplicant/1.0/
ISupplicantStaIfaceCallback.hal 71 * been successfully completed with an AP. If IEEE 802.1X is used
73 * until the IEEE 802.1X/EAPOL authentication has been completed.
80 * when the IEEE 802.1X/EAPOL authentication has been completed.
84 * This state is entered when 4-Way Key Handshake has been completed
92 * completed. In case of WPA2, this happens when the 4-Way Handshake is
93 * successfully completed. With WPA, this state is entered after the
95 * completed after dynamic keys are received (or if not used, after
96 * the EAP authentication has been completed). With static WEP keys and
98 * has been completed.
100 * This state indicates that the supplicant has completed it
    [all...]
  /external/skia/infra/bots/recipe_modules/swarming/examples/
full.py 125 if api.swarming.State.COMPLETED == state:
127 assert 'Completed' == state_name, state_name
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
PeerConnection.java 52 NEW, CHECKING, CONNECTED, COMPLETED, FAILED, DISCONNECTED, CLOSED

Completed in 2336 milliseconds

1 2 3 4 5 6 7 8 910