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

1 2

  /external/chromium/chrome/browser/
alternate_nav_url_fetcher.h 36 IN_PROGRESS,
  /external/chromium_org/chrome/browser/ui/omnibox/
alternate_nav_url_fetcher.h 46 IN_PROGRESS,
  /frameworks/base/wifi/java/android/net/wifi/
WpsResult.java 31 IN_PROGRESS,
WifiManager.java     [all...]
  /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";
  /external/chromium_org/content/public/browser/
download_item.h 55 IN_PROGRESS = 0,
  /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/download/
save_item.h 22 IN_PROGRESS,
download_item.h 43 IN_PROGRESS,
  /external/chromium_org/content/browser/download/
save_item.h 23 IN_PROGRESS,
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmTxStatus.java 22 SUCCESS(0), FAILED(1), PENDING(2), INVALID_PARM(3), IN_PROGRESS(4), NOT_APPLICABLE(5), NOT_SUPPORTED(
JFmRxStatus.java 22 SUCCESS(0), FAILED(1), PENDING(2), INVALID_PARM(3), IN_PROGRESS(4), NOT_APPLICABLE(5), NOT_SUPPORTED(
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceStatus.java 35 public static final int IN_PROGRESS = 1;
102 if (statusCode != IN_PROGRESS) {
  /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_org/chrome/browser/resources/downloads/
downloads.js 375 IN_PROGRESS: 'IN_PROGRESS',
490 if (this.state_ == Download.States.IN_PROGRESS) {
527 showInline(this.controlPause_, this.state_ == Download.States.IN_PROGRESS);
529 var showCancel = this.state_ == Download.States.IN_PROGRESS ||
589 case Download.States.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/chromium_org/testing/gtest/src/
gtest-death-test.cc 240 // returned control by throwing an exception. IN_PROGRESS means the test
244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
367 outcome_(IN_PROGRESS),
567 case IN_PROGRESS:
    [all...]
  /external/chromium_org/third_party/mesa/src/src/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/llvm/utils/unittest/googletest/
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/mesa3d/src/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/open-vcdiff/gtest/src/
gtest-death-test.cc 191 // which is not allowed. IN_PROGRESS means the test has not yet
193 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED };
316 outcome_(IN_PROGRESS),
481 case IN_PROGRESS:
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 191 // which is not allowed. IN_PROGRESS means the test has not yet
193 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED };
316 outcome_(IN_PROGRESS),
481 case IN_PROGRESS:
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 240 // returned control by throwing an exception. IN_PROGRESS means the test
244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
369 outcome_(IN_PROGRESS),
569 case IN_PROGRESS:
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifInterface.java 670 public static final String IN_PROGRESS = "A";
    [all...]

Completed in 1356 milliseconds

1 2