HomeSort by relevance Sort by last modified time
    Searched defs:COMPLETED (Results 1 - 15 of 15) sorted by null

  /external/nist-sip/java/javax/sip/
TransactionState.java 7 COMPLETED,
  /external/autotest/venv/lucifer/
eventlib.py 56 COMPLETED = 'completed'
  /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.
  /external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/base/
base.py 76 COMPLETED = 'completed'
  /external/grpc-grpc/test/core/tsi/alts/fake_handshaker/
fake_handshaker_server.cc 73 if (context.state == COMPLETED) return Status::OK;
85 // from the peer, the state becomes COMPLETED.
86 enum HandshakeState { INITIAL, STARTED, SENT, COMPLETED };
187 context->state = COMPLETED;
206 context->state = COMPLETED;
213 if (context->state == COMPLETED) {
  /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...]
  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DeviceInfo.java 47 // Collection completed.
48 COMPLETED,
49 // Collection completed with error.
101 mResultCode = ResultCode.COMPLETED;
108 String message = getClass().getSimpleName() + " collection completed.";
109 assertEquals(message, ResultCode.COMPLETED, mResultCode);
141 * Returns the path to the json file if collector completed successfully.
  /external/tensorflow/tensorflow/core/common_runtime/
pending_counts.h 60 COMPLETED
285 return (c->pending == 0) ? STARTED : COMPLETED;
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
PeerConnection.java 52 NEW, CHECKING, CONNECTED, COMPLETED, FAILED, DISCONNECTED, CLOSED
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/net/
MultiNetworkConnectivityTestActivity.java 24 .COMPLETED;
96 /** Test completed for the validator */
104 COMPLETED,
226 if (wifiInfo != null && SupplicantState.COMPLETED.equals(wifiInfo.getSupplicantState())) {
364 if (mMultiNetworkValidators[i].mValidatorState != COMPLETED) {
386 case COMPLETED:
391 // All tests completed, so need to re run. It's not likely to get here as
462 && wifiInfo.getSupplicantState().equals(SupplicantState.COMPLETED)
670 mValidatorState = COMPLETED;
    [all...]
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 

Completed in 583 milliseconds