Home
last modified time | relevance | path

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

123456789

/packages/modules/adb/
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_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 …]
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()
330 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()
Dservices.cpp81 std::string error; in service_to_fd() local
127 std::string error; in connect_emulator() local
199 std::string error = "unknown error"; in wait_service() local
/packages/modules/adb/client/
Dadb_client.cpp76 static std::optional<TransportId> switch_socket_transport(int fd, std::string* error) { in switch_socket_transport()
132 bool adb_status(borrowed_fd fd, std::string* error) { in adb_status()
153 static int _adb_connect(std::string_view service, TransportId* transport, std::string* error, in _adb_connect()
217 std::string output, error; in adb_kill_server() local
233 int adb_connect(std::string_view service, std::string* error) { in adb_connect()
240 std::string error; in adb_get_server_executable_path() local
249 static bool __adb_check_server_version(std::string* error) { in __adb_check_server_version()
331 bool adb_check_server_version(std::string* error) { in adb_check_server_version()
344 int adb_connect(TransportId* transport, std::string_view service, std::string* error, in adb_connect()
370 std::string error; in adb_command() local
[all …]
Dcommandline.cpp623 std::string error; in RemoteShell() local
680 std::string error; in adb_shell() local
786 std::string error; in adb_abb() local
824 std::string error; in adb_sideload_legacy() local
843 std::string error; in adb_sideload_legacy() local
898 std::string error; in adb_sideload_install() local
989 std::string error; in adb_wipe_devices() local
1104 std::string error; in adb_root() local
1180 std::string error; in send_shell_command() local
1275 std::string error; in backup() local
[all …]
Dconsole.cpp68 std::string error; in adb_get_emulator_console_port() local
100 std::string error; in connect_to_console() 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/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/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/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/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/publisher/
DVehiclePropertyPublisherTest.java124 Throwable error = assertThrows(IllegalArgumentException.class, in testAddDataSubscriber_failsIfInvalidCarProperty() local
136 Throwable error = assertThrows(IllegalArgumentException.class, in testAddDataSubscriber_failsIfNoReadAccess() local
153 Throwable error = assertThrows(IllegalArgumentException.class, in testRemoveDataSubscriber_failsIfNotFound() local
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
DMessageTest.java73 Model.Update error = new Model.Update( in testInflateMessage_updateToCrossProfileNoPermission() local
90 Model.Update error = new Model.Update( in testInflateMessage_updateToCrossProfileQuietMode() local
/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/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/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/StatsD/lib/libkll/
Dkll.cpp32 std::unique_ptr<KllQuantile> KllQuantile::Create(std::string* error) { in Create()
37 std::string* error) { in Create()
/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
DEpdgTunnelManagerTest.java89 public void onClosed(String apnName, IwlanError error) {} in onClosed()
475 IwlanError error = new IwlanError(new IkeInternalException(new IOException())); in testGetValidEpdgAddress_DiffAddr() local
528 IwlanError error = new IwlanError(new IkeInternalException(new IOException())); in testGetValidEpdgAddress_NextAddr() local
631 IwlanError error = new IwlanError(new IkeInternalException(new Exception())); in verifyBackOffTimer() local
796 IwlanError error = new IwlanError(IwlanError.NO_ERROR); in testHandleOnClosedWithEpdgAddressSelected_True() local
814 IwlanError error = new IwlanError(IwlanError.NO_ERROR); in testHandleOnClosedWithEpdgAddressSelected_False() local
845 IwlanError error = new IwlanError(mMockIkeException); in testHandleOnClosedExceptionallyWithEpdgAddressSelected_True() local
866 IwlanError error = new IwlanError(mMockIkeException); in testHandleOnClosedExceptionallyWithEpdgAddressSelected_False() local
1058 IwlanError error = new IwlanError(mockException); in testReportIwlanErrorIkeProtocolException() local
1079 IwlanError error = new IwlanError(IwlanError.EPDG_SELECTOR_SERVER_SELECTION_FAILED); in testReportIwlanErrorServerSelectionFailed() local
[all …]
/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/Telecomm/src/com/android/server/telecom/components/
DErrorDialogActivity.java55 final CharSequence error = getIntent().getCharSequenceExtra( in onCreate() local
59 final int error = getIntent().getIntExtra(ERROR_MESSAGE_ID_EXTRA, -1); in onCreate() local
/packages/apps/LegacyCamera/src/com/android/camera/
DCameraErrorCallback.java25 public void onError(int error, android.hardware.Camera camera) { in onError()
/packages/apps/Nfc/src/com/android/nfc/
DLlcpException.java36 public LlcpException(int error) { in LlcpException()
/packages/services/Car/car-lib/src/android/car/telemetry/
DCarTelemetryManager.java128 void onError(@NonNull byte[] error); in onError()
153 public void onError(@NonNull byte[] error) { in onError()
170 private void onError(byte[] error) { in onError()
DICarTelemetryServiceListener.aidl45 void onError(in byte[] error); in onError()

123456789