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

1 2 34 5 6 7 8 91011>>

  /libcore/crypto/src/main/java/org/conscrypt/
HandshakeProtocol.java 54 * Handshake status FINISHED - HandshakeProtocol has just finished
56 public static final int FINISHED = 3;
110 protected Finished clientFinished;
111 protected Finished serverFinished;
133 // reference verify_data used to verify finished message
213 case HandshakeProtocol.FINISHED:
216 return SSLEngineResult.HandshakeStatus.FINISHED;
244 * Creates and sends finished message
330 * Computers reference TLS verify_data that is used to verify finished messag
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
genobject.h 16 /* Note: gi_frame can be NULL if the generator is "finished" */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
genobject.h 16 /* Note: gi_frame can be NULL if the generator is "finished" */
  /external/valgrind/main/drd/tests/
tc22_exit_w_lock.stderr.exp-32bit 10 (thread finished, call stack no longer available)
12 (thread finished, call stack no longer available)
22 (thread finished, call stack no longer available)
24 (thread finished, call stack no longer available)
34 (thread finished, call stack no longer available)
36 (thread finished, call stack no longer available)
46 (thread finished, call stack no longer available)
48 (thread finished, call stack no longer available)
58 (thread finished, call stack no longer available)
60 (thread finished, call stack no longer available
    [all...]
  /external/chromium_org/ash/desktop_background/
user_wallpaper_delegate.h 40 // Notifies delegate that wallpaper animation has finished.
43 // Notifies delegate that wallpaper boot animation has finished.
  /external/chromium_org/chrome/browser/chromeos/login/
lock_window.h 24 // This method will be called when the lock window has finished all
48 // window has finished all initialization.
  /external/chromium_org/chrome/browser/chromeos/login/screens/
screen_factory.h 35 // outcome. Legacy, should be gone once refactoring is finished.
48 // once refactoring is finished.
  /external/chromium_org/chrome/browser/password_manager/
password_store_consumer.h 24 // Call this when the request is finished. If there are no results, call it
38 // Called when the request is finished. If there are no results, it is called
  /external/chromium_org/native_client_sdk/src/examples/api/core/
test.js 29 test.log('Not finished, waiting another second.');
37 test.log('Finished.');
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/
make.bat 39 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
46 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
53 echo.Build finished; now you can process the pickle files.
60 echo.Build finished; now you can process the JSON files.
67 echo.Build finished; now you can run HTML Help Workshop with the ^
75 echo.Build finished; now you can run "qcollectiongenerator" with the ^
86 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
108 echo.Testing of doctests in the sources finished, look at the ^
  /external/compiler-rt/lib/tsan/lit_tests/
race_with_finished_thread.cc 8 // Ensure that we can restore a stack of a finished thread.
41 // CHECK: Thread T1 (tid={{.*}}, finished) created by main thread at:
  /external/guava/guava/src/com/google/common/util/concurrent/
Service.java 58 * until the service has finished starting, and returns one of {@link
62 * State#FAILED}. If it has already finished starting, {@link
70 * finished starting. Unlike calling {@code start().get()}, this method throws
75 * @return the state of the service when startup finished.
99 * until the service has finished shutting down, and either returns
101 * it has already finished stopping, {@link ListenableFuture#get} returns
108 * finished stopping. If this is {@link State#STARTING}, startup will be
114 * @return the state of the service when shutdown finished.
  /external/junit/src/org/junit/rules/
TestWatcher.java 55 finished(description);
92 protected void finished(Description description) {
  /external/mesa3d/src/gallium/docs/
make.bat 39 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
46 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
53 echo.Build finished; now you can process the pickle files.
60 echo.Build finished; now you can process the JSON files.
67 echo.Build finished; now you can run HTML Help Workshop with the ^
75 echo.Build finished; now you can run "qcollectiongenerator" with the ^
86 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
108 echo.Testing of doctests in the sources finished, look at the ^
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
Scheduler.java 43 boolean finished() { method in class:Scheduler
44 // TODO: Check that the state of all nodes is FINISHED.
  /frameworks/base/services/java/com/android/server/am/
PendingThumbnailsRecord.java 31 boolean finished; // Is pendingRecords empty? field in class:PendingThumbnailsRecord
37 finished = false;
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBTransaction.cpp 104 ASSERT(m_state == Finished || m_contextStopped);
115 ASSERT(m_state != Finished);
127 if (m_state == Finished) {
157 ASSERT(m_state != Finished);
166 ASSERT(m_state != Finished);
180 ASSERT_WITH_MESSAGE(m_state != Finished, "A finished transaction tried to setActive(%s)", active ? "true" : "false");
192 if (m_state == Finishing || m_state == Finished) {
229 ASSERT(m_state != Finished);
264 ASSERT(m_state != Finished);
    [all...]
  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
Zoomer.java 40 * Whether or not the current zoom has finished.
66 * Forces the zoom finished state to the given value. Unlike {@link #abortAnimation()}, the
71 public void forceFinished(boolean finished) {
72 mFinished = finished;
101 * zoom has finished.
  /external/chromium_org/android_webview/browser/
find_helper.cc 59 bool finished) {
65 NotifyResults(active_ordinal, match_count, finished);
102 bool finished) {
116 if (!finished && active_ordinal == -1)
135 listener_->OnFindResultReceived(active_ordinal, match_count, finished);
  /external/chromium_org/chrome/browser/ssl/
ssl_add_cert_handler.cc 30 // Stay alive until the process completes and Finished() is called.
52 Finished(false);
60 Finished(true);
66 Finished(true);
70 void SSLAddCertHandler::Finished(bool add_cert) {
  /external/chromium_org/third_party/sqlite/src/test/
thread001.test 110 array unset finished
112 thread_spawn finished($i) $dbconfig $thread_procs $thread_program
118 if {![info exists finished($i)]} {
119 vwait finished($i)
122 set ::finished($i)
thread002.test 71 array unset finished
74 thread_spawn finished($ii) $thread_procs "set order {$order}" $thread_program
80 if {![info exists finished($i)]} {
81 vwait finished($i)
84 set ::finished($i)
  /external/chromium_org/ui/gfx/animation/
animation_container_unittest.cc 100 // Both timers should have finished.
101 EXPECT_TRUE(delegate1.finished());
102 EXPECT_TRUE(delegate2.finished());
127 // The timer should have finished.
128 EXPECT_TRUE(delegate1.finished());
  /external/chromium_org/content/browser/indexed_db/
indexed_db_transaction.cc 82 DCHECK_EQ(state_, FINISHED);
89 if (state_ == FINISHED)
102 if (state_ == FINISHED)
139 if (state_ == FINISHED)
149 state_ = FINISHED;
221 if (state_ == FINISHED)
240 state_ = FINISHED;
298 while (!task_queue->empty() && state_ != FINISHED) {
314 if (!HasPendingTasks() && state_ != FINISHED && commit_pending_) {
320 if (state_ == FINISHED)
    [all...]
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLEngineResultTest.java 53 new SSLEngineResult(null, SSLEngineResult.HandshakeStatus.FINISHED,
67 SSLEngineResult.HandshakeStatus.FINISHED, neg[i], 1);
75 SSLEngineResult.HandshakeStatus.FINISHED, 1, neg[i]);
162 assertTrue("FINISHED object does not define", findEl(enHS,
163 SSLEngineResult.HandshakeStatus.FINISHED));
191 assertEquals(SSLEngineResult.HandshakeStatus.valueOf("FINISHED"),
192 SSLEngineResult.HandshakeStatus.FINISHED);

Completed in 4561 milliseconds

1 2 34 5 6 7 8 91011>>