/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowWifiP2pManagerTest.java | 40 manager.createGroup(channel, testListener); in createGroup_success() 46 manager.createGroup(channel, null); in createGroup_nullListener() 57 manager.createGroup(channel, testListener); in createGroup_fail() 71 manager.createGroup(channel, testListener); in clearActionFailure() 74 manager.createGroup(channel, testListener); in clearActionFailure()
|
/external/ltp/testcases/network/nfsv4/acl/ |
D | random_gen.py | 44 def createGroup(self, grpname, gid): member in RandomGen 53 self.createGroup(gName, gid)
|
/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::__anon1bbeeeb70111::CaseFactory
|
D | glsLifetimeTests.hpp | 380 MovePtr<TestCaseGroup> createGroup (TestContext& testCtx, Type& type); 420 using details::createGroup;
|
/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/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowWifiP2pManager.java | 60 protected void createGroup(Channel c, ActionListener al) { in createGroup() method in ShadowWifiP2pManager
|
/external/deqp/framework/opengl/ |
D | gluShaderLibrary.hpp | 199 …virtual tcu::TestCaseGroup* createGroup (const std::string& name, const std::string& description, …
|
D | gluShaderLibrary.cpp | 1576 tcu::TestCaseGroup* groupNode = m_caseFactory->createGroup(name, description, children); in parseShaderGroup()
|
/external/deqp/scripts/khr_util/ |
D | registry.py | 342 def createGroup(name): function 358 groups = NameIndex(createMissing=createGroup, kind="group")
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 2785 tcu::TestCaseGroup* createGroup (tcu::TestContext& testCtx, const char* name, const char* desc, con… in createGroup() function 2987 …objectMgmtTests->addChild(createGroup(testCtx, "single", "Create single object", s_createSingleGro… in createObjectManagementTests() 3017 …objectMgmtTests->addChild(createGroup(testCtx, "multiple_unique_resources", "Multiple objects with… in createObjectManagementTests() 3047 …objectMgmtTests->addChild(createGroup(testCtx, "multiple_shared_resources", "Multiple objects with… in createObjectManagementTests() 3077 …objectMgmtTests->addChild(createGroup(testCtx, "max_concurrent", "Maximum number of concurrently l… in createObjectManagementTests() 3107 …objectMgmtTests->addChild(createGroup(testCtx, "multithreaded_per_thread_device", "Multithreaded o… in createObjectManagementTests() 3137 …objectMgmtTests->addChild(createGroup(testCtx, "multithreaded_per_thread_resources", "Multithreade… in createObjectManagementTests() 3167 …objectMgmtTests->addChild(createGroup(testCtx, "multithreaded_shared_resources", "Multithreaded ob… in createObjectManagementTests() 3197 …objectMgmtTests->addChild(createGroup(testCtx, "single_alloc_callbacks", "Create single object", s… in createObjectManagementTests() 3228 …objectMgmtTests->addChild(createGroup(testCtx, "alloc_callback_fail", "Allocation callback failure… in createObjectManagementTests() [all …]
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/ |
D | WifiP2pManagerFacade.java | 516 mP2p.createGroup(mChannel, new WifiP2pActionListener(mEventFacade, "CreateGroup")); in wifiP2pCreateGroup() 529 mP2p.createGroup(mChannel, wifiP2pConfig, in wifiP2pCreateGroupWithConfig()
|
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/ |
D | ReportTask.java | 125 public GroupElement createGroup() { in createGroup() method in ReportTask.GroupElement
|
/external/deqp/executor/tools/ |
D | xeCommandLineExecutor.cpp | 293 xe::TestGroup* package = root.createGroup(packageName.c_str(), ""); in readCaseLists()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktShaderLibrary.cpp | 1763 …tcu::TestCaseGroup* createGroup (const string& name, const string& description, const vector<tcu::… in createGroup() function in vkt::__anond1e616c90111::ShaderCaseFactory
|