Searched refs:component (Results 1 – 12 of 12) sorted by relevance
/test/vts-testcase/hal/media/c2/V1_0/host/ |
D | VtsHalMediaC2V1_0HostTest.py | 96 for component in self.components: 98 (component['domain'] != 2 or component['kind'] != 2): 101 (component['domain'] != 2 or component['kind'] != 1): 104 (component['domain'] != 1 or component['kind'] != 2): 107 (component['domain'] != 1 or component['kind'] != 1): 111 test_case.args += " -I " + component['owner'] 112 test_case.args += " -C " + component['name'] 113 test_case.name_appendix = '_' + component['owner'] + \ 114 '_' + component['name'] + test_case.name_appendix
|
/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/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/vts-testcase/hal/media/omx/V1_0/host/ |
D | VtsHalMediaOmxV1_0HostTest.py | 107 for component, roles in self.components.iteritems(): 121 test_case.args += " -C " + component 123 test_case.name_appendix = '_' + component + '_' + role + test_case.name_appendix
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/ |
D | CtsConfigLoadingTest.java | 273 List<String> component = cd.getMetaData(METADATA_COMPONENT); in testConfigurationLoad() local 279 component); in testConfigurationLoad() 281 + "metadata field: %s\nconfig: %s", component, config), in testConfigurationLoad() 282 1, component.size()); in testConfigurationLoad() 283 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/vti/dashboard/src/main/resources/bug_tracking_system/buganizer/ |
D | config.properties | 7 buganizer.labInfraIssue.component.id= 11 buganizer.crashSecurity.component.id=
|
/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
|
/test/suite_harness/tools/dex-tools/dex/ |
D | classes.out.dex | 23742 public android.content.ComponentName component
|