/test/vti/test_serving/configs/global/ |
D | Android.mk | 29 $(hide) find test/vti/test_serving/configs/global/prod/ -name '*.*_config' | sort > $@.list 30 $(hide) find vendor/google_vts/configs/global/prod/ -name '*.*_config' | sort > $@.list.vendor 31 $(hide) $(SOONG_ZIP) -d -o $@ -C test/vti/test_serving/configs/global -l $@.list \ 32 -C vendor/google_vts/configs/global -l $@.list.vendor 33 $(hide) rm -f $@.list $@.list.vendor 45 $(hide) find test/vti/test_serving/configs/global/test/ -name '*.*_config' | sort > $@.list 46 $(hide) find vendor/google_vts/configs/global/test/ -name '*.*_config' | sort > $@.list.vendor 47 $(hide) $(SOONG_ZIP) -d -o $@ -C test/vti/test_serving/configs/global -l $@.list \ 48 -C vendor/google_vts/configs/global -l $@.list.vendor 49 $(hide) rm -f $@.list $@.list.vendor
|
/test/vti/dashboard/src/main/java/com/android/vts/util/ |
D | Pagination.java | 63 private List<T> list = new ArrayList<>(); field in Pagination 65 public Pagination(List<T> list, int page, int pageSize, int totalCount) { in Pagination() argument 66 this.list = list; in Pagination() 112 this.list.add(resultIterator.next()); in Pagination() 124 return list.iterator(); in iterator() 199 return this.list; in getList()
|
/test/vti/test_serving/gae/frontend/src/app/shared/navbar/ |
D | navbar.component.scss | 2 .mat-list-item { 8 .mat-list-item {
|
/test/vts-testcase/hal/treble/vintf/ |
D | SystemVendorTest.cpp | 134 Return<void> ret = default_manager_->list([&](const auto &list) { in TEST_F() argument 135 for (const auto &name : list) { in TEST_F()
|
D | SingleManifestTest.cpp | 178 std::vector<ApexInfo> list; in IsApexUpdated() local 179 auto status = apex_service->getActivePackages(&list); in IsApexUpdated() 182 for (const ApexInfo &apex_info : list) { in IsApexUpdated() 357 Return<void> ret = default_manager_->list([&](const auto &list) { in TEST_P() argument 358 for (const auto &name : list) { in TEST_P()
|
/test/app_compat/csuite/tools/script/ |
D | generate_module_test.py | 110 self.assertListEqual(['package_name'], list(package_list)) 117 self.assertListEqual(['package_name'], list(package_list)) 124 self.assertListEqual(['package_name'], list(package_list)) 131 self.assertListEqual(['package_name'], list(package_list))
|
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/ |
D | show_gcs_log.jsp | 45 … $(modal).find('#entry-list-modal-title').text(fileName); // Set file name for modal window 49 var entryList = $(modal).find('#modal-entry-list'); 69 $(modal).find('#modal-entry-list').find("li").remove(); 124 <h4 id="entry-list-modal-title" class="truncate"></h4> 125 <div id="entry-list-modal-content"> 126 <ul id="modal-entry-list" class="collection"></ul>
|
/test/vts-testcase/hal/usb/gadget/V1_0/host/src/com/android/tests/usbgadget/ |
D | HalUsbGadgetV1_0HostTest.java | 69 PointerByReference list = new PointerByReference(); in checkProtocol() local 70 int count = mUsb.libusb_get_device_list(mContext, list); in checkProtocol() 71 Pointer[] devices = list.getValue().getPointerArray(0, count); in checkProtocol()
|
/test/vts-testcase/hal/usb/gadget/V1_2/host/src/com/android/usb/gadget/vts/ |
D | VtsHalUsbGadgetV1_2HostTest.java | 83 PointerByReference list = new PointerByReference(); in checkProtocol() local 84 int count = mUsb.libusb_get_device_list(mContext, list); in checkProtocol() 85 Pointer[] devices = list.getValue().getPointerArray(0, count); in checkProtocol()
|
/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | DeviceInfoEntity.java | 156 .list() in getAllBranches() 168 .list() in getAllBranches() 187 .list() in getAllBuildFlavors() 199 .list() in getAllBuildFlavors()
|
D | TestSuiteResultEntity.java | 354 .list(); in getTestSuitePlans() 362 .list(); in getBranchDistinctList() 370 .list(); in getBuildIdDistinctList() 378 .list(); in getTargetDistinctList() 386 .list(); in getHostNameDistinctList()
|
D | UserEntity.java | 106 .list(); in getAdminUserList() 115 .list(); in getUserList()
|
D | BranchEntity.java | 65 .list() in getByBranch() 84 .list() in getByBranch()
|
D | BuildTargetEntity.java | 70 .list() in getByBuildTarget() 90 .list() in getByBuildTarget()
|
D | ApiCoverageEntity.java | 149 .list(); in getByInterfaceNameList() 157 .list(); in getByPackageNameList()
|
/test/vti/dashboard/src/main/webapp/js/ |
D | common.js | 105 var list = $('<ul></ul>').appendTo(col); 112 .appendTo(list);
|
/test/vti/test_serving/proto/ |
D | TestLabConfigMessage.proto | 39 // list of equipment installed on this host. 56 // list of equipment installed on this device.
|
/test/vti/dashboard/src/main/webapp/css/ |
D | navbar.css | 22 nav#navbar ul.nav-list { 36 nav#navbar ul a.nav-list-item {
|
/test/vts-testcase/kernel/ltp/ |
D | environment_requirement_checker.py | 95 return list(set(result)) 145 executables = list(
|
/test/vts/utils/python/library/ |
D | elf_parser_test.py | 76 none_secs = list(self.elf_file.GetSectionsByName('no.such.section')) 77 dup_secs = list(self.elf_file.GetSectionsByName('test.dup'))
|
/test/vts/proto/ |
D | ComponentSpecificationMessage.proto | 166 // a list of functions that can be called right after this event. 168 // a list of functions that can be called right before this event. 239 // a list of arguments. 525 // a list of functions contained in the struct. 528 // a list of structures contained in the component. 541 // a list of functions exposed by the component. 547 // a list of structures contained in the component. 585 // a list of headers that need to be imported in order to use the component.
|
/test/vts/testcases/template/binary_test/ |
D | binary_test.py | 207 cmd = list( 217 source_list = list(map(self.ParseTestSource, self.binary_test_source)) 276 if type(testcase) is list: 348 dirs = list(dir_set)
|
/test/vts-testcase/vndk/golden/ |
D | extract_lsdump.py | 184 output_dump.elf_functions = list(_FilterElfFunctions(lsdump)) 185 output_dump.elf_objects = list(_FilterElfObjects(lsdump))
|
/test/vts/utils/python/io/ |
D | capture_printout.py | 22 class CaptureStdout(list):
|
/test/vts-testcase/hal/usb/gadget/V1_0/host/src/com/android/tests/usbgadget/libusb/ |
D | IUsbNative.java | 46 int libusb_get_device_list(Pointer ctx, PointerByReference list); in libusb_get_device_list() argument
|