/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/ |
config.py | 32 "specify the compiler executable"), 244 'headers', to executable form. Return true on success, false 262 """Try to compile, link to an executable, and run a program
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/ |
config.py | 32 "specify the compiler executable"), 244 'headers', to executable form. Return true on success, false 262 """Try to compile, link to an executable, and run a program
|
/prebuilts/go/darwin-x86/src/net/http/cgi/ |
host.go | 46 // Handler runs an executable in a subprocess with a CGI environment. 48 Path string // path to the CGI executable 51 // Dir specifies the CGI executable's working directory.
|
/prebuilts/go/linux-x86/src/net/http/cgi/ |
host.go | 46 // Handler runs an executable in a subprocess with a CGI environment. 48 Path string // path to the CGI executable 51 // Dir specifies the CGI executable's working directory.
|
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/ |
command_line_interface.h | 133 // The compiler determines the executable name to search for by concatenating 264 // The name of the executable as invoked (i.e. argv[0]). 290 // is searched first to find the plugin executable. If not found here, the
|
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/ |
command_line_interface.h | 133 // The compiler determines the executable name to search for by concatenating 264 // The name of the executable as invoked (i.e. argv[0]). 290 // is searched first to find the plugin executable. If not found here, the
|
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/ |
command_line_interface.h | 133 // The compiler determines the executable name to search for by concatenating 264 // The name of the executable as invoked (i.e. argv[0]). 290 // is searched first to find the plugin executable. If not found here, the
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
config.py | 32 "specify the compiler executable"), 244 'headers', to executable form. Return true on success, false 262 """Try to compile, link to an executable, and run a program
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
config.py | 32 "specify the compiler executable"), 244 'headers', to executable form. Return true on success, false 262 """Try to compile, link to an executable, and run a program
|
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.2.1/ |
commons-lang3-3.2.1.pom | 681 <exec executable="svn"> 685 <exec executable="svn"> 692 <exec executable="svn">
|
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3/ |
commons-lang3-3.3.pom | 691 <exec executable="svn"> 695 <exec executable="svn"> 702 <exec executable="svn">
|
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3.2/ |
commons-lang3-3.3.2.pom | 691 <exec executable="svn"> 695 <exec executable="svn"> 702 <exec executable="svn">
|
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.4/ |
commons-lang3-3.4.pom | 745 <exec executable="svn"> 749 <exec executable="svn"> 756 <exec executable="svn">
|
/prebuilts/tools/common/offline-m2/org/apache/commons/commons-lang3/3.3.2/ |
commons-lang3-3.3.2.pom | 691 <exec executable="svn"> 695 <exec executable="svn"> 702 <exec executable="svn">
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/ |
command_line_interface.h | 135 // The compiler determines the executable name to search for by concatenating 293 // The name of the executable as invoked (i.e. argv[0]). 319 // is searched first to find the plugin executable. If not found here, the
|
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/ |
command_line_interface.h | 133 // The compiler determines the executable name to search for by concatenating 264 // The name of the executable as invoked (i.e. argv[0]). 290 // is searched first to find the plugin executable. If not found here, the
|
/toolchain/binutils/binutils-2.25/gas/config/ |
aout_gnu.h | 147 /* Code indicating object file or impure executable. */ 151 /* Code indicating pure executable. */ 153 /* Code indicating demand-paged executable. */
|
/toolchain/binutils/binutils-2.25/ld/ |
genscripts.sh | 402 echo "/* Script for ld -pie: link position independent executable */" 410 ( echo "/* Script for -pie -z combreloc: position independent executable, combine & sort relocs */" 418 ( echo "/* Script for -pie -z combreloc -z now -z relro: position independent executable, combine & sort relocs */"
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
powerpc.exp | 37 {"VxWorks executable test 1 (dynamic)" \ 42 {"VxWorks executable test 2 (dynamic)" \ 47 {"VxWorks executable test 2 (static)"
|
/toolchain/binutils/binutils-2.25/libiberty/testsuite/ |
test-pexecute.c | 207 #define TEST_PEX_RUN(PEXOBJ, FLAGS, EXECUTABLE, ARGV, OUTNAME, ERRNAME) \ 214 __LINE__, EXECUTABLE, ARGV[0]); \ 215 pex_run_err = pex_run (PEXOBJ, FLAGS, EXECUTABLE, ARGV, OUTNAME, \
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_os.py | 556 cmd_line = [sys.executable, '-c', code] 715 sys.executable, '-c', 729 sys.executable, '-c', 738 # Start sys.executable as a subprocess and communicate from the 759 proc = subprocess.Popen([sys.executable, "-c", 804 proc = subprocess.Popen([sys.executable, [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_os.py | 556 cmd_line = [sys.executable, '-c', code] 715 sys.executable, '-c', 729 sys.executable, '-c', 738 # Start sys.executable as a subprocess and communicate from the 759 proc = subprocess.Popen([sys.executable, "-c", 804 proc = subprocess.Popen([sys.executable, [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_os.py | 556 cmd_line = [sys.executable, '-c', code] 715 sys.executable, '-c', 729 sys.executable, '-c', 738 # Start sys.executable as a subprocess and communicate from the 759 proc = subprocess.Popen([sys.executable, "-c", 804 proc = subprocess.Popen([sys.executable, [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_os.py | 556 cmd_line = [sys.executable, '-c', code] 715 sys.executable, '-c', 729 sys.executable, '-c', 738 # Start sys.executable as a subprocess and communicate from the 759 proc = subprocess.Popen([sys.executable, "-c", 804 proc = subprocess.Popen([sys.executable, [all...] |
/system/update_engine/ |
Android.mk | 426 # update_engine (type: executable) 469 # update_engine_sideload (type: executable) 588 # update_engine_client (type: executable) 716 # delta_generator (type: executable) 838 # test_http_server (type: executable) 860 # update_engine_unittests (type: executable) [all...] |