/external/deqp/modules/glshared/ |
D | glsShaderLibrary.cpp | 45 …tcu::TestCaseGroup* createGroup (const std::string& name, const std::string& description, const st… in createGroup() function in deqp::gls::__anon52ad89330111::CaseFactory
|
D | glsLifetimeTests.hpp | 380 MovePtr<TestCaseGroup> createGroup (TestContext& testCtx, Type& type); 420 using details::createGroup;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
D | PerformanceResultsPreferencePage.java | 179 Group databaseGroup = createGroup(compositeDatabase, "Database", 5); in createContents() 191 Group statusGroup = createGroup(compositeStatus, "Status", 1); in createContents() 194 Group statusErrorGroup = createGroup(statusGroup, "Error level", 5); in createContents() 206 Group statusSmallGroup = createGroup(statusGroup, "Small value", 5); in createContents() 212 Group statusStatisticsGroup = createGroup(statusGroup, "Statistics", 5); in createContents() 295 private Group createGroup(Composite parent, String text, int columns) { in createGroup() method in PerformanceResultsPreferencePage
|
/external/deqp/executor/ |
D | xeTestCaseListParser.cpp | 112 …e = isGroup ? static_cast<TestNode*>(static_cast<TestGroup*>(parent)->createGroup(name, descripti… in parse()
|
D | xeTestCase.cpp | 193 TestGroup* TestGroup::createGroup (const char* name, const char* description) in createGroup() function in xe::TestGroup 306 TestGroup* newGroup = curGroup->createGroup(components[ndx].c_str(), "" /* description */); in createCase()
|
D | xeTestCase.hpp | 100 TestGroup* createGroup (const char* name, const char* description);
|
/external/deqp/framework/opengl/ |
D | gluShaderLibrary.hpp | 164 …virtual tcu::TestCaseGroup* createGroup (const std::string& name, const std::string& description, …
|
D | gluShaderLibrary.cpp | 1599 tcu::TestCaseGroup* groupNode = m_caseFactory->createGroup(name, description, children); in parseShaderGroup()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 2442 tcu::TestCaseGroup* createGroup (tcu::TestContext& testCtx, const char* name, const char* desc, con… in createGroup() function 2637 …objectMgmtTests->addChild(createGroup(testCtx, "single", "Create single object", s_createSingleGro… in createObjectManagementTests() 2666 …objectMgmtTests->addChild(createGroup(testCtx, "multiple_unique_resources", "Multiple objects with… in createObjectManagementTests() 2695 …objectMgmtTests->addChild(createGroup(testCtx, "multiple_shared_resources", "Multiple objects with… in createObjectManagementTests() 2724 …objectMgmtTests->addChild(createGroup(testCtx, "max_concurrent", "Maximum number of concurrently l… in createObjectManagementTests() 2753 …objectMgmtTests->addChild(createGroup(testCtx, "multithreaded_per_thread_device", "Multithreaded o… in createObjectManagementTests() 2782 …objectMgmtTests->addChild(createGroup(testCtx, "multithreaded_per_thread_resources", "Multithreade… in createObjectManagementTests() 2811 …objectMgmtTests->addChild(createGroup(testCtx, "multithreaded_shared_resources", "Multithreaded ob… in createObjectManagementTests() 2840 …objectMgmtTests->addChild(createGroup(testCtx, "single_alloc_callbacks", "Create single object", s… in createObjectManagementTests() 2869 …objectMgmtTests->addChild(createGroup(testCtx, "alloc_callback_fail", "Allocation callback failure… in createObjectManagementTests()
|
/external/deqp/scripts/khr_util/ |
D | registry.py | 340 def createGroup(name): function 356 groups = NameIndex(createMissing=createGroup, kind="group")
|
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/ |
D | ReportTask.java | 125 public GroupElement createGroup() { in createGroup() method in ReportTask.GroupElement
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/ |
D | WifiP2pManagerFacade.java | 406 mP2p.createGroup(mChannel, new WifiP2pActionListener(mEventFacade, "CreatGroup")); in wifiP2pCreateGroup()
|
/external/deqp/executor/tools/ |
D | xeCommandLineExecutor.cpp | 292 xe::TestGroup* package = root.createGroup(packageName.c_str(), ""); in readCaseLists()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktShaderLibrary.cpp | 1802 …tcu::TestCaseGroup* createGroup (const string& name, const string& description, const vector<tcu::… in createGroup() function in vkt::__anon25d478c50111::ShaderCaseFactory
|