Searched refs:python (Results  1 – 25 of 40) sorted by relevance
12
| /build/soong/bp2build/ | 
| D | python_binary_conversion_test.go | 14 		ctx.RegisterModuleType("python_library", python.PythonLibraryFactory)15 		ctx.RegisterModuleType("python_library_host", python.PythonLibraryHostFactory)
 17 		ctx.RegisterModuleType("python_defaults", python.DefaultsFactory)
 25 		ModuleTypeUnderTestFactory: python.PythonBinaryHostFactory,
 71 		ModuleTypeUnderTestFactory: python.PythonBinaryHostFactory,
 105 		ModuleTypeUnderTestFactory: python.PythonBinaryHostFactory,
 139 		ModuleTypeUnderTestFactory: python.PythonBinaryHostFactory,
 176 		ModuleTypeUnderTestFactory: python.PythonBinaryHostFactory,
 198 		ModuleTypeUnderTestFactory: python.PythonBinaryHostFactory,
 227 		ModuleTypeUnderTestFactory: python.PythonBinaryHostFactory,
 [all …]
 
 | 
| D | python_library_conversion_test.go | 67 	testCase.ModuleTypeUnderTestFactory = python.PythonLibraryFactory83 	testCase.ModuleTypeUnderTestFactory = python.PythonLibraryHostFactory
 85 		ctx.RegisterModuleType("python_library", python.PythonLibraryFactory)
 
 | 
| D | python_test_conversion_test.go | 26 		ModuleTypeUnderTestFactory: python.PythonTestHostFactory,
 | 
| D | Android.bp | 32         "soong-python",
 | 
| /build/soong/python/ | 
| D | Android.bp | 6     name: "soong-python",7     pkgPath: "android/soong/python",
 21         "python.go",
 
 | 
| D | builder.go | 15 package python  package46 …interp/g' -e 's/%main%/__soong_entrypoint_redirector__.py/g' build/soong/python/scripts/stub_templ…
 59 				`sed 's/ENTRY_POINT/$main/' build/soong/python/scripts/main.py >$out.main &&` +
 77 			`$launcher build/soong/python/scripts/precompile_python.py $in $out`,
 
 | 
| D | testing.go | 15 package python  package
 | 
| D | defaults.go | 15 package python  package
 | 
| D | library.go | 15 package python  package
 | 
| D | proto.go | 15 package python  package
 | 
| /build/soong/provenance/tools/ | 
| D | Android.bp | 33         "libprotobuf-python",48         "libprotobuf-python",
 
 | 
| /build/bazel/rules/python/ | 
| D | py_proto.bzl | 37             fail("TODO: Transitive imports/sources of python protos")58 …ways the current package because it's the path to where we generated the python sources, not to wh…
 100 … [":" + proto_lib_name] + (["//external/protobuf:libprotobuf-python"] if "libprotobuf-python" not …
 
 | 
| /build/soong/python/tests/ | 
| D | Android.bp | 26     // Is not implemented as a python unittest49     // Is not implemented as a python unittest
 
 | 
| /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/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/apex/ | 
| D | Android.bp | 19         "soong-python",
 | 
| /build/soong/ui/metrics/bp2build_progress_metrics_proto/ | 
| D | BUILD.bazel | 15 load("//build/bazel/rules/python:py_proto.bzl", "py_proto_library")
 | 
| /build/soong/ui/metrics/ | 
| D | BUILD.bazel | 15 load("//build/bazel/rules/python:py_proto.bzl", "py_proto_library")
 | 
| /build/make/tools/sbom/ | 
| D | Android.bp | 31         "libprotobuf-python",
 | 
| /build/bazel_common_rules/rules/python/stubs/python/ | 
| D | defs.bzl | 19 # https://bazel.build/reference/be/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 | 19         "soong-python",
 | 
| /build/soong/tests/ | 
| D | lib.sh | 99   symlink_directory external/python
 | 
| /build/bazel_common_rules/workspace/ | 
| D | external.bzl | 55             path = "{}external/python/absl-py".format(workspace_prefix),
 | 
        12