/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/mesa3d/src/mesa/drivers/dri/i965/ |
brw_primitive_restart.c | 150 /* If we have set the in_progress flag, then we are in the middle 153 if (brw->prim_restart.in_progress) { 167 brw->prim_restart.in_progress = true; 182 brw->prim_restart.in_progress = false;
|
/external/chromium-trace/catapult/perf_insights/perf_insights/endpoints/cloud_mapper/ |
task.py | 90 tasks[task_id] = {'status': 'IN_PROGRESS'} 119 if job.status != 'IN_PROGRESS': 189 tasks[task_id] = {'status': 'IN_PROGRESS'} 195 reduce_tasks[task_id] = {'status': 'IN_PROGRESS'} 221 if job.status != 'IN_PROGRESS': 281 job.status = 'IN_PROGRESS'
|
/frameworks/base/wifi/java/android/net/wifi/ |
WpsResult.java | 31 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) {
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/ |
EmailServiceStatus.java | 35 public static final int IN_PROGRESS = 1; 121 if (statusCode != IN_PROGRESS) {
|
/external/autotest/client/cros/cellular/pseudomodem/ |
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,
|
pm_errors.py | 68 IN_PROGRESS = 7 86 self.IN_PROGRESS : '.InProgress',
|
disable_machine.py | 124 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))
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
WpsConnectionActivity.java | 81 case WifiManager.IN_PROGRESS:
|
/libcore/ojluni/src/main/java/java/security/ |
MessageDigest.java | 137 private static final int IN_PROGRESS = 1; 319 state = IN_PROGRESS; 341 state = IN_PROGRESS; 351 state = IN_PROGRESS; 369 state = IN_PROGRESS; 443 case IN_PROGRESS:
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/ |
reactive_socket_service_base.ipp | 240 if (op->ec_ == asio::error::in_progress
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
error.hpp | 73 in_progress = ASIO_SOCKET_ERROR(EINPROGRESS), enumerator in enum:asio::error::basic_errors
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WpsDialog.java | 113 case WifiManager.IN_PROGRESS:
|
/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/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/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 | 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/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/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...] |
/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...] |