/prebuilts/go/linux-x86/src/cmd/objdump/ |
main.go | 5 // Objdump disassembles executable files.
|
/prebuilts/go/linux-x86/src/runtime/pprof/internal/protopprof/ |
protomemprofile_test.go | 35 // It is possible for a binary to only have 1 executable
|
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/ |
gtest_filter_unittest.py | 61 [sys.executable, '-c', 'import os; print \'EMPTY_VAR\' in os.environ']) 74 [sys.executable, '-c', 'import os; print \'UNSET_VAR\' not in os.environ'])
|
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/ |
gtest_filter_unittest.py | 61 [sys.executable, '-c', 'import os; print \'EMPTY_VAR\' in os.environ']) 74 [sys.executable, '-c', 'import os; print \'UNSET_VAR\' not in os.environ'])
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
cgitb.py | 107 pyver = 'Python ' + sys.version.split()[0] + ': ' + sys.executable 198 pyver = 'Python ' + sys.version.split()[0] + ': ' + sys.executable
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
cgitb.py | 107 pyver = 'Python ' + sys.version.split()[0] + ': ' + sys.executable 198 pyver = 'Python ' + sys.version.split()[0] + ': ' + sys.executable
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
tls-e-80.d | 16 # executable with a R_CRIS_32_GOT_GD, a R_CRIS_DTPREL, a
|
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-i386.c | [all...] |
/art/runtime/ |
elf_file_impl.h | 121 // executable is true at run time, false at compile time. 122 bool Load(File* file, bool executable, bool low_4gb, std::string* error_msg);
|
/build/soong/ui/build/ |
kati.go | 68 executable := "prebuilts/build-tools/" + config.HostPrebuiltTag() + "/bin/ckati" 96 cmd := exec.CommandContext(ctx.Context, executable, args...)
|
/development/vndk/tools/definition-tool/tests/ |
test_elfdump.py | 26 cmd = [sys.executable, VNDK_DEF_TOOL, 'elfdump', path]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_os.py | 673 sys.executable, '-c',
687 sys.executable, '-c',
696 # Start sys.executable as a subprocess and communicate from the
717 proc = subprocess.Popen([sys.executable, "-c",
762 proc = subprocess.Popen([sys.executable,
|
test_tcl.py | 139 fullname = os.path.abspath(sys.executable)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Rsa2048Sha256Sign/ |
Rsa2048Sha256Sign.py | 130 # Get path to currently executing script or executable
133 RsaToolPath = sys.executable
|
/device/linaro/bootloader/edk2/BaseTools/Tests/ |
TestTools.py | 127 args, executable=bin,
|
/external/libpng/projects/owatcom/ |
pngconfig.mak | 126 $# awk.) You can find source code and a built executable (called awk95.exe)
131 $# The executable works just fine.
|
/external/protobuf/gtest/test/ |
run_tests_util.py | 60 an executable file named *_test or *_unittest (with the .exe 205 """Runs the executable with given args (args[0] is the executable name). 254 return self._Run([sys.executable, test])
|
/external/selinux/policycoreutils/po/ |
Makefile | 73 ../sepolicy/sepolicy/templates/executable.py \
|
/external/skia/infra/bots/ |
recipes.py | 245 sys.executable, '-u',
|
/external/v8/gypfiles/ |
landmines.py | 236 proc = subprocess.Popen([sys.executable, s], stdout=subprocess.PIPE)
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-compiler-api/2.2/ |
plexus-compiler-api-2.2.jar | |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/ |
bfdlink.h | 260 /* TRUE if generating an executable, position independent or not. */ 261 unsigned int executable : 1; 263 /* TRUE if generating a position independent executable. */ 272 /* TRUE if executable should not contain copy relocs. 277 of an executable, rather than only those used. */ 329 executable. */ 465 /* The function to call when the executable or shared object is 469 /* The function to call when the executable or shared object is 550 get the size of the entry when generating an executable file. 259 unsigned int executable : 1; member in struct:bfd_link_info
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/ |
bfdlink.h | 260 /* TRUE if generating an executable, position independent or not. */ 261 unsigned int executable : 1; 263 /* TRUE if generating a position independent executable. */ 272 /* TRUE if executable should not contain copy relocs. 277 of an executable, rather than only those used. */ 329 executable. */ 465 /* The function to call when the executable or shared object is 469 /* The function to call when the executable or shared object is 550 get the size of the entry when generating an executable file. 259 unsigned int executable : 1; member in struct:bfd_link_info
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
configHelpSourceEdit.py | 89 dir = os.path.join(os.path.dirname(sys.executable), 'Doc')
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_file_eintr.py | 94 [sys.executable, '-u', '-c',
|