/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 | 103 const driver::Command *Cmd = cast<driver::Command>(*Jobs.begin()); 104 if (llvm::StringRef(Cmd->getCreator().getName()) != "clang") { 110 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/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
CodeMirrorTextEditor.js | 114 "Cmd-A" : "selectAll", 115 "Cmd-Z" : "undoAndReveal", 116 "Shift-Cmd-Z": "redoAndReveal", 117 "Cmd-Up": "goDocStart", 118 "Cmd-Down": "goDocEnd", 121 "Cmd-Left": "goLineStartSmart", 122 "Cmd-Right": "goLineEnd", 125 "Cmd-/": "toggleComment", [all...] |
/external/clang/lib/Tooling/ |
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;
|
phFriNfc_OvrHalCmd.h | 153 phHal_uCmdList_t Cmd;
|
phFriNfc_SmtCrdFmt.h | 332 phHal_uCmdList_t Cmd;
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrInOrderDrawBuffer.h | 83 enum Cmd {
|
/external/skia/src/gpu/ |
GrInOrderDrawBuffer.h | 83 enum Cmd {
|
/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...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/ |
OMX_AmrDec_Utils.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/ |
OMX_WbAmrDec_Utils.c | [all...] |