Home
last modified time | relevance | path

Searched refs:createGroup (Results 1 – 14 of 14) sorted by relevance

/external/deqp/modules/glshared/
DglsShaderLibrary.cpp45 …tcu::TestCaseGroup* createGroup (const std::string& name, const std::string& description, const st… in createGroup() function in deqp::gls::__anon52ad89330111::CaseFactory
DglsLifetimeTests.hpp380 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/
DPerformanceResultsPreferencePage.java179 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/
DxeTestCaseListParser.cpp112 …e = isGroup ? static_cast<TestNode*>(static_cast<TestGroup*>(parent)->createGroup(name, descripti… in parse()
DxeTestCase.cpp193 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()
DxeTestCase.hpp100 TestGroup* createGroup (const char* name, const char* description);
/external/deqp/framework/opengl/
DgluShaderLibrary.hpp164 …virtual tcu::TestCaseGroup* createGroup (const std::string& name, const std::string& description, …
DgluShaderLibrary.cpp1599 tcu::TestCaseGroup* groupNode = m_caseFactory->createGroup(name, description, children); in parseShaderGroup()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp2442 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/
Dregistry.py340 def createGroup(name): function
356 groups = NameIndex(createMissing=createGroup, kind="group")
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
DReportTask.java125 public GroupElement createGroup() { in createGroup() method in ReportTask.GroupElement
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiP2pManagerFacade.java406 mP2p.createGroup(mChannel, new WifiP2pActionListener(mEventFacade, "CreatGroup")); in wifiP2pCreateGroup()
/external/deqp/executor/tools/
DxeCommandLineExecutor.cpp292 xe::TestGroup* package = root.createGroup(packageName.c_str(), ""); in readCaseLists()
/external/deqp/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp1802 …tcu::TestCaseGroup* createGroup (const string& name, const string& description, const vector<tcu::… in createGroup() function in vkt::__anon25d478c50111::ShaderCaseFactory