HomeSort by relevance Sort by last modified time
    Searched refs:executable (Results 101 - 125 of 1015) sorted by null

1 2 3 45 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
RenderScriptLauncher.java 77 public void launch(File executable, List<String> arguments, Map<String, String> envVariableMap)
82 StringBuilder sb = new StringBuilder(executable.getAbsolutePath());
91 commandArray[0] = executable.getAbsolutePath();
146 executable.getName(), executable.getAbsolutePath());
155 executable.getName(), executable.getAbsolutePath());
  /tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
formatter.py 23 """Format the executable name.
25 Formats the executable name as a string.
31 A string for the ssh executable name.
33 return settings.executable
133 executable = self.format_ssh_executable(settings)
135 base_command = [executable] + all_options + [host_name]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_popen.py 16 python = sys.executable
  /external/boringssl/src/util/bot/go/
env.py 43 exe = sys.executable
45 # Help Windows to find the executable in new PATH, do it only when
46 # executable is referenced by name (and not by path).
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
path_unittest.py 16 self.assertTrue(path.IsExecutable(sys.executable))
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
RSSFeedUtil.java 46 public ExecTask runExecTask(String executable, String commandline, String dir)
53 exec.setExecutable(executable);
56 Project project = new Project(); project.setName(executable);
72 System.out.println(Messages.getString("RSSFeedPublisherTask.Execute") + SP + executable + (commandline==null?"":SP + commandline)); //$NON-NLS-1$ //$NON-NLS-2$ method
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_popen.py 16 python = sys.executable
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_popen.py 16 python = sys.executable
  /prebuilts/go/darwin-x86/src/os/
executable_procfs.go 14 // We query the executable path at init time to avoid the problem of
21 return "", errors.New("Executable not implemented for " + runtime.GOOS)
34 func executable() (string, error) { func
executable_darwin.go 11 func executable() (string, error) { func
executable_solaris.go 11 func executable() (string, error) { func
executable_windows.go 30 func executable() (string, error) { func
  /prebuilts/go/linux-x86/src/os/
executable_procfs.go 14 // We query the executable path at init time to avoid the problem of
21 return "", errors.New("Executable not implemented for " + runtime.GOOS)
34 func executable() (string, error) { func
executable_darwin.go 11 func executable() (string, error) { func
executable_solaris.go 11 func executable() (string, error) { func
executable_windows.go 30 func executable() (string, error) { func
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_popen.py 16 python = sys.executable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_popen.py 16 python = sys.executable
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
gotplt1.d 10 # (R_CRIS_GLOB_DAT) in an executable, since they may have
12 # we make a round-trip to the PLT in the executable if it's
15 # DSO.) In the executable, the GOT contents for the non-PLT
  /external/selinux/python/sepolicy/sepolicy/
generate.py 34 from .templates import executable
523 return re.sub("TEMPLATETYPE", self.name, executable.te_uid_rules)
529 return re.sub("TEMPLATETYPE", self.name, executable.te_syslog_rules)
535 return re.sub("TEMPLATETYPE", self.name, executable.te_resolve_rules)
541 return re.sub("TEMPLATETYPE", self.name, executable.te_kerberos_rules)
547 return re.sub("TEMPLATETYPE", self.name, executable.te_manage_krb5_rcache_rules)
554 newte = re.sub("TEMPLATETYPE", self.name, executable.te_pam_rules)
560 newte = re.sub("TEMPLATETYPE", self.name, executable.te_audit_rules)
566 newte = re.sub("TEMPLATETYPE", self.name, executable.te_etc_rules)
572 newte = re.sub("TEMPLATETYPE", self.name, executable.te_fd_rules
    [all...]
  /build/make/core/
aux_executable.mk 9 ## Standard rules for building an executable file.
19 $(call $(aux-executable-hook))
88 $(transform-o-to-aux-static-executable)
92 $(transform-o-to-aux-executable)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_build.py 48 # executable is os.path.normpath(sys.executable)
49 self.assertEqual(cmd.executable, os.path.normpath(sys.executable))
  /external/autotest/client/site_tests/platform_TraceClockMonotonic/
platform_TraceClockMonotonic.py 21 executable = 'ftrace-clock-monotonic' variable in class:platform_TraceClockMonotonic
93 binpath = os.path.join(self.srcdir, self.executable)
  /external/v8/tools/sanitizers/
sancov_formatter.py 81 # Executable location. TODO(machenbach): Only release is supported for now.
104 # executable name in group 1.
109 """Iterates over executable files in the build directory."""
157 def get_instrumented_lines(executable):
158 """Return the instrumented lines of an executable.
175 (executable, SANITIZE_PCS, SYMBOLIZER, executable),
191 exe_list: List of all executable names with absolute paths.
208 # the executable names. We use a _list_ with two items instead of a tuple to
241 """Return the covered lines of an executable
    [all...]
  /hardware/ril/reference-ril/
Android.mk 42 #build executable

Completed in 1700 milliseconds

1 2 3 45 6 7 8 91011>>