/aosp12/build/soong/ui/build/ |
H A D | exec.go | 29 type Cmd struct { struct 30 *exec.Cmd anonMember 43 ret := &Cmd{ 56 func (c *Cmd) prepare() { 68 func (c *Cmd) report() { 85 return c.Cmd.Start() 88 func (c *Cmd) Run() error { 90 err := c.Cmd.Run() 109 func (c *Cmd) Wait() error { 110 err := c.Cmd.Wait() [all …]
|
H A D | sandbox_darwin.go | 40 func (c *Cmd) sandboxSupported() bool { 50 func (c *Cmd) wrapSandbox() {
|
H A D | sandbox_linux.go | 63 func (c *Cmd) sandboxSupported() bool { 145 func (c *Cmd) wrapSandbox() {
|
H A D | bazel.go | 181 …cit command line: " + strings.Join(cmd.Environment.Environ(), " ") + " " + cmd.Cmd.String() + "\n") 184 …ctx.Println("Bazel explicit command line: " + bazelEnvStringBuffer.String() + cmd.Cmd.String() + "…
|
/aosp12/system/teeui/libteeui/include/teeui/ |
H A D | generic_messages.h | 41 template <Protocol Proto, typename CmdT, CmdT cmd> struct Cmd {}; struct 46 #define DECLARE_GENERIC_COMMAND(cmd) using Cmd##cmd = Cmd<kProtoGeneric, Command, Command::cmd> 63 inline WriteStream write(WriteStream out, Cmd<proto, CmdT, cmd>) { in write() 82 std::tuple<ReadStream, Fields...> read(Message<Cmd<proto, CmdT, cmd>, Fields...>, ReadStream in) { in read() 87 struct msg2tuple<Message<Cmd<proto, CmdT, cmd>, T...>> {
|
/aosp12/system/logging/logd/ |
H A D | CommandListener.h | 42 class name##Cmd : public FrameworkCommand { \ 44 explicit name##Cmd(CommandListener* parent) \ 46 virtual ~name##Cmd() {} \
|
/aosp12/system/extras/simpleperf/ |
H A D | RecordReadThread.h | 157 enum Cmd { enum 165 bool SendCmdToReadThread(Cmd cmd, void* cmd_arg); 171 Cmd GetCmd(); 198 Cmd cmd_;
|
/aosp12/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/ |
H A D | phNxpExtns_MifareStd.cpp | 1023 NdefMap->Cmd.MfCmd = phNfc_eMifareWrite16; in Mfc_Transceive() 1874 pTransceiveInfo->cmd = Cmd; in phFriNfc_ExtnsTransceive() 1876 if ((Cmd.MfCmd == phNfc_eMifareAuthentA) || in phFriNfc_ExtnsTransceive() 1877 (Cmd.MfCmd == phNfc_eMifareAuthentB)) { in phFriNfc_ExtnsTransceive() 1886 pTransceiveInfo->cmd.MfCmd = Cmd.MfCmd; in phFriNfc_ExtnsTransceive() 1891 } else if (Cmd.MfCmd == phNfc_eMifareWrite16) { in phFriNfc_ExtnsTransceive() 1901 } else if ((Cmd.MfCmd == phNfc_eMifareInc) || in phFriNfc_ExtnsTransceive() 1902 (Cmd.MfCmd == phNfc_eMifareDec)) { in phFriNfc_ExtnsTransceive() 1914 } else if (Cmd.MfCmd == phNfc_eMifareRestore) { in phFriNfc_ExtnsTransceive() 1927 } else if ((Cmd.MfCmd == phNfc_eMifareRaw) || in phFriNfc_ExtnsTransceive() [all …]
|
H A D | phFriNfc_MifStdFormat.h | 183 NdefSmtCrdFmt->Cmd.MfCmd = ((NdefSmtCrdFmt->AddInfo.MfStdInfo.AuthState == \ 198 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareAuthentA; \ 210 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareAuthentA; \ 222 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareAuthentB; \
|
H A D | phFriNfc_MifStdFormat.cpp | 354 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareRead; in phFriNfc_MfStd_H_FillSendBuf() 362 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareWrite16; in phFriNfc_MfStd_H_FillSendBuf() 397 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareWrite16; in phFriNfc_MfStd_H_FillSendBuf() 407 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareWrite16; in phFriNfc_MfStd_H_FillSendBuf() 426 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareWrite16; in phFriNfc_MfStd_H_FillSendBuf() 495 NdefSmtCrdFmt->pTransceiveInfo, NdefSmtCrdFmt->Cmd, in phFriNfc_MfStd_H_Transceive()
|
H A D | phFriNfc_SmtCrdFmt.h | 106 phHal_uCmdList_t Cmd; /* Holds the Command Type(read/write) */ member
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/scripts/ |
H A D | simple_stack.py | 167 class RawPortShell(cmd.Cmd): 173 cmd.Cmd.__init__(self) 202 cmd.Cmd.do_help(self, args)
|
H A D | link_layer_socket.py | 139 class LinkLayerShell(cmd.Cmd): 145 cmd.Cmd.__init__(self) 169 cmd.Cmd.do_help(self, args)
|
H A D | simple_link_layer_socket.py | 148 class RawPortShell(cmd.Cmd): 152 cmd.Cmd.__init__(self) 171 cmd.Cmd.do_help(self, args)
|
H A D | send_simple_commands.py | 165 class RawPortShell(cmd.Cmd): 171 cmd.Cmd.__init__(self) 194 cmd.Cmd.do_help(self, args)
|
H A D | test_channel.py | 141 class TestChannelShell(cmd.Cmd): 154 cmd.Cmd.__init__(self) 275 cmd.Cmd.do_help(self, args)
|
H A D | hci_socket.py | 287 class HCIShell(cmd.Cmd): 293 cmd.Cmd.__init__(self) 407 cmd.Cmd.do_help(self, args)
|
/aosp12/build/soong/java/ |
H A D | prebuilt_apis.go | 114 Cmd *string 119 genruleProps.Cmd = proptools.StringPtr("cp $(in) $(out)") 126 Cmd *string 131 props.Cmd = proptools.StringPtr("touch $(genDir)/" + name)
|
/aosp12/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/ |
H A D | msg_formatting.h | 112 struct Cmd {}; 114 #define DECLARE_COMMAND(cmd) using cmd##_t = Cmd<Command::cmd> 373 WriteStream write(WriteStream out, Cmd<cmd>) { 385 std::tuple<ReadStream, bool> read(Message<Cmd<cmd>>, ReadStream in) { 400 WriteStream write(Message<Cmd<cmd>, Tail...>, WriteStream out, const Tail&... tail) { 406 std::tuple<ReadStream, bool, HEAD, Tail...> read(Message<Cmd<cmd>, HEAD, Tail...>, ReadStream in) { 441 struct msg2tuple<Message<Cmd<cmd>, T...>> {
|
/aosp12/system/teeui/libteeui/include/secure_input/ |
H A D | secure_input_proto.h | 48 using Cmd##cmd = ::teeui::Cmd<kSecureInputProto, SecureInputCommand, SecureInputCommand::cmd>
|
/aosp12/build/soong/genrule/ |
H A D | genrule.go | 127 Cmd *string member 385 for _, task := range g.taskGenerator(ctx, String(g.properties.Cmd), srcFiles) { 810 Cmd string member 850 if m.properties.Cmd != nil { 851 cmd = strings.Replace(*m.properties.Cmd, "$(in)", "$(SRCS)", -1) 882 Cmd: cmd,
|
/aosp12/system/bt/gd/rust/hal/src/ |
H A D | snoop.rs | 157 logger.log(Type::Cmd, Direction::Down, cmd.to_bytes()).await; in provide_snooped_hal() 205 Cmd = 1, enumerator 255 if let Type::Cmd | Type::Evt = t { in log()
|
/aosp12/packages/modules/Gki/build/ |
H A D | properties.go | 29 Cmd *string member
|
H A D | gki.go | 172 Cmd: proptools.StringPtr(g.createApexManifestCmd(overrideApexVersion)), 185 Cmd: proptools.StringPtr(`touch $(out)`),
|
/aosp12/hardware/qcom/media/msm8974/mm-core/inc/ |
H A D | OMX_Core.h | 756 Cmd, \ 761 Cmd, \
|