/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/ |
D | RootProcessScanner.java | 180 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/ |
D | datepicker.css | 57 .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/ |
D | BinderThroughputBenchmark.py | 170 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/ |
D | HwBinderThroughputBenchmark.py | 174 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/ |
D | Pagination.java | 112 this.list.add(resultIterator.next()); in Pagination() 113 else resultIterator.next(); in Pagination()
|
D | ProfilingPointSummary.java | 142 public StatSummary next() { in iterator()
|
D | FilterUtil.java | 193 common.addAll(iterator.next()); in getCommonElements() 195 common.retainAll(iterator.next()); in getCommonElements()
|
/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
D | ReadElf.java | 290 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/ |
D | README.md | 95 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…
|
/test/mlts/benchmark/results/ |
D | generate_result.py | 84 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/ |
D | vndk_data.py | 107 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/ |
D | JsonUtil.java | 43 String key = iter.next(); in deepMergeJsonObjects()
|
D | OutputUtil.java | 54 Arrays.asList(new File(latest.iterator().next()).listFiles())); in ZipVtsRunnerOutputDir()
|
/test/vti/test_serving/gae/frontend/src/app/menu/ |
D | menu_base.ts | 44 next: (response) => {
|
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/ |
D | show_plan_release.jsp | 41 $('#older-button').click(next); 66 function next() {
|
D | show_tree.jsp | 69 $('#older-button').click(next); 144 function next() {
|
D | show_table.jsp | 73 $('#older-button').click(next); 119 function next() {
|
/test/framework/harnesses/host_controller/utils/parser/ |
D | result_utils.py | 38 xml_name = next(x for x in zip_file.namelist() if
|
/test/vts/utils/python/controllers/ |
D | android.py | 114 apiid = next(Android.COUNTER)
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/ |
D | ValidateTestsAbi.java | 199 String bitness = AbiUtils.getBitness(buildTarget.iterator().next()); in testBinariesAbis()
|
/test/vts/utils/python/library/ |
D | elf_parser.py | 501 _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/ |
D | CompatibilityConsole.java | 394 lineBuffer.append(itr.next().first); in splitModules() 397 lineBuffer.append(itr.next().first); in splitModules()
|
/test/vts/tools/vts-core-tradefed/ |
D | README | 4 VTS Trade Federation, vts-tradefed for short, is the next generation test
|
/test/suite_harness/tools/cts-tradefed/ |
D | README | 4 CTS Trade Federation, cts-tradefed for short, is the next
|
/test/framework/harnesses/host_controller/build/ |
D | build_flasher.py | 314 tmp_file_name = next(tempfile._get_candidate_names()) + ".tar"
|