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

1 2 3 4

  /external/nist-sip/java/javax/sip/
TransactionState.java 7 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/chromium_org/components/translate/core/browser/
translate_url_fetcher.cc 75 state_ = COMPLETED;
83 callback_.Run(id_, state_ == COMPLETED, data);
translate_url_fetcher.h 22 // Represents internal state if the fetch is completed successfully.
26 COMPLETED, // The last fetch request was finished successfully.
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractFuture.java 50 * completed, failed, or cancelled.
161 * {@link AbstractFuture.Sync#COMPLETED} and invoke the listeners if the
178 * {@link AbstractFuture.Sync#COMPLETED} and invoke the listeners if the
205 * {@link #COMPLETED} or {@link #CANCELLED}.
210 * computation, and only then transition to COMPLETED or CANCELLED.
222 static final int COMPLETED = 2;
268 * was cancelled, or a {@link ExecutionException} if the task completed with
287 case COMPLETED:
304 * Checks if the state is {@link #COMPLETED} or {@link #CANCELLED}.
307 return (getState() & (COMPLETED | CANCELLED)) != 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/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...]
  /external/chromium_org/cc/resources/
pixel_buffer_raster_worker_pool.cc 183 state.type = RasterTaskState::COMPLETED;
227 // Tasks that have already completed should not be part of this count.
228 if (state.type != RasterTaskState::COMPLETED)
265 state.type = RasterTaskState::COMPLETED;
274 // Check for completed tasks when ScheduleTasks() is called as
284 // Reschedule check for completed raster tasks.
316 DCHECK_EQ(RasterTaskState::COMPLETED, state_it->type);
368 // First check if any have completed.
432 // Release shared memory and move tasks with completed uploads
461 state.type = RasterTaskState::COMPLETED;
    [all...]
pixel_buffer_raster_worker_pool.h 73 enum { UNSCHEDULED, SCHEDULED, UPLOADING, COMPLETED } type;
128 // completed tasks.
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
PeerConnection.java 51 NEW, CHECKING, CONNECTED, COMPLETED, FAILED, DISCONNECTED, CLOSED
  /frameworks/base/services/core/java/com/android/server/
Watchdog.java 61 static final int COMPLETED = 0;
137 return COMPLETED;
298 int state = COMPLETED;
370 if (waitState == COMPLETED) {
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
WifiClientTest.java 254 assertTrue(mSupplicantState == SupplicantState.COMPLETED);
263 assertTrue(mSupplicantState != SupplicantState.COMPLETED);
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
progress_center_item_group.js 38 * Items that are progressing, or completed but still animated.
68 * Total maximum progress value of items already completed and removed from
76 * Total progress value of items already completed and removed from
178 * Obtains the progressing (or completed but animated) item.
228 case ProgressItemState.COMPLETED:
229 if ((!previousItem && item.state === ProgressItemState.COMPLETED) ||
275 if (this.items_[id].state === ProgressItemState.COMPLETED) {
318 case ProgressItemState.COMPLETED:
383 summarizedItem.state = ProgressItemState.COMPLETED;
413 // If there is non-error item (progressing, or completed but stil
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/common/js/
progress_center_common.js 31 COMPLETED: 'completed',
146 * If the current state is canceled or completed, it always returns 0 or 100
154 case ProgressItemState.COMPLETED: return 100;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Call.java 62 NONE, STARTED, COMPLETED, FAILED, CANCELED;
CallTracker.java 119 } else if (state != Call.SrvccState.COMPLETED) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SupplicantStateTracker.java 155 case COMPLETED:
188 case COMPLETED: supplState = BatteryStats.WIFI_SUPPL_STATE_COMPLETED; break;
379 /* Ignore any connecting state in completed state. Group re-keying
  /external/chromium_org/content/browser/appcache/
appcache_update_job.cc 290 if (state == CACHE_FAILURE || state == CANCELLED || state == COMPLETED)
384 if (internal_state_ != COMPLETED)
482 internal_state_ = COMPLETED;
574 internal_state_ = COMPLETED;
745 // Fetch another URL now that one request has completed.
    [all...]
appcache_update_job.h 88 COMPLETED,
  /external/chromium_org/ui/file_manager/file_manager/background/js/
file_operation_handler.js 213 item.state = ProgressItemState.COMPLETED;
287 item.state = ProgressItemState.COMPLETED;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
ConnectToWifiFragment.java 144 case COMPLETED:

Completed in 1082 milliseconds

1 2 3 4