Home
last modified time | relevance | path

Searched refs:createGroup (Results 1 - 20 of 20) sorted by relevance

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DBundleGroupCreationDialog.java51 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 DvktApplicationParametersTests.cpp385 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 DvktApplicationParametersTests.cpp385 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 DglsShaderLibrary.cpp45 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 DglsLifetimeTests.hpp380 MovePtr<TestCaseGroup> createGroup (TestContext& testCtx, Type& type);
420 using details::createGroup;
/third_party/ltp/testcases/network/nfsv4/acl/
H A Drandom_gen.py44 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 DvktShaderObjectCreateTests.cpp785 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 DxeTestCase.hpp100 TestGroup* createGroup (const char* name);
H A DxeTestCaseListParser.cpp112 TestNode* node = isGroup ? static_cast<TestNode*>(static_cast<TestGroup*>(parent)->createGroup(name)) in parse()
H A DxeTestCase.cpp192 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 DgluShaderLibrary.hpp199 virtual tcu::TestCaseGroup* createGroup (const std::string& name, const std::string& description, const std::vector<tcu::TestNode*>& children) = 0;
H A DgluShaderLibrary.cpp1573 tcu::TestCaseGroup* groupNode = m_caseFactory->createGroup(name, description, children); in parseShaderGroup()
/third_party/vk-gl-cts/scripts/khr_util/
H A Dregistry.py348 def createGroup(name): function
381 groups = NameIndex(createMissing=createGroup, kind="group")
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp3462 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 DvktApiObjectManagementTests.cpp3462 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 DRBxliffImporter.java236 rbm.createGroup(group, groupComment); in importDoc()
H A DRBManager.java560 public boolean createGroup(String groupName, String groupComment) { in createGroup() method in RBManager
/third_party/vk-gl-cts/executor/tools/
H A DxeCommandLineExecutor.cpp293 xe::TestGroup* package = root.createGroup(packageName.c_str()); in readCaseLists()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp1752 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 DvktShaderLibrary.cpp1752 tcu::TestCaseGroup* createGroup (const string& name, const string& description, const vector<tcu::TestNode*>& children) in createGroup() function in vkt::__anon30115::ShaderCaseFactory

Completed in 31 milliseconds