/external/libnfc-nci/src/nfc/tags/ |
D | ce_t3t.c | 116 UINT8 ce_t3t_is_valid_opcode (UINT8 cmd_id) in ce_t3t_is_valid_opcode() argument 120 if ( (cmd_id == T3T_MSG_OPC_CHECK_CMD) in ce_t3t_is_valid_opcode() 121 ||(cmd_id == T3T_MSG_OPC_UPDATE_CMD) ) in ce_t3t_is_valid_opcode() 125 else if ( (cmd_id == T3T_MSG_OPC_POLL_CMD) in ce_t3t_is_valid_opcode() 126 ||(cmd_id == T3T_MSG_OPC_REQ_SERVICE_CMD) in ce_t3t_is_valid_opcode() 127 ||(cmd_id == T3T_MSG_OPC_REQ_RESPONSE_CMD) in ce_t3t_is_valid_opcode() 128 ||(cmd_id == T3T_MSG_OPC_REQ_SYSTEMCODE_CMD) ) in ce_t3t_is_valid_opcode() 554 void ce_t3t_handle_non_nfc_forum_cmd (tCE_CB *p_mem_cb, UINT8 cmd_id, BT_HDR *p_cmd_msg) in ce_t3t_handle_non_nfc_forum_cmd() argument 569 switch (cmd_id) in ce_t3t_handle_non_nfc_forum_cmd() 632 CE_TRACE_ERROR1 ("Unhandled CE opcode: %02x", cmd_id); in ce_t3t_handle_non_nfc_forum_cmd() [all …]
|
D | rw_t3t.c | 118 static char *rw_t3t_cmd_str (UINT8 cmd_id); 2529 static char *rw_t3t_cmd_str (UINT8 cmd_id) in rw_t3t_cmd_str() argument 2531 switch (cmd_id) in rw_t3t_cmd_str()
|
/external/mesa3d/src/gallium/drivers/svga/svgadump/ |
D | svga_dump.h | 32 svga_dump_command(uint32_t cmd_id, const void *data, uint32_t size);
|
D | svga_dump.c | 1482 svga_dump_command(uint32_t cmd_id, const void *data, uint32_t size) in svga_dump_command() argument 1487 switch(cmd_id) { in svga_dump_command() 1775 _debug_printf("\t0x%08x\n", cmd_id); in svga_dump_command() 1797 const uint32_t cmd_id = *(const uint32_t *)next; in svga_dump_commands() local 1799 if(SVGA_3D_CMD_BASE <= cmd_id && cmd_id < SVGA_3D_CMD_MAX) { in svga_dump_commands() 1807 svga_dump_command(cmd_id, body, header->size); in svga_dump_commands() 1809 else if(cmd_id == SVGA_CMD_FENCE) { in svga_dump_commands() 1815 _debug_printf("\t0x%08x\n", cmd_id); in svga_dump_commands()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/ |
D | svga_dump.h | 32 svga_dump_command(uint32_t cmd_id, const void *data, uint32_t size);
|
D | svga_dump.c | 1482 svga_dump_command(uint32_t cmd_id, const void *data, uint32_t size) in svga_dump_command() argument 1487 switch(cmd_id) { in svga_dump_command() 1775 _debug_printf("\t0x%08x\n", cmd_id); in svga_dump_command() 1797 const uint32_t cmd_id = *(const uint32_t *)next; in svga_dump_commands() local 1799 if(SVGA_3D_CMD_BASE <= cmd_id && cmd_id < SVGA_3D_CMD_MAX) { in svga_dump_commands() 1807 svga_dump_command(cmd_id, body, header->size); in svga_dump_commands() 1809 else if(cmd_id == SVGA_CMD_FENCE) { in svga_dump_commands() 1815 _debug_printf("\t0x%08x\n", cmd_id); in svga_dump_commands()
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
D | font_settings_handler.cc | 224 int cmd_id = it->encoding_id; in FontsListHasLoaded() local 226 CharacterEncoding::GetCanonicalEncodingNameByCommandId(cmd_id); in FontsListHasLoaded()
|
/external/chromium_org/chrome/installer/util/ |
D | installation_validator.cc | 305 const base::string16& cmd_id = cmd_iterators.first->first; in ValidateAppCommandExpectations() local 307 expectation = the_expectations.find(cmd_id); in ValidateAppCommandExpectations() 316 << cmd_id << "\"."; in ValidateAppCommandExpectations()
|
/external/chromium_org/chrome/browser/ui/tabs/ |
D | tab_strip_model.h | 445 static bool ContextMenuCommandToBrowserCommand(int cmd_id, int* browser_cmd);
|
D | tab_strip_model.cc | 1119 bool TabStripModel::ContextMenuCommandToBrowserCommand(int cmd_id, in ContextMenuCommandToBrowserCommand() argument 1121 switch (cmd_id) { in ContextMenuCommandToBrowserCommand()
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
D | browser_view.cc | 571 bool BrowserView::GetAccelerator(int cmd_id, in GetAccelerator() argument 575 if (chrome::GetStandardAcceleratorForCommandId(cmd_id, accelerator)) in GetAccelerator() 580 if (it->second == cmd_id) { in GetAccelerator() 587 cmd_id, browser_->host_desktop_type(), accelerator); in GetAccelerator()
|
D | browser_view.h | 209 bool GetAccelerator(int cmd_id, ui::Accelerator* accelerator) const;
|
/external/chromium_org/ui/views/widget/ |
D | widget.h | 365 virtual bool GetAccelerator(int cmd_id, ui::Accelerator* accelerator) const;
|
D | widget.cc | 420 bool Widget::GetAccelerator(int cmd_id, ui::Accelerator* accelerator) const { in GetAccelerator() argument
|
/external/chromium_org/google_update/ |
D | google_update_idl.idl | 715 [in, string] const WCHAR* cmd_id, 729 [in, string] const WCHAR* cmd_id); 831 [in, string] const WCHAR* cmd_id,
|