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

1 2

  /external/clang/lib/Frontend/
CreateInvocationFromCommandLine.cpp 74 const driver::Command *Cmd = cast<driver::Command>(*Jobs.begin());
75 if (StringRef(Cmd->getCreator().getName()) != "clang") {
80 const ArgStringList &CCArgs = Cmd->getArguments();
  /external/clang/examples/clang-interpreter/
main.cpp 104 const driver::Command *Cmd = cast<driver::Command>(*Jobs.begin());
105 if (llvm::StringRef(Cmd->getCreator().getName()) != "clang") {
111 const driver::ArgStringList &CCArgs = Cmd->getArguments();
  /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/
CompilationDatabase.cpp 256 const driver::Command *Cmd = cast<driver::Command>(*I);
259 if (Cmd->getSource().getKind() == driver::Action::AssembleJobClass)
260 CompileAnalyzer.run(&Cmd->getSource());
Tooling.cpp 82 const clang::driver::Command *Cmd =
84 if (StringRef(Cmd->getCreator().getName()) != "clang") {
89 return &Cmd->getArguments();
  /external/libnfc-nxp/src/
phFriNfc_LlcpMac.h 188 phHal_uCmdList_t Cmd;
phFriNfc_OvrHalCmd.h 153 phHal_uCmdList_t Cmd;
phFriNfc_SmtCrdFmt.h 332 phHal_uCmdList_t Cmd;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
CodeMirrorTextEditor.js 97 "Cmd-A" : "selectAll",
98 "Cmd-Z" : "undoAndReveal",
99 "Shift-Cmd-Z": "redoAndReveal",
100 "Cmd-Up": "goDocStart",
101 "Cmd-Down": "goDocEnd",
104 "Cmd-Left": "goLineStartSmart",
105 "Cmd-Right": "goLineEnd",
108 "Cmd-/": "toggleComment",
109 "Cmd-D": "selectNextOccurrence",
110 "Cmd-U": "undoLastSelection"
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrInOrderDrawBuffer.h 85 enum Cmd {
269 void addToCmdBuffer(uint8_t cmd);
  /external/skia/src/gpu/
GrInOrderDrawBuffer.h 85 enum Cmd {
269 void addToCmdBuffer(uint8_t cmd);
  /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...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEnc_Utils.c 670 OMX_COMMANDTYPE cmd,
673 OMX_COMMANDTYPE command = cmd;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Utils.c 502 OMX_PRCOMM4(pComponentPrivate->dbg, "Error while closing cmd pipe\n");
508 OMX_PRCOMM4(pComponentPrivate->dbg, "Error while closing cmd pipe\n");
515 OMX_PRCOMM4(pComponentPrivate->dbg, "Error while closing cmd pipe\n");
521 OMX_PRCOMM4(pComponentPrivate->dbg, "Error while closing cmd pipe\n");
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_Utils.c 627 OMX_PRDSP2(pComponentPrivate->dbg, "%d: HandleCommand: Cmd Idle \n",__LINE__);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_Utils.c 748 OMX_PRDSP2(pComponentPrivate->dbg, "%d: AACENCHandleCommand: Cmd Idle \n",__LINE__)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_Utils.c     [all...]

Completed in 823 milliseconds

1 2