/tools/metalava/metalava-model-text/src/test/java/com/android/tools/metalava/model/text/ |
D | FileFormatTest.kt | 59 val e = assertThrows(ApiParseException::class.java) { parseHeader() } in checkParseHeader() constant 420 val e = in Check no ',' in migrating() constant 595 val e = in Check that include-type-use-annotations=yes cannot be set without kotlin-name-type-order=yes() constant 631 val e = in Check name with valid and invalid values() constant 673 val e = in Check surface with valid and invalid values() constant 712 val e = in Check parseDefaults kotlin-style-nulls=yes() constant 724 val e = assertThrows(ApiParseException::class.java) { FileFormat.parseDefaults("foo=bar") } in Check parseDefaults foo=bar() constant
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/multi/ |
D | IMultiTargetPreparer.java | 75 public default void tearDown(IInvocationContext context, Throwable e) in tearDown() 89 public default void tearDown(TestInformation testInformation, Throwable e) in tearDown() 91 tearDown(testInformation.getContext(), e); in tearDown() local
|
D | HelloWorldMultiTargetPreparer.java | 52 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
|
/tools/tradefederation/core/javatests/com/android/tradefed/device/internal/ |
D | DeviceSnapshotHandlerTest.java | 84 DeviceNotAvailableException e = new DeviceNotAvailableException("dnae", "serial"); in testSnapshot_dnae() local 100 Exception e = new RuntimeException("runtime"); in testSnapshot_runtime() local 159 DeviceNotAvailableException e = new DeviceNotAvailableException("dnae", "serial"); in testRestoreSnapshot_dnae() local 175 Exception e = new RuntimeException("runtime"); in testRestoreSnapshot_runtime() local 244 DeviceNotAvailableException e = new DeviceNotAvailableException("dnae", "serial"); in testDeleteSnapshot_dnae() local 260 Exception e = new RuntimeException("runtime"); in testDeleteSnapshot_runtime() local
|
D | DeviceResetHandlerTest.java | 81 DeviceNotAvailableException e = new DeviceNotAvailableException("dnae", "serial"); in testReset_dnae() local 96 Exception e = new RuntimeException("runtime"); in testReset_runtime() local
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | ITargetPreparer.java | 81 public default void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e) in tearDown() 94 public default void tearDown(TestInformation testInformation, Throwable e) in tearDown() 96 tearDown(testInformation.getDevice(), testInformation.getBuildInfo(), e); in tearDown() local
|
D | IHostCleaner.java | 15 public void cleanUp(IBuildInfo buildInfo, Throwable e); in cleanUp()
|
/tools/netsim/ui/dist/node_modules/tslib/ |
D | tslib.es6.js | 1 function e(e,t,r,o){var c,f=arguments.length,n=f<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,r… function
|
/tools/netsim/ui/dist/js/ |
D | device-observer.js | 1 const e="./v1/devices",i="./v1/captures";class t{constructor(e){this.device=e}get name(){return thi… variable
|
D | device-map.js | 1 import{__decorate as e}from"../node_modules/tslib/tslib.es6.js";import{css as i,LitElement as t,htm… argument
|
D | device-info.js | 1 import{__decorate as e}from"../node_modules/tslib/tslib.es6.js";import{html as i,css as t,LitElemen… argument 7 `;let v=c=class extends s{constructor(){super(...arguments),this.yaw=0,this.pitch=0,this.roll=0,thi… argument 67 …${this.handleGetBleBeacon(e.bleBeacon)}`}return""}handleGetChips(){if(!this.selectedDevice||!this.… variable
|
D | navigation-bar.js | 1 import{__decorate as e}from"../node_modules/tslib/tslib.es6.js";import{css as i,LitElement as a,htm… argument
|
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/ |
D | TearDownPassThroughPreparer.java | 58 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown() 67 cleaner.cleanUp(testInfo.getBuildInfo(), e); in tearDown() local
|
D | UserCleaner.java | 38 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
|
D | RebootTargetPreparer.java | 45 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
|
/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/ |
D | VisibleBackgroundUserPreparerTest.java | 77 TargetSetupError e = assertThrows(TargetSetupError.class, () -> mPreparer.setUp(mTestInfo)); in testSetUp_featureNotSupported() local 90 TargetSetupError e = assertThrows(TargetSetupError.class, () -> mPreparer.setUp(mTestInfo)); in testSetUp_tearDown_noDisplayAvailable() local 324 TargetSetupError e = assertThrows(TargetSetupError.class, () -> mPreparer.setUp(mTestInfo)); in testSetUp_maxUsersReached() local 336 TargetSetupError e = assertThrows(TargetSetupError.class, () -> mPreparer.setUp(mTestInfo)); in testSetUp_createUserfailed() local 347 TargetSetupError e = assertThrows(TargetSetupError.class, () -> mPreparer.setUp(mTestInfo)); in testSetUp_starUserFailed() local
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | DeviceTestResult.java | 49 RuntimeDeviceNotAvailableException(DeviceNotAvailableException e) { in RuntimeDeviceNotAvailableException() 114 InterruptedException e = new InterruptedException(); in startTest() local
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/utils/ |
D | IOExceptionWrapper.java | 33 public IOExceptionWrapper(@Nonnull IOException e) { in IOExceptionWrapper()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/ |
D | CarryInterruptedException.java | 27 public CarryInterruptedException(InterruptedException e) { in CarryInterruptedException()
|
D | CarryDnaeError.java | 29 public CarryDnaeError(DeviceNotAvailableException e) { in CarryDnaeError()
|
/tools/tradefederation/core/javatests/com/android/tradefed/error/ |
D | HarnessExceptionTest.java | 38 HarnessException e = new HarnessException(id); in testSerializable() local
|
/tools/metalava/metalava-model-testsuite-cli/src/test/java/com/android/tools/metalava/model/testsuite/cli/ |
D | UpdateBaselineCommandTest.kt | 34 val e = assertThrows(PrintHelpMessage::class.java) { command.parse(arrayOf("-h")) } in Test help() constant
|
/tools/tradefederation/contrib/src/com/android/tradefed/targetprep/ |
D | AddWhitelistPackage.java | 48 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
|
/tools/security/gdb/gdb_json_printer/test_examples/ |
D | basic_types.cpp | 28 uint32_t e = 5; in main() local 50 const uint32_t e = 5; in main() local
|
D | objects2.cpp | 63 uint8_t e = 5; member in Bar 82 Foo *e = new Foo6(); in main() local
|