/external/clang/tools/libclang/ |
D | CXCompilationDatabase.cpp | 43 AllocatedCXCompileCommands(std::vector<CompileCommand> Cmd) in AllocatedCXCompileCommands() 44 : CCmd(std::move(Cmd)) {} in AllocatedCXCompileCommands() 129 CompileCommand *Cmd = static_cast<CompileCommand *>(CCmd); in clang_CompileCommand_getArg() local 131 if (Arg >= Cmd->CommandLine.size()) in clang_CompileCommand_getArg() 134 return cxstring::createRef(Cmd->CommandLine[Arg].c_str()); in clang_CompileCommand_getArg() 152 CompileCommand *Cmd = static_cast<CompileCommand *>(CCmd); in clang_CompileCommand_getMappedSourcePath() local 154 if (I >= Cmd->MappedSources.size()) in clang_CompileCommand_getMappedSourcePath() 157 return cxstring::createRef(Cmd->MappedSources[I].first.c_str()); in clang_CompileCommand_getMappedSourcePath() 166 CompileCommand *Cmd = static_cast<CompileCommand *>(CCmd); in clang_CompileCommand_getMappedSourceContent() local 168 if (I >= Cmd->MappedSources.size()) in clang_CompileCommand_getMappedSourceContent() [all …]
|
/external/clang/tools/scan-build/ |
D | scan-build | 228 my $Cmd = $$Args[0]; 230 if ($Cmd =~ /configure/ || $Cmd =~ /autogen/) { 1019 my $Cmd = $Args->[0]; 1024 if ($Cmd =~ /\bxcodebuild$/) { 1031 if ($Cmd =~ /(.*\/?gcc[^\/]*$)/ or 1032 $Cmd =~ /(.*\/?cc[^\/]*$)/ or 1033 $Cmd =~ /(.*\/?llvm-gcc[^\/]*$)/ or 1034 $Cmd =~ /(.*\/?clang$)/ or 1035 $Cmd =~ /(.*\/?ccc-analyzer[^\/]*$)/) { 1037 if (!($Cmd =~ /ccc-analyzer/) and !defined $ENV{"CCC_CC"}) { [all …]
|
D | ccc-analyzer | 174 my $Cmd; 180 $Cmd = 'cp'; 188 $Cmd = $Clang; 224 push @PrintArgs,"'$Cmd'"; 249 exec $Cmd, @CmdArgs; 267 if ($Result & 127 and $Cmd eq $Clang and defined $HtmlDir) {
|
/external/libnfc-nxp/src/ |
D | phFriNfc_MifStdFormat.h | 197 NdefSmtCrdFmt->Cmd.MfCmd = ((NdefSmtCrdFmt->AddInfo.MfStdInfo.AuthState == \ 211 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareAuthentA;\ 222 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareAuthentA;\ 232 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareAuthentB;\ 244 NdefSmtCrdFmt->Cmd.MfCmd = ((NdefSmtCrdFmt->AddInfo.MfStdInfo.AuthState == \ 258 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareCmdListMifareAuthentA;\ 269 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareCmdListMifareAuthentA;\ 279 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareCmdListMifareAuthentB;\
|
D | phFriNfc_MifULFormat.c | 1147 NdefSmtCrdFmt->Cmd, in phFriNfc_MfUL_H_Transceive() 1177 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareRead; in phFriNfc_MfUL_H_fillSendBuf() 1180 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareCmdListMifareRead; in phFriNfc_MfUL_H_fillSendBuf() 1193 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareRead; in phFriNfc_MfUL_H_fillSendBuf() 1196 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareCmdListMifareRead; in phFriNfc_MfUL_H_fillSendBuf() 1208 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareRead; in phFriNfc_MfUL_H_fillSendBuf() 1211 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareCmdListMifareRead; in phFriNfc_MfUL_H_fillSendBuf() 1222 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareWrite4; in phFriNfc_MfUL_H_fillSendBuf() 1225 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareCmdListMifareWrite4; in phFriNfc_MfUL_H_fillSendBuf() 1242 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareWrite4; in phFriNfc_MfUL_H_fillSendBuf() [all …]
|
D | phFriNfc_TopazMap.c | 280 NdefMap->Cmd.JewelCmd = phHal_eJewel_Raw; in phFriNfc_TopazMap_ChkNdef() 284 NdefMap->Cmd.JewelCmd = phHal_eJewel_RID; in phFriNfc_TopazMap_ChkNdef() 286 NdefMap->Cmd.JewelCmd = phHal_eJewelCmdListJewelRid; in phFriNfc_TopazMap_ChkNdef() 364 NdefMap->Cmd.JewelCmd = phHal_eJewel_Raw; in phFriNfc_TopazMap_RdNdef() 369 NdefMap->Cmd.JewelCmd = phHal_eJewel_ReadAll; in phFriNfc_TopazMap_RdNdef() 371 NdefMap->Cmd.JewelCmd = phHal_eJewelCmdListJewelReadAll; in phFriNfc_TopazMap_RdNdef() 446 NdefMap->Cmd.JewelCmd = phHal_eJewel_Raw; in phFriNfc_TopazMap_WrNdef() 450 NdefMap->Cmd.JewelCmd = phHal_eJewel_ReadAll; in phFriNfc_TopazMap_WrNdef() 452 NdefMap->Cmd.JewelCmd = phHal_eJewelCmdListJewelReadAll; in phFriNfc_TopazMap_WrNdef() 534 psNdefMap->Cmd.JewelCmd = phHal_eJewel_Read1; in phFriNfc_TopazMap_Process() [all …]
|
D | phFriNfc_TopazDynamicMap.c | 603 NdefMap->Cmd.JewelCmd = phHal_eJewel_ReadSeg; in phFriNfc_TopazDynamicMap_ChkNdef() 605 NdefMap->Cmd.JewelCmd = phHal_eJewelCmdListJewelRead; in phFriNfc_TopazDynamicMap_ChkNdef() 696 NdefMap->Cmd.JewelCmd = phHal_eJewel_RID; in phFriNfc_TopazDynamicMap_RdNdef() 698 NdefMap->Cmd.JewelCmd = phHal_eJewelCmdListJewelRid; in phFriNfc_TopazDynamicMap_RdNdef() 737 psNdefMap->Cmd.JewelCmd = phHal_eJewel_Write1E; in phFriNfc_TopazDynamicMap_ConvertToReadOnly() 830 NdefMap->Cmd.JewelCmd = phHal_eJewel_Read; in phFriNfc_TopazDynamicMap_WrNdef() 832 NdefMap->Cmd.JewelCmd = phHal_eJewelCmdListJewelRead; in phFriNfc_TopazDynamicMap_WrNdef() 835 NdefMap->Cmd.JewelCmd = phHal_eJewel_Read8; in phFriNfc_TopazDynamicMap_WrNdef() 1038 psNdefMap->Cmd.JewelCmd = phHal_eJewel_Write8E; in phFriNfc_Tpz_H_UpdateAndWriteLockBits() 1079 psNdefMap->Cmd.JewelCmd = phHal_eJewel_Read; in phFriNfc_Tpz_H_ProcessReadOnly() [all …]
|
D | phFriNfc_MifStdFormat.c | 382 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareRead; in phFriNfc_MfStd_H_FillSendBuf() 384 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareCmdListMifareRead; in phFriNfc_MfStd_H_FillSendBuf() 394 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareWrite16; in phFriNfc_MfStd_H_FillSendBuf() 396 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareCmdListMifareWrite16; in phFriNfc_MfStd_H_FillSendBuf() 437 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareWrite16; in phFriNfc_MfStd_H_FillSendBuf() 439 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareCmdListMifareWrite16; in phFriNfc_MfStd_H_FillSendBuf() 451 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareWrite16; in phFriNfc_MfStd_H_FillSendBuf() 453 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareCmdListMifareWrite16; in phFriNfc_MfStd_H_FillSendBuf() 475 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareWrite16; in phFriNfc_MfStd_H_FillSendBuf() 477 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareCmdListMifareWrite16; in phFriNfc_MfStd_H_FillSendBuf() [all …]
|
D | phFriNfc_OvrHal.c | 72 phHal_uCmdList_t Cmd, in phFriNfc_OvrHal_Transceive() argument 99 OvrHal->TranceiveInfo.cmd = Cmd; in phFriNfc_OvrHal_Transceive() 108 if ((phHal_eMifareAuthentA == Cmd.MfCmd) in phFriNfc_OvrHal_Transceive() 109 || (phHal_eMifareAuthentB == Cmd.MfCmd)) in phFriNfc_OvrHal_Transceive()
|
D | phFriNfc_LlcpMacNfcip.c | 304 LlcpMac->Cmd.NfcIP1Cmd = phHal_eNfcIP1_Raw; in phFriNfc_LlcpMac_Nfcip_Send() 314 LlcpMac->Cmd, in phFriNfc_LlcpMac_Nfcip_Send() 391 LlcpMac->Cmd.NfcIP1Cmd = phHal_eNfcIP1_Raw; in phFriNfc_LlcpMac_Nfcip_Receive() 400 LlcpMac->Cmd, in phFriNfc_LlcpMac_Nfcip_Receive()
|
D | phFriNfc_FelicaMap.c | 770 NdefMap->Cmd.FelCmd = phHal_eFelica_Raw; in phFriNfc_Felica_HSetTransceiveForRead() 772 NdefMap->Cmd.FelCmd = phHal_eFelicaCmdListFelicaCmd; in phFriNfc_Felica_HSetTransceiveForRead() 859 NdefMap->Cmd, in phFriNfc_Felica_HSetTransceiveForRead() 980 NdefMap->Cmd.FelCmd = phHal_eFelica_Raw; in phFriNfc_Felica_HUpdateAttrBlkForWrOp() 982 NdefMap->Cmd.FelCmd = phHal_eFelicaCmdListFelicaCmd; in phFriNfc_Felica_HUpdateAttrBlkForWrOp() 1148 NdefMap->Cmd, in phFriNfc_Felica_HUpdateAttrBlkForWrOp() 1178 NdefMap->Cmd.FelCmd = phHal_eFelica_Raw; in phFriNfc_Felica_HWrEmptyMsg() 1180 NdefMap->Cmd.FelCmd = phHal_eFelicaCmdListFelicaCmd; in phFriNfc_Felica_HWrEmptyMsg() 1300 NdefMap->Cmd, in phFriNfc_Felica_HWrEmptyMsg() 2098 NdefMap->Cmd.FelCmd = phHal_eFelica_Raw; in phFriNfc_Felica_HWriteDataBlk() [all …]
|
D | phFriNfc_MifareStdMap.c | 668 NdefMap->Cmd.MfCmd = phHal_eMifareCmdListMifareRead; in phFriNfc_MifareStdMap_ChkNdef() 670 NdefMap->Cmd.MfCmd = phHal_eMifareRead; in phFriNfc_MifareStdMap_ChkNdef() 680 NdefMap->Cmd, in phFriNfc_MifareStdMap_ChkNdef() 1314 NdefMap->Cmd.MfCmd = phHal_eMifareCmdListMifareRead; in phFriNfc_MifStd_H_RdABlock() 1316 NdefMap->Cmd.MfCmd = phHal_eMifareRead; in phFriNfc_MifStd_H_RdABlock() 1322 NdefMap->Cmd, in phFriNfc_MifStd_H_RdABlock() 1496 NdefMap->Cmd.MfCmd = phHal_eMifareCmdListMifareWrite16; in phFriNfc_MifStd_H_WrABlock() 1498 NdefMap->Cmd.MfCmd = phHal_eMifareWrite16; in phFriNfc_MifStd_H_WrABlock() 1505 NdefMap->Cmd, in phFriNfc_MifStd_H_WrABlock() 1558 NdefMap->Cmd.MfCmd = phHal_eMifareCmdListMifareAuthentA; in phFriNfc_MifStd_H_AuthSector() [all …]
|
D | phFriNfc_OvrHal.h | 309 phHal_uCmdList_t Cmd,
|
D | phFriNfc_LlcpMac.h | 188 phHal_uCmdList_t Cmd; member
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | confirm_quit_panel_controller_unittest.mm | 17 str = [str stringByReplacingOccurrencesOfString:@"{Cmd}" 47 EXPECT_NSEQ(TestString(@"{Cmd}Q"), 51 EXPECT_NSEQ(TestString(@"{Cmd}{Shift}C"), 56 EXPECT_NSEQ(TestString(@"{Cmd}{Opt}{Shift}H"), 62 EXPECT_NSEQ(TestString(@"{Cmd}{Ctrl}{Opt}{Shift}R"), 75 EXPECT_NSEQ(TestString(@"{Cmd}{Opt}E"),
|
D | confirm_quit_panel_controller.mm | 27 // How long the user must hold down Cmd+Q to confirm the quit. 246 // The panel tells users to Hold Cmd+Q. However, we also want to have a 248 // tap Cmd+Q and then hold it with the window still open, this double-tap 250 // combination held down, the system will start sending the Cmd+Q event to 304 // repeated KeyDown Cmd+Q). 405 // Default to Cmd+Q.
|
/external/chromium_org/chrome/third_party/chromevox/ |
D | chromeVoxKbExplorerScript.js | 24 …KeyStr=cvox.ChromeVox.isChromeOS?"Shift+Search":cvox.ChromeVox.isMac?"Ctrl+Cmd":"Shift+Alt";cvox.C… 28 …;if(-1!=a.indexOf(c))if("Search"==c)this.keys.searchKeyHeld[b]=!1;else if("Cmd"==c||"Win"==c)this.… 29 …function(){return cvox.ChromeVox.isChromeOS?"Search":cvox.ChromeVox.isMac?"Cmd":"Win"};cvox.KeySeq… 34 …b.shiftKey=!0,b.keyCode=16):"Search"==a?(b.searchKeyHeld=!0,b.keyCode=91):"Cmd"==a?(b.metaKey=!0,b… 39 …Cmd":"Win":45==a?"Insert":65<=a&&90>=a?String.fromCharCode(a):48<=a&&57>=a?String.fromCharCode(a):… 41 …==a||93==a)return cvox.ChromeVox.isChromeOS?"Search":cvox.ChromeVox.isMac?"Cmd":"Win";if(8==a)retu…
|
/external/clang/lib/Frontend/ |
D | CreateInvocationFromCommandLine.cpp | 74 const driver::Command *Cmd = cast<driver::Command>(*Jobs.begin()); in createInvocationFromCommandLine() local 75 if (StringRef(Cmd->getCreator().getName()) != "clang") { in createInvocationFromCommandLine() 80 const ArgStringList &CCArgs = Cmd->getArguments(); in createInvocationFromCommandLine()
|
/external/clang/examples/clang-interpreter/ |
D | main.cpp | 104 const driver::Command *Cmd = cast<driver::Command>(*Jobs.begin()); in main() local 105 if (llvm::StringRef(Cmd->getCreator().getName()) != "clang") { in main() 111 const driver::ArgStringList &CCArgs = Cmd->getArguments(); in main()
|
/external/chromium_org/ui/base/cocoa/ |
D | cocoa_base_utils_unittest.mm | 49 // Cmd+Left Click = new background tab. 54 // Cmd+Shift+Left Click = new foreground tab.
|
/external/clang/lib/Tooling/ |
D | CompilationDatabase.cpp | 256 const driver::Command *Cmd = cast<driver::Command>(*I); in stripPositionalArgs() local 259 if (Cmd->getSource().getKind() == driver::Action::AssembleJobClass) in stripPositionalArgs() 260 CompileAnalyzer.run(&Cmd->getSource()); in stripPositionalArgs()
|
D | Tooling.cpp | 82 const clang::driver::Command *Cmd = in getCC1Arguments() local 84 if (StringRef(Cmd->getCreator().getName()) != "clang") { in getCC1Arguments() 89 return &Cmd->getArguments(); in getCC1Arguments()
|
/external/chromium_org/cloud_print/virtual_driver/ |
D | gcp_driver.gpd | 1026 *Command: CmdBeginRaster { *Cmd: "<1B>*v7S<1B>*r1A" } 1027 *Command: CmdEndRaster { *Cmd: "<1B>*rC" } 1028 *Command: CmdSendBlockData { *Cmd: "<1B>*b" %d {NumOfDataBytes}"W" } 1032 *Command: CmdCR { *Cmd: "<0D>" } 1033 *Command: CmdLF { *Cmd: "<0A>" } 1034 *Command: CmdFF { *Cmd: "<0C>" }
|
/external/chromium_org/chrome/browser/ |
D | global_keyboard_shortcuts_mac_unittest.mm | 38 // Test that Cmd-'{' and Cmd-'}' are interpreted as IDC_SELECT_NEXT_TAB 45 // One more test for Cmd-'{' / Alt-8 (on German keyboard layout).
|
/external/chromium_org/apps/app_shim/ |
D | app_shim_quit_interactive_uitest_mac.mm | 113 // Test that closing an app with Cmd+Q when no browsers have ever been open 118 // Simulate a Cmd+Q event.
|