HomeSort by relevance Sort by last modified time
    Searched refs:Cmd (Results 101 - 125 of 164) sorted by null

1 2 3 45 6 7

  /external/clang/utils/analyzer/
SATestBuild.py 162 BuildScript = "run_static_analyzer.cmd"
339 Cmd = "xcrun --sdk " + SDKName + " --show-sdk-path"
340 return check_output(Cmd, shell=True).rstrip()
  /external/v8/tools/vim/
ninja-build.vim 5 " Adds a "Compile this file" function, using ninja. On Mac, binds Cmd-k to
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDecoder.c 525 * @param Cmd Command to be sent to the component
534 OMX_COMMANDTYPE Cmd,
561 Cmd,
562 (Cmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam,
565 switch(Cmd) {
625 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
627 OMX_ERROR2(pCompPrivate->dbg, "EXITING:: write to cmd pipe failed!!!\n");
632 if (Cmd == OMX_CommandMarkBuffer) {
635 OMX_ERROR2(pCompPrivate->dbg, "EXITING:: write to cmd data pipe failed for MarkBuffer!!!\n")
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Decoder.c 525 * @param Cmd This is commnad set that came from application.
540 OMX_COMMANDTYPE Cmd,
564 Cmd,
565 (Cmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam,
569 switch(Cmd) {
635 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
641 if (Cmd == OMX_CommandMarkBuffer) {
659 if(Cmd == OMX_CommandStateSet && nParam == OMX_StateExecuting) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDecoder.c 609 * @param Cmd Command to be sent to the component
618 OMX_COMMANDTYPE Cmd,
656 PERF_SendingCommand(pCompPrivate->pPERF, Cmd,
657 (Cmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam,
662 switch(Cmd) {
730 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
737 if (Cmd == OMX_CommandMarkBuffer) {
755 if(Cmd == OMX_CommandStateSet && nParam == OMX_StateExecuting) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEncoder.c 641 * @param Cmd Command to be sent to the component
650 OMX_COMMANDTYPE Cmd,
669 Cmd,
670 (Cmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam,
674 switch (Cmd) {
752 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
760 if (Cmd == OMX_CommandMarkBuffer) {
768 if(Cmd == OMX_CommandStateSet) {
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_NdefMap.h 377 /** Nbr for check cmd*/
379 /** Nbw for update cmd*/
825 phHal_uCmdList_t Cmd;
    [all...]
phFriNfc_DesfireFormat.c 48 0x90 Cmd 0x00 0x00 Data Len Cmd. Par's 0x00
142 /* Transceive Cmd initiation*/
215 /* let the place to store the cmd byte type, point to next index*/
233 /* Instruction Cmd code */
238 /* Instruction Cmd code */
246 /* NO Data to send in this cmd*/
260 /* Instruction Cmd code */
345 /* Instruction Cmd code */
392 /* Instruction Cmd code *
    [all...]
phFriNfc_DesfireMap.c 422 Update the NLEN using Transceive cmd*/
    [all...]
  /frameworks/native/include/media/openmax/
OMX_Component.h 366 OMX_IN OMX_COMMANDTYPE Cmd,
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_Component.h 349 OMX_IN OMX_COMMANDTYPE Cmd,
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_Component.h 349 OMX_IN OMX_COMMANDTYPE Cmd,
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_Component.h 349 OMX_IN OMX_COMMANDTYPE Cmd,
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Component.h 349 OMX_IN OMX_COMMANDTYPE Cmd,
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Component.h 366 OMX_IN OMX_COMMANDTYPE Cmd,
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Component.h 349 OMX_IN OMX_COMMANDTYPE Cmd,
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pdb.py 9 import cmd namespace
59 class Pdb(bdb.Bdb, cmd.Cmd):
63 cmd.Cmd.__init__(self, completekey, stdin, stdout)
99 # must be disp. after execing the cmd list
101 # must be disp. after execing the cmd list
279 return cmd.Cmd.onecmd(self, line)
285 cmd, arg, line = self.parseline(line
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pdb.py 9 import cmd namespace
59 class Pdb(bdb.Bdb, cmd.Cmd):
63 cmd.Cmd.__init__(self, completekey, stdin, stdout)
99 # must be disp. after execing the cmd list
101 # must be disp. after execing the cmd list
279 return cmd.Cmd.onecmd(self, line)
285 cmd, arg, line = self.parseline(line
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.py 9 import cmd namespace
59 class Pdb(bdb.Bdb, cmd.Cmd):
63 cmd.Cmd.__init__(self, completekey, stdin, stdout)
99 # must be disp. after execing the cmd list
101 # must be disp. after execing the cmd list
279 return cmd.Cmd.onecmd(self, line)
285 cmd, arg, line = self.parseline(line
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.py 9 import cmd namespace
59 class Pdb(bdb.Bdb, cmd.Cmd):
63 cmd.Cmd.__init__(self, completekey, stdin, stdout)
99 # must be disp. after execing the cmd list
101 # must be disp. after execing the cmd list
279 return cmd.Cmd.onecmd(self, line)
285 cmd, arg, line = self.parseline(line
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Encoder.c 540 * @param Cmd Command to be sent to the component
549 OMX_COMMANDTYPE Cmd,
565 switch(Cmd) {
631 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
638 if (Cmd == OMX_CommandMarkBuffer) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c 506 * @param Cmd Command to be sent to the component
515 OMX_COMMANDTYPE Cmd,
531 switch(Cmd) {
592 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
599 if (Cmd == OMX_CommandMarkBuffer) {
    [all...]
  /external/clang/lib/Driver/
Driver.cpp 562 Command Cmd = FailingCommand;
688 Cmd.Print(ScriptOS, "\n", /*Quote=*/true);
689 Cmd.Print(ScriptOS, "\n", /*Quote=*/true, &CrashInfo);
701 void Driver::setUpResponseFiles(Compilation &C, Command &Cmd) {
705 if (Cmd.getCreator().getResponseFilesSupport() == Tool::RF_None ||
706 llvm::sys::argumentsFitWithinSystemLimits(Cmd.getArguments()))
710 Cmd.setResponseFile(
    [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/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c 148 OMX_IN OMX_COMMANDTYPE Cmd,
    [all...]

Completed in 1425 milliseconds

1 2 3 45 6 7