Home
last modified time | relevance | path

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

12345678910>>...12

/packages/modules/adb/
Dsocket_spec_test.cpp28 std::string hostname, error, serial; in TEST() local
35 std::string hostname, error, serial; in TEST() local
44 std::string hostname, error, serial; in TEST() local
52 std::string hostname, error, serial; in TEST() local
61 std::string hostname, error, serial; in TEST() local
70 std::string hostname, error, serial; in TEST() local
78 std::string hostname, error, serial; in TEST() local
87 std::string hostname, error, serial; in TEST() local
96 std::string hostname, error, serial; in TEST() local
104 std::string error; 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.cpp80 std::string* serial, std::string* error) { in parse_tcp_socket_spec()
121 int get_host_socket_spec_port(std::string_view spec, std::string* error) { in get_host_socket_spec_port()
179 std::string error; in is_local_socket_spec() local
188 std::string* error) { in socket_spec_connect()
340 int socket_spec_listen(std::string_view spec, std::string* error, int* resolved_port) {
Dadb.cpp1051 std::string error; in handle_forward_request() local
1228 std::string error; in handle_host_request() local
1273 std::string error; in handle_host_request() local
1316 std::string error; in handle_host_request() local
1342 std::string error; in handle_host_request() local
1354 std::string error; in handle_host_request() local
1366 std::string error; in handle_host_request() local
1406 std::string error; in handle_host_request() local
1425 std::string error; in handle_host_request() local
1453 auto transport_acquirer = [=](std::string* error) { in handle_host_request()
[all …]
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()
/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()
336 bool adb_check_server_version(std::string* error) { in adb_check_server_version()
349 int adb_connect(TransportId* transport, std::string_view service, std::string* error, in adb_connect()
375 std::string error; in adb_command() local
[all …]
Dcommandline.cpp631 std::string error; in RemoteShell() local
822 std::string error; in adb_sideload_legacy() local
841 std::string error; in adb_sideload_legacy() local
896 std::string error; in adb_sideload_install() local
987 std::string error; in adb_wipe_devices() local
1095 std::string error; in adb_root() local
1171 std::string error; in send_shell_command() local
1266 std::string error; in backup() local
1292 std::string error; in restore() local
1388 std::string error; in adb_connect_command() local
[all …]
/packages/modules/Connectivity/framework-t/src/android/net/nsd/
DINsdManagerCallback.aidl28 void onDiscoverServicesFailed(int listenerKey, int error); in onDiscoverServicesFailed()
31 void onStopDiscoveryFailed(int listenerKey, int error); in onStopDiscoveryFailed()
33 void onRegisterServiceFailed(int listenerKey, int error); in onRegisterServiceFailed()
35 void onUnregisterServiceFailed(int listenerKey, int error); in onUnregisterServiceFailed()
37 void onResolveServiceFailed(int listenerKey, int error); in onResolveServiceFailed()
/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/modules/Connectivity/framework/src/android/net/
DSocketKeepalive.java194 public final int error; field in SocketKeepalive.ErrorCodeException
195 public ErrorCodeException(final int error, final Throwable e) { in ErrorCodeException()
199 public ErrorCodeException(final int error) { in ErrorCodeException()
210 public InvalidSocketException(final int error, final Throwable e) { in InvalidSocketException()
213 public InvalidSocketException(final int error) { in InvalidSocketException()
342 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/Bluetooth/system/tools/bdtool/
Dbdtool.c161 int error; in main() local
183 int error; in main() local
217 int error = in main() local
251 int error = in main() 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/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/Iwlan/test/com/google/android/iwlan/epdg/
DEpdgTunnelManagerTest.java131 public void onClosed(String apnName, IwlanError error) {} in onClosed()
811 IwlanError error = new IwlanError(new IkeInternalException(new IOException())); in testGetValidEpdgAddress_DiffAddr() local
869 IwlanError error = new IwlanError(new IkeInternalException(new IOException())); in testGetValidEpdgAddress_NextAddr() local
977 IwlanError error = new IwlanError(new IkeInternalException(new Exception())); in verifyBackOffTimer() local
1149 IwlanError error = new IwlanError(IwlanError.NETWORK_FAILURE); in testHandleOnClosedWithEpdgAddressSelected_True() local
1175 IwlanError error = new IwlanError(IwlanError.NETWORK_FAILURE); in testHandleOnClosedWithEpdgAddressSelected_False() local
1350 IwlanError error = new IwlanError(mMockIkeException); in testHandleOnClosedExceptionallyWithEpdgAddressSelected_True() local
1379 IwlanError error = new IwlanError(mMockIkeException); in testHandleOnClosedExceptionallyWithEpdgAddressSelected_False() local
1414 IwlanError error = new IwlanError(IwlanError.NO_ERROR); in testIkeSessionOnOpenedUpdatesPcscfAddrInTunnelConfig() local
1661 IwlanError error = new IwlanError(mockException); in testReportIwlanErrorIkeProtocolException() local
[all …]
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
DMessageTest.java89 Model.Update error = new Model.Update( in testInflateMessage_updateToCrossProfileNoPermission() local
118 Model.Update error = new Model.Update( in testInflateMessage_updateToCrossProfileQuietMode() local
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/ccc/
DCccRangingError.java49 private CccRangingError(@ProtocolError int error) { in CccRangingError()
92 public Builder setError(@ProtocolError int error) { in setError()
/packages/modules/adb/sysdeps/
Derrno.cpp78 int errno_to_wire(int error) { in errno_to_wire()
89 int errno_from_wire(int error) { in errno_from_wire()
/packages/modules/adb/daemon/
Dtransport_local.cpp57 std::string error; in server_socket_thread() local
91 unique_fd adb_listen(std::string_view addr, std::string* error) { in adb_listen()
/packages/modules/StatsD/lib/libkll/
Dkll.cpp32 std::unique_ptr<KllQuantile> KllQuantile::Create(std::string* error) { in Create()
37 std::string* error) { in Create()
/packages/services/Car/service/src/com/android/car/telemetry/publisher/
DAbstractPublisher.java53 @Nullable Throwable error); in onPublisherFailure()
105 @NonNull List<TelemetryProto.MetricsConfig> affectedConfigs, @NonNull Throwable error) { in onPublisherFailure()

12345678910>>...12