Searched defs:IN_PROGRESS (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/local_discovery/
H A Dprivetv3_crypto_provider.h20 IN_PROGRESS, enumerator in enum:local_discovery::PrivetV3CryptoProvider::HandshakeState
/external/chromium_org/content/public/browser/
H A Ddownload_item.h55 IN_PROGRESS = 0, enumerator in enum:content::DownloadItem::DownloadState
/external/jsilver/src/com/google/streamhtmlparser/util/
H A DEntityResolver.java69 * <li><code>IN_PROGRESS</code> indicates we are currently processing
78 IN_PROGRESS("In Progress"), enum constant in enum:EntityResolver.Status
201 status = Status.IN_PROGRESS;
203 } else if (status == Status.IN_PROGRESS) {
/external/chromium_org/content/browser/download/
H A Dsave_item.h23 IN_PROGRESS, enumerator in enum:content::SaveItem::SaveState
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_local_account_policy_service.h243 IN_PROGRESS, enumerator in enum:policy::DeviceLocalAccountPolicyService::OrphanExtensionCacheDeletionState
/external/chromium_org/chrome/browser/resources/downloads/
H A Ddownloads.js392 IN_PROGRESS: 'IN_PROGRESS',
525 if (this.state_ == Download.States.IN_PROGRESS) {
574 showInline(this.controlPause_, this.state_ == Download.States.IN_PROGRESS);
576 var showCancel = this.state_ == Download.States.IN_PROGRESS ||
701 case Download.States.IN_PROGRESS:
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc191 // which is not allowed. IN_PROGRESS means the test has not yet
193 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED }; enumerator in enum:testing::internal::DeathTestOutcome
316 outcome_(IN_PROGRESS),
481 case IN_PROGRESS:
/external/chromium_org/testing/gtest/src/
H A Dgtest-death-test.cc240 // returned control by throwing an exception. IN_PROGRESS means the test
244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
369 outcome_(IN_PROGRESS),
569 case IN_PROGRESS:
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-death-test.cc202 // returned control by throwing an exception. IN_PROGRESS means the test
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
329 outcome_(IN_PROGRESS),
529 case IN_PROGRESS:
/external/gtest/src/
H A Dgtest-death-test.cc240 // returned control by throwing an exception. IN_PROGRESS means the test
244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
369 outcome_(IN_PROGRESS),
569 case IN_PROGRESS:
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc202 // returned control by throwing an exception. IN_PROGRESS means the test
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
332 outcome_(IN_PROGRESS),
532 case IN_PROGRESS:
/external/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc202 // returned control by throwing an exception. IN_PROGRESS means the test
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
329 outcome_(IN_PROGRESS),
529 case IN_PROGRESS:
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 1719 milliseconds