/cts/apps/CtsVerifier/src/com/android/cts/verifier/companion/ |
CompanionDeviceTestActivity.java | 98 private void fail(Throwable reason) { 99 Log.e(LOG_TAG, "Test failed", reason); 100 fail(reason.getMessage()); 103 private void fail(CharSequence reason) { 104 Toast.makeText(this, reason, Toast.LENGTH_LONG).show(); 105 Log.e(LOG_TAG, reason.toString());
|
/external/autotest/client/cros/cellular/pseudomodem/ |
enable_machine.py | 29 reason = mm1_constants.MM_MODEM_STATE_CHANGE_REASON_USER_REQUESTED 33 reason) 47 reason = mm1_constants.MM_MODEM_STATE_CHANGE_REASON_USER_REQUESTED 48 self._modem.ChangeState(mm1_constants.MM_MODEM_STATE_ENABLING, reason) 56 reason = mm1_constants.MM_MODEM_STATE_CHANGE_REASON_USER_REQUESTED 57 self._modem.ChangeState(mm1_constants.MM_MODEM_STATE_ENABLED, reason)
|
/external/autotest/server/cros/dynamic_suite/ |
fakes.py | 74 @var reason: reason for failure, if any 77 def __init__(self, code, name, reason, aborted=None, 82 self.reason = reason 96 return '%s\t%s\t%s: %s' % (self.status, self.test_name, self.reason, 106 self.reason == status._reason) 116 self.reason == status._reason)
|
/external/boringssl/src/include/openssl/ |
err.h | 132 // The library identifier and reason code are packed in a uint32_t and there 168 // ERR_GET_REASON returns the reason code for the error. This is one of 170 // |ERR_GET_LIB|). Note that reason codes are specific to the library. 218 // error:[error code]:[library name]:OPENSSL_internal:[reason string] 220 // error code is an 8 digit hexadecimal number; library name and reason string 229 // ERR_reason_error_string returns a string representation of the reason for 250 // [thread id]:error:[error code]:[library name]:OPENSSL_internal:[reason string]:[file]:[line number]:[optional string data] 287 // Built-in library and reason codes. 326 // The following reason codes used to denote an error occuring in another 366 // The following values are global reason codes. They may occur in any library [all...] |
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
ShadowWifiP2pManagerTest.java | 63 assertThat(testListener.reason).isEqualTo(WifiP2pManager.BUSY); 103 assertThat(testListener.reason).isEqualTo(WifiP2pManager.BUSY); 135 private int reason; field in class:ShadowWifiP2pManagerTest.TestActionListener 144 public void onFailure(int reason) { 146 this.reason = reason;
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/ |
BaseTestActivity.java | 114 public void onTestFailed(String reason) { 118 if (reason != null) { 119 mAwareInfo.append(reason);
|
/cts/tests/tests/net/src/android/net/cts/ |
VpnServiceTest.java | 39 @AppModeFull(reason = "PackageManager#queryIntentActivities cannot access in instant app mode") 65 @AppModeFull(reason = "Socket cannot bind in instant app mode") 94 @AppModeFull(reason = "Socket cannot bind in instant app mode")
|
/external/autotest/scheduler/ |
email_manager.py | 77 def log_stacktrace(self, reason): 80 @param reason: An exception to log and send. 82 logging.exception(reason) 83 message = "EXCEPTION: %s\n%s" % (reason, traceback.format_exc())
|
/external/chromium-trace/catapult/devil/devil/android/ |
device_blacklist.py | 55 def Extend(self, devices, reason='unknown'): 60 reason: string specifying the reason for blacklist (eg: 'unauthorized') 65 'reason': reason, 68 logger.info('Adding %s to blacklist %s for reason: %s', 69 ','.join(devices), self._path, reason)
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaPlayerSurfaceTest.java | 30 @AppModeFull(reason = "TODO: evaluate and port to instant")
|
NativeImageReaderTest.java | 27 @AppModeFull(reason = "TODO: evaluate and port to instant")
|
SoundPoolAacTest.java | 22 @AppModeFull(reason = "TODO: evaluate and port to instant")
|
SoundPoolMidiTest.java | 22 @AppModeFull(reason = "TODO: evaluate and port to instant")
|
SoundPoolOggTest.java | 22 @AppModeFull(reason = "TODO: evaluate and port to instant")
|
ToneGeneratorTest.java | 24 @AppModeFull(reason = "TODO: evaluate and port to instant")
|
/cts/tests/tests/os/src/android/os/cts/ |
SecurityFeaturesTest.java | 73 @AppModeFull(reason = "Instant apps cannot access APIs")
|
/cts/tests/tests/permission/src/android/permission/cts/ |
BackgroundPermissionsTest.java | 79 @AppModeFull(reason = "Instant apps cannot read properties of other packages") 119 @AppModeFull(reason = "Instant apps cannot read properties of other packages which is needed " 136 @AppModeFull(reason = "Instant apps cannot read properties of other packages which is needed " 151 @AppModeFull(reason = "Instant apps cannot read properties of other packages which is needed " 167 @AppModeFull(reason = "Instant apps cannot read properties of other packages which is needed " 184 @AppModeFull(reason = "Instant apps cannot read properties of other packages which is needed " 201 @AppModeFull(reason = "Instant apps cannot read properties of other packages which is needed " 218 @AppModeFull(reason = "Instant apps cannot read properties of other packages which is needed " 236 @AppModeFull(reason = "Instant apps cannot read properties of other packages which is needed "
|
/development/tools/bugreport/src/com/android/bugreport/anr/ |
Anr.java | 34 public String reason; field in class:Anr
|
/device/google/contexthub/firmware/os/platform/stm32/ |
pwr.c | 159 uint32_t reason = 0; local 162 reason |= RESET_POWER_MANAGEMENT; 164 reason |= RESET_WINDOW_WATCHDOG; 166 reason |= RESET_INDEPENDENT_WATCHDOG; 168 reason |= RESET_SOFTWARE; 170 reason |= RESET_POWER_ON; 172 reason |= RESET_HARDWARE; 174 reason |= RESET_BROWN_OUT; 176 return reason;
|
/device/google/marlin/telephony/ims/src/org/codeaurora/ims/ |
QtiImsExtListenerBaseImpl.java | 45 int endMinute, int reason, int status, String number, int service) {
|
/external/autotest/venv/lucifer/ |
conftest.py | 23 skip_slow = pytest.mark.skip(reason="--skipslow option was passed")
|
/external/deqp/external/openglcts/modules/common/ |
glcConfigListCase.cpp | 50 static const char* getExcludeReasonName(ExcludeReason reason) 52 switch (reason) 65 throw tcu::Exception("Unknown exclude reason"); 146 << "): " << getExcludeReasonName(cfgIter->reason) << TestLog::EndMessage; 156 (cfgIter->reason == EXCLUDEREASON_NOT_CONFORMANT ? numNotConformant : numNotCompatible) += 1;
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
frame_rst_stream.cc | 93 uint32_t reason = ((static_cast<uint32_t>(p->reason_bytes[0])) << 24) | local 98 if (reason != GRPC_HTTP2_NO_ERROR || s->metadata_buffer[1].size == 0) { 100 gpr_asprintf(&message, "Received RST_STREAM with error code %d", reason); 105 GRPC_ERROR_INT_HTTP2_ERROR, static_cast<intptr_t>(reason));
|
/external/grpc-grpc/src/core/lib/gprpp/ |
orphanable.h | 157 const char* reason) GRPC_MUST_USE_RESULT { 162 old_refs, old_refs + 1, reason); 178 void Unref(const DebugLocation& location, const char* reason) { 183 old_refs, old_refs - 1, reason);
|
ref_counted.h | 99 const char* reason) GRPC_MUST_USE_RESULT { 104 old_refs, old_refs + 1, reason); 120 void Unref(const DebugLocation& location, const char* reason) { 125 old_refs, old_refs - 1, reason);
|