/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/ |
ShHandle.h | 115 // to manage the resulting executable. 122 executable(e), 143 EShExecutable executable; member in class:TLinker
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build.py | 48 # executable is os.path.normpath(sys.executable) 49 self.assertEqual(cmd.executable, os.path.normpath(sys.executable))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build.py | 48 # executable is os.path.normpath(sys.executable) 49 self.assertEqual(cmd.executable, os.path.normpath(sys.executable))
|
/toolchain/binutils/binutils-2.25/config/ |
bootstrap-debug-lib.mk | 2 # stage3 would have generated the same executable code if they were
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
locref2.d | 8 # PIC relocation is ok when building an executable.
|
tls-local-57.d | 8 # An executable with a R_CRIS_32_GOT_GD against a local symbol.
|
tls-local-58.d | 8 # An executable with a R_CRIS_32_GOT_GD and a R_CRIS_16_GOT_GD against
|
/external/autotest/client/site_tests/camera_V4L2/ |
camera_V4L2.py | 44 executable = os.path.join(self.bindir, "media_v4l2_is_capture_device") 45 cmd = "%s %s" % (executable, device) 70 self.executable = os.path.join(self.bindir, "media_v4l2_unittest") 71 cmd = "%s --device=%s" % (self.executable, device) 147 executable = os.path.join(self.bindir, "media_v4l2_test") 149 cmd = "%s %s" % (executable, " ".join(options))
|
/prebuilts/go/darwin-x86/src/os/exec/ |
lp_plan9.go | 14 // ErrNotFound is the error resulting if a path search failed to find an executable file. 15 var ErrNotFound = errors.New("executable file not found in $path") 28 // LookPath searches for an executable binary named file
|
lp_unix.go | 16 // ErrNotFound is the error resulting if a path search failed to find an executable file. 17 var ErrNotFound = errors.New("executable file not found in $PATH") 30 // LookPath searches for an executable binary named file
|
/prebuilts/go/linux-x86/src/os/exec/ |
lp_plan9.go | 14 // ErrNotFound is the error resulting if a path search failed to find an executable file. 15 var ErrNotFound = errors.New("executable file not found in $path") 28 // LookPath searches for an executable binary named file
|
lp_unix.go | 16 // ErrNotFound is the error resulting if a path search failed to find an executable file. 17 var ErrNotFound = errors.New("executable file not found in $PATH") 30 // LookPath searches for an executable binary named file
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
_osx_support.py | 29 def _find_executable(executable, path=None): 30 """Tries to find 'executable' in the directories listed in 'path'. 39 base, ext = os.path.splitext(executable) 42 executable = executable + '.exe' 44 if not os.path.isfile(executable): 46 f = os.path.join(p, executable) 52 return executable 475 # 32-bit variant, even if the executable architecture is
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
_osx_support.py | 29 def _find_executable(executable, path=None): 30 """Tries to find 'executable' in the directories listed in 'path'. 39 base, ext = os.path.splitext(executable) 42 executable = executable + '.exe' 44 if not os.path.isfile(executable): 46 f = os.path.join(p, executable) 52 return executable 475 # 32-bit variant, even if the executable architecture is
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
_osx_support.py | 29 def _find_executable(executable, path=None): 30 """Tries to find 'executable' in the directories listed in 'path'. 39 base, ext = os.path.splitext(executable) 42 executable = executable + '.exe' 44 if not os.path.isfile(executable): 46 f = os.path.join(p, executable) 52 return executable 475 # 32-bit variant, even if the executable architecture is
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
_osx_support.py | 29 def _find_executable(executable, path=None): 30 """Tries to find 'executable' in the directories listed in 'path'. 39 base, ext = os.path.splitext(executable) 42 executable = executable + '.exe' 44 if not os.path.isfile(executable): 46 f = os.path.join(p, executable) 52 return executable 475 # 32-bit variant, even if the executable architecture is
|
/art/runtime/ |
oat_file.cc | 83 // 1) Allocate an instance through the standard constructor (location, executable) 100 bool executable, 106 OatFileBase(const std::string& filename, bool executable) : OatFile(filename, executable) {} 121 bool executable, 158 bool executable, 162 std::unique_ptr<OatFileBase> ret(new kOatFileBaseSubType(location, executable)); 173 executable, 602 DlOpenOatFile(const std::string& filename, bool executable) 603 : OatFileBase(filename, executable), [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/ |
NdkHelper.java | 132 * "${NdkRoot}/prebuilt/<platform>/bin/". If the executable is not found, it simply returns 133 * the name of the executable (which is equal to assuming that it is available on the path). 135 private static synchronized IPath getFullPathTo(String executable) { 137 executable += ".exe"; 143 return new Path(executable); 151 .append(executable); 158 return new Path(executable);
|
/test/vts-testcase/kernel/ltp/ |
environment_requirement_checker.py | 46 _executable_available: dict {string, bool}, a map between executable 133 """Run a batch job to check executable exists and set permissions. 147 # Set all executables executable permission using chmod. 160 "ls %s" % executable for executable in executables 161 if executable not in ltp_configs.INTERNAL_BINS 206 results = [self._executable_available[executable] 207 for executable in executables]
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
bundlebuilder.py | 288 # start a real new process. Also, the executable name must match 290 # deliberately with argv[0]. The actual Python executable is 292 # sys.executable later. 299 executable = os.path.join(execdir, "%(executable)s") 318 os.environ["PYTHONEXECUTABLE"] = executable 321 os.execve(executable, sys.argv, os.environ) 361 # platform, name of the subfolder of Contents that contains the executable. 365 # executable in the bundle will be a small wrapper that invokes 369 # The main executable. If a Python main program is specifie 373 executable = None variable in class:AppBuilder [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
bundlebuilder.py | 288 # start a real new process. Also, the executable name must match 290 # deliberately with argv[0]. The actual Python executable is 292 # sys.executable later. 299 executable = os.path.join(execdir, "%(executable)s") 318 os.environ["PYTHONEXECUTABLE"] = executable 321 os.execve(executable, sys.argv, os.environ) 361 # platform, name of the subfolder of Contents that contains the executable. 365 # executable in the bundle will be a small wrapper that invokes 369 # The main executable. If a Python main program is specifie 373 executable = None variable in class:AppBuilder [all...] |
/external/autotest/client/site_tests/platform_CompressedSwap/ |
platform_CompressedSwap.py | 18 executable = 'hog' variable in class:platform_CompressedSwap 25 utils.make(self.executable) 92 cmd = [ self.srcdir + '/' + self.executable, '50' ]
|
/external/elfutils/libdwfl/ |
dwfl_build_id_find_elf.c | 147 /* When dwfl_core_file_report was called with a non-NULL executable file 149 recorded executable file when MOD was identified as main executable 150 (which then triggers opening and reporting of the executable). */ 151 const char *executable = mod->dwfl->user_core->executable_for_core; local 152 int fd = open (executable, O_RDONLY); 155 *file_name = strdup (executable);
|
/frameworks/base/tools/bit/ |
command.cpp | 206 string executable = string(dir) + "/" + prog; local 207 if (stat(executable.c_str(), &st) == 0) { 208 execve(executable.c_str(), (char*const*)argv, (char*const*)envp);
|
/frameworks/rs/tests/lldb/ |
config.py | 56 '''Path to the lldb-server executable on the device.''' 61 '''Path to the lldb-server executable on host (if using -run-emu).''' 81 '''The path to lldb executable on the host.'''
|