/development/scripts/ |
D | gdbclient.py | 42 def read_toolchain_config(root: str) -> str: 50 def get_lldb_path(toolchain_path: str) -> str | None: 58 def get_lldb_server_path(root: str, clang_base: str, clang_version: str, arch: str) -> str: 148 def get_device_dir_exists(device: adb.AndroidDevice, dir: str) -> bool: 153 def get_remote_pid(device: adb.AndroidDevice, process_name: str) -> int: 167 def make_temp_dir(prefix: str) -> str: 174 def ensure_linker(device: adb.AndroidDevice, sysroot: str, interp: str | None) -> str | None: 225 def handle_switches(args, sysroot: str) -> tuple[BinaryIO, int | None, str | None]: 278 def merge_launch_dict(base: dict[str, Any], to_add: dict[str, Any] | None) -> None: 320 …e_vscode_lldb_script(root: str, sysroot: str, binary_name: str, port: str | int, solib_search_path… [all …]
|
D | lldbclient.py | 42 def read_toolchain_config(root: str) -> str: 50 def get_lldb_path(toolchain_path: str) -> str | None: 58 def get_lldb_server_path(root: str, clang_base: str, clang_version: str, arch: str) -> str: 148 def get_device_dir_exists(device: adb.AndroidDevice, dir: str) -> bool: 153 def get_remote_pid(device: adb.AndroidDevice, process_name: str) -> int: 167 def make_temp_dir(prefix: str) -> str: 174 def ensure_linker(device: adb.AndroidDevice, sysroot: str, interp: str | None) -> str | None: 225 def handle_switches(args, sysroot: str) -> tuple[BinaryIO, int | None, str | None]: 278 def merge_launch_dict(base: dict[str, Any], to_add: dict[str, Any] | None) -> None: 320 …e_vscode_lldb_script(root: str, sysroot: str, binary_name: str, port: str | int, solib_search_path… [all …]
|
D | gdbclient_test.py | 27 …def merge_compare(self, base: dict[str, Any], to_add: dict[str, Any] | None, expected: dict[str, A…
|
/development/python-packages/fetchartifact/fetchartifact/ |
D | __init__.py | 34 target: str, 35 build_id: str, 36 artifact_name: str, 37 query_url_base: str, 59 target: str, 60 build_id: str, 61 artifact_name: str, 63 query_url_base: str = _DEFAULT_QUERY_URL_BASE, 87 target: str, 88 build_id: str, [all …]
|
/development/python-packages/adb/adb/ |
D | __init__.py | 32 def __init__(self, serial: str) -> None: 45 self, cmd: list[str], stdout: str, stderr: str, exit_code: int 55 def get_devices(adb_path: str = 'adb') -> list[str]: 77 product: str | None = None, adb_path: str = 'adb' 86 serial: str, product: str | None = None, adb_path: str = 'adb' 95 serial: str | None = None, product: str | None = None, adb_path: str = 'adb' 127 def _get_device_by_type(flag: str, adb_path: str) -> AndroidDevice: 141 def get_usb_device(adb_path: str = 'adb') -> AndroidDevice: 154 def get_emulator_device(adb_path: str = 'adb') -> AndroidDevice: 167 def split_lines(s: str) -> list[str]: [all …]
|
/development/tools/compare_cts_reports/ |
D | generate_spread_sheet.py | 87 def _read_csv(csv_path: str) -> Tuple[List[str], List[List[str]]]: 107 new_sheet_name: str, credentials_dir: str 128 begin_row: int, begin_column: str, num_rows: int, num_columns: int 147 sheet: gspread.Worksheet, report_names: List[str] 163 sheet: gspread.Worksheet, compare_results: List[List[str]], start_row: int
|
/development/tools/ndk/ndkabidump/ |
D | soong.py | 39 args: list[str], 40 env: dict[str, str] | None = None, 85 def get_make_var(self, name: str) -> str: 101 def build(self, targets: list[str], env: dict[str, str] | None = None) -> None:
|
/development/tools/external_crates/crate_tool/src/ |
D | crate_type.rs | 30 fn name(&self) -> &str { in name() 58 pub fn description(&self) -> &str { in description() 61 pub fn license(&self) -> Option<&str> { in license() 64 pub fn repository(&self) -> Option<&str> { in repository() 83 fn write_test_manifest(temp_crate_dir: &Path, name: &str, version: &str) -> Result<RootedPath> { in write_test_manifest()
|
D | crates_io.rs | 52 fn android_version_reqs_by_name(&self) -> HashMap<&str, &str> { in android_version_reqs_by_name() 104 fn is_new_dep(&self, base_deps: &HashMap<&str, &str>) -> bool; in is_new_dep() 105 fn is_changed_dep(&self, base_deps: &HashMap<&str, &str>) -> bool; in is_changed_dep() 109 fn is_new_dep(&self, base_deps: &HashMap<&str, &str>) -> bool { in is_new_dep() 113 fn is_changed_dep(&self, base_deps: &HashMap<&str, &str>) -> bool { in is_changed_dep()
|
D | license.rs | 71 static MODULE_LICENSE_FILES: LazyLock<BTreeMap<LicenseReq, &'static str>> = LazyLock::new(|| { variable
|
D | managed_repo.rs | 99 fn legacy_dir_for(&self, crate_name: &str, version: Option<&Version>) -> Result<RootedPath> { in legacy_dir_for() 130 crate_name: &str, in managed_crate_for() 238 pub fn import(&self, crate_name: &str, version: &str, autoconfig: bool) -> Result<()> { in import() 619 pub fn update(&self, crate_name: impl AsRef<str>, version: impl AsRef<str>) -> Result<()> { in update()
|
/development/tools/winscope/src/adb/ |
D | winscope_proxy.py | 137 def register_endpoint(self, method: RequestType, name: str, endpoint: RequestEndpoint): 140 def _bad_request(self, error: str): 145 def _internal_error(self, error: str): 176 def call_adb(params: str, device: str = None): 230 def process_with_device(self, server, path: list[str], device_id): 258 def call_adb_outfile(self, params: str, outfile, device: str): 272 def __init__(self, target_id: str, device_id: str, command: str, status_filename: str): 501 def respond(self, code: int, data: bytes, mime: str) -> None:
|
/development/python-packages/fetchartifact/tests/ |
D | test_fetchartifact.py | 99 def __init__(self, target: str, build_id: str, artifact_name: str) -> None:
|
/development/tools/external_crates/google_metadata/src/ |
D | lib.rs | 80 name: impl AsRef<str>, in init() 82 description: impl AsRef<str>, in init() 114 name: impl AsRef<str>, in update() 116 description: impl AsRef<str>, in update() 181 fn crate_archive_url(name: impl AsRef<str>, version: impl AsRef<str>) -> String { in crate_archive_url()
|
/development/tools/external_crates/name_and_version/src/ |
D | name_and_version.rs | 32 fn name(&self) -> &str; in name() 67 pub fn try_from_str(name: &str, version: &str) -> Result<Self, semver::Error> { in try_from_str() 73 fn name(&self) -> &str { in name() 87 pub fn new(name: &'a str, version: &'a Version) -> Self { in new() 93 fn name(&self) -> &str { in name()
|
D | name_and_version_map.rs | 44 name: &'b str, in get_versions() 49 name: &'b str, in get_versions_mut() 97 name: &'b str, in get_versions() 110 name: &'b str, in get_versions_mut() 183 nvs: impl IntoIterator<Item = (&'a str, &'a str, ValueType)>, in try_name_version_map_from_iter()
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
D | StyledText.java | 46 CharSequence str = getText(R.string.styled_text); in onCreate() local
|
D | ResourcesSample.java | 51 String str; in onCreate() local
|
/development/tools/crate-updater/src/ |
D | updates_tried.rs | 57 pub fn contains(&self, name: &str, version: &str) -> bool { in contains() 69 fn key(name: &str, version: &str) -> String { in key()
|
/development/tools/external_crates/license_checker/src/ |
D | licenses.rs | 43 license_preference: &[&str], in new() 120 crate_name: &str, in evaluate_crate_license() 121 cargo_toml_license: Option<&str>, in evaluate_crate_license()
|
D | parsed_license_data.rs | 39 pub fn processed_text(&self) -> Option<&str> { in processed_text() 112 crate_name: &str, in get_corrected_license() 113 cargo_toml_license: Option<&str>, in get_corrected_license()
|
/development/tools/cargo_embargo/src/ |
D | main.rs | 108 module_name: &str, in override_module_name() 111 rename_map: &BTreeMap<&str, &str>, in override_module_name() 603 package_name: &str, in write_build_files() 694 package_name: &str, in generate_android_bp_package_header() 696 license_header: &str, in generate_android_bp_package_header() 763 fn choose_licenses(license: &str) -> Result<Vec<&str>> { in choose_licenses() 825 package_name: &str, in generate_android_bp() 889 package_name: &str, in generate_rules_mk() 930 package_name: &str, in generate_android_bp_for_rules_mk() 975 bp_contents: &str, in write_format_android_bp()
|
D | bp.rs | 76 pub fn get_string(&self, k: &str) -> Option<&str> { in get_string() 83 pub fn set<T: Into<BpValue>>(&mut self, k: &str, v: T) { in set() 87 pub fn set_if_nonempty<T: Into<BpValue>>(&mut self, k: &str, v: Vec<T>) { in set_if_nonempty()
|
/development/tools/external_crates/crates_io_util/src/ |
D | feature.rs | 27 pub fn name(&self) -> &str { in name() 49 fn borrow(&self) -> &str { in borrow()
|
/development/tools/cargo_embargo/src/cargo/ |
D | cargo_out.rs | 49 cargo_out: &str, in parse_cargo_out_str() 82 fn args_from_rustc_invocation(rustc: &str) -> Vec<&str> { in args_from_rustc_invocation() 112 fn raw_name_from_rustc_invocation(rustc: &str, raw_names: &mut BTreeMap<String, String>) { in raw_name_from_rustc_invocation() 295 rustc: &str, in from_rustc_invocation()
|