HomeSort by relevance Sort by last modified time
    Searched refs:executable (Results 51 - 75 of 296) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/lldb/utils/vim-lldb/python-vim-lldb/
import_lldb.py 9 2. Executes the lldb executable pointed to by the LLDB environment variable (or if unset, the first lldb
10 on PATH") with the -P flag to determine the PYTHONPATH to set. If the lldb executable returns a valid
22 # Allow overriding default path to lldb executable with the LLDB environment variable
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/os/
FileUtils.java 65 private boolean executable; field in class:FileUtils.FileStatus
96 return executable;
  /external/chromium_org/native_client_sdk/src/doc/
Makefile 13 $(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
  /external/chromium_org/testing/
test_env.py 56 """Returns the fixed command line to call the right python executable."""
59 out[0] = sys.executable
61 out.insert(0, sys.executable)
66 """Runs an executable with:
70 - Reuses sys.executable automatically.
  /external/llvm/test/MC/X86/AlignedBundling/
different-sections.s 4 # Test two different executable sections with bundling.
  /external/ltrace/testsuite/ltrace.main/
branch_func.exp 28 if { [ltrace_compile $srcdir/$subdir/$srcfile $objdir/$subdir/$binfile executable {debug} ] != "" } {
main-threaded.exp 17 || [ltrace_compile $srcdir/$subdir/$srcfile $objdir/$subdir/$binfile executable [list debug shlib=$lib_sl ldflags=-pthread] ] != ""} {
main-vfork.exp 17 || [ltrace_compile $srcdir/$subdir/$srcfile $objdir/$subdir/$binfile executable [list debug shlib=$lib_sl] ] != ""} {
main.exp 17 || [ltrace_compile $srcdir/$subdir/$srcfile $objdir/$subdir/$binfile executable [list debug shlib=$lib_sl] ] != ""} {
  /external/ltrace/testsuite/ltrace.torture/
ppc-lwarx.exp 29 if { [ltrace_compile $srcdir/$subdir/$srcfile $objdir/$subdir/$binfile executable {debug} ] != "" } {
  /cts/tests/tests/security/src/android/security/cts/
SELinuxDomainTest.java 64 * @param executable
65 * The path of the executable or application package name.
67 private void assertDomainOne(String domain, String executable) throws FileNotFoundException {
74 msg = "Expected executable \"" + executable + "\" in SELinux domain \"" + domain + "\""
76 assertEquals(msg, executable, procs.get(0).procTitle);
86 * @param executable
87 * The path of the executable or application package name.
89 private void assertDomainZeroOrOne(String domain, String executable)
101 msg = "Expected executable \"" + executable + "\" in SELinux domain \"" + domain + "\"
    [all...]
  /external/chromium-trace/trace-viewer/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_org/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/lldb/utils/test/
lldb-disasm.py 4 Run lldb to disassemble all the available functions for an executable image.
177 Run lldb to disassemble all the available functions for an executable image.
185 parser.add_option('-e', '--executable',
187 dest='executable',
188 help="""Mandatory: the executable to do disassembly on.""")
214 if not opts.executable or not opts.disassemble_options:
218 executable = opts.executable variable
228 print "executable:", executable
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseDiff.pl 295 Name: svn:executable
337 Name: svn:executable
368 Deleted: svn:executable
395 Deleted: svn:executable
430 Added: svn:executable
449 Added: svn:executable
455 Added: svn:executable
473 Added: svn:executable
479 Added: svn:executable
497 diffName => "SVN: binary file with executable bit change"
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
apache_http.py 55 executable = self._port_obj.path_to_apache()
56 server_root = self._filesystem.dirname(self._filesystem.dirname(executable))
70 start_cmd = [executable,
  /cts/
CtsBuild.mk 61 define cts-get-executable-paths
62 $(foreach executable,$(1),$(CTS_TESTCASES_OUT)/$(executable))
  /art/build/
Android.executable.mk 27 # $(1): executable ("d" will be appended for debug version)
34 define build-art-executable
96 LOCAL_ADDITIONAL_DEPENDENCIES += art/build/Android.executable.mk
  /cts/tests/tests/bionic/
Android.mk 38 # Use the 32 bit list executable since it will include some 32 bit only tests.
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/
SConscript 5 from sys import executable as python_cmd
  /external/ltrace/testsuite/ltrace.minor/
trace-fork.exp 10 if { [ ltrace_compile "${srcdir}/${subdir}/${testfile}.c" "${objdir}/${subdir}/${binfile}" executable {debug} ] != "" } {
  /external/mesa3d/src/mapi/glapi/
SConscript 5 from sys import executable as python_cmd
  /art/runtime/
oat_file.h 44 // non-executable at the moment.
53 bool executable,
305 bool executable,
308 explicit OatFile(const std::string& filename, bool executable);
312 bool writable, bool executable,
327 // Was this oat_file loaded executable?
  /external/chromium_org/chrome/browser/resources/
about_version.js 18 * Callback from the backend with the executable and profile paths to display.
19 * @param {string} execPath The executable path to display.
  /external/chromium_org/chrome/common/mac/
mock_launchd.h 29 base::FilePath* executable);

Completed in 1135 milliseconds

1 23 4 5 6 7 8 91011>>