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

1 2

  /external/clang/lib/Frontend/
CreateInvocationFromCommandLine.cpp 89 const driver::Command &Cmd = cast<driver::Command>(*Jobs.begin());
90 if (StringRef(Cmd.getCreator().getName()) != "clang") {
95 const ArgStringList &CCArgs = Cmd.getArguments();
  /external/skia/platform_tools/android/bin/
android_run_app.go 54 // Cmd creates an exec.Cmd object for the given ADB command.
55 func (adb *ADB) Cmd(log bool, args ...string) *exec.Cmd {
56 cmd := []string{}
58 cmd = append(cmd, "-s", adb.serial)
60 cmd = append(cmd, args...)
62 glog.Infof("Exec `%s %s`", adb.path, strings.Join(cmd, " "))
    [all...]
  /prebuilts/go/darwin-x86/src/net/textproto/
textproto.go 89 // Cmd is a convenience method that sends a command after
92 // Cmd returns the id of the command, for use with StartResponse and EndResponse.
97 // id, err := c.Cmd("HELP")
114 func (c *Conn) Cmd(format string, args ...interface{}) (id uint, err error) {
  /prebuilts/go/linux-x86/src/net/textproto/
textproto.go 89 // Cmd is a convenience method that sends a command after
92 // Cmd returns the id of the command, for use with StartResponse and EndResponse.
97 // id, err := c.Cmd("HELP")
114 func (c *Conn) Cmd(format string, args ...interface{}) (id uint, err error) {
  /external/clang/examples/clang-interpreter/
main.cpp 122 const driver::Command &Cmd = cast<driver::Command>(*Jobs.begin());
123 if (llvm::StringRef(Cmd.getCreator().getName()) != "clang") {
129 const driver::ArgStringList &CCArgs = Cmd.getArguments();
  /prebuilts/go/darwin-x86/src/os/exec/
exec.go 34 // Cmd represents an external command being prepared or run.
36 // A Cmd cannot be reused after calling its Run, Output or CombinedOutput
38 type Cmd struct {
110 // Command returns the Cmd struct to execute the named program with
119 // The returned Cmd's Args field is constructed from the command name
122 func Command(name string, arg ...string) *Cmd {
123 cmd := &Cmd{
129 cmd.lookPathErr = err
131 cmd.Path = l
    [all...]
  /prebuilts/go/linux-x86/src/os/exec/
exec.go 34 // Cmd represents an external command being prepared or run.
36 // A Cmd cannot be reused after calling its Run, Output or CombinedOutput
38 type Cmd struct {
110 // Command returns the Cmd struct to execute the named program with
119 // The returned Cmd's Args field is constructed from the command name
122 func Command(name string, arg ...string) *Cmd {
123 cmd := &Cmd{
129 cmd.lookPathErr = err
131 cmd.Path = l
    [all...]
  /external/llvm/lib/Fuzzer/
FuzzerDriver.cpp 162 static void WorkerThread(const std::string &Cmd, std::atomic<int> *Counter,
168 std::string ToRun = Cmd + " > " + Log + " 2>&1\n";
185 std::string Cmd;
189 Cmd += S + " ";
195 V.push_back(std::thread(WorkerThread, Cmd, &Counter, NumJobs, &HasErrors));
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cmd.py 50 __all__ = ["Cmd"]
52 PROMPT = '(Cmd) '
55 class Cmd:
61 A Cmd instance or subclass instance is a line-oriented interpreter
62 framework. There is no good reason to instantiate Cmd itself; rather,
64 in order to inherit Cmd's methods and encapsulate action methods.
193 cmd, arg = line[:i], line[i:].strip()
194 return cmd, arg, line
206 cmd, arg, line = self.parseline(line)
209 if cmd is None
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
cmd.py 50 __all__ = ["Cmd"]
52 PROMPT = '(Cmd) '
55 class Cmd:
61 A Cmd instance or subclass instance is a line-oriented interpreter
62 framework. There is no good reason to instantiate Cmd itself; rather,
64 in order to inherit Cmd's methods and encapsulate action methods.
193 cmd, arg = line[:i], line[i:].strip()
194 return cmd, arg, line
206 cmd, arg, line = self.parseline(line)
209 if cmd is None
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cmd.py 50 __all__ = ["Cmd"]
52 PROMPT = '(Cmd) '
55 class Cmd:
61 A Cmd instance or subclass instance is a line-oriented interpreter
62 framework. There is no good reason to instantiate Cmd itself; rather,
64 in order to inherit Cmd's methods and encapsulate action methods.
193 cmd, arg = line[:i], line[i:].strip()
194 return cmd, arg, line
206 cmd, arg, line = self.parseline(line)
209 if cmd is None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cmd.py 50 __all__ = ["Cmd"]
52 PROMPT = '(Cmd) '
55 class Cmd:
61 A Cmd instance or subclass instance is a line-oriented interpreter
62 framework. There is no good reason to instantiate Cmd itself; rather,
64 in order to inherit Cmd's methods and encapsulate action methods.
193 cmd, arg = line[:i], line[i:].strip()
194 return cmd, arg, line
206 cmd, arg, line = self.parseline(line)
209 if cmd is None
    [all...]
  /external/clang/lib/Tooling/
JSONCompilationDatabase.cpp 336 auto Cmd = CompileCommandRef(Directory, File, *Command);
337 IndexByFile[NativeFilePath].push_back(Cmd);
338 AllCommands.push_back(Cmd);
Tooling.cpp 77 const clang::driver::Command &Cmd =
79 if (StringRef(Cmd.getCreator().getName()) != "clang") {
84 return &Cmd.getArguments();
  /external/libnfc-nxp/src/
phFriNfc_LlcpMac.h 188 phHal_uCmdList_t Cmd;
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
phFriNfc_SmtCrdFmt.h 98 phHal_uCmdList_t Cmd; /* Holds the Command Type(read/write) */
  /external/v8/tools/release/
test_scripts.py 270 def Cmd(*args, **kwargs):
409 def Command(self, cmd, args="", prefix="", pipe=True, cwd=None):
410 print "%s %s" % (cmd, args)
412 return self._mock.Call("command", cmd + " " + args, cwd=cwd)
456 self.Expect([Cmd("git --version", "git version 1.2.3"),
457 Cmd("git dummy", "")])
463 Cmd("git status -s -uno", ""),
464 Cmd("git checkout -f origin/master", ""),
465 Cmd("git fetch", ""),
466 Cmd("git branch", " branch1\n* %s" % TEST_CONFIG["BRANCHNAME"])
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_deblock.c 442 uint32_t Value, Cmd;
444 Cmd = 0;
448 REGIO_WRITE_FIELD(Cmd, MSVDX_CMDS, SLICE_PARAMS, DISABLE_DEBLOCK_FILTER_IDC, Value);
451 REGIO_WRITE_FIELD(Cmd, MSVDX_CMDS, SLICE_PARAMS, SLICE_ALPHA_CO_OFFSET_DIV2, Value);
454 REGIO_WRITE_FIELD(Cmd, MSVDX_CMDS, SLICE_PARAMS, SLICE_BETA_OFFSET_DIV2, Value);
457 REGIO_WRITE_FIELD(Cmd, MSVDX_CMDS, SLICE_PARAMS, SLICE_FIELD_TYPE, Value);
460 REGIO_WRITE_FIELD(Cmd, MSVDX_CMDS, SLICE_PARAMS, SLICE_CODE_TYPE, Value);
462 return Cmd;
557 uint32_t Cmd, item_loc;
576 Cmd = 0
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Enc_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Dec_Utils.c 597 G726DEC_DPRINT(": HandleCommand: Cmd Idle \n");
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Enc_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Dec_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Enc_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_Utils.c 664 OMX_PRINT1(pComponentPrivate->dbg, ": HandleCommand: Cmd Idle \n");
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEnc_Utils.c     [all...]

Completed in 4765 milliseconds

1 2