Searched
refs:executable (Results
476 -
500 of
1015) sorted by null
<<11121314151617181920>>
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_hash.py | 159 cmd_line = [sys.executable, '-c', self.get_hash_command(repr_)]
|
test_tcl.py | 141 fullname = os.path.abspath(sys.executable)
|
test_tools.py | 49 (sys.executable, self.script) + args,
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
configHelpSourceEdit.py | 89 dir = os.path.join(os.path.dirname(sys.executable), 'Doc')
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_file_eintr.py | 94 [sys.executable, '-u', '-c',
|
test_hash.py | 159 cmd_line = [sys.executable, '-c', self.get_hash_command(repr_)]
|
test_tcl.py | 141 fullname = os.path.abspath(sys.executable)
|
test_tools.py | 49 (sys.executable, self.script) + args,
|
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/plugin/ |
plugin.go | 42 // An ObjTool inspects shared libraries and executable files. 89 // An ObjFile is a single object file: a shared library or executable.
|
/prebuilts/go/linux-x86/src/cmd/pprof/internal/plugin/ |
plugin.go | 42 // An ObjTool inspects shared libraries and executable files. 89 // An ObjFile is a single object file: a shared library or executable.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
support.py | 208 cmd.debug = sys.executable.endswith('_d.exe')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
configHelpSourceEdit.py | 89 dir = os.path.join(os.path.dirname(sys.executable), 'Doc')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_file_eintr.py | 94 [sys.executable, '-u', '-c',
|
test_hash.py | 159 cmd_line = [sys.executable, '-c', self.get_hash_command(repr_)]
|
test_tcl.py | 141 fullname = os.path.abspath(sys.executable)
|
test_tools.py | 49 (sys.executable, self.script) + args,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
support.py | 208 cmd.debug = sys.executable.endswith('_d.exe')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
configHelpSourceEdit.py | 89 dir = os.path.join(os.path.dirname(sys.executable), 'Doc')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_file_eintr.py | 94 [sys.executable, '-u', '-c',
|
test_hash.py | 159 cmd_line = [sys.executable, '-c', self.get_hash_command(repr_)]
|
test_tcl.py | 141 fullname = os.path.abspath(sys.executable)
|
test_tools.py | 49 (sys.executable, self.script) + args,
|
/test/vts/testcases/host/camera_its/ |
CameraITSTest.py | 60 logging.info("Python path is: %s" % (sys.executable))
|
/toolchain/binutils/binutils-2.25/bfd/ |
elf-ifunc.c | 124 in executable, the address of the resolved function may be used. 125 But in non-shared executable, the address of its .plt slot may 136 "executable; recompile with -fPIE and relink with -pie\n"), 185 /* When building a static executable, use .iplt, .igot.plt and 260 || (info->executable && info->shared)
|
/toolchain/binutils/binutils-2.25/include/ |
bfdlink.h | 266 /* TRUE if generating an executable, position independent or not. */ 267 unsigned int executable : 1; 269 /* TRUE if generating a position independent executable. */ 278 /* TRUE if executable should not contain copy relocs. 283 of an executable, rather than only those used. */ 338 executable. */ 497 /* The function to call when the executable or shared object is 501 /* The function to call when the executable or shared object is 582 get the size of the entry when generating an executable file. 265 unsigned int executable : 1; member in struct:bfd_link_info
|
Completed in 803 milliseconds
<<11121314151617181920>>