Home
last modified time | relevance | path

Searched refs:next (Results 1 – 25 of 26) sorted by relevance

12

/test/vti/dashboard/src/main/webapp/css/
Ddatepicker.css57 .ui-datepicker-next.ui-state-hover.ui-datepicker-next-hover {
67 .ui-datepicker-next.ui-corner-all.ui-state-hover, .ui-datepicker-prev.ui-corner-all.ui-state-hover {
/test/vts-testcase/performance/binder_throughput_test/
DBinderThroughputBenchmark.py170 index = next(i for i, string in enumerate(stdout_lines)
176 index = next(i for i, string in enumerate(stdout_lines)
188 index = next(i for i, string in enumerate(stdout_lines)
/test/vts-testcase/performance/hwbinder_throughput_test/
DHwBinderThroughputBenchmark.py174 index = next(i for i, string in enumerate(stdout_lines)
180 index = next(i for i, string in enumerate(stdout_lines)
192 index = next(i for i, string in enumerate(stdout_lines)
/test/vti/dashboard/src/main/java/com/android/vts/util/
DPagination.java112 this.list.add(resultIterator.next()); in Pagination()
113 else resultIterator.next(); in Pagination()
DProfilingPointSummary.java142 public StatSummary next() { in iterator()
DFilterUtil.java193 common.addAll(iterator.next()); in getCommonElements()
195 common.retainAll(iterator.next()); in getCommonElements()
/test/vti/dashboard/
DREADME.md95 The next commands show how to do it.
109 develop new features or fix bugs. Thus, we developed the next two test APIs, which are only availab…
191 The next two commands will generate mock data in your local dev datastore.
257 … to wait up to five minutes for the next uptime check to fail. The alert and notification don't ha…
D.gitignore31 pom.xml.next
/test/mlts/benchmark/results/
Dgenerate_result.py84 def next(self): member in BenchmarkResultParser
87 self.row = next(self.csv_reader)
159 benchmark_info = parser.next()
162 while parser.next():
178 baseline = next(filter(lambda x: x.backend_type == BASELINE_BACKEND,
/test/vts-testcase/vndk/golden/
Dvndk_data.py107 abi_dir = next(x[0] for x in _ABI_LIST if abi_name.startswith(x[0]))
170 arch_name = next(x[2] for x in _ABI_LIST if
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_plan_release.jsp41 $('#older-button').click(next);
66 function next() {
Dshow_table.jsp73 $('#older-button').click(next);
119 function next() {
Dshow_tree.jsp69 $('#older-button').click(next);
144 function next() {
Ddashboard_main.jsp262 …to find the <c:out value = "${dataVersion}"/> test data, please visit the next url <a href="<c:out…
/test/vti/test_serving/gae/frontend/src/app/menu/
Dmenu_base.ts44 next: (response) => {
/test/vts/utils/python/controllers/
Dandroid.py114 apiid = next(Android.COUNTER)
/test/vts/utils/python/library/
Delf_parser.py501 _PopWord = lambda: next(_packed_words_gen)
574 strtab = next(sh for sh in self.Shdr if sh.sh_addr == strtab_addr)
/test/catbox/tools/catbox-tradefed/
DREADME4 CATBOX Trade Federation, catbox-tradefed for short, is the next
/test/vts/tools/vts-core-tradefed/
DREADME4 VTS Trade Federation, vts-tradefed for short, is the next generation test
/test/app_compat/csuite/
Dpylintrc93 next-method-called,
94 next-method-defined,
219 …e|setupSelf|tearDownClass|setUpClass|(test|assert)_*[A-Z0-9][a-zA-Z0-9_]*|next)|(?P<camel_case>_{0…
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsSuiteTestJobServlet.java169 Blob blob = blobIterator.next(); in doGet()
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowGcsLogServlet.java285 Blob blob = blobIterator.next(); in defaultHandler()
DShowGreenReleaseServlet.java374 String greenBuildId = greenBuildIdList.iterator().next(); in getTestPlanDispatcher()
/test/vts-testcase/security/avb/
DVtsSecurityAvbTest.cpp302 if (std::next(level) == levels.end()) { in VerifyHashtree()
/test/vts/proto/
DComponentSpecificationMessage.proto167 repeated bytes next = 11; field

12