Searched refs:cmd_id (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.h32 svga_dump_command(uint32_t cmd_id, const void *data, uint32_t size);
H A Dsvga_dump.c1482 svga_dump_command(uint32_t cmd_id, const void *data, uint32_t size) argument
1487 switch(cmd_id) {
1775 _debug_printf("\t0x%08x\n", cmd_id);
1797 const uint32_t cmd_id = *(const uint32_t *)next; local
1799 if(SVGA_3D_CMD_BASE <= cmd_id && cmd_id < SVGA_3D_CMD_MAX) {
1807 svga_dump_command(cmd_id, body, header->size);
1809 else if(cmd_id == SVGA_CMD_FENCE) {
1815 _debug_printf("\t0x%08x\n", cmd_id);
/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.h32 svga_dump_command(uint32_t cmd_id, const void *data, uint32_t size);
H A Dsvga_dump.c1482 svga_dump_command(uint32_t cmd_id, const void *data, uint32_t size) argument
1487 switch(cmd_id) {
1775 _debug_printf("\t0x%08x\n", cmd_id);
1797 const uint32_t cmd_id = *(const uint32_t *)next; local
1799 if(SVGA_3D_CMD_BASE <= cmd_id && cmd_id < SVGA_3D_CMD_MAX) {
1807 svga_dump_command(cmd_id, body, header->size);
1809 else if(cmd_id == SVGA_CMD_FENCE) {
1815 _debug_printf("\t0x%08x\n", cmd_id);
/external/libnfc-nci/src/nfc/tags/
H A Dce_t3t.c116 UINT8 ce_t3t_is_valid_opcode (UINT8 cmd_id) argument
120 if ( (cmd_id == T3T_MSG_OPC_CHECK_CMD)
121 ||(cmd_id == T3T_MSG_OPC_UPDATE_CMD) )
125 else if ( (cmd_id == T3T_MSG_OPC_POLL_CMD)
126 ||(cmd_id == T3T_MSG_OPC_REQ_SERVICE_CMD)
127 ||(cmd_id == T3T_MSG_OPC_REQ_RESPONSE_CMD)
128 ||(cmd_id == T3T_MSG_OPC_REQ_SYSTEMCODE_CMD) )
554 void ce_t3t_handle_non_nfc_forum_cmd (tCE_CB *p_mem_cb, UINT8 cmd_id, BT_HDR *p_cmd_msg) argument
569 switch (cmd_id)
573 /* Skip over sod and cmd_id */
669 UINT8 cmd_id, bl0, entry_len, i; local
[all...]
H A Drw_t3t.c118 static char *rw_t3t_cmd_str (UINT8 cmd_id);
2524 ** Description Converts cmd_id to command string for logging
2529 static char *rw_t3t_cmd_str (UINT8 cmd_id) argument
2531 switch (cmd_id)
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dfont_settings_handler.cc224 int cmd_id = it->encoding_id; local
226 CharacterEncoding::GetCanonicalEncodingNameByCommandId(cmd_id);
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model.h445 static bool ContextMenuCommandToBrowserCommand(int cmd_id, int* browser_cmd);
H A Dtab_strip_model.cc1119 bool TabStripModel::ContextMenuCommandToBrowserCommand(int cmd_id, argument
1121 switch (cmd_id) {
/external/chromium_org/chrome/installer/util/
H A Dinstallation_validator.cc305 const base::string16& cmd_id = cmd_iterators.first->first; local
307 expectation = the_expectations.find(cmd_id);
316 << cmd_id << "\".";
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc571 bool BrowserView::GetAccelerator(int cmd_id, argument
575 if (chrome::GetStandardAcceleratorForCommandId(cmd_id, accelerator))
580 if (it->second == cmd_id) {
587 cmd_id, browser_->host_desktop_type(), accelerator);
H A Dbrowser_view.h207 // Returns true if an accelerator was found for the specified |cmd_id|, false
209 bool GetAccelerator(int cmd_id, ui::Accelerator* accelerator) const;
/external/chromium_org/ui/views/widget/
H A Dwidget.h365 virtual bool GetAccelerator(int cmd_id, ui::Accelerator* accelerator) const;
H A Dwidget.cc420 bool Widget::GetAccelerator(int cmd_id, ui::Accelerator* accelerator) const { argument

Completed in 381 milliseconds