Home
last modified time | relevance | path

Searched refs:GetCommands (Results 1 – 17 of 17) sorted by relevance

/external/deqp-deps/amber/src/amberscript/
Dparser_expect_test.cc45 const auto& commands = script->GetCommands(); in TEST_F()
87 const auto& commands = script->GetCommands(); in TEST_F()
648 const auto& commands = script->GetCommands(); in TEST_F()
678 const auto& commands = script->GetCommands(); in TEST_F()
746 const auto& commands = script->GetCommands(); in TEST_F()
866 const auto& commands = script->GetCommands(); in TEST_F()
896 const auto& commands = script->GetCommands(); in TEST_F()
926 const auto& commands = script->GetCommands(); in TEST_F()
999 const auto& commands = script->GetCommands(); in TEST_F()
1026 const auto& commands = script->GetCommands(); in TEST_F()
[all …]
Dparser_debug_test.cc144 const auto& commands = script->GetCommands(); in TEST_F()
196 const auto& commands = script->GetCommands(); in TEST_F()
241 const auto& commands = script->GetCommands(); in TEST_F()
284 const auto& commands = script->GetCommands(); in TEST_F()
Dparser_repeat_test.cc45 const auto& commands = script->GetCommands(); in TEST_F()
54 const auto& repeat_cmds = repeat->GetCommands(); in TEST_F()
Dparser_run_test.cc43 const auto& commands = script->GetCommands(); in TEST_F()
210 const auto& commands = script->GetCommands(); in TEST_F()
511 const auto& commands = script->GetCommands(); in TEST_F()
878 const auto& commands = script->GetCommands(); in TEST_F()
917 const auto& commands = script->GetCommands(); in TEST_F()
956 const auto& commands = script->GetCommands(); in TEST_F()
996 const auto& commands = script->GetCommands(); in TEST_F()
1042 const auto& commands = script->GetCommands(); in TEST_F()
Dparser_clear_test.cc42 const auto& commands = script->GetCommands(); in TEST_F()
Dparser_clear_stencil_test.cc43 const auto& commands = script->GetCommands(); in TEST_F()
Dparser_clear_depth_test.cc43 const auto& commands = script->GetCommands(); in TEST_F()
Dparser_clear_color_test.cc43 const auto& commands = script->GetCommands(); in TEST_F()
Dparser_copy_test.cc34 const auto& commands = script->GetCommands(); in TEST_F()
/external/deqp-deps/amber/src/
Dexecutor.cc98 for (const auto& cmd : script->GetCommands()) { in Execute()
195 for (const auto& sub_cmd : cmd->AsRepeat()->GetCommands()) { in ExecuteCommand()
Dscript.h197 const std::vector<std::unique_ptr<Command>>& GetCommands() const { in GetCommands() function
Dcommand.h701 const std::vector<std::unique_ptr<Command>>& GetCommands() const { in GetCommands() function
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h508 const CommandObject::CommandMap &GetCommands() const { in GetCommands() function
/external/deqp-deps/amber/src/vkscript/
Dparser_test.cc404 const auto& cmds = script->GetCommands(); in TEST_F()
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h1218 StringList &GetCommands() { return m_commands; } in GetCommands() function
/external/llvm-project/lldb/source/Target/
DTarget.cpp3321 GetCommands().SplitIntoLines(string); in SetActionFromString()
3327 GetCommands().AppendString(string.c_str()); in SetActionFromStrings()
3354 debugger.GetCommandInterpreter().HandleCommands(GetCommands(), &exc_ctx, in HandleStop()
/external/llvm-project/lldb/source/Commands/
DCommandObjectCommands.cpp718 for (const auto &ent : m_interpreter.GetCommands()) { in HandleArgumentCompletion()