Searched refs:python (Results 1 – 25 of 29) sorted by relevance
12
/build/soong/bp2build/ |
D | python_binary_conversion_test.go | 24 moduleTypeUnderTestFactory: python.PythonBinaryHostFactory, 25 moduleTypeUnderTestBp2BuildMutator: python.PythonBinaryBp2Build, 57 moduleTypeUnderTestFactory: python.PythonBinaryHostFactory, 58 moduleTypeUnderTestBp2BuildMutator: python.PythonBinaryBp2Build, 84 moduleTypeUnderTestFactory: python.PythonBinaryHostFactory, 85 moduleTypeUnderTestBp2BuildMutator: python.PythonBinaryBp2Build,
|
D | Android.bp | 25 "soong-python",
|
/build/soong/python/ |
D | Android.bp | 6 name: "soong-python", 7 pkgPath: "android/soong/python", 21 "python.go",
|
D | testing.go | 15 package python package
|
D | defaults.go | 15 package python package
|
D | library.go | 15 package python package
|
D | builder.go | 15 package python package 58 `sed 's/ENTRY_POINT/$main/' build/soong/python/scripts/main.py >$out.main &&` +
|
D | proto.go | 15 package python package
|
D | installer.go | 15 package python package
|
D | test.go | 15 package python package
|
D | androidmk.go | 15 package python package
|
D | python_test.go | 15 package python package
|
D | binary.go | 15 package python package
|
D | python.go | 15 package python package
|
/build/soong/python/tests/ |
D | Android.bp | 26 // Is not implemented as a python unittest 49 // Is not implemented as a python unittest
|
/build/soong/cc/ndkstubgen/ |
D | .gitignore | 25 share/python-wheels/ 32 # Usually these files are written by a python script from a template 90 # .python-version
|
/build/soong/cc/symbolfile/ |
D | .gitignore | 25 share/python-wheels/ 32 # Usually these files are written by a python script from a template 90 # .python-version
|
/build/soong/cc/ndk_api_coverage_parser/ |
D | .gitignore | 25 share/python-wheels/ 32 # Usually these files are written by a python script from a template 90 # .python-version
|
/build/soong/apex/ |
D | Android.bp | 16 "soong-python",
|
/build/bazel/bazel_skylib/ |
D | bzl_library.bzl | 79 ```python 87 ```python
|
/build/make/tools/docker/ |
D | Dockerfile | 6 …-dev libx11-dev lib32z-dev ccache libgl1-mesa-dev libxml2-utils xsltproc unzip python openjdk-7-jdk
|
/build/soong/java/ |
D | Android.bp | 17 "soong-python",
|
/build/make/tools/fs_config/ |
D | README.md | 72 $ python -m unittest test_fs_config_generator.Tests
|
/build/make/tools/releasetools/ |
D | pylintrc | 20 # List of plugins (as comma separated values of python modules names) to load, 94 # Template used to display messages. This is a python new-style format string 235 # install python-enchant package.
|
/build/make/ |
D | Changes.md | 679 The best solution here is to start switching to Soong's python building support, 680 which packages the python interpreter, libraries, and script all into one file 685 * [frameworks/base/data/fonts/Android.mk] to execute the python binary 691 $(TARGET): myscript.py $(sort $(shell find my/python/lib -name '*.py')) 692 PYTHONPATH=my/python/lib:$$PYTHONPATH myscript.py -o $@
|
12