Home
last modified time | relevance | path

Searched defs:DummyCommand (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/unittests/API/
DSBCommandInterpreterTest.cpp32 class DummyCommand : public SBCommandPluginInterface { class
34 DummyCommand(const char *message) : m_message(message) {} in DummyCommand() function in DummyCommand
/external/python/cpython3/Lib/distutils/tests/
Dsupport.py110 class DummyCommand: class
/external/python/cpython2/Lib/distutils/tests/
Dsupport.py119 class DummyCommand: class