/prebuilts/misc/common/swig/include/2.0.11/python/ |
embed.i | 16 Python executable. This will be necessary on systems that do 23 present in your current Python executable (including any special
|
embed15.i | 16 Python executable. This will be necessary on systems that do 23 present in your current Python executable (including any special
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
appletrawmain.py | 22 _dir = os.path.split(sys.executable)[0] # removes "python"
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_sys.py | 173 rc = subprocess.call([sys.executable, "-c", 177 rc = subprocess.call([sys.executable, "-c", 182 process = subprocess.Popen([sys.executable, "-c", code], 394 self.assertIsInstance(sys.executable, basestring) 458 p = subprocess.Popen([sys.executable, "-c", 'print unichr(0xa2)'], 464 p = subprocess.Popen([sys.executable, "-c", 'print unichr(0xa2)'], 474 # sys.executable should be absolute 475 self.assertEqual(os.path.abspath(sys.executable), sys.executable) 477 # Issue #7774: Ensure that sys.executable is an empty string if argv[0 [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_sys.py | 173 rc = subprocess.call([sys.executable, "-c", 177 rc = subprocess.call([sys.executable, "-c", 182 process = subprocess.Popen([sys.executable, "-c", code], 394 self.assertIsInstance(sys.executable, basestring) 458 p = subprocess.Popen([sys.executable, "-c", 'print unichr(0xa2)'], 464 p = subprocess.Popen([sys.executable, "-c", 'print unichr(0xa2)'], 474 # sys.executable should be absolute 475 self.assertEqual(os.path.abspath(sys.executable), sys.executable) 477 # Issue #7774: Ensure that sys.executable is an empty string if argv[0 [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sys.py | 173 rc = subprocess.call([sys.executable, "-c", 177 rc = subprocess.call([sys.executable, "-c", 182 process = subprocess.Popen([sys.executable, "-c", code], 394 self.assertIsInstance(sys.executable, basestring) 458 p = subprocess.Popen([sys.executable, "-c", 'print unichr(0xa2)'], 464 p = subprocess.Popen([sys.executable, "-c", 'print unichr(0xa2)'], 474 # sys.executable should be absolute 475 self.assertEqual(os.path.abspath(sys.executable), sys.executable) 477 # Issue #7774: Ensure that sys.executable is an empty string if argv[0 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sys.py | 173 rc = subprocess.call([sys.executable, "-c", 177 rc = subprocess.call([sys.executable, "-c", 182 process = subprocess.Popen([sys.executable, "-c", code], 394 self.assertIsInstance(sys.executable, basestring) 458 p = subprocess.Popen([sys.executable, "-c", 'print unichr(0xa2)'], 464 p = subprocess.Popen([sys.executable, "-c", 'print unichr(0xa2)'], 474 # sys.executable should be absolute 475 self.assertEqual(os.path.abspath(sys.executable), sys.executable) 477 # Issue #7774: Ensure that sys.executable is an empty string if argv[0 [all...] |
/bootable/recovery/ |
Android.mk | 63 # recovery (static executable) 147 # recovery-persist (system partition dynamic executable run after /data mounts) 159 # recovery-refresh (system partition dynamic executable run at init)
|
/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/ |
AnnotatedElementParameterTest.java | 23 import java.lang.reflect.Executable; 271 Executable executable, Class<? extends Annotation> annotationType, 273 Parameter parameter = executable.getParameters()[0]; 355 Executable executable, Class<? extends Annotation> annotationType, 357 Parameter parameter = executable.getParameters()[0]; 435 Executable executable, Class<? extends Annotation> annotationType, 437 Parameter parameter = executable.getParameters()[0] [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/commons/commons-exec/1.2/ |
commons-exec-1.2.jar | |
/prebuilts/go/darwin-x86/src/debug/dwarf/ |
open.go | 6 // executable files, as defined in the DWARF 2.0 Standard at 13 // loaded from an executable file (for example, an ELF or Mach-O executable).
|
/prebuilts/go/linux-x86/src/debug/dwarf/ |
open.go | 6 // executable files, as defined in the DWARF 2.0 Standard at 13 // loaded from an executable file (for example, an ELF or Mach-O executable).
|
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-exec/1.1/ |
commons-exec-1.1.jar | |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
platform.py | 141 def libc_ver(executable=sys.executable,lib='',version='',
145 """ Tries to determine the libc version that the file executable
152 libc versions add symbols to the executable and thus is probably
162 executable = os.path.realpath(executable)
163 f = open(executable,'rb')
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
platform.py | 141 def libc_ver(executable=sys.executable,lib='',version='',
145 """ Tries to determine the libc version that the file executable
152 libc versions add symbols to the executable and thus is probably
162 executable = os.path.realpath(executable)
163 f = open(executable,'rb')
[all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
platform.py | 141 def libc_ver(executable=sys.executable,lib='',version='', 145 """ Tries to determine the libc version that the file executable 152 libc versions add symbols to the executable and thus is probably 162 executable = os.path.realpath(executable) 163 f = open(executable,'rb') [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
platform.py | 141 def libc_ver(executable=sys.executable,lib='',version='', 145 """ Tries to determine the libc version that the file executable 152 libc versions add symbols to the executable and thus is probably 162 executable = os.path.realpath(executable) 163 f = open(executable,'rb') [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
platform.py | 141 def libc_ver(executable=sys.executable,lib='',version='', 145 """ Tries to determine the libc version that the file executable 152 libc versions add symbols to the executable and thus is probably 162 executable = os.path.realpath(executable) 163 f = open(executable,'rb') [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
platform.py | 141 def libc_ver(executable=sys.executable,lib='',version='', 145 """ Tries to determine the libc version that the file executable 152 libc versions add symbols to the executable and thus is probably 162 executable = os.path.realpath(executable) 163 f = open(executable,'rb') [all...] |
/bootable/recovery/otafault/ |
Android.mk | 37 # otafault_test (static executable)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_quopri.py | 179 process = subprocess.Popen([sys.executable, "-mquopri"],
190 process = subprocess.Popen([sys.executable, "-mquopri", "-d"],
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/ |
test_setuptools_nspkg.py | 20 sys.executable, 'setup.py', 'install', 67 p = subprocess.Popen([sys.executable, '-c', script],
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
indic.bat | 14 REM to work, the perl executable must be on the path. We recommend
|
/external/llvm/test/Bindings/OCaml/ |
irreader.ml | 9 (* Note: It takes several seconds for ocamlopt to link an executable with
|
passmgr_builder.ml | 9 (* Note: It takes several seconds for ocamlopt to link an executable with
|