HomeSort by relevance Sort by last modified time
    Searched defs:Executable (Results 1 - 11 of 11) sorted by null

  /prebuilts/go/darwin-x86/src/os/
executable.go 7 // Executable returns the path name for the executable that started
9 // pointing to the correct executable. If a symlink was used to start
14 // Executable returns an absolute path unless an error occurred.
17 // executable.
19 // Executable is not supported on nacl or OpenBSD (unless procfs is
21 func Executable() (string, error) {
22 return executable()
  /prebuilts/go/linux-x86/src/os/
executable.go 7 // Executable returns the path name for the executable that started
9 // pointing to the correct executable. If a symlink was used to start
14 // Executable returns an absolute path unless an error occurred.
17 // executable.
19 // Executable is not supported on nacl or OpenBSD (unless procfs is
21 func Executable() (string, error) {
22 return executable()
  /art/runtime/mirror/
executable.h 33 // C++ mirror of java.lang.reflect.Executable.
34 class MANAGED Executable : public AccessibleObject {
57 return MemberOffset(OFFSETOF_MEMBER(Executable, art_method_));
60 return MemberOffset(OFFSETOF_MEMBER(Executable, declaring_class_));
63 return MemberOffset(OFFSETOF_MEMBER(Executable, declaring_class_of_overridden_method_));
66 return MemberOffset(OFFSETOF_MEMBER(Executable, access_flags_));
69 return MemberOffset(OFFSETOF_MEMBER(Executable, dex_method_index_));
73 DISALLOW_IMPLICIT_CONSTRUCTORS(Executable);
  /external/clang/include/clang/Driver/
Job.h 41 /// Command - An executable path/name and argument vector to
50 /// The executable to run.
51 const char *Executable;
54 /// argument, which will be the executable).
85 Command(const Action &Source, const Tool &Creator, const char *Executable,
114 const char *getExecutable() const { return Executable; }
  /external/llvm/unittests/Support/
ProgramTest.cpp 210 std::string Executable =
213 Executable.c_str(),
223 ProcessInfo PI1 = ExecuteNoWait(Executable, argv, getEnviron(), nullptr, 0,
242 ProcessInfo PI2 = ExecuteNoWait(Executable, argv, getEnviron(), nullptr, 0,
268 std::string Executable =
271 Executable.c_str(),
282 ExecuteAndWait(Executable, argv, getEnviron(), nullptr, /*secondsToWait=*/1, 0,
288 std::string Executable = "i_dont_exist";
289 const char *argv[] = { Executable.c_str(), nullptr };
294 int RetCode = ExecuteAndWait(Executable, argv, nullptr, nullptr, 0, 0
    [all...]
  /libcore/ojluni/src/main/java/java/lang/reflect/
Executable.java 44 public abstract class Executable extends AccessibleObject
49 Executable() {}
52 * Does the Executable have generic information.
182 * that declares the executable represented by this object.
187 * Returns the name of the executable represented by this object.
193 * the executable represented by this object.
215 * parameter types, in declaration order, of the executable
217 * 0 if the underlying executable takes no parameters.
219 * @return the parameter types for the executable this object
226 * declared or implicitly declared or neither) for the executable
    [all...]
  /prebuilts/tools/common/m2/repository/avalon-framework/avalon-framework/4.1.3/
avalon-framework-4.1.3.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 738 milliseconds