Home
last modified time | relevance | path

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

12

/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DRootProcessScanner.java180 String name = scanner.next(); in isApproved()
206 String next = scanner.next(); in findToken() local
207 if (next.equals(token)) { in findToken()
234 return scanner.next(); in getProcessName()
/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/suite_harness/common/util/src/com/android/compatibility/common/util/
DReadElf.java290 VerNeed(int ver, int cnt, long file, long aux, long next) { in VerNeed() argument
295 this.vn_next = next; in VerNeed()
334 VerNAux(long hash, int flags, int other, long name, long next) { in VerNAux() argument
339 this.vna_next = next; in VerNAux()
378 VerDef(int ver, int flags, int ndx, int cnt, long hash, long aux, long next) { in VerDef() argument
385 this.vd_next = next; in VerDef()
418 VerDAux(long name, long next) { in VerDAux() argument
420 this.vda_next = next; in VerDAux()
/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/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/vts/harnesses/tradefed/src/com/android/tradefed/util/
DJsonUtil.java43 String key = iter.next(); in deepMergeJsonObjects()
DOutputUtil.java54 Arrays.asList(new File(latest.iterator().next()).listFiles())); in ZipVtsRunnerOutputDir()
/test/vti/test_serving/gae/frontend/src/app/menu/
Dmenu_base.ts44 next: (response) => {
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_plan_release.jsp41 $('#older-button').click(next);
66 function next() {
Dshow_tree.jsp69 $('#older-button').click(next);
144 function next() {
Dshow_table.jsp73 $('#older-button').click(next);
119 function next() {
/test/framework/harnesses/host_controller/utils/parser/
Dresult_utils.py38 xml_name = next(x for x in zip_file.namelist() if
/test/vts/utils/python/controllers/
Dandroid.py114 apiid = next(Android.COUNTER)
/test/mlts/benchmark/results/
Dgenerate_result.py68 benchmark_info = next(csv_reader)
110 baseline = next(filter(lambda x: x.backend_type == BASELINE_BACKEND,
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
DValidateTestsAbi.java199 String bitness = AbiUtils.getBitness(buildTarget.iterator().next()); in testBinariesAbis()
/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/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
DCompatibilityConsole.java394 lineBuffer.append(itr.next().first); in splitModules()
397 lineBuffer.append(itr.next().first); in splitModules()
/test/vts/tools/vts-core-tradefed/
DREADME4 VTS Trade Federation, vts-tradefed for short, is the next generation test
/test/suite_harness/tools/cts-tradefed/
DREADME4 CTS Trade Federation, cts-tradefed for short, is the next

12