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::__anon7867d7ad0111::CaseFactory
DglsLifetimeTests.hpp380 MovePtr<TestCaseGroup> createGroup (TestContext& testCtx, Type& type);
420 using details::createGroup;
/external/ltp/testcases/network/nfsv4/acl/
Drandom_gen.py43 def createGroup(self, grpname, gid): member in RandomGen
52 self.createGroup(gName, gid)
/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.cpp2683 tcu::TestCaseGroup* createGroup (tcu::TestContext& testCtx, const char* name, const char* desc, con… in createGroup() function
2878 …objectMgmtTests->addChild(createGroup(testCtx, "single", "Create single object", s_createSingleGro… in createObjectManagementTests()
2907 …objectMgmtTests->addChild(createGroup(testCtx, "multiple_unique_resources", "Multiple objects with… in createObjectManagementTests()
2936 …objectMgmtTests->addChild(createGroup(testCtx, "multiple_shared_resources", "Multiple objects with… in createObjectManagementTests()
2965 …objectMgmtTests->addChild(createGroup(testCtx, "max_concurrent", "Maximum number of concurrently l… in createObjectManagementTests()
2994 …objectMgmtTests->addChild(createGroup(testCtx, "multithreaded_per_thread_device", "Multithreaded o… in createObjectManagementTests()
3023 …objectMgmtTests->addChild(createGroup(testCtx, "multithreaded_per_thread_resources", "Multithreade… in createObjectManagementTests()
3052 …objectMgmtTests->addChild(createGroup(testCtx, "multithreaded_shared_resources", "Multithreaded ob… in createObjectManagementTests()
3081 …objectMgmtTests->addChild(createGroup(testCtx, "single_alloc_callbacks", "Create single object", s… in createObjectManagementTests()
3111 …objectMgmtTests->addChild(createGroup(testCtx, "alloc_callback_fail", "Allocation callback failure… in createObjectManagementTests()
[all …]
/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/deqp/executor/tools/
DxeCommandLineExecutor.cpp293 xe::TestGroup* package = root.createGroup(packageName.c_str(), ""); in readCaseLists()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiP2pManagerFacade.java421 mP2p.createGroup(mChannel, new WifiP2pActionListener(mEventFacade, "CreatGroup")); in wifiP2pCreateGroup()
/external/deqp/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp1780 …tcu::TestCaseGroup* createGroup (const string& name, const string& description, const vector<tcu::… in createGroup() function in vkt::__anonebc0ca7f0111::ShaderCaseFactory