| /packages/modules/adb/ |
| D | socket_spec_test.cpp | 30 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 …]
|
| D | adb_listeners_test.cpp | 68 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
|
| D | socket_spec.cpp | 80 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) {
|
| D | adb.cpp | 1106 std::string error; in handle_forward_request() local 1283 std::string error; in handle_host_request() local 1328 std::string error; in handle_host_request() local 1371 std::string error; in handle_host_request() local 1397 std::string error; in handle_host_request() local 1409 std::string error; in handle_host_request() local 1421 std::string error; in handle_host_request() local 1461 std::string error; in handle_host_request() local 1480 std::string error; in handle_host_request() local 1508 auto transport_acquirer = [=](std::string* error) { in handle_host_request() [all …]
|
| D | transport_benchmark.cpp | 73 [](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/ |
| D | adb_client.cpp | 81 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 …]
|
| D | commandline.cpp | 633 std::string error; in RemoteShell() 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 1050 std::string error; in adb_root() local 1126 std::string error; in send_shell_command() local 1221 std::string error; in backup() local 1258 std::string error; in restore() local 1354 std::string error; in adb_connect_command() local [all …]
|
| /packages/modules/Connectivity/framework-t/src/android/net/nsd/ |
| D | INsdManagerCallback.aidl | 28 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() 39 void onStopResolutionFailed(int listenerKey, int error); in onStopResolutionFailed() 41 void onServiceInfoCallbackRegistrationFailed(int listenerKey, int error); in onServiceInfoCallbackRegistrationFailed()
|
| /packages/modules/adb/sysdeps/posix/ |
| D | network.cpp | 32 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/ |
| D | SocketKeepalive.java | 222 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/ |
| D | ProvisioningManagerHelper.java | 80 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
|
| D | ProvisioningManagerCallback.java | 31 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/ |
| D | bdtool.c | 161 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/token/ |
| D | TokenResult.java | 25 @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/ |
| D | LoginResult.java | 25 @Nullable private Integer error; field in LoginResult 27 LoginResult(@Nullable Integer error) { in LoginResult()
|
| /packages/services/Car/tools/telemetry/lua-interpreter/ |
| D | lua_engine.cc | 111 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/modules/StatsD/statsd/src/utils/ |
| D | DbUtils.cpp | 145 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/services/Iwlan/test/com/google/android/iwlan/epdg/ |
| D | EpdgTunnelManagerTest.java | 131 public void onClosed(String apnName, IwlanError error) {} in onClosed() 794 IwlanError error = new IwlanError(new IkeInternalException(new IOException())); in testGetValidEpdgAddress_DiffAddr() local 844 IwlanError error = new IwlanError(new IkeInternalException(new IOException())); in testGetValidEpdgAddress_NextAddr() local 944 IwlanError error = new IwlanError(new IkeInternalException(new Exception())); in verifyBackOffTimer() local 1113 IwlanError error = in testHandleOnClosedWithEpdgConnected_True() local 1139 IwlanError error = in testHandleOnClosedWithEpdgConnected_False() local 1325 IwlanError error = new IwlanError(mMockIkeException); in testHandleOnClosedExceptionallyWithEpdgConnected_True() local 1353 IwlanError error = new IwlanError(mMockIkeException); in testHandleOnClosedExceptionallyWithEpdgConnected_False() local 1387 IwlanError error = new IwlanError(IwlanError.NO_ERROR); in testIkeSessionOnOpenedUpdatesPcscfAddrInTunnelConfig() local 1625 IwlanError error = new IwlanError(mockException); in testReportIwlanErrorIkeProtocolException() local [all …]
|
| /packages/apps/Dialer/java/com/android/dialer/voicemail/listui/ |
| D | NewVoicemailAlertViewHolder.java | 41 void setTitle(CharSequence error) { in setTitle() 45 void setDescription(CharSequence error) { in setDescription()
|
| /packages/screensavers/Basic/src/com/android/dreams/basic/ |
| D | ColorsGLRenderer.java | 180 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/modules/Bluetooth/system/blueberry/grpc/proto/ |
| D | blueberry_device_controller.proto | 13 string error = 2; // Error message if unsuccessful. field 25 string error = 3; // Error message if unsuccessful. field
|
| /packages/services/Car/tools/GenericCarApiBuilder/ |
| D | annotation_classlist_repohook.py | 102 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
|
| /packages/modules/RemoteKeyProvisioning/system-server/src/android/security/rkp/service/ |
| D | RkpProxyException.java | 79 public RkpProxyException(@ErrorCode int error, @NonNull String message) { in RkpProxyException() 89 public RkpProxyException(@ErrorCode int error, @NonNull String message, in RkpProxyException()
|
| /packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/ccc/ |
| D | CccRangingError.java | 49 private CccRangingError(@ProtocolError int error) { in CccRangingError() 92 public Builder setError(@ProtocolError int error) { in setError()
|
| /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/ |
| D | MessageTest.java | 89 Model.Update error = new Model.Update( in testInflateMessage_updateToCrossProfileNoPermission() local 118 Model.Update error = new Model.Update( in testInflateMessage_updateToCrossProfileQuietMode() local
|