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

1 2 3

  /external/jmonkeyengine/engine/src/core/com/jme3/input/controls/
SoftTextDialogInputListener.java 40 public static int COMPLETE = 0;
  /libcore/dalvik/src/main/java/dalvik/annotation/
TestLevel.java 29 COMPLETE,
55 * and {@code COMPLETE}.
61 * method for which there already exists one {@code COMPLETE} or a set of
  /external/webkit/LayoutTests/fast/js/resources/
js-test-post-function.js 4 debug('<br><span class="pass">TEST COMPLETE</span>');
  /external/apache-http/src/org/apache/http/conn/routing/
HttpRouteDirector.java 54 /** Indicates that the route is complete. */
55 public final static int COMPLETE = 0;
BasicRouteDirector.java 129 return COMPLETE;
177 return COMPLETE;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
MmiCode.java 30 COMPLETE,
41 * @return Localized message for UI display, valid only in COMPLETE
49 * State becomes CANCELLED unless already COMPLETE or FAILED
Connection.java 242 COMPLETE, /* The post dial string playback is complete */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
ftp.h 41 #define COMPLETE 2 /* positive completion */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
ftp.h 41 #define COMPLETE 2 /* positive completion */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
ftp.h 41 #define COMPLETE 2 /* positive completion */
  /external/blktrace/
act_mask.c 23 DECLARE_MASK_MAP(COMPLETE),
  /external/chromium/chrome/browser/download/
save_item.cc 51 // complete.
67 // Small downloads might be complete before method has a chance to run.
88 state_ = COMPLETE;
96 case COMPLETE:
download_item_model.cc 79 case DownloadItem::COMPLETE:
123 case DownloadItem::COMPLETE:
save_item.h 23 COMPLETE,
45 // Rough percent complete, -1 means we don't know (since we didn't receive a
download_item.cc 39 // complete, completion of the data download will be ignored.
79 case DownloadItem::COMPLETE:
80 return "COMPLETE";
326 // complete.
340 // Small downloads might be complete before this method has
356 state_ = COMPLETE;
392 state_ = COMPLETE;
486 // data, so it's safe to move to the COMPLETE state.
488 state_ = COMPLETE;
643 return state() == COMPLETE;
    [all...]
download_manager_unittest.cc 444 EXPECT_FALSE(observer->hit_state(DownloadItem::COMPLETE));
455 EXPECT_FALSE(observer->hit_state(DownloadItem::COMPLETE));
510 EXPECT_FALSE(observer->hit_state(DownloadItem::COMPLETE));
586 // Download is complete.
591 EXPECT_TRUE(observer->hit_state(DownloadItem::COMPLETE));
595 EXPECT_EQ(DownloadItem::COMPLETE, download->state());
download_item.h 46 COMPLETE,
136 // complete if it is in progress).
163 // to display progress when the DownloadItem should be considered complete.
189 // Rough percent complete, -1 means we don't know (since we didn't receive a
217 // Called when the download is ready to complete.
  /external/v8/src/
incremental-marking.h 46 COMPLETE
72 inline bool IsComplete() { return state() == COMPLETE; }
117 if (state_ == COMPLETE) {
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
clear-watch-invalid-id-crash.js 12 location = "data:text/html,TEST COMPLETE<script>if(window.layoutTestController) layoutTestController.notifyDone();</script>";
  /external/webkit/LayoutTests/storage/
change-version-handle-reuse.js 3 log("TEST COMPLETE.");
  /packages/apps/Settings/tests/src/com/android/settings/bluetooth/
Utf8ByteLengthFilterTest.java 35 level = TestLevel.COMPLETE,
41 level = TestLevel.COMPLETE,
  /frameworks/base/core/java/android/webkit/
HTML5Audio.java 62 private static int COMPLETE = 5;
152 mState = COMPLETE;
285 if (mState == COMPLETE && mLoopEnabled == true) {
325 if (mProcessingOnEnd == true && mState == COMPLETE && msec == 0) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmMmiCode.java 244 ret.mState = State.COMPLETE;
434 // Complete or failed cannot be cancelled
435 if (mState == State.COMPLETE || mState == State.FAILED) {
844 * Note: If REQUEST, this exchange is complete, but the session remains
858 mState = State.COMPLETE;
    [all...]
  /external/chromium/chrome/browser/history/
history_unittest.cc 315 EXPECT_NE(0, AddDownload(DownloadItem::COMPLETE, Time()));
317 EXPECT_NE(0, AddDownload(DownloadItem::COMPLETE, now - one_day));
318 EXPECT_NE(0, AddDownload(DownloadItem::COMPLETE, now));
319 EXPECT_NE(0, AddDownload(DownloadItem::COMPLETE, now + one_day));
321 EXPECT_NE(0, AddDownload(DownloadItem::COMPLETE, month_ago));
348 EXPECT_EQ(DownloadItem::COMPLETE, downloads[0].state);
358 EXPECT_TRUE(db_->UpdateDownload(512, DownloadItem::COMPLETE, in_progress));
367 EXPECT_NE(0, AddDownload(DownloadItem::COMPLETE, month_ago));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaMmiCode.java 162 // Complete or failed cannot be cancelled
163 if (mState == State.COMPLETE || mState == State.FAILED) {
289 mState = State.COMPLETE;

Completed in 470 milliseconds

1 2 3