HomeSort by relevance Sort by last modified time
    Searched full:executable (Results 376 - 400 of 4711) sorted by null

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/debug/dwarf/
open.go 6 // executable files, as defined in the DWARF 2.0 Standard at
13 // loaded from an executable file (for example, an ELF or Mach-O executable).
  /prebuilts/go/darwin-x86/src/os/exec/
lp_windows.go 13 // ErrNotFound is the error resulting if a path search failed to find an executable file.
14 var ErrNotFound = errors.New("executable file not found in %PATH%")
52 // LookPath searches for an executable binary named file
  /prebuilts/go/linux-x86/src/debug/dwarf/
open.go 6 // executable files, as defined in the DWARF 2.0 Standard at
13 // loaded from an executable file (for example, an ELF or Mach-O executable).
  /prebuilts/go/linux-x86/src/os/exec/
lp_windows.go 13 // ErrNotFound is the error resulting if a path search failed to find an executable file.
14 var ErrNotFound = errors.New("executable file not found in %PATH%")
52 // LookPath searches for an executable binary named file
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_scripts.py 50 executable=sys.executable
95 # failed when writing the name of the executable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_scripts.py 50 executable=sys.executable
95 # failed when writing the name of the executable
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.pom 207 <exec executable="${qdox.byaccj.executable}" dir="${project.build.directory}/generated-sources/parser/com/thoughtworks/qdox/parser/impl" failonerror="true">
423 <qdox.byaccj.executable>${basedir}/bootstrap/yacc.linux</qdox.byaccj.executable>
435 <qdox.byaccj.executable>${basedir}/bootstrap/yacc.linux.x86_64</qdox.byaccj.executable>
446 <qdox.byaccj.executable>${basedir}/bootstrap/yacc.solaris</qdox.byaccj.executable>
457 <qdox.byaccj.executable>${basedir}/bootstrap/yacc.macosx</qdox.byaccj.executable>
    [all...]
  /sdk/eclipse/monitor/
build.gradle 9 executable true
26 executable true
39 executable true
  /system/tpm/attestation/
attestation.gyp 111 'type': 'executable',
143 'type': 'executable',
164 'type': 'executable',
  /system/tpm/tpm_manager/
tpm_manager.gyp 71 'type': 'executable',
124 'type': 'executable',
144 'type': 'executable',
  /system/tpm/trunks/
trunks.gyp 105 'type': 'executable',
129 'type': 'executable',
158 'type': 'executable',
  /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))
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
dependency_manager_util_unittest.py 38 self.executable_path = (os.path.join(self.tmp_dir, 'executable'))
40 executable_file.write('Executable file')
53 self.sub_executable_path = (os.path.join(self.sub_dir, 'executable'))
55 executable_file.write('Executable sub file')
71 executable_path = (os.path.join(top_dir, 'executable'))
74 sub_executable_path = (os.path.join(sub_dir, 'executable'))
  /external/protobuf/
README.md 91 The makefiles normally invoke the protoc executable that they just
93 executable may not be executable on the host machine. In this case,
102 also use an executable that hasn't been installed. For example, if
108 Either way, you must make sure that the protoc executable you use
143 That is, if you linked an executable against an older version of
  /external/selinux/policycoreutils/sepolicy/sepolicy/
generate.py 33 from templates import executable
518 return re.sub("TEMPLATETYPE", self.name, executable.te_uid_rules)
524 return re.sub("TEMPLATETYPE", self.name, executable.te_syslog_rules)
530 return re.sub("TEMPLATETYPE", self.name, executable.te_resolve_rules)
536 return re.sub("TEMPLATETYPE", self.name, executable.te_kerberos_rules)
542 return re.sub("TEMPLATETYPE", self.name, executable.te_manage_krb5_rcache_rules)
549 newte = re.sub("TEMPLATETYPE", self.name, executable.te_pam_rules)
555 newte = re.sub("TEMPLATETYPE", self.name, executable.te_audit_rules)
561 newte = re.sub("TEMPLATETYPE", self.name, executable.te_etc_rules)
567 newte = re.sub("TEMPLATETYPE", self.name, executable.te_fd_rules
    [all...]
  /art/build/
Android.executable.mk 24 # $(1): executable ("d" will be appended for debug version)
32 define build-art-executable
127 LOCAL_ADDITIONAL_DEPENDENCIES += art/build/Android.executable.mk
197 # $(1): executable name
206 # setting and only build a 64-bit executable on host.
207 define build-art-multi-executable
238 # Build the art executable only if the corresponding env guard was set.
240 $$(eval $$(call build-art-executable,$$(art-multi-binary-name),$$(art-multi-source-files),$$(art-multi-lib-dependencies),$$(art-multi-include-extra),$(target_flavor),$(debug_flavor),$$(art-multi-multilib)))
  /cts/apps/CameraITS/build/
envsetup.sh 26 echo ">> Require adb executable to be in path" >&2
29 echo ">> Require python executable to be in path" >&2
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
webpagereplay_unittest.py 15 sys.executable, 'replay.py', '--host=127.0.0.1',
24 sys.executable, 'replay.py', '--host=127.0.0.1',
  /external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/
gflags2man.py 102 """Given an executable filename, find in the PATH or find absolute path.
104 filename An executable filename (string)
169 def __init__(self, executable):
170 """Create object with executable.
172 executable Program to execute (string)
174 self.long_name = executable
175 self.name = os.path.basename(executable) # name
178 self.executable = GetRealPath(executable) # name of the program
192 if not self.executable
    [all...]
  /external/chromium-trace/catapult/third_party/python_gflags/
gflags2man.py 102 """Given an executable filename, find in the PATH or find absolute path.
104 filename An executable filename (string)
169 def __init__(self, executable):
170 """Create object with executable.
172 executable Program to execute (string)
174 self.long_name = executable
175 self.name = os.path.basename(executable) # name
178 self.executable = GetRealPath(executable) # name of the program
192 if not self.executable
    [all...]
  /external/compiler-rt/test/asan/TestCases/
suppressions-exec-relative-location.cc 5 // If the executable is started from a different location, we should still
6 // find the suppression file located relative to the location of the executable.
  /external/curl/src/
CMakeLists.txt 63 #Build cURL executable
72 # Add the postfix to the executable since it is not added automatically as for modules and shared libraries
  /external/doclava/
build.xml 58 <exec executable="/bin/sh">
85 <exec executable="/bin/sh">
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
RSSFeedPublisherTask.java 34 * cvsExec - path to the executable for cvs, eg., /usr/bin/cvs
39 * scpExec - path to the executable for scp, eg., /usr/bin/scp
43 * sshExec - path to the executable for ssh, eg., /usr/bin/ssh
171 // <exec executable="${cvsExec}" dir="${cvsTemp}"><arg line="-d ${cvsRoot} co -d checkoutDir ${cvsPath}"/></exec>
198 // <exec executable="${cvsExec}" dir="${cvsTemp}/checkoutDir"><arg line="-d ${cvsRoot} add ${filename}"/></exec>
205 // <exec executable="${cvsExec}" dir="${cvsTemp}/checkoutDir"><arg line="-d ${cvsRoot} ci -m '' ${filename}"/></exec>
215 // <exec executable="${sshExec}"><arg line="${sshMakeDirCommand}"/></exec>
222 // <exec executable="${scpExec}" dir="../"><arg line="${file} ${scpTarget}"/></exec>
  /external/libchrome/dbus/
dbus.gyp 90 'type': 'executable',
124 'type': 'executable',

Completed in 909 milliseconds

<<11121314151617181920>>