Searched refs:GetCommandName (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids.h17 const char* GetCommandName(CommandId command_id);
H A Dcmd_buffer_common.cc19 const char* GetCommandName(CommandId command_id) { function in namespace:gpu::cmd
H A Dgles2_cmd_format.cc17 const char* GetCommandName(CommandId id) { function in namespace:gpu::gles2
H A Dcmd_buffer_common.h179 const char* GetCommandName(CommandId id);
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_mock.cc12 ON_CALL(*this, GetCommandName(testing::_))
H A Dcmd_parser.h105 virtual const char* GetCommandName(unsigned int command_id) const = 0;
H A Dmocks.h70 const char* GetCommandName(unsigned int command_id) const { function in class:gpu::AsyncAPIMock
H A Dgles2_cmd_decoder_mock.h102 MOCK_CONST_METHOD1(GetCommandName, const char*(unsigned int command_id));
H A Dcommon_decoder.cc80 return cmd::GetCommandName(command_id);
H A Dcommon_decoder_unittest.cc54 virtual const char* GetCommandName(unsigned int command_id) const OVERRIDE {
H A Dgles2_cmd_decoder.cc580 virtual const char* GetCommandName(unsigned int command_id) const OVERRIDE;
3752 const char* GLES2DecoderImpl::GetCommandName(unsigned int command_id) const { function in class:gpu::gles2::GLES2DecoderImpl
3754 return gles2::GetCommandName(static_cast<CommandId>(command_id));
3804 GetCommandName(command));
3808 << "cmd: " << GetCommandName(command);
3823 gpu_tracer_->Begin(GetCommandName(command), kTraceDecoder);
3840 << " : " << GetCommandName(command);
3853 GetCommandName(command));
3873 << GetCommandName(command);
/external/lldb/source/Commands/
H A DCommandObjectSyntax.cpp88 cmd_obj->GetCommandName());
H A DCommandObjectHelp.cpp150 sub_cmd_obj->GetCommandName());
159 m_interpreter.GetAliasHelp (alias_name.c_str(), cmd_obj->GetCommandName(), sstr);
H A DCommandObjectMultiword.cpp153 error_msg.append (GetCommandName());
174 result.AppendErrorWithFormat ("'%s' does not have any subcommands.\n", GetCommandName());
H A DCommandObjectCommands.cpp401 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);
1071 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true);
H A DCommandObjectSource.cpp517 result.AppendErrorWithFormat("'%s' takes no arguments, only flags.\n", GetCommandName());
/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp425 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 ()]
[all...]
H A DCommandObject.cpp91 syntax_str.Printf ("%s", GetCommandName());
108 CommandObject::GetCommandName () function in class:CommandObject
1020 Args full_args (GetCommandName ());
1054 std::string full_command (GetCommandName ());
H A DOptions.cpp483 name = cmd->GetCommandName();
/external/lldb/include/lldb/Interpreter/
H A DCommandObject.h111 GetCommandName ();
/external/lldb/source/API/
H A DSBCommandInterpreter.cpp450 return m_opaque_sp->GetCommandName ();

Completed in 1671 milliseconds