Home
last modified time | relevance | path

Searched refs:py (Results 1 – 25 of 26) sorted by relevance

12

/development/gsi/gsi_util/
DAndroid.bp18 "gsi_util.py",
19 "gsi_util/*.py",
20 "gsi_util/checkers/*.py",
21 "gsi_util/commands/*.py",
22 "gsi_util/commands/common/*.py",
23 "gsi_util/dumpers/*.py",
24 "gsi_util/mounters/*.py",
25 "gsi_util/utils/*.py",
/development/scripts/
DAndroid.bp18 "symbol.py",
32 main: "native_heapdump_viewer_tests.py",
34 "native_heapdump_viewer.py",
35 "native_heapdump_viewer_tests.py",
43 main: "symbol.py",
46 srcs: ["symbol.py"],
/development/vndk/tools/sourcedr/Documentation/
Dlist-installed-files-from-source-dirs.md4 `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/
DREADME.md4 `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.
104 repo_pull.py json 'topic:repo-pull-initial-cl' \
112 repo_pull.py bash 'topic:repo-pull-initial-cl' \
[all …]
/development/python-packages/adb/
D.gitignore3 *.py[cod]
4 *$py.class
56 local_settings.py
82 *.sage.py
/development/tools/privapp_permissions/
DREADME3 privapp_permissions.py - command-line tool for generating
14 development/tools/privapp_permissions/privapp_permissions.py
/development/vndk/tools/sourcedr/
DREADME.md9 - [files/list_app_shared_uid.py](files/list_app_shared_uid.py) lists all
/development/python-packages/
D.gitignore3 *.py[cod]
4 *$py.class
DAndroid.bp18 "adb/*.py",
/development/vndk/tools/sourcedr/blueprint/
D.gitignore2 *.py[co]
/development/vndk/tools/definition-tool/
DREADME.md18 $ 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/
DREADME.md84 `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/
DMakefile87 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/
DDockerfile31 COPY --from=0 /go/src/repodiff/*py ./pytools/
/development/tools/logblame/
Dmedium_idle_test12 $TOP/development/tools/logblame/analyze_logs.py --duration=4h --clear --rawlogs $RAWLOGS_FILE \
Dshort_idle_test12 $TOP/development/tools/logblame/analyze_logs.py --duration=5m --clear --rawlogs $RAWLOGS_FILE \
Dpower_toggle_test14 $TOP/development/tools/logblame/analyze_logs.py --duration=10m --clear --rawlogs $RAWLOGS_FILE \
Dconnectivity_log_test20 $TOP/development/tools/logblame/analyze_logs.py --duration=10m --clear --rawlogs $RAWLOGS_FILE \
Dapp_switch_test37 $TOP/development/tools/logblame/analyze_logs.py --duration=10m --clear --rawlogs $RAWLOGS_FILE \
/development/tools/core_connectivity/
Dcheck_style.sh23 $ANDROID_BUILD_TOP/prebuilts/checkstyle/checkstyle.py $PARAMS
/development/tools/repo_diff/
DREADME.md3 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/
DJETBOY_content_README.txt7 2. Launch JET Creator by typing "Python JetCreator.py" (be sure Python and WXWidgets are installed …
/development/vndk/tools/
Dmodify_system_img.sh87 …adonly add_img_to_target_files="$build_top"build/make/tools/releasetools/add_img_to_target_files.py
/development/build/tools/
Dsdk_repo.mk102 $(call sdk-repo-pkg-zip,$(2),$(3),$(4)): $(3) development/build/tools/mk_sources_zip.py $(HOST_OUT)…
104 development/build/tools/mk_sources_zip.py --exec-zip \
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DTouchPaint.java554 float py = (float) (vy * pd); in drawSplat() local
557 mCanvas.drawCircle(x + px - cx, y + py - cy, 1.0f, paint); in drawSplat()

12