Home
last modified time | relevance | path

Searched defs:error (Results 1 – 25 of 435) sorted by relevance

12345678910>>...18

/packages/modules/adb/
Dsocket_spec_test.cpp30 std::string hostname, error, serial; in TEST() local
41 std::string hostname, error, serial; in TEST() local
50 std::string hostname, error, serial; in TEST() local
58 std::string hostname, error, serial; in TEST() local
67 std::string hostname, error, serial; in TEST() local
76 std::string hostname, error, serial; in TEST() local
85 std::string hostname, error, serial; in TEST() local
93 std::string hostname, error, serial; in TEST() local
101 std::string hostname, error, serial; in TEST() local
112 std::string hostname, error, serial; in TEST() local
[all …]
Dadb_listeners_test.cpp68 std::string error; in TEST_F() local
78 std::string error; in TEST_F() local
92 std::string error; in TEST_F() local
107 std::string error; in TEST_F() local
117 std::string error; in TEST_F() local
128 std::string error; in TEST_F() local
139 std::string error; in TEST_F() local
154 std::string error; in TEST_F() local
Dsocket_spec.cpp79 std::string* serial, std::string* error) { in parse_tcp_socket_spec()
120 int get_host_socket_spec_port(std::string_view spec, std::string* error) { in get_host_socket_spec_port()
178 std::string error; in is_local_socket_spec() local
187 std::string* error) { in socket_spec_connect()
339 int socket_spec_listen(std::string_view spec, std::string* error, int* resolved_port) {
Dtransport_benchmark.cpp73 [](Connection*, const std::string& error) { LOG(INFO) << "client closed: " << error; }); in BM_Connection_Unidirectional()
75 [](Connection*, const std::string& error) { LOG(INFO) << "server closed: " << error; }); in BM_Connection_Unidirectional()
147 [](Connection*, const std::string& error) { LOG(INFO) << "client closed: " << error; }); in BM_Connection_Echo()
149 [](Connection*, const std::string& error) { LOG(INFO) << "server closed: " << error; }); in BM_Connection_Echo()
Dadb.cpp1132 std::string error; in handle_forward_request() local
1309 std::string error; in handle_host_request() local
1359 std::string error; in handle_host_request() local
1402 std::string error; in handle_host_request() local
1428 std::string error; in handle_host_request() local
1440 std::string error; in handle_host_request() local
1452 std::string error; in handle_host_request() local
1492 std::string error; in handle_host_request() local
1511 std::string error; in handle_host_request() local
1539 auto transport_acquirer = [=](std::string* error) { in handle_host_request()
[all …]
/packages/modules/adb/client/
Dadb_client.cpp81 static std::optional<TransportId> switch_socket_transport(int fd, std::string* error) { in switch_socket_transport()
137 bool adb_status(borrowed_fd fd, std::string* error) { in adb_status()
158 static int _adb_connect(std::string_view service, TransportId* transport, std::string* error, in _adb_connect()
222 std::string output, error; in adb_kill_server() local
238 int adb_connect(std::string_view service, std::string* error) { in adb_connect()
245 std::string error; in adb_get_server_executable_path() local
254 static bool __adb_check_server_version(std::string* error) { in __adb_check_server_version()
343 bool adb_check_server_version(std::string* error) { in adb_check_server_version()
356 int adb_connect(TransportId* transport, std::string_view service, std::string* error, in adb_connect()
382 std::string error; in adb_command() local
[all …]
Dcommandline.cpp637 std::string error; in RemoteShell() local
828 std::string error; in adb_sideload_legacy() local
847 std::string error; in adb_sideload_legacy() local
902 std::string error; in adb_sideload_install() local
993 std::string error; in adb_wipe_devices() local
1054 std::string error; in adb_root() local
1130 std::string error; in send_shell_command() local
1225 std::string error; in backup() local
1262 std::string error; in restore() local
1360 std::string error; in adb_connect_command() local
[all …]
/packages/modules/Connectivity/framework-t/src/android/net/nsd/
DINsdManagerCallback.aidl29 void onDiscoverServicesFailed(int listenerKey, int error); in onDiscoverServicesFailed()
32 void onStopDiscoveryFailed(int listenerKey, int error); in onStopDiscoveryFailed()
34 void onRegisterServiceFailed(int listenerKey, int error); in onRegisterServiceFailed()
36 void onUnregisterServiceFailed(int listenerKey, int error); in onUnregisterServiceFailed()
38 void onResolveServiceFailed(int listenerKey, int error); in onResolveServiceFailed()
40 void onStopResolutionFailed(int listenerKey, int error); in onStopResolutionFailed()
42 void onServiceInfoCallbackRegistrationFailed(int listenerKey, int error); in onServiceInfoCallbackRegistrationFailed()
/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/testing/common/
DDumpHelperTest.java55 AssertionError error = in testAssertDumpHasPrefix_singleLine_missingPrefix() local
77 AssertionError error = in testAssertDumpHasPrefix_multipleLines_firstMissingPrefix() local
90 AssertionError error = in testAssertDumpHasPrefix_multipleLines_secondMissingPrefix() local
103 AssertionError error = in testAssertDumpHasPrefix_multipleLines_allMissingPrefix() local
/packages/modules/adb/sysdeps/posix/
Dnetwork.cpp32 static void set_error(std::string* error) { in set_error()
58 static int _network_loopback_client(bool ipv6, int port, int type, std::string* error) { in _network_loopback_client()
84 int network_loopback_client(int port, int type, std::string* error) { in network_loopback_client()
93 static int _network_loopback_server(bool ipv6, int port, int type, std::string* error) { in _network_loopback_server()
122 int network_loopback_server(int port, int type, std::string* error, bool prefer_ipv4) { in network_loopback_server()
136 int network_connect(const std::string& host, int port, int type, int timeout, std::string* error) { in network_connect()
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint2/domain/interactor/
DFingerprintEnrollInteractor.kt85 trySend(FingerEnrollState.EnrollProgress(remaining, totalSteps!!)).onFailure { error -> in enroll() method
96 trySend(FingerEnrollState.EnrollHelp(helpMsgId, helpString.toString())).onFailure { error in enroll() method
103 trySend(errMsgId.toEnrollError(fingerprintFlow == SetupWizard)).onFailure { error -> in enroll() method
112 trySend(FingerEnrollState.PointerDown(sensorId)).onFailure { error -> in enroll() method
118 trySend(FingerEnrollState.PointerUp(sensorId)).onFailure { error -> in enroll() method
124 trySend(FingerEnrollState.OverlayShown).onFailure { error -> in enroll() method
130 trySend(FingerEnrollState.Acquired(isAcquiredGood)).onFailure { error -> in enroll() method
/packages/modules/Connectivity/staticlibs/native/bpfmapjni/
Dcom_android_net_module_util_TcUtils.cpp27 static void throwIOException(JNIEnv *env, const char *msg, int error) { in throwIOException()
37 int error = isEthernet(interface.c_str(), result); in com_android_net_module_util_TcUtils_isEthernet() local
52 int error = tcAddBpfFilter(ifIndex, ingress, prio, proto, pathname.c_str()); in com_android_net_module_util_TcUtils_tcFilterAddDevBpf() local
68 int error = tcAddIngressPoliceFilter(ifIndex, prio, proto, rateInBytesPerSec, in com_android_net_module_util_TcUtils_tcFilterAddDevIngressPolice() local
82 int error = tcDeleteFilter(ifIndex, ingress, prio, proto); in com_android_net_module_util_TcUtils_tcFilterDelDev() local
94 int error = tcAddQdiscClsact(ifIndex); in com_android_net_module_util_TcUtils_tcQdiscAddDevClsact() local
/packages/modules/Connectivity/framework/src/android/net/
DSocketKeepalive.java222 public final int error; field in SocketKeepalive.ErrorCodeException
223 public ErrorCodeException(final int error, final Throwable e) { in ErrorCodeException()
227 public ErrorCodeException(final int error) { in ErrorCodeException()
238 public InvalidSocketException(final int error, final Throwable e) { in InvalidSocketException()
241 public InvalidSocketException(final int error) { in InvalidSocketException()
436 public void onError(@ErrorCode int error) {} in onError()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/provisioning/
DProvisioningManagerHelper.java80 public void error(int titleId, int messageId, boolean factoryResetRequired) { in error() method in ProvisioningManagerHelper
92 public void error(int titleId, String message, boolean factoryResetRequired) { in error() method in ProvisioningManagerHelper
108 final Pair<Pair<Integer, Integer>, Boolean> error = mLastError; in callLastCallbackLocked() local
113 final Pair<Pair<Integer, String>, Boolean> error = mLastTextError; in callLastCallbackLocked() local
DProvisioningManagerCallback.java31 void error(int dialogTitleId, int errorMessageId, boolean factoryResetRequired); in error() method
40 void error(int dialogTitleId, String errorMessage, boolean factoryResetRequired); in error() method
/packages/modules/Connectivity/staticlibs/native/tcutils/tests/
Dtcutils_test.cpp32 int error = isEthernet("not_existing_if", result); in TEST() local
39 int error = isEthernet("lo", result); in TEST() local
48 int error = isEthernet("wlan0", result); in TEST() local
61 int error = isEthernet("rmnet_data0", result); in TEST() local
/packages/apps/Car/DebuggingRestrictionController/app/src/main/java/com/android/car/debuggingrestrictioncontroller/ui/login/
DLoginResult.java25 @Nullable private Integer error; field in LoginResult
27 LoginResult(@Nullable Integer error) { in LoginResult()
/packages/apps/Car/DebuggingRestrictionController/app/src/main/java/com/android/car/debuggingrestrictioncontroller/ui/token/
DTokenResult.java25 @Nullable private String error; field in TokenResult
31 TokenResult(@Nullable String error) { in TokenResult()
/packages/services/Car/tools/telemetry/lua-interpreter/
Dlua_engine.cc111 std::string error = in ConvertJsonToLuaTable() local
152 std::string error = in ConvertJsonToLuaTable() local
214 const char* error = lua_tostring(lua_state_, lua_gettop(lua_state_)); in ExecuteScript() local
256 const char* error = lua_tostring(lua_state_, lua_gettop(lua_state_)); in ExecuteScript() local
423 std::string error = lua_tostring(lua_state, lua_gettop(lua_state)); in OnError() local
/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
DEpdgTunnelManagerTest.java143 public void onClosed(String apnName, IwlanError error) {} in onClosed()
1037 IwlanError error = new IwlanError(new IkeInternalException(new IOException())); in testGetValidEpdgAddress_DiffAddr() local
1085 IwlanError error = new IwlanError(new IkeInternalException(new IOException())); in testGetValidEpdgAddress_NextAddr() local
1134 IwlanError error = new IwlanError(new IkeInternalException(new IOException())); in testGetValidEpdgAddress_WhenExcludeFailedIpEnabled() local
1235 IwlanError error = new IwlanError(new IkeInternalException(new Exception())); in verifyBackOffTimer() local
1364 IwlanError error = in testHandleOnClosedWithEpdgConnected_True() local
1394 IwlanError error = in testHandleOnClosedWithEpdgConnected_False() local
1586 IwlanError error = new IwlanError(mMockIkeException); in testHandleOnClosedExceptionallyWithEpdgConnected_True() local
1618 IwlanError error = new IwlanError(mMockIkeException); in testHandleOnClosedExceptionallyWithEpdgConnected_False() local
1649 IwlanError error = new IwlanError(IwlanError.NO_ERROR); in testIkeSessionOnOpenedUpdatesPcscfAddrInTunnelConfig() local
[all …]
/packages/modules/StatsD/statsd/src/utils/
DDbUtils.cpp145 char* error = nullptr; in createTableIfNeeded() local
198 char* error = nullptr; in deleteTable() local
284 string& error) { in insert()
297 bool insert(sqlite3* db, const int64_t metricId, const vector<LogEvent>& events, string& error) { in insert()
369 char* error = nullptr; in flushTtl() local
387 char* error = nullptr; in verifyIntegrityAndDeleteIfNecessary() local
399 static bool getDeviceInfoInsertStmt(sqlite3* db, sqlite3_stmt** stmt, string error) { in getDeviceInfoInsertStmt()
452 bool updateDeviceInfoTable(const ConfigKey& key, string& error) { in updateDeviceInfoTable()
/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/
DNewVoicemailAlertViewHolder.java41 void setTitle(CharSequence error) { in setTitle()
45 void setDescription(CharSequence error) { in setDescription()
/packages/modules/Bluetooth/system/blueberry/grpc/proto/
Dblueberry_device_controller.proto13 string error = 2; // Error message if unsuccessful. field
25 string error = 3; // Error message if unsuccessful. field
/packages/screensavers/Basic/src/com/android/dreams/basic/
DColorsGLRenderer.java180 int error = mEgl.eglGetError(); in initGL() local
251 String error = glGetProgramInfoLog(program); in buildProgram() local
274 String error = glGetShaderInfoLog(shader); in buildShader() local
284 int error = mEgl.eglGetError(); in checkEglError() local
295 int error = glGetError(); in checkGlError() local
/packages/services/Car/tools/GenericCarApiBuilder/
Dannotation_classlist_repohook.py102 error = "" variable
104 error = error + "Following Classes are deleted \n" + "\n".join(extra_deleted_classes) variable
106 error = error + "\n\nFollowing new classes are added \n" + "\n".join(extra_new_classes) variable

12345678910>>...18