/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
tls-ldgde-14.d | 15 # variables, for an executable.
|
tls-ldgdex-14.d | 13 # variables, for an executable, GD symbols defined elsewhere.
|
tls-ldgdex-15.d | 13 # variables, for an executable, GD symbols defined elsewhere.
|
tls-le-13.d | 10 # executable with a single R_CRIS_32_TPREL.
|
tls-le-13s.d | 10 # executable with two R_CRIS_16_TPREL, different symbols.
|
tls-legd-16.d | 14 # executable with two R_CRIS_32_TPREL and two R_CRIS_32_GD, different
|
tls-legd-17.d | 14 # executable with two R_CRIS_16_TPREL a R_CRIS_32_GOT_GD and a
|
tls-legdx-16.d | 12 # executable with two R_CRIS_32_TPREL and two R_CRIS_32_GD, different
|
tls-legdx-17.d | 12 # executable with two R_CRIS_16_TPREL a R_CRIS_32_GOT_GD and a
|
tls-leie-18.d | 11 # executable with two R_CRIS_16_TPREL and two R_CRIS_16_GOT_TPREL, no
|
/bootable/recovery/applypatch/ |
Android.mk | 103 # applypatch (target executable) 172 # imgdiff (host static executable)
|
/build/soong/ui/build/ |
ninja.go | 29 executable := "prebuilts/build-tools/" + config.HostPrebuiltTag() + "/bin/ninja" 70 cmd := exec.CommandContext(ctx.Context, executable, args...)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/ |
test_tool.py | 42 (sys.executable, '-m', 'json.tool'),
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_coverage_mapping_libcdep.cc | 82 if (range.executable) {
|
/external/libcups/cups/ |
file.h | 71 int executable, char *buffer,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/ |
test_tool.py | 42 (sys.executable, '-m', 'json.tool'),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/ |
test_tool.py | 42 (sys.executable, '-m', 'json.tool'),
|
/system/extras/simpleperf/ |
environment.h | 53 bool executable; member in struct:ThreadMmap
|
/cts/hostsidetests/security/src/android/security/cts/ |
SELinuxHostTest.java | 351 /* retrieve the checkseapp executable from jar */ 428 /* retrieve the checkfc executable from jar */ 512 /* retrieve the checkfc executable from jar */ 557 /* retrieve the checkfc executable from jar */ 593 /* retrieve the checkfc executable from jar */ 670 * @param executable 671 * The path of the executable or application package name. 673 private void assertDomainOne(String domain, String executable) throws DeviceNotAvailableException { 675 List<ProcessDetails> exeProcs = ProcessDetails.getExeMap(mDevice).get(executable); 681 msg = "Expected executable \"" + executable + "\" in SELinux domain \"" + domain + "\" [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
script_helper.py | 19 cmd_line = [sys.executable]
59 cmd_line = [sys.executable, '-E']
66 cmd_line = [sys.executable, '-E']
|
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],
382 self.assertIsInstance(sys.executable, basestring)
446 p = subprocess.Popen([sys.executable, "-c", 'print unichr(0xa2)'],
452 p = subprocess.Popen([sys.executable, "-c", 'print unichr(0xa2)'],
462 # Issue #7774: Ensure that sys.executable is an empty string if argv[0]
468 python_dir = os.path.dirname(os.path.realpath(sys.executable))
470 ["nonexistent", "-c", 'import sys; print repr(sys.executable)'],
471 executable=sys.executable, stdout=subprocess.PIPE, cwd=python_dir) [all...] |
/frameworks/base/packages/SystemUI/scripts/ |
new_merge.py | 14 def executable(path): function in function:which 18 if path and executable(program): 23 if executable(exe):
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
libiberty.h | 413 /* Search for program in executable search path. */ 454 EXECUTABLE The program to execute. 497 const char *executable, char * const *argv, 512 const char *executable, 577 EXECUTABLE As for pex_run. 586 extern const char *pex_one (int flags, const char *executable,
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
script_helper.py | 25 cmd_line = [sys.executable] 65 cmd_line = [sys.executable, '-E'] 72 cmd_line = [sys.executable, '-E']
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
script_helper.py | 25 cmd_line = [sys.executable] 65 cmd_line = [sys.executable, '-E'] 72 cmd_line = [sys.executable, '-E']
|