HomeSort by relevance Sort by last modified time
    Searched defs:Exec (Results 1 - 25 of 41) sorted by null

1 2

  /external/sl4a/Common/src/com/googlecode/android_scripting/
Exec.java 24 public class Exec {
  /art/dexdump/
dexdump_test.cc 44 bool Exec(const std::vector<std::string>& args, std::string* error_msg) {
50 return ::art::Exec(exec_argv, error_msg);
59 ASSERT_FALSE(Exec({}, &error_msg)) << error_msg;
64 ASSERT_FALSE(Exec({"-o", "/joho", dex_file_}, &error_msg)) << error_msg;
69 ASSERT_FALSE(Exec({"-c", "-i", dex_file_}, &error_msg)) << error_msg;
74 ASSERT_TRUE(Exec({"-d", "-f", "-h", "-l", "plain", "-o", "/dev/null",
80 ASSERT_TRUE(Exec({"-l", "xml", "-o", "/dev/null",
  /art/dexlist/
dexlist_test.cc 44 bool Exec(const std::vector<std::string>& args, std::string* error_msg) {
54 return ::art::Exec(exec_argv, error_msg);
63 ASSERT_FALSE(Exec({}, &error_msg)) << error_msg;
68 ASSERT_FALSE(Exec({"-o", "/joho", dex_file_}, &error_msg)) << error_msg;
73 ASSERT_FALSE(Exec({"-m", "joho", dex_file_}, &error_msg)) << error_msg;
78 ASSERT_TRUE(Exec({"-o", "/dev/null", dex_file_}, &error_msg)) << error_msg;
83 ASSERT_TRUE(Exec({"-o", "/dev/null", "-m", "java.lang.Object.toString",
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
OSUCommandID.java 4 Exec, AddMO, UpdateNode, NoMOUpdate
  /art/oatdump/
oatdump_test.cc 61 bool Exec(Mode mode, const std::vector<std::string>& args, std::string* error_msg) {
80 return ::art::Exec(exec_argv, error_msg);
92 ASSERT_TRUE(Exec(kModeArt, {}, &error_msg)) << error_msg;
97 ASSERT_TRUE(Exec(kModeOat, {}, &error_msg)) << error_msg;
102 ASSERT_TRUE(Exec(kModeArt, {"--no-dump:vmap"}, &error_msg)) << error_msg;
107 ASSERT_TRUE(Exec(kModeArt, {"--no-disassemble"}, &error_msg)) << error_msg;
112 ASSERT_TRUE(Exec(kModeArt, {"--list-classes"}, &error_msg)) << error_msg;
117 ASSERT_TRUE(Exec(kModeArt, {"--list-methods"}, &error_msg)) << error_msg;
122 ASSERT_TRUE(Exec(kModeSymbolize, {}, &error_msg)) << error_msg;
  /build/kati/
exec.cc 17 #include "exec.h"
143 void Exec(const vector<DepNode*>& roots, Evaluator* ev) {
  /art/imgdiag/
imgdiag_test.cc 86 bool Exec(pid_t image_diff_pid, const std::string& boot_image, std::string* error_msg) {
115 return ::art::Exec(exec_argv, error_msg);
120 return Exec(image_diff_pid, boot_image_location_, error_msg);
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/transport/
ProcessTransport.java 20 import com.googlecode.android_scripting.Exec;
88 Exec.setPtyWindowSize(shellFd, rows, columns, width, height);
  /frameworks/compile/mclinker/include/mcld/
LinkerConfig.h 31 enum CodeGenType { Unknown, Object, DynObj, Exec, External, Binary };
  /system/update_engine/common/
subprocess.cc 171 pid_t Subprocess::Exec(const vector<string>& cmd,
  /frameworks/compile/mclinker/include/mcld/MC/
Input.h 37 Exec,
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 739 std::string Exec;
758 // Full path to the binary. We need to cd to the exec directory because
759 // there is a dylib there that the exec expects to find in the CWD
761 Exec = "cd ";
762 Exec += env_pwd;
763 Exec += "; ./";
764 Exec += OutputBinary.c_str();
765 ProgramArgs.push_back(Exec.c_str());
    [all...]
  /frameworks/native/cmds/installd/
otapreopt.cpp 283 bool result = Exec(cmd, &error_msg);
348 bool result = Exec(cmd, &error_msg);
378 bool Exec(const std::vector<std::string>& arg_vector, std::string* error_msg) {
394 // Fork and exec.
397 // No allocation allowed between fork and exec.
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
ast.py 461 class Exec(Node):
485 return "Exec(%s, %s, %s)" % (repr(self.expr), repr(self.locals), repr(self.globals))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
ast.py 461 class Exec(Node):
485 return "Exec(%s, %s, %s)" % (repr(self.expr), repr(self.locals), repr(self.globals))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
ast.py 461 class Exec(Node):
485 return "Exec(%s, %s, %s)" % (repr(self.expr), repr(self.locals), repr(self.globals))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
ast.py 461 class Exec(Node):
485 return "Exec(%s, %s, %s)" % (repr(self.expr), repr(self.locals), repr(self.globals))
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp 143 void addRefToMap(RegisterRef RR, ReferenceMap &Map, unsigned Exec);
144 bool isRefInMap(RegisterRef, ReferenceMap &Map, unsigned Exec);
219 unsigned Exec) {
220 unsigned Mask = getMaskForSub(RR.Sub) | Exec;
230 unsigned Exec) {
234 unsigned Mask = getMaskForSub(RR.Sub) | Exec;
    [all...]
  /art/runtime/
utils.cc     [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
Python-ast.h 172 } Exec;
435 #define Exec(a0, a1, a2, a3, a4, a5) _Py_Exec(a0, a1, a2, a3, a4, a5)
  /prebuilts/gdb/linux-x86/include/python2.7/
Python-ast.h 172 } Exec;
435 #define Exec(a0, a1, a2, a3, a4, a5) _Py_Exec(a0, a1, a2, a3, a4, a5)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 172 } Exec;
435 #define Exec(a0, a1, a2, a3, a4, a5) _Py_Exec(a0, a1, a2, a3, a4, a5)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 172 } Exec;
435 #define Exec(a0, a1, a2, a3, a4, a5) _Py_Exec(a0, a1, a2, a3, a4, a5)
  /external/clang/lib/Driver/
Tools.cpp     [all...]
  /external/v8/src/regexp/
jsregexp.cc 189 MaybeHandle<Object> RegExpImpl::Exec(Handle<JSRegExp> regexp,
    [all...]

Completed in 1075 milliseconds

1 2