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

1 2 3

  /frameworks/opt/net/voip/src/java/android/net/sip/
SipErrorCode.java 55 public static final int IN_PROGRESS = -9;
86 case IN_PROGRESS:
87 return "IN_PROGRESS";
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceStatus.java 25 public static final int IN_PROGRESS = 1;
  /external/chromium/chrome/browser/download/
save_item.cc 38 state_ = IN_PROGRESS;
53 if (state_ != IN_PROGRESS) {
66 if (state_ != IN_PROGRESS) {
101 case IN_PROGRESS: {
download_item_model.cc 57 case DownloadItem::IN_PROGRESS:
117 case DownloadItem::IN_PROGRESS:
save_item.h 22 IN_PROGRESS,
download_item.cc 77 case DownloadItem::IN_PROGRESS:
78 return "IN_PROGRESS";
169 state_(IN_PROGRESS),
209 state_(IN_PROGRESS),
627 return (state_ == IN_PROGRESS);
631 return (state_ == IN_PROGRESS);
download_manager_unittest.cc 427 EXPECT_EQ(DownloadItem::IN_PROGRESS, download->state());
442 EXPECT_TRUE(observer->hit_state(DownloadItem::IN_PROGRESS));
453 EXPECT_TRUE(observer->hit_state(DownloadItem::IN_PROGRESS));
493 EXPECT_EQ(DownloadItem::IN_PROGRESS, download->state());
507 EXPECT_TRUE(observer->hit_state(DownloadItem::IN_PROGRESS));
560 EXPECT_EQ(DownloadItem::IN_PROGRESS, download->state());
588 EXPECT_TRUE(observer->hit_state(DownloadItem::IN_PROGRESS));
download_item.h 43 IN_PROGRESS,
download_browsertest.cc 225 // * There are no IN_PROGRESS download items remaining on the
272 // of downloads in the IN_PROGRESS state and take appropriate
282 if ((*it)->state() == DownloadItem::IN_PROGRESS)
490 DownloadItem::IN_PROGRESS, // Has started
    [all...]
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmRxStatus.java 22 SUCCESS(0), FAILED(1), PENDING(2), INVALID_PARM(3), IN_PROGRESS(4), NOT_APPLICABLE(5), NOT_SUPPORTED(
JFmTxStatus.java 22 SUCCESS(0), FAILED(1), PENDING(2), INVALID_PARM(3), IN_PROGRESS(4), NOT_APPLICABLE(5), NOT_SUPPORTED(
  /external/jsilver/src/com/google/streamhtmlparser/util/
EntityResolver.java 69 * <li><code>IN_PROGRESS</code> indicates we are currently processing
78 IN_PROGRESS("In Progress"),
201 status = Status.IN_PROGRESS;
203 } else if (status == Status.IN_PROGRESS) {
  /external/chromium/chrome/browser/
alternate_nav_url_fetcher.h 36 IN_PROGRESS,
alternate_nav_url_fetcher.cc 60 state_ = IN_PROGRESS;
  /frameworks/base/wifi/java/android/net/wifi/
WpsResult.java 31 IN_PROGRESS,
  /external/chromium/chrome/browser/history/
download_database.cc 144 statement.BindInt(1, DownloadItem::IN_PROGRESS);
history_unittest.cc 312 DownloadID in_progress, removing; local
322 EXPECT_NE(0, in_progress = AddDownload(DownloadItem::IN_PROGRESS, month_ago));
350 EXPECT_EQ(DownloadItem::IN_PROGRESS, downloads[1].state);
358 EXPECT_TRUE(db_->UpdateDownload(512, DownloadItem::COMPLETE, in_progress));
366 // Check removal of downloads stuck in IN_PROGRESS state.
368 EXPECT_NE(0, AddDownload(DownloadItem::IN_PROGRESS, month_ago));
373 // IN_PROGRESS download should remain. It it indicated as "Canceled"
  /packages/apps/Email/src/com/android/email/
Controller.java     [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-death-test.cc 155 // which is not allowed. IN_PROGRESS means the test has not yet
157 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED };
284 outcome_(IN_PROGRESS) {
  /external/chromium/chrome/browser/renderer_host/
download_resource_handler.cc 88 info->state = DownloadItem::IN_PROGRESS;
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
AttachmentLoader.java 86 EmailServiceStatus.IN_PROGRESS, progress);
  /packages/apps/Settings/src/com/android/settings/wifi/
WpsDialog.java 109 case WifiManager.IN_PROGRESS:
  /external/chromium/testing/gtest/src/
gtest-death-test.cc 202 // returned control by throwing an exception. IN_PROGRESS means the test
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
329 outcome_(IN_PROGRESS),
529 case IN_PROGRESS:
    [all...]
  /external/gtest/src/
gtest-death-test.cc 202 // returned control by throwing an exception. IN_PROGRESS means the test
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
329 outcome_(IN_PROGRESS),
529 case IN_PROGRESS:
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-death-test.cc 202 // returned control by throwing an exception. IN_PROGRESS means the test
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
329 outcome_(IN_PROGRESS),
529 case IN_PROGRESS:
    [all...]

Completed in 564 milliseconds

1 2 3