/development/apps/Development/src/com/android/development/ |
BadBehaviorActivity.java | 53 Log.i(TAG, "broadcast receiver hang finished -- returning"); 67 Log.i(TAG, "service hang finished -- stopping and returning"); 88 Log.i(TAG, "activity controller hang finished -- disabling and returning"); 123 Log.i(TAG, "activity hang finished -- finishing"); 171 Log.i(TAG, "Finished kill -11, should be dead or dying"); 185 Log.i(TAG, "hang finished -- returning");
|
/developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/ |
SampleGenPlugin.groovy | 92 project.create << {println "Project creation finished."} 93 project.refresh << {println "Project refresh finished."}
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
SendResult.java | 64 // activity is finished. 75 // activity is finished.
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
SendResult.java | 64 // activity is finished. 75 // activity is finished.
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_model_observer.h | 15 // Invoked when the model has finished loading. 47 // Invoked when a favicon has finished loading.
|
/external/chromium/chrome/browser/diagnostics/ |
diagnostics_model_unittest.cc | 70 int finished() const { return finished_;} function in class:UTObserver 105 EXPECT_EQ(kDiagnosticsTestCount, observer.finished());
|
/external/chromium/chrome/browser/download/ |
download_shelf.h | 55 OPEN_WHEN_COMPLETE, // Open the download when it's finished. 84 // download has finished.
|
/external/chromium/chrome/browser/search_engines/ |
template_url_model_test_util.h | 50 // Blocks the caller until the service has finished servicing all pending 54 // Blocks the caller until the I/O thread has finished servicing all pending
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
job_queue_unittest.cc | 40 // No jobs finished yet, so the job count is four. 43 // Mark one job as finished.
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
component_extension_ime_manager_impl.h | 35 // Loads extension list and reads their manifest file. After finished 51 // function is finished. No need to release |result|.
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
history_overlay_controller_unittest.mm | 53 // Called after |-animationDidStop:finished:|. 61 animationDidStop:[OCMArg isNotNil] finished:YES];
|
/external/chromium_org/chrome/utility/ |
profile_import_handler.cc | 71 items_to_import_ ^= item; // Remove finished item from mask. 72 // If we've finished with all items, notify the browser process.
|
/external/chromium_org/components/policy/core/common/cloud/ |
user_cloud_policy_store.h | 76 // finished. 79 // Callback invoked to store the policy after validation has finished.
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_transaction_unittest.cc | 70 EXPECT_EQ(IndexedDBTransaction::FINISHED, transaction->state()); 76 EXPECT_EQ(IndexedDBTransaction::FINISHED, transaction->state());
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrAtlas.h | 29 // available to ensure that all draw calls are finished for that particular GrPlot. 30 // GrAtlasMgr::removeUnusedPlots() will free up any finished plots for a given GrAtlas.
|
/external/junit/src/org/junit/runner/notification/ |
RunListener.java | 44 * Called when all tests have finished 59 * Called when an atomic test has finished, whether the test succeeds or fails.
|
/external/skia/src/gpu/ |
GrAtlas.h | 29 // available to ensure that all draw calls are finished for that particular GrPlot. 30 // GrAtlasMgr::removeUnusedPlots() will free up any finished plots for a given GrAtlas.
|
/external/valgrind/main/drd/tests/ |
sem_open.c | 87 sleep(1); /* Wait until thread_func() finished. */ 95 /* Wait until the thread finished. */
|
/libcore/luni/src/test/java/tests/api/javax/net/ssl/ |
SSLEngineResultHandshakeStatusTest.java | 33 String[] str = {"NOT_HANDSHAKING", "FINISHED", "NEED_TASK", "NEED_WRAP", "NEED_UNWRAP"}; 49 String[] str = {"FINISHED", "NEED_TASK", "NEED_UNWRAP", "NEED_WRAP", "NOT_HANDSHAKING"};
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_threaded_import.py | 24 finished = N == 0 26 if finished:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_threaded_import.py | 24 finished = N == 0 26 if finished:
|
/external/chromium_org/chrome/browser/renderer_host/ |
chrome_render_widget_host_view_mac_history_swiper.mm | 154 BOOL finished = [self updateProgressBar]; 157 if (finished) { 205 BOOL finished = NO; 218 finished = YES; 224 [historyOverlay_ setProgress:progress finished:finished]; 226 return finished; 238 // Responsible for cleaning up after itself when the gesture is finished. 378 BOOL finished = progress >= 1.0; 381 [historyOverlay setProgress:progress finished:finished] [all...] |
/libcore/crypto/src/main/java/org/conscrypt/ |
ServerHandshakeImpl.java | 79 if (clientHello != null && this.status != FINISHED) { 111 if (clientHello != null && this.status != FINISHED) { 259 case 20: // FINISHED 265 clientFinished = new Finished(io_stream, length); 273 status = FINISHED; 576 * Creates and sends finished message 584 computerVerifyDataTLS("server finished", verify_data); 589 serverFinished = new Finished(verify_data); 593 computerReferenceVerifyDataTLS("client finished"); 600 status = FINISHED; [all...] |
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
InflaterTest.java | 64 * @tests java.util.zip.Inflater#finished() 67 // test method of java.util.zip.inflater.finished() 72 while (!(inflate.finished())) { 80 "the method finished() returned false when no more data needs to be decompressed", 81 inflate.finished()); 90 assertEquals("final decompressed data contained more bytes than original - finished()", 145 while (!(deflate.finished())) { 151 while (!(inflate.finished())) { 202 while (!(deflate.finished())) { 209 while (!(inflate.finished())) { [all...] |
/dalvik/tests/028-array-write/src/ |
Main.java | 18 System.out.println("Finished in " + ((end - start) / 1000000.0)
|