Home
last modified time | relevance | path

Searched defs:e (Results 1 – 25 of 116) sorted by relevance

12345

/tools/metalava/metalava-model-text/src/test/java/com/android/tools/metalava/model/text/
DFileFormatTest.kt59 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/
DIMultiTargetPreparer.java75 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
DHelloWorldMultiTargetPreparer.java52 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
/tools/tradefederation/core/javatests/com/android/tradefed/device/internal/
DDeviceSnapshotHandlerTest.java84 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
DDeviceResetHandlerTest.java81 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/
DITargetPreparer.java81 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
DIHostCleaner.java15 public void cleanUp(IBuildInfo buildInfo, Throwable e); in cleanUp()
/tools/netsim/ui/dist/node_modules/tslib/
Dtslib.es6.js1 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/
Ddevice-observer.js1 const e="./v1/devices",i="./v1/captures";class t{constructor(e){this.device=e}get name(){return thi… variable
Ddevice-map.js1 import{__decorate as e}from"../node_modules/tslib/tslib.es6.js";import{css as i,LitElement as t,htm… argument
Ddevice-info.js1 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
Dnavigation-bar.js1 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/
DTearDownPassThroughPreparer.java58 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
67 cleaner.cleanUp(testInfo.getBuildInfo(), e); in tearDown() local
DUserCleaner.java38 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
DRebootTargetPreparer.java45 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DVisibleBackgroundUserPreparerTest.java77 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/
DDeviceTestResult.java49 RuntimeDeviceNotAvailableException(DeviceNotAvailableException e) { in RuntimeDeviceNotAvailableException()
114 InterruptedException e = new InterruptedException(); in startTest() local
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/utils/
DIOExceptionWrapper.java33 public IOExceptionWrapper(@Nonnull IOException e) { in IOExceptionWrapper()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DCarryInterruptedException.java27 public CarryInterruptedException(InterruptedException e) { in CarryInterruptedException()
DCarryDnaeError.java29 public CarryDnaeError(DeviceNotAvailableException e) { in CarryDnaeError()
/tools/tradefederation/core/javatests/com/android/tradefed/error/
DHarnessExceptionTest.java38 HarnessException e = new HarnessException(id); in testSerializable() local
/tools/metalava/metalava-model-testsuite-cli/src/test/java/com/android/tools/metalava/model/testsuite/cli/
DUpdateBaselineCommandTest.kt34 val e = assertThrows(PrintHelpMessage::class.java) { command.parse(arrayOf("-h")) } in Test help() constant
/tools/tradefederation/contrib/src/com/android/tradefed/targetprep/
DAddWhitelistPackage.java48 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
/tools/security/gdb/gdb_json_printer/test_examples/
Dbasic_types.cpp28 uint32_t e = 5; in main() local
50 const uint32_t e = 5; in main() local
Dobjects2.cpp63 uint8_t e = 5; member in Bar
82 Foo *e = new Foo6(); in main() local

12345