HomeSort by relevance Sort by last modified time
    Searched refs:GetCommandName (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids.h 17 const char* GetCommandName(CommandId command_id);
cmd_buffer_common.cc 19 const char* GetCommandName(CommandId command_id) {
gles2_cmd_format.cc 17 const char* GetCommandName(CommandId id) {
cmd_buffer_common.h 179 const char* GetCommandName(CommandId id);
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_mock.cc 12 ON_CALL(*this, GetCommandName(testing::_))
cmd_parser.h 95 virtual const char* GetCommandName(unsigned int command_id) const = 0;
cmd_parser.cc 64 handler_->GetCommandName(header.command));
86 << handler_->GetCommandName(command_id);
mocks.h 59 const char* GetCommandName(unsigned int command_id) const {
gles2_cmd_decoder_mock.h 91 MOCK_CONST_METHOD1(GetCommandName, const char*(unsigned int command_id));
common_decoder.cc 80 return cmd::GetCommandName(command_id);
common_decoder_unittest.cc 54 virtual const char* GetCommandName(unsigned int command_id) const OVERRIDE {
gles2_cmd_decoder.cc 573 virtual const char* GetCommandName(unsigned int command_id) const OVERRIDE;
    [all...]
  /external/lldb/source/Commands/
CommandObjectSyntax.cpp 88 cmd_obj->GetCommandName());
CommandObjectHelp.cpp 150 sub_cmd_obj->GetCommandName());
159 m_interpreter.GetAliasHelp (alias_name.c_str(), cmd_obj->GetCommandName(), sstr);
CommandObjectMultiword.cpp 153 error_msg.append (GetCommandName());
174 result.AppendErrorWithFormat ("'%s' does not have any subcommands.\n", GetCommandName());
CommandObjectCommands.cpp 401 result.AppendErrorWithFormat("'%s' takes exactly one executable filename argument.\n", GetCommandName());
613 CommandObjectSP cmd_obj_sp = m_interpreter.GetCommandSPExact (cmd_obj.GetCommandName(), false);
718 CommandObjectSP tmp_sp = m_interpreter.GetCommandSPExact (cmd_obj->GetCommandName(), false);
720 tmp_sp = m_interpreter.GetCommandSPExact (sub_cmd_obj->GetCommandName(), false);
    [all...]
CommandObjectSource.cpp 517 result.AppendErrorWithFormat("'%s' takes no arguments, only flags.\n", GetCommandName());
    [all...]
  /external/lldb/source/Interpreter/
CommandInterpreter.cpp 425 m_command_dict[break_regex_cmd_sp->GetCommandName ()] = break_regex_cmd_sp;
456 m_command_dict[tbreak_regex_cmd_sp->GetCommandName ()] = tbreak_regex_cmd_sp;
474 m_command_dict[attach_regex_cmd_sp->GetCommandName ()] = attach_regex_cmd_sp;
489 m_command_dict[down_regex_cmd_sp->GetCommandName ()] = down_regex_cmd_sp;
504 m_command_dict[up_regex_cmd_sp->GetCommandName ()] = up_regex_cmd_sp;
518 m_command_dict[display_regex_cmd_sp->GetCommandName ()] = display_regex_cmd_sp;
532 m_command_dict[undisplay_regex_cmd_sp->GetCommandName ()] = undisplay_regex_cmd_sp;
547 m_command_dict[command_sp->GetCommandName ()] = command_sp;
562 m_command_dict[command_sp->GetCommandName ()] = command_sp;
582 m_command_dict[command_sp->GetCommandName ()] = command_sp
    [all...]
CommandObject.cpp 91 syntax_str.Printf ("%s", GetCommandName());
108 CommandObject::GetCommandName ()
    [all...]
Options.cpp 483 name = cmd->GetCommandName();
    [all...]
  /external/lldb/include/lldb/Interpreter/
CommandObject.h 111 GetCommandName ();
  /art/runtime/jdwp/
jdwp_handler.cc     [all...]
  /external/lldb/source/API/
SBCommandInterpreter.cpp 450 return m_opaque_sp->GetCommandName ();

Completed in 1276 milliseconds