/tools/treble/hacksaw/client/ |
D | command_test.go | 34 t.Error(err) 43 t.Error(err) 67 t.Error(err) 73 t.Error(err) 81 t.Error(err) 86 t.Error(err) 90 t.Error(err) 95 t.Error(err) 100 t.Error(err) 104 t.Error(err) [all …]
|
D | client_test.go | 28 t.Error(err) 34 t.Error(err)
|
/tools/treble/hacksaw/codebase/ |
D | codebase_test.go | 31 t.Error(err) 36 t.Error(err) 51 t.Error(err) 55 t.Error(err) 74 t.Error(err) 79 t.Error(err) 83 t.Error("Allowed duplicate codebase") 91 t.Error(err) 97 t.Error("Adding a codebase with an invalid directory should not be allowed") 105 t.Error(err) [all …]
|
/tools/treble/hacksaw/workspace/ |
D | copier_test.go | 28 t.Error(err) 33 t.Error(err) 38 t.Error(err) 42 t.Error(err) 46 t.Error(err) 50 t.Error(err) 54 t.Error(err) 58 t.Error(err) 62 t.Error(err) 66 t.Error(err) [all …]
|
D | compose_test.go | 31 t.Error(err) 36 t.Error(err) 40 t.Error(err) 45 t.Error(err) 49 t.Error(err) 54 t.Error(err) 60 t.Error(err) 71 t.Error(err) 91 t.Error(err) 96 t.Error(err) [all …]
|
/tools/treble/hacksaw/bind/ |
D | remoteserver_test.go | 28 t.Error(err) 34 t.Error(err) 38 t.Error(err) 46 t.Error(err) 49 t.Error(bindROReply.Err) 53 t.Error(err) 57 t.Error(err) 65 t.Error(err) 68 t.Error(bindRWReply.Err) 74 t.Error(err) [all …]
|
D | remoteserver.go | 42 reply.Err = err.Error() 61 reply.Err = err.Error() 79 reply.Err = err.Error() 98 reply.Err = err.Error()
|
/tools/treble/hacksaw/git/ |
D | repo_test.go | 28 t.Error(err) 31 t.Error(err) 39 t.Error(err) 44 t.Error(err)
|
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/ |
D | shell.py | 89 except job.Error: 106 except job.Error: 133 except job.Error: 181 except job.Error as e: 214 except job.Error:
|
D | route.py | 21 class Error(Exception): class 25 class NetworkInterfaceDown(Error): 65 raise Error('Route already exists.')
|
/tools/treble/hacksaw/cmd/hacksaw/ |
D | main_test.go | 26 t.Error(err) 30 t.Error(err) 37 t.Error(err)
|
/tools/ndkports/src/main/kotlin/com/android/ndkports/ |
D | Port.kt | 41 Result.Error("Process failed with exit code $it") in executeProcessStep() 166 ).onFailure { return Result.Error(it) } in installDirectoryForPort() 168 build(toolchain, buildDirectory).onFailure { return Result.Error(it) } in installDirectoryForPort() 174 ).onFailure { return Result.Error(it) } in installDirectoryForPort()
|
/tools/ndkports/src/test/kotlin/com/android/ndkports/ |
D | ResultTest.kt | 26 val result = Result.Error("foo") in onFailure executes block on failure() 42 val result = Result.Error(Unit) in onFailure returns same result object() 58 val result = Result.Error(Unit) in onSuccess does not execute block on failure()
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | NullabilityAnnotationsValidator.kt | 49 private data class Error( in <lambda>() dataClass 73 private val errors: MutableList<Error> = mutableListOf() in <lambda>() 127 errors.add(Error(method, label, ErrorType.MULTIPLE)) in <lambda>() 152 errors.add(Error(method, label, ErrorType.ON_PRIMITIVE)) in <lambda>() 176 errors.add(Error(method, label, ErrorType.BAD_TYPE_PARAM)) in <lambda>()
|
/tools/test/connectivity/acts/framework/acts/libs/proc/ |
D | job.py | 26 class Error(Exception): class 29 super(Error, self).__init__(result) 33 class TimeoutError(Error): 166 raise Error(result)
|
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/ |
D | hostapd.py | 25 class Error(Exception): class 169 raise Error('Interface failed to start', self) 174 raise Error('Interface failed to start', self) 177 raise Error('Hostapd failed to start', self)
|
D | bridge_interface.py | 69 except job.Error: 78 except job.Error: 87 except job.Error:
|
D | ap_get_interface.py | 92 except job.Error: 181 except job.Error:
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/fuchsia/ |
D | utils.py | 19 from acts.libs.proc.job import Error 62 if isinstance(status, Error): 117 if isinstance(out, Error):
|
/tools/treble/hacksaw/config/ |
D | config_test.go | 40 t.Error(err) 62 t.Error(err)
|
/tools/test/connectivity/acts/framework/tests/controllers/ap_lib/ |
D | radvd_test.py | 23 from acts.controllers.ap_lib.radvd import Error 135 with self.assertRaises(Error) as context: 146 with self.assertRaises(Error) as context:
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | NullabilityAnnotationsValidatorTest.kt | 159 fun `Error from annotation on primitive`() { in Error from annotation on primitive() 205 fun `Error from NullFromTypeParam not on type param`() { in Error from NullFromTypeParam not on type param()
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/ |
D | apollo_lib.py | 80 class Error(Exception): class 84 class ResponseError(Error): 88 class DeviceError(Error): 92 class ConnectError(Error): 108 raise Error('No Apollo Devices found.') 120 raise Error('Wrong interface found.') 1376 raise Error( 1415 raise Error( 1475 raise Error('Specified build path (%s) does not ' 1483 raise Error('Specified build path (%s) does not exist or '
|
/tools/test/connectivity/acts/framework/tests/ |
D | acts_job_test.py | 85 self.assertRaises(job.Error, job.run, 'exit 1') 100 self.assertRaises(job.Error, job.run, 'sleep 5', timeout=0.1)
|
/tools/test/connectivity/acts/framework/acts/libs/uicd/ |
D | uicd_cli.py | 106 except job.Error: 134 except job.Error:
|