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

1 2 3 4 5 6 7 8

  /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/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) {
  /libcore/ojluni/src/main/java/jdk/net/
SocketFlow.java 97 IN_PROGRESS,
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceStatus.java 35 public static final int IN_PROGRESS = 1;
121 if (statusCode != IN_PROGRESS) {
  /libcore/ojluni/src/main/java/java/security/
MessageDigest.java 147 private static final int IN_PROGRESS = 1;
341 state = IN_PROGRESS;
363 state = IN_PROGRESS;
373 state = IN_PROGRESS;
391 state = IN_PROGRESS;
466 case IN_PROGRESS:
  /frameworks/base/wifi/java/android/net/wifi/
WpsResult.java 31 IN_PROGRESS,
  /external/autotest/client/cros/cellular/pseudomodem/
pm_errors.py 68 IN_PROGRESS = 7
86 self.IN_PROGRESS : '.InProgress',
cdma_activate_machine.py 119 raise pm_errors.MMCoreError(pm_errors.MMCoreError.IN_PROGRESS,
disconnect_machine.py 81 pm_errors.MMCoreError(pm_errors.MMCoreError.IN_PROGRESS,
enable_machine.py 102 raise pm_errors.MMCoreError(pm_errors.MMCoreError.IN_PROGRESS,
register_machine.py 134 error = pm_errors.MMCoreError(pm_errors.MMCoreError.IN_PROGRESS,
connect_machine.py 190 pm_errors.MMCoreError.IN_PROGRESS, message))
disable_machine.py 124 raise pm_errors.MMCoreError(pm_errors.MMCoreError.IN_PROGRESS,
  /frameworks/base/services/core/java/com/android/server/connectivity/
DnsManager.java 211 IN_PROGRESS,
253 mValidationMap.put(p, ValidationStatus.IN_PROGRESS);
  /packages/apps/Email/provider_src/com/android/email/service/
EmailServiceStub.java 154 cb.loadAttachmentStatus(messageId, attachmentId, EmailServiceStatus.IN_PROGRESS, 0);
273 EmailServiceStatus.IN_PROGRESS, progress);
PopImapSyncAdapterService.java 139 EmailServiceStatus.IN_PROGRESS, 0, lastSyncResult);
  /external/google-breakpad/src/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/googletest/googletest/src/
gtest-death-test.cc 251 // returned control by throwing an exception. IN_PROGRESS means the test
255 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
380 outcome_(IN_PROGRESS),
580 case IN_PROGRESS:
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-death-test.cc 251 // returned control by throwing an exception. IN_PROGRESS means the test
255 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
380 outcome_(IN_PROGRESS),
580 case IN_PROGRESS:
    [all...]
  /external/llvm/utils/unittest/googletest/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 };
332 outcome_(IN_PROGRESS),
532 case IN_PROGRESS:
    [all...]
  /external/mesa3d/src/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 };
369 outcome_(IN_PROGRESS),
569 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...]
  /external/swiftshader/third_party/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/v8/testing/gtest/src/
gtest-death-test.cc 249 // returned control by throwing an exception. IN_PROGRESS means the test
253 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
378 outcome_(IN_PROGRESS),
578 case IN_PROGRESS:
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/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...]

Completed in 721 milliseconds

1 2 3 4 5 6 7 8