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

<<11121314151617181920>>

  /external/guava/guava/src/com/google/common/util/concurrent/
MoreExecutors.java 61 * application is finished
92 * application is finished
154 * even if the executor has not finished its work.
160 * application is finished
175 * even if the executor has not finished its work.
181 * application is finished
  /external/openssl/crypto/evp/
bio_enc.c 80 int cont; /* <= 0 when finished */
81 int finished; member in struct:enc_struct
119 ctx->finished=0;
300 ctx->finished=0;
331 if (!ctx->finished)
333 ctx->finished=1;
  /external/openssl/crypto/pkcs7/
bio_ber.c 97 int finished; /* No more read data */ member in struct:bio_ber_struct
238 if (ctx->finished) return(0);
261 ctx->finished=1;
341 ctx->finished=0;
375 if (!ctx->finished)
377 ctx->finished=1;
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaItemStatus.java 33 * {@link #PLAYBACK_STATE_FINISHED finished}, {@link #PLAYBACK_STATE_CANCELED canceled},
47 * transition from playing to finished.
105 * Playback state: Finished.
107 * Indicates that the media item played to the end of the content and finished normally.
109 * A finished media item cannot be resumed. To play the content again, the application
280 return "finished";
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
lock_tests.py 31 self.finished = []
39 self.finished.append(tid)
50 while len(self.finished) < self.n:
112 self.assertEqual(len(b.finished), 0)
115 self.assertEqual(len(b.finished), N)
500 self.assertFalse(b.finished)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
lock_tests.py 31 self.finished = []
39 self.finished.append(tid)
50 while len(self.finished) < self.n:
112 self.assertEqual(len(b.finished), 0)
115 self.assertEqual(len(b.finished), N)
500 self.assertFalse(b.finished)
  /external/chromium_org/base/test/launcher/
test_launcher.h 110 // Called when a test has finished running.
157 // Number of tests finished in this iteration.
160 // Number of tests successfully finished in this iteration.
  /external/chromium_org/cc/animation/
animation_unittest.cc 217 anim->SetRunState(Animation::Finished, 0.0);
231 anim->SetRunState(Animation::Finished, 0.0);
245 anim->SetRunState(Animation::Finished, 0.0);
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_tag_model.h 38 // Returns true if the model finished loading.
46 // observers can delay any expensive UI updates until it's finished.
170 // until it's finished.
  /external/chromium_org/chrome/browser/diagnostics/
diagnostics_writer.cc 237 base::StringPrintf("Finished %d tests.", model->GetTestRunCount()));
242 WriteInfoLine("Finished Recovery for: " + test_info.GetTitle());
246 WriteInfoLine("Finished All Recovery operations.");
  /external/chromium_org/chrome/browser/extensions/
startup_helper.cc 90 bool finished() { return finished_; } function in class:extensions::__anon4980::ValidateCrxHelper
157 // Whether we're finished unpacking;
189 if (!helper->finished())
  /external/chromium_org/chrome/browser/profile_resetter/
automatic_profile_resetter_delegate.h 41 // enumerator has finished scanning for loaded modules.
49 // URL service has finished loading its database.
125 // yet been called or not yet finished. Exposed only for unit tests.
  /external/chromium_org/chrome/browser/resources/file_manager/common/js/
async_util.js 149 // If all of the added tasks have finished, then call completion callbacks.
165 // Check if the dependency has finished.
169 // All dependences finished, therefore start the task.
  /external/chromium_org/chrome/browser/ui/webui/chromeos/imageburner/
imageburner_ui.cc 283 base::string16 finished; local
284 GetDataSizeText(amount_finished, &finished);
287 *progress_text = l10n_util::GetStringFUTF16(message_id, finished, total);
  /external/chromium_org/media/filters/
decrypting_video_decoder.cc 81 // Return empty frames if decoding has finished.
192 DCHECK(reset_cb_.is_null()); // No Reset() before initialization finished.
193 DCHECK(decode_cb_.is_null()); // No Decode() before initialization finished.
  /external/chromium_org/remoting/webapp/
main.html 435 <div data-ui-mode="home.host.share-finished" class="message"
437 </div> <!-- host.share-finished -->
439 <div data-ui-mode="home.host.share-failed home.host.share-finished"
441 <button id="host-finished-button"
603 <div data-ui-mode="home.client.session-finished"
605 </div> <!-- client.session-finished -->
607 <div data-ui-mode="home.client.connect-failed.it2me home.client.session-finished.it2me"
609 <button id="client-finished-it2me-button"
614 </div> <!-- connect-failed.it2me session-finished.it2me -->
616 <div data-ui-mode="home.client.connect-failed.me2me home.client.session-finished.me2me
    [all...]
  /external/chromium_org/sync/protocol/
client_debug_info.proto 154 ENCRYPTION_COMPLETE = 7; // Client has finished encrypting all data.
162 CONFIGURE_COMPLETE = 12; // The datatype manager has finished an
180 // A datatype finished model association.
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
IterationController.h 139 bool finished(double nr) function in class:Eigen::IterationController
150 bool finished(const MatrixBase<VectorType> &v) function in class:Eigen::IterationController
151 { return finished(double(v.squaredNorm())); }
  /external/openfst/src/include/fst/
visit.h 54 // // Invoked when arc to black/finished state examined
56 // // Invoked when state finished.
85 const unsigned kBlackState = 0x04; // Finished
  /art/runtime/gc/collector/
garbage_collector.h 94 // Called after the GC is finished. Done without mutators paused.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
ServRespTestCase.java 106 * If the test is finished, local services will be unregistered.
  /cts/libs/deviceutil/src/android/cts/util/
WatchDog.java 59 return; // already finished
  /cts/suite/audio_quality/lib/include/audio/
AudioHardware.h 82 * Wait for the playback / recording to complete. return true when successfully finished.
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CameraTestThread.java 58 if (VERBOSE) Log.v(TAG, "createLooperThread: finished");
  /dalvik/vm/mterp/x86/
OP_INVOKE_STATIC.S 48 cmpl $$0, (%edx) # finished resolving

Completed in 1121 milliseconds

<<11121314151617181920>>