Home
last modified time | relevance | path

Searched refs:TestCommand (Results 1 – 4 of 4) sorted by relevance

/external/python/httplib2/
Dsetup.py13 class TestCommand(setuptools.command.test.test): class
89 cmdclass={"test": TestCommand},
/external/python/dateutil/
Dsetup.py7 from setuptools.command.test import test as TestCommand unknown
23 class Unsupported(TestCommand):
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawScissorTests.cpp88 class TestCommand class
91 TestCommand (void) {}; in TestCommand() function in vkt::Draw::__anon8a8f76580111::TestCommand
92 virtual ~TestCommand (void) {}; in ~TestCommand()
105 typedef de::SharedPtr<TestCommand> TestCommandSp;
107 class QuadDrawTestCommand : public TestCommand
154 class RectClearTestCommand : public TestCommand
190 class DynamicScissorTestCommand : public TestCommand
/external/rust/crates/structopt/tests/
Dissues.rs56 TestCommand, in issue_289() enumerator