Home
last modified time | relevance | path

Searched refs:python (Results 1 – 25 of 106) sorted by relevance

12345

/aosp12/system/extras/simpleperf/doc/
H A Dscripts_reference.md37 $ python app_profiler.py -np surfaceflinger
40 $ python app_profiler.py --pid 11324
43 $ python app_profiler.py -cmd \
67 $ python run_simpleperf_on_device.py record
120 $ python binary_cache_builder.py
139 $ python report.py -g
142 $ python report.py -g --gui
155 $ python report_html.py
161 $ python report_html.py --add_disassembly
168 $ python report_html.py -i perf1.data perf2.data
[all …]
H A Dandroid_application_profiling.md160 $ python report.py
178 $ python report_html.py
203 $ python report.py -g
205 # Report call graphs in python Tk interface.
206 $ python report.py -g --gui
209 $ python report_html.py
223 $ python report_html.py
242 $ python report_sample.py --symfs binary_cache >out.perf
265 $ python run_simpleperf_on_device.py list --show-features
276 $ python report_html.py --add_disassembly --add_source_code \
[all …]
H A Dandroid_platform_profiling.md24 $ python app_profiler.py -np surfaceflinger -r "-g --duration 10"
27 $ python report_html.py
36 $ python app_profiler.py -np surfaceflinger -r "--call-graph fp --duration 10"
39 $ python binary_cache_builder.py -lib $ANDROID_PRODUCT_OUT/symbols
43 $ python report_html.py --add_source_code --source_dirs $ANDROID_BUILD_TOP --add_disassembly \
/aosp12/build/soong/bp2build/
H A Dpython_binary_conversion_test.go24 moduleTypeUnderTestFactory: python.PythonBinaryHostFactory,
25 moduleTypeUnderTestBp2BuildMutator: python.PythonBinaryBp2Build,
57 moduleTypeUnderTestFactory: python.PythonBinaryHostFactory,
58 moduleTypeUnderTestBp2BuildMutator: python.PythonBinaryBp2Build,
84 moduleTypeUnderTestFactory: python.PythonBinaryHostFactory,
85 moduleTypeUnderTestBp2BuildMutator: python.PythonBinaryBp2Build,
/aosp12/build/soong/python/
H A DAndroid.bp6 name: "soong-python",
7 pkgPath: "android/soong/python",
21 "python.go",
H A Dbuilder.go15 package python package
58 `sed 's/ENTRY_POINT/$main/' build/soong/python/scripts/main.py >$out.main &&` +
/aosp12/system/extras/simpleperf/demo/
H A DREADME.md66 $ python app_profiler.py -p com.example.simpleperf.simpleperfexamplepurejava
73 $ python report_html.py --add_source_code --source_dirs ../demo --add_disassembly
98 $ python app_profiler.py -p com.example.simpleperf.simpleperfexamplewithnative
105 $ python report_html.py --add_source_code --source_dirs ../demo --add_disassembly
130 $ python app_profiler.py -p com.example.simpleperf.simpleperfexampleofkotlin
137 $ python report_html.py --add_source_code --source_dirs ../demo --add_disassembly
161 $ python api_profiler.py prepare
175 $ python api_profiler.py collect -p simpleperf.demo.cpp_api
181 $ python report_html.py -i simpleperf_data/* --aggregate-by-thread-name
/aosp12/frameworks/rs/tests/lldb/
H A DREADME.txt9 The LLDB for Renderscript test suite is written in python and relies on
10 LLDB's python bindings. The test suite will push several test app's onto
25 LLDB must be compiled on your host machine along with its python interface.
32 > python run_tests.py [-h]
140 Building LLDB python bindings:
167 http://p-nand-q.com/python/building-python-27-with-vs2010.html
169 The important thing here is that the above python distribution
180 PYTHON_HOME=<path to the above python release>
188 -- LLDB Found PythonExecutable: E:/Python27/python.exe and
205 The LLDB python bindings should have built in
[all …]
/aosp12/system/update_engine/scripts/
H A Dota_stress_test.py38 python = sys.executable
39 ota_cmd = [python, str(update_device_script), str(otafile),
73 python = sys.executable
81 ota_cmd = [python, str(update_device_script),
/aosp12/system/bt/gd/cert/
H A Dset_up_virtualenv.sh115 python3.8 -m virtualenv --python `which python3.8` $CERT_TEST_VENV
127 $CERT_TEST_VENV/bin/python $CERT_TEST_VENV/acts/setup.py install
133 $CERT_TEST_VENV/bin/python -c "
/aosp12/system/media/camera/docs/
H A DREADME.md18 sudo apt-get install python-mako
19 sudo apt-get install python-bs4
20 sudo apt-get install python-markdown
H A Dmetadata-check-dependencies110 python_check bs4 python-bs4 python3-bs4
112 python_check markdown python-markdown python3-markdown
/aosp12/packages/modules/common/proto/
H A DAndroid.bp20 name: "modules-common-proto-python-defaults",
33 defaults: ["modules-common-proto-python-defaults"],
58 defaults: ["modules-common-proto-python-defaults"],
/aosp12/packages/modules/common/tools/
H A DAndroid.bp22 name: "modules-common-tools-python-defaults",
36 defaults: ["modules-common-tools-python-defaults"],
43 defaults: ["modules-common-tools-python-defaults"],
/aosp12/bootable/recovery/update_verifier/
H A DAndroid.bp113 "python-symbol",
114 // Soong won't add "libprotobuf-python" to the dependencies if
116 "libprotobuf-python",
/aosp12/packages/apps/Car/tests/tools/rro/
H A DREADME7 python $ANDROID_BUILD_TOP/packages/apps/Car/tests/tools/rro/generate-overlayable.py \
15 python $ANDROID_BUILD_TOP/packages/apps/Car/tests/tools/rro/verify-overlayable.py \
/aosp12/build/soong/cc/ndk_api_coverage_parser/
H A D.gitignore25 share/python-wheels/
32 # Usually these files are written by a python script from a template
90 # .python-version
/aosp12/build/soong/cc/ndkstubgen/
H A D.gitignore25 share/python-wheels/
32 # Usually these files are written by a python script from a template
90 # .python-version
/aosp12/build/soong/cc/symbolfile/
H A D.gitignore25 share/python-wheels/
32 # Usually these files are written by a python script from a template
90 # .python-version
/aosp12/packages/modules/DnsResolver/tests/testdata/
H A DREADME.md85 You can invoke the [scapy](https://scapy.net) of python module to extract
92 $ python
108 Start python
110 $ python
/aosp12/art/runtime/interpreter/mterp/
H A DREADME.txt3 The assembly source code is produced from custom python-based templates.
5 one big python script. This generated python script is then executed to
7 * Lines starting with % are python code. They will be copied as-is to
/aosp12/build/soong/python/tests/
H A DAndroid.bp26 // Is not implemented as a python unittest
49 // Is not implemented as a python unittest
/aosp12/art/tools/runtime_memusage/
H A Dsanitizer_logcat_analysis.sh250 python "$ANDROID_BUILD_TOP"/art/tools/runtime_memusage/prune_sanitizer_output.py \
340 python "$ANDROID_BUILD_TOP"/art/tools/runtime_memusage/symbol_trace_info.py \
/aosp12/art/test/960-default-smali/
H A Dbuild21 ${ANDROID_BUILD_TOP}/art/test/utils/python/generate_java_main.py ./src
/aosp12/art/test/969-iface-super/
H A Dbuild21 ${ANDROID_BUILD_TOP}/art/test/utils/python/generate_java_main.py ./src

12345