/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
D | BundleGroupCreationDialog.java | 51 boolean createGroup() { in createGroup() method in BundleGroupCreationDialog 53 return rbm.createGroup(nameField.getText().trim(), commentField.getText().trim()); in createGroup() 58 boolean success = createGroup(); in processKeyEvent() 111 boolean success = dialog.createGroup(); in initComponents()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
D | vktApplicationParametersTests.cpp | 385 …de::MovePtr<tcu::TestCaseGroup> createGroup(new tcu::TestCaseGroup(testCtx, groups[groupIdx].name,… in createApplicationParametersTests() local 392 …addFunctionCase(createGroup.get(), tests[testIdx].name, "", checkSupport, createInstanceTest, test… in createApplicationParametersTests() 394 …addFunctionCase(createGroup.get(), tests[testIdx].name, "", checkSupport, createDeviceTest, testPa… in createApplicationParametersTests() 397 group->addChild(createGroup.release()); in createApplicationParametersTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
D | vktApplicationParametersTests.cpp | 385 …de::MovePtr<tcu::TestCaseGroup> createGroup(new tcu::TestCaseGroup(testCtx, groups[groupIdx].name,… in createApplicationParametersTests() local 392 …addFunctionCase(createGroup.get(), tests[testIdx].name, "", checkSupport, createInstanceTest, test… in createApplicationParametersTests() 394 …addFunctionCase(createGroup.get(), tests[testIdx].name, "", checkSupport, createDeviceTest, testPa… in createApplicationParametersTests() 397 group->addChild(createGroup.release()); in createApplicationParametersTests()
|
/third_party/ltp/testcases/network/nfsv4/acl/ |
D | random_gen.py | 44 def createGroup(self, grpname, gid): member in RandomGen 53 self.createGroup(gName, gid)
|
/third_party/vk-gl-cts/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::__anon3e9e622c0111::CaseFactory
|
D | glsLifetimeTests.hpp | 380 MovePtr<TestCaseGroup> createGroup (TestContext& testCtx, Type& type); 420 using details::createGroup;
|
/third_party/vk-gl-cts/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);
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluShaderLibrary.hpp | 199 …virtual tcu::TestCaseGroup* createGroup (const std::string& name, const std::string& description, …
|
D | gluShaderLibrary.cpp | 1573 tcu::TestCaseGroup* groupNode = m_caseFactory->createGroup(name, description, children); in parseShaderGroup()
|
/third_party/vk-gl-cts/scripts/khr_util/ |
D | registry.py | 348 def createGroup(name): function 381 groups = NameIndex(createMissing=createGroup, kind="group")
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 3462 tcu::TestCaseGroup* createGroup (tcu::TestContext& testCtx, const char* name, const char* desc, con… in createGroup() function 3638 …objectMgmtTests->addChild(createGroup(testCtx, "single", "Create single object", s_createSingleGro… in createObjectManagementTests() 3673 …objectMgmtTests->addChild(createGroup(testCtx, "multiple_unique_resources", "Multiple objects with… in createObjectManagementTests() 3708 …objectMgmtTests->addChild(createGroup(testCtx, "multiple_shared_resources", "Multiple objects with… in createObjectManagementTests() 3740 …objectMgmtTests->addChild(createGroup(testCtx, "max_concurrent", "Maximum number of concurrently l… in createObjectManagementTests() 3771 …objectMgmtTests->addChild(createGroup(testCtx, "multithreaded_per_thread_device", "Multithreaded o… in createObjectManagementTests() 3801 …objectMgmtTests->addChild(createGroup(testCtx, "multithreaded_per_thread_resources", "Multithreade… in createObjectManagementTests() 3836 …objectMgmtTests->addChild(createGroup(testCtx, "multithreaded_shared_resources", "Multithreaded ob… in createObjectManagementTests() 3869 …objectMgmtTests->addChild(createGroup(testCtx, "single_alloc_callbacks", "Create single object", s… in createObjectManagementTests() 3904 …objectMgmtTests->addChild(createGroup(testCtx, "alloc_callback_fail", "Allocation callback failure… in createObjectManagementTests() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 3462 tcu::TestCaseGroup* createGroup (tcu::TestContext& testCtx, const char* name, const char* desc, con… in createGroup() function 3638 …objectMgmtTests->addChild(createGroup(testCtx, "single", "Create single object", s_createSingleGro… in createObjectManagementTests() 3673 …objectMgmtTests->addChild(createGroup(testCtx, "multiple_unique_resources", "Multiple objects with… in createObjectManagementTests() 3708 …objectMgmtTests->addChild(createGroup(testCtx, "multiple_shared_resources", "Multiple objects with… in createObjectManagementTests() 3740 …objectMgmtTests->addChild(createGroup(testCtx, "max_concurrent", "Maximum number of concurrently l… in createObjectManagementTests() 3771 …objectMgmtTests->addChild(createGroup(testCtx, "multithreaded_per_thread_device", "Multithreaded o… in createObjectManagementTests() 3801 …objectMgmtTests->addChild(createGroup(testCtx, "multithreaded_per_thread_resources", "Multithreade… in createObjectManagementTests() 3836 …objectMgmtTests->addChild(createGroup(testCtx, "multithreaded_shared_resources", "Multithreaded ob… in createObjectManagementTests() 3869 …objectMgmtTests->addChild(createGroup(testCtx, "single_alloc_callbacks", "Create single object", s… in createObjectManagementTests() 3904 …objectMgmtTests->addChild(createGroup(testCtx, "alloc_callback_fail", "Allocation callback failure… in createObjectManagementTests() [all …]
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
D | RBxliffImporter.java | 236 rbm.createGroup(group, groupComment); in importDoc()
|
D | RBManager.java | 560 public boolean createGroup(String groupName, String groupComment) { in createGroup() method in RBManager
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_wifi.js | 568 createGroup: function (...args) { method
|
/third_party/vk-gl-cts/executor/tools/ |
D | xeCommandLineExecutor.cpp | 293 xe::TestGroup* package = root.createGroup(packageName.c_str(), ""); in readCaseLists()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
D | vktShaderLibrary.cpp | 1752 …tcu::TestCaseGroup* createGroup (const string& name, const string& description, const vector<tcu::… in createGroup() function in vkt::__anona82a015e0111::ShaderCaseFactory
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktShaderLibrary.cpp | 1752 …tcu::TestCaseGroup* createGroup (const string& name, const string& description, const vector<tcu::… in createGroup() function in vkt::__anonb01782de0111::ShaderCaseFactory
|