Home
last modified time | relevance | path

Searched refs:_ (Results 1 – 25 of 28) sorted by relevance

12

/development/apps/ShareTest/src/com/android/sharetest/
DRefinementActivity.kt25 .setPositiveButton("Yes") { _, _ -> in <lambda>() method
32 .setNegativeButton("No") { _, _ -> in <lambda>() method
DShareTestActivity.kt141 setOnCheckedChangeListener { _, id -> updateMediaTypesList(id) } in <lambda>() method
159 requireViewById<RadioGroup>(R.id.image_latency).setOnCheckedChangeListener { _, checkedId -> in <lambda>() method
170 _, in <lambda>() method
186 _, in <lambda>() method
200 _, in <lambda>() method
/development/build/
Dsdk.exclude.atree23 -_[!_]*
/development/tools/motion/motion_test_watcher_app/src/app/
Dgoldens.service.ts51 tap((_) => console.log(`refreshed goldens (clear)`)),
64 tap((_) => {
/development/vndk/tools/elfcheck/
Dfix_android_bp_prebuilt.sh152 if ! [[ "$MODULE_TYPE" =~ ^(.+_)?prebuilt(_.+)?$ ]]; then
/development/tools/motion/motion_test_watcher_app/src/app/motion-golden/
Dmotion-golden.component.ts29 .subscribe((_) => this._snackBar.open('updated'));
/development/tools/motion/motion_test_watcher_app/src/app/screenshot-golden/
Dscreenshot-golden.component.ts55 .subscribe((_) => this._snackBar.open('updated'));
/development/samples/NsdManagerSample/testdiscoverservice/src/main/java/com/example/testdiscoverservice/
DDiscoverActivity.kt46 radioGroupMode.setOnCheckedChangeListener { _, _ -> in <lambda>() method
/development/tools/findunused/
Dfindunusedtranslations82 $text .= $_ unless ($suppress);
/development/tools/winscope/src/trace_processor/
Dlogging.ts19 let errorHandler: ErrorHandler = (_: string) => {};
Dstring_utils.ts34 } catch (_) {
/development/tools/ndk/
Dbuild_ndk_docs.py78 _ = parse_args()
/development/python-packages/gdbrunner/gdbrunner/
D__init__.py116 output, _ = device.shell([ps_script])
229 line, _ = device.shell(["id", "-u"])
325 output, _ = device.shell(cmd)
/development/scripts/
Dget_rust_pkg.py146 tar_file, _ = urllib.request.urlretrieve(url)
335 (_, build_deps, dev_deps) = all_deps[pkg]
371 (_, build_deps, dev_deps) = all_deps[pkg]
374 (_, build_deps, dev_deps) = all_deps[pkg]
392 (_, build_deps, dev_deps) = all_deps[pkg]
Dlldbclient.py74 line, _ = device.shell(["grep", "-e", "^TracerPid:", "/proc/{}/status".format(pid)])
143 exit_code, _, _ = device.shell_nocheck(['[', '-d', dir, ']'])
199 interp_real, _ = device.shell(["realpath", interp])
Dgdbclient.py74 line, _ = device.shell(["grep", "-e", "^TracerPid:", "/proc/{}/status".format(pid)])
143 exit_code, _, _ = device.shell_nocheck(['[', '-d', dir, ']'])
199 interp_real, _ = device.shell(["realpath", interp])
Dstack_core.py170 for _, _, tmp_files in self.apk_info.values():
Dupdate_crate_tests.py235 rule_type, _, mod = rdep.split(" ")
Dsymbol.py117 for _, open_pipe in self._lru:
/development/tools/otagui/
Dweb_server.py44 origin_address, _ = cgi.parse_header(self.headers['Origin'])
108 content_type, _ = cgi.parse_header(self.headers['content-type'])
/development/vndk/snapshot/
Dcollect_licenses.py103 for (root, _, files) in os.walk(path):
Dutils.py148 for root, _, files in os.walk(path):
/development/vndk/tools/sourcedr/files/
Dlist_app_shared_uid.py65 for base, _, filenames in os.walk(partition_dir):
/development/vndk/tools/image-diff-tool/
Ddiff.py161 for _, targets in sha1_target_map.items():
/development/python-packages/adb/adb/
D__init__.py71 serial, _ = re.split(r'\s+', line, maxsplit=1)

12