Home
last modified time | relevance | path

Searched defs:shebang (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/test/test_tools/
Dtest_pathfix.py20 def pathfix(self, shebang, pathfix_flags, exitcode=0, stdout='', stderr='', argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dbuild_scripts.py151 def _validate_shebang(shebang, encoding): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dbuild_scripts.py151 def _validate_shebang(shebang, encoding): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dbuild_scripts.py151 def _validate_shebang(shebang, encoding): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dbuild_scripts.py151 def _validate_shebang(shebang, encoding): argument
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/
H A Dlib.rs967 let mut shebang = None; in parse_file() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/
H A Dlib.rs988 let mut shebang = None; in parse_file() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/
Dlib.rs988 let mut shebang = None; in parse_file() localVariable
/aosp_15_r20/external/python/cpython3/PC/
Dlauncher2.c756 searchPath(SearchInfo *search, const wchar_t *shebang, int shebangLength) in searchPath()
895 _useShebangAsExecutable(SearchInfo *search, const wchar_t *shebang, int shebangLength) in _useShebangAsExecutable()
1019 wchar_t *shebang; in checkShebang() local
Dlauncher.c863 wchar_t *shebang; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dscripts.py240 def _write_script(self, names, shebang, script_bytes, filenames, ext): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dscripts.py240 def _write_script(self, names, shebang, script_bytes, filenames, ext): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dscripts.py240 def _write_script(self, names, shebang, script_bytes, filenames, ext): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dscripts.py240 def _write_script(self, names, shebang, script_bytes, filenames, ext): argument
/aosp_15_r20/external/ktfmt/core/src/main/java/com/facebook/ktfmt/format/
H A DFormatter.kt93 val (shebang, kotlinCode) = in <lambda>() constant
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/tests/
H A Dintegration_tests.rs5638 fn shebang() { in shebang() function