Searched refs:py (Results 1 – 25 of 31) sorted by relevance
12
/development/scripts/ |
D | Android.bp | 22 "symbol.py", 28 main: "native_heapdump_viewer_tests.py", 30 "native_heapdump_viewer.py", 31 "native_heapdump_viewer_tests.py", 39 main: "symbol.py", 42 srcs: ["symbol.py"], 49 main: "stack_core.py", 51 "example_crashes.py", 52 "stack_core.py", 61 "add3prf.py", [all …]
|
D | OWNERS | 6 per-file add3prf.py,add3prf_test.py,cargo2android.py,get_rust_pkg.py,update_crate_tests.py = ivanlo…
|
/development/gsi/gsi_util/ |
D | Android.bp | 22 "gsi_util.py", 23 "gsi_util/*.py", 24 "gsi_util/checkers/*.py", 25 "gsi_util/commands/*.py", 26 "gsi_util/commands/common/*.py", 27 "gsi_util/dumpers/*.py", 28 "gsi_util/mounters/*.py", 29 "gsi_util/utils/*.py",
|
/development/vndk/tools/sourcedr/Documentation/ |
D | list-installed-files-from-source-dirs.md | 4 `list_installed_file_from_source.py` helps users to list the vendor source 21 Then, in `${ANDROID_BUILD_TOP}`, run `list_installed_file_from_source.py`: 24 ./development/vndk/tools/sourcedr/sourcedr/list_installed_file_from_source.py \ 35 `list_installed_file_from_source.py` spends a lot of time parsing ninja 40 ./development/vndk/tools/sourcedr/sourcedr/ninja.py pickle \ 49 ./development/vndk/tools/sourcedr/sourcedr/list_installed_file_from_source.py \ 56 By default, `list_installed_file_from_source.py` lists the files that are from 75 ./development/vndk/tools/sourcedr/sourcedr/list_installed_file_from_source.py \ 85 ./development/vndk/tools/sourcedr/sourcedr/list_installed_file_from_source.py \ 96 ./development/vndk/tools/sourcedr/sourcedr/list_installed_file_from_source.py \
|
/development/tools/repo_pull/ |
D | README.md | 4 `repo_pull.py` pulls multiple change lists from a Gerrit code review website. 5 A user may specify a query string and `repo_pull.py` will pull the matching 11 repo_pull.py pull 'topic:repo-pull-initial-cl' \ 19 `repo_pull.py` requires `.gitcookies` to access Gerrit APIs. Please 39 $ repo_pull.py [sub-command] [query] \ 48 * `repo_pull.py json` prints the change lists in the JSON file format. 50 * `repo_pull.py bash` prints the *bash commands* that can pull the change lists. 52 * `repo_pull.py pull` *pulls the change lists* immediately. 103 repo_pull.py json 'topic:repo-pull-initial-cl' \ 111 repo_pull.py bash 'topic:repo-pull-initial-cl' \ [all …]
|
/development/tools/ndk/ |
D | .gitignore | 3 *.py[cod] 4 *$py.class 49 *.py,cover 60 local_settings.py 83 ipython_config.py 105 *.sage.py
|
/development/python-packages/ |
D | .gitignore | 3 *.py[cod] 4 *$py.class 49 *.py,cover 60 local_settings.py 83 ipython_config.py 105 *.sage.py
|
/development/python-packages/adb/ |
D | .gitignore | 3 *.py[cod] 4 *$py.class 56 local_settings.py 82 *.sage.py
|
/development/tools/privapp_permissions/ |
D | README | 3 privapp_permissions.py - command-line tool for generating 14 development/tools/privapp_permissions/privapp_permissions.py
|
/development/vndk/tools/sourcedr/ |
D | README.md | 9 - [files/list_app_shared_uid.py](files/list_app_shared_uid.py) lists all
|
/development/vndk/tools/sourcedr/blueprint/ |
D | .gitignore | 2 *.py[co]
|
/development/vndk/tools/image-diff-tool/ |
D | Android.bp | 23 main: "diff.py", 25 "diff.py",
|
/development/gsi/repack_super_image/ |
D | Android.bp | 21 main: "repack_super_image.py", 23 "repack_super_image.py",
|
/development/vndk/tools/elfcheck/ |
D | Android.bp | 37 "elfcheck/*.py", 38 "fix_android_mk_prebuilt.py",
|
/development/vndk/tools/definition-tool/ |
D | README.md | 18 $ python3 ./vndk_definition_tool.py vndk \ 56 $ python3 ./vndk_definition_tool.py vndk \ 76 python3 vndk_definition_tool.py vndk \ 95 $ python3 vndk_definition_tool.py vndk \ 106 command to mount the images and run `vndk_definition_tool.py` with `sudo`: 120 $ sudo python3 vndk_definition_tool.py vndk \
|
/development/vndk/tools/header-checker/ |
D | README.md | 84 `utils/create_reference_dumps.py` may be used to create reference ABI dumps. 92 $ python3 create_reference_dumps.py 98 $ python3 create_reference_dumps.py -l libfoo 107 $ python3 create_reference_dumps.py -l libfoo --llndk 113 For more command line options, run `utils/create_reference_dumps.py --help`.
|
/development/tools/repo_diff/service/repodiff/ |
D | Makefile | 87 python tools/upgrade_db.py upgrade $(SQL_SCRIPT_DIR) 92 python tools/upgrade_db.py downgrade $(SQL_SCRIPT_DIR) 102 python tools/create_sql_script.py 128 ./tools/clear_service_account_keys.py $(SERVICE_ACCOUNT) 2>/dev/null || true 157 cp ../../*.{txt,py} build/
|
/development/tools/logblame/ |
D | medium_idle_test | 12 $TOP/development/tools/logblame/analyze_logs.py --duration=4h --clear --rawlogs $RAWLOGS_FILE \
|
D | short_idle_test | 12 $TOP/development/tools/logblame/analyze_logs.py --duration=5m --clear --rawlogs $RAWLOGS_FILE \
|
D | power_toggle_test | 14 $TOP/development/tools/logblame/analyze_logs.py --duration=10m --clear --rawlogs $RAWLOGS_FILE \
|
D | app_switch_test | 37 $TOP/development/tools/logblame/analyze_logs.py --duration=10m --clear --rawlogs $RAWLOGS_FILE \
|
D | connectivity_log_test | 20 $TOP/development/tools/logblame/analyze_logs.py --duration=10m --clear --rawlogs $RAWLOGS_FILE \
|
/development/tools/core_connectivity/ |
D | check_style.sh | 23 $ANDROID_BUILD_TOP/prebuilts/checkstyle/checkstyle.py $PARAMS
|
/development/tools/repo_diff/ |
D | README.md | 3 repo_diff_trees.py compares two repo source trees and outputs reports on the 34 2. Run repo_diff_trees.py. Example: 37 python repo_diff_trees.py --exclusions_file=android_exclusions.txt \ 57 repo_diff_trees.py goes through several stages when comparing two repo
|
/development/samples/JetBoy/ |
D | JETBOY_content_README.txt | 7 2. Launch JET Creator by typing "Python JetCreator.py" (be sure Python and WXWidgets are installed …
|
12