Searched refs:component (Results 1 – 10 of 10) sorted by relevance
/test/vti/test_serving/gae/frontend/src/app/ |
D | app.module.ts | 63 { path: 'device', component: DeviceComponent }, 64 { path: 'build', component: BuildComponent }, 65 { path: 'job', component: JobComponent }, 66 { path: 'lab', component: LabComponent }, 67 { path: 'schedule', component: ScheduleComponent }, 68 { path: '', component: DashboardComponent },
|
/test/vti/dashboard/src/main/resources/bug_tracking_system/buganizer/ |
D | config.properties | 7 buganizer.labInfraIssue.component.id= 11 buganizer.crashSecurity.component.id=
|
/test/vts/proto/ |
D | ComponentSpecificationMessage.proto | 21 // Class of a target component. 45 // Type of a target component. 191 // on the component info (package, version etc.) 206 // HAL major version of component (e.g. 1.0 -> 1). 208 // HAL minor version of component (e.g. 1.0 -> 0). 528 // a list of structures contained in the component. 536 // To specify an interface of a component 541 // a list of functions exposed by the component. 547 // a list of structures contained in the component. 555 // Class, type, and version of a target component. [all …]
|
D | AndroidSystemControlMessage.proto | 37 // To read the VTS spec of a target component. 125 // the name of a target component (currently used for HIDL HALs only). 129 // HAL major version of the target component (e.g. 1.0 -> 1). 131 // HAL minor version of the target component (e.g. 1.0 -> 0). 169 // for the found component files.
|
D | VtsDriverControlMessage.proto | 39 // To read the specification message of a component. 94 // the name of a target component (currently used for HIDL HALs only). 98 // HAL major version of target component (e.g. 1.0 -> 1). 100 // HAL minor version of target component (e.g. 1.0 -> 0).
|
D | VtsProfilingMessage.proto | 63 // HAL major version of the target component (e.g. 1.0 -> 1). 65 // HAL minor version of the target component (e.g. 1.0 -> 0).
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/ |
D | CtsConfigLoadingTest.java | 298 List<String> component = cd.getMetaData(METADATA_COMPONENT); in testConfigurationLoad() local 304 component); in testConfigurationLoad() 306 + "metadata field: %s\nconfig: %s", component, config), in testConfigurationLoad() 307 1, component.size()); in testConfigurationLoad() 308 String cmp = component.get(0); in testConfigurationLoad()
|
D | IntegrationTest.java | 182 boolean runComplete, boolean doesOneTestFail, boolean internalRetry, String component) in createConfig() argument 190 FileUtil.writeToFile(String.format(CONFIG, component, moduleClass, reportTest, runComplete, in createConfig() 228 final String component = "CriticalComponent"; in testSingleModuleRun_checkMetadata() local 235 createConfig(mTestDir, moduleName, SIMPLE_TEST_STUB, true, true, true, false, component); in testSingleModuleRun_checkMetadata() 277 component, receivedComponentsTestRunEnded.get(0)); in testSingleModuleRun_checkMetadata() 288 component, receivedComponentsTestEnded.get(0)); in testSingleModuleRun_checkMetadata()
|
/test/vts/hals/light/bullhead/ |
D | Android.bp | 22 // bitrot and build breakages. Building a component unconditionally does
|
/test/vts/tools/vts-tradefed/res/config/ |
D | plans.md | 4 plan are for the same target component or testing the same or similar aspect
|