Home
last modified time | relevance | path

Searched refs:list (Results 1 – 25 of 95) sorted by relevance

1234

/test/vti/test_serving/configs/global/
DAndroid.mk29 $(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/
DPagination.java63 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/
Dnavbar.component.scss2 .mat-list-item {
8 .mat-list-item {
/test/vts-testcase/hal/treble/vintf/
DSystemVendorTest.cpp134 Return<void> ret = default_manager_->list([&](const auto &list) { in TEST_F() argument
135 for (const auto &name : list) { in TEST_F()
DSingleManifestTest.cpp178 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/
Dgenerate_module_test.py110 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/
Dshow_gcs_log.jsp45 … $(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_2/host/src/com/android/usb/gadget/vts/
DVtsHalUsbGadgetV1_2HostTest.java83 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/vts-testcase/hal/usb/gadget/V1_0/host/src/com/android/tests/usbgadget/
DHalUsbGadgetV1_0HostTest.java69 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/vti/dashboard/src/main/java/com/android/vts/entity/
DDeviceInfoEntity.java156 .list() in getAllBranches()
168 .list() in getAllBranches()
187 .list() in getAllBuildFlavors()
199 .list() in getAllBuildFlavors()
DTestSuiteResultEntity.java354 .list(); in getTestSuitePlans()
362 .list(); in getBranchDistinctList()
370 .list(); in getBuildIdDistinctList()
378 .list(); in getTargetDistinctList()
386 .list(); in getHostNameDistinctList()
DUserEntity.java106 .list(); in getAdminUserList()
115 .list(); in getUserList()
DBranchEntity.java65 .list() in getByBranch()
84 .list() in getByBranch()
DBuildTargetEntity.java70 .list() in getByBuildTarget()
90 .list() in getByBuildTarget()
DApiCoverageEntity.java149 .list(); in getByInterfaceNameList()
157 .list(); in getByPackageNameList()
/test/vti/dashboard/src/main/webapp/js/
Dcommon.js105 var list = $('<ul></ul>').appendTo(col);
112 .appendTo(list);
/test/vti/test_serving/proto/
DTestLabConfigMessage.proto39 // list of equipment installed on this host.
56 // list of equipment installed on this device.
/test/vti/dashboard/src/main/webapp/css/
Dnavbar.css22 nav#navbar ul.nav-list {
36 nav#navbar ul a.nav-list-item {
/test/vts-testcase/kernel/ltp/
Denvironment_requirement_checker.py95 return list(set(result))
145 executables = list(
/test/vts/utils/python/library/
Delf_parser_test.py76 none_secs = list(self.elf_file.GetSectionsByName('no.such.section'))
77 dup_secs = list(self.elf_file.GetSectionsByName('test.dup'))
/test/vts/proto/
DComponentSpecificationMessage.proto166 // 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/
Dbinary_test.py207 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/
Dextract_lsdump.py184 output_dump.elf_functions = list(_FilterElfFunctions(lsdump))
185 output_dump.elf_objects = list(_FilterElfObjects(lsdump))
/test/vts/utils/python/io/
Dcapture_printout.py22 class CaptureStdout(list):
/test/vts-testcase/hal/usb/gadget/V1_0/host/src/com/android/tests/usbgadget/libusb/
DIUsbNative.java46 int libusb_get_device_list(Pointer ctx, PointerByReference list); in libusb_get_device_list() argument

1234