/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
H A 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/ |
H A D | vktApplicationParametersTests.cpp | 385 de::MovePtr<tcu::TestCaseGroup> createGroup(new tcu::TestCaseGroup(testCtx, groups[groupIdx].name)); in createApplicationParametersTests() 392 addFunctionCase(createGroup.get(), tests[testIdx].name, checkSupport, createInstanceTest, testParams); in createApplicationParametersTests() 394 addFunctionCase(createGroup.get(), tests[testIdx].name, checkSupport, createDeviceTest, testParams); in createApplicationParametersTests() 397 group->addChild(createGroup.release()); in createApplicationParametersTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
H A D | vktApplicationParametersTests.cpp | 385 de::MovePtr<tcu::TestCaseGroup> createGroup(new tcu::TestCaseGroup(testCtx, groups[groupIdx].name, "")); in createApplicationParametersTests() 392 addFunctionCase(createGroup.get(), tests[testIdx].name, "", checkSupport, createInstanceTest, testParams); in createApplicationParametersTests() 394 addFunctionCase(createGroup.get(), tests[testIdx].name, "", checkSupport, createDeviceTest, testParams); in createApplicationParametersTests() 397 group->addChild(createGroup.release()); in createApplicationParametersTests()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsShaderLibrary.cpp | 45 tcu::TestCaseGroup* createGroup (const std::string& name, const std::string& description, const std::vector<tcu::TestNode*>& children) in createGroup() function in deqp::gls::__anon31000::CaseFactory
|
H A D | glsLifetimeTests.hpp | 380 MovePtr<TestCaseGroup> createGroup (TestContext& testCtx, Type& type); 420 using details::createGroup;
|
/third_party/ltp/testcases/network/nfsv4/acl/ |
H A D | random_gen.py | 44 def createGroup(self, grpname, gid): member in RandomGen 53 self.createGroup(gName, gid)
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectCreateTests.cpp | 785 de::MovePtr<tcu::TestCaseGroup> createGroup(new tcu::TestCaseGroup(testCtx, "create")); in createShaderObjectCreateTests() 792 createGroup->addChild(multipleGroup.release()); in createShaderObjectCreateTests() 830 createGroup->addChild(stageGroup.release()); in createShaderObjectCreateTests() 833 return createGroup.release(); in createShaderObjectCreateTests()
|
/third_party/vk-gl-cts/executor/ |
H A D | xeTestCase.hpp | 100 TestGroup* createGroup (const char* name);
|
H A D | xeTestCaseListParser.cpp | 112 TestNode* node = isGroup ? static_cast<TestNode*>(static_cast<TestGroup*>(parent)->createGroup(name)) in parse()
|
H A D | xeTestCase.cpp | 192 TestGroup* TestGroup::createGroup (const char* name) in createGroup() function in TestGroup 305 TestGroup* newGroup = curGroup->createGroup(components[ndx].c_str()); in createCase()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluShaderLibrary.hpp | 199 virtual tcu::TestCaseGroup* createGroup (const std::string& name, const std::string& description, const std::vector<tcu::TestNode*>& children) = 0;
|
H A D | gluShaderLibrary.cpp | 1573 tcu::TestCaseGroup* groupNode = m_caseFactory->createGroup(name, description, children); in parseShaderGroup()
|
/third_party/vk-gl-cts/scripts/khr_util/ |
H A D | registry.py | 348 def createGroup(name): function 381 groups = NameIndex(createMissing=createGroup, kind="group")
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiObjectManagementTests.cpp | 3462 tcu::TestCaseGroup* createGroup (tcu::TestContext& testCtx, const char* name, const CaseDescriptions& cases) in createGroup() function 3639 objectMgmtTests->addChild(createGroup(testCtx, "single", s_createSingleGroup)); in createObjectManagementTests() 3675 objectMgmtTests->addChild(createGroup(testCtx, "multiple_unique_resources", s_createMultipleUniqueResourcesGroup)); in createObjectManagementTests() 3711 objectMgmtTests->addChild(createGroup(testCtx, "multiple_shared_resources", s_createMultipleSharedResourcesGroup)); in createObjectManagementTests() 3744 objectMgmtTests->addChild(createGroup(testCtx, "max_concurrent", s_createMaxConcurrentGroup)); in createObjectManagementTests() 3776 objectMgmtTests->addChild(createGroup(testCtx, "multithreaded_per_thread_device", s_multithreadedCreatePerThreadDeviceGroup)); in createObjectManagementTests() 3807 objectMgmtTests->addChild(createGroup(testCtx, "multithreaded_per_thread_resources", s_multithreadedCreatePerThreadResourcesGroup)); in createObjectManagementTests() 3843 objectMgmtTests->addChild(createGroup(testCtx, "multithreaded_shared_resources", s_multithreadedCreateSharedResourcesGroup)); in createObjectManagementTests() 3877 objectMgmtTests->addChild(createGroup(testCtx, "single_alloc_callbacks", s_createSingleAllocCallbacksGroup)); in createObjectManagementTests() 3913 objectMgmtTests->addChild(createGroup(testCt in createObjectManagementTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiObjectManagementTests.cpp | 3462 tcu::TestCaseGroup* createGroup (tcu::TestContext& testCtx, const char* name, const char* desc, const CaseDescriptions& cases) in createGroup() function 3638 objectMgmtTests->addChild(createGroup(testCtx, "single", "Create single object", s_createSingleGroup)); in createObjectManagementTests() 3673 objectMgmtTests->addChild(createGroup(testCtx, "multiple_unique_resources", "Multiple objects with per-object unique resources", s_createMultipleUniqueResourcesGroup)); in createObjectManagementTests() 3708 objectMgmtTests->addChild(createGroup(testCtx, "multiple_shared_resources", "Multiple objects with shared resources", s_createMultipleSharedResourcesGroup)); in createObjectManagementTests() 3740 objectMgmtTests->addChild(createGroup(testCtx, "max_concurrent", "Maximum number of concurrently live objects", s_createMaxConcurrentGroup)); in createObjectManagementTests() 3771 objectMgmtTests->addChild(createGroup(testCtx, "multithreaded_per_thread_device", "Multithreaded object construction with per-thread device ", s_multithreadedCreatePerThreadDeviceGroup)); in createObjectManagementTests() 3801 objectMgmtTests->addChild(createGroup(testCtx, "multithreaded_per_thread_resources", "Multithreaded object construction with per-thread resources", s_multithreadedCreatePerThreadResourcesGroup)); in createObjectManagementTests() 3836 objectMgmtTests->addChild(createGroup(testCtx, "multithreaded_shared_resources", "Multithreaded object construction with shared resources", s_multithreadedCreateSharedResourcesGroup)); in createObjectManagementTests() 3869 objectMgmtTests->addChild(createGroup(testCtx, "single_alloc_callbacks", "Create single object", s_createSingleAllocCallbacksGroup)); in createObjectManagementTests() 3904 objectMgmtTests->addChild(createGroup(testCt in createObjectManagementTests() [all...] |
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | RBxliffImporter.java | 236 rbm.createGroup(group, groupComment); in importDoc()
|
H A D | RBManager.java | 560 public boolean createGroup(String groupName, String groupComment) { in createGroup() method in RBManager
|
/third_party/vk-gl-cts/executor/tools/ |
H A D | xeCommandLineExecutor.cpp | 293 xe::TestGroup* package = root.createGroup(packageName.c_str()); in readCaseLists()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktShaderLibrary.cpp | 1752 tcu::TestCaseGroup* createGroup (const string& name, const std::string& description, const vector<tcu::TestNode*>& children) in createGroup() function in vkt::__anon28948::ShaderCaseFactory
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktShaderLibrary.cpp | 1752 tcu::TestCaseGroup* createGroup (const string& name, const string& description, const vector<tcu::TestNode*>& children) in createGroup() function in vkt::__anon30115::ShaderCaseFactory
|