/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsm64bitCompareTests.cpp | 1849 static std::string getGroupName (); 1855 template <> std::string TestMgr::getGroupName<double>() { return "double"; } in getGroupName() function in vkt::SpirVAssembly::__anon28753::TestMgr 1856 template <> std::string TestMgr::getGroupName<deInt64>() { return "int64"; } in getGroupName() function in vkt::SpirVAssembly::__anon28753::TestMgr 1857 template <> std::string TestMgr::getGroupName<deUint64>() { return "uint64"; } in getGroupName() function in vkt::SpirVAssembly::__anon28753::TestMgr 1874 newGroup->addChild(createTestGroup(testCtx, TestMgr::getGroupName<double>(), TestMgr::getCreationFunction<double>(), &graphicStages)); in create64bitCompareGraphicsGroup() 1875 newGroup->addChild(createTestGroup(testCtx, TestMgr::getGroupName<deInt64>(), TestMgr::getCreationFunction<deInt64>(), &graphicStages)); in create64bitCompareGraphicsGroup() 1876 newGroup->addChild(createTestGroup(testCtx, TestMgr::getGroupName<deUint64>(), TestMgr::getCreationFunction<deUint64>(), &graphicStages)); in create64bitCompareGraphicsGroup() 1888 newGroup->addChild(createTestGroup(testCtx, TestMgr::getGroupName<double>(), TestMgr::getCreationFunction<double>(), &computeStages)); in create64bitCompareComputeGroup() 1889 newGroup->addChild(createTestGroup(testCtx, TestMgr::getGroupName<deInt64>(),TestMgr::getCreationFunction<deInt64>(), &computeStages)); in create64bitCompareComputeGroup() 1890 newGroup->addChild(createTestGroup(testCtx, TestMgr::getGroupName<deUint6 in create64bitCompareComputeGroup() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsm64bitCompareTests.cpp | 1849 static std::string getGroupName (); 1858 template <> std::string TestMgr::getGroupName<double>() { return "double"; } in getGroupName() function in vkt::SpirVAssembly::__anon29902::TestMgr 1859 template <> std::string TestMgr::getGroupName<deInt64>() { return "int64"; } in getGroupName() function in vkt::SpirVAssembly::__anon29902::TestMgr 1860 template <> std::string TestMgr::getGroupName<deUint64>() { return "uint64"; } in getGroupName() function in vkt::SpirVAssembly::__anon29902::TestMgr 1881 newGroup->addChild(createTestGroup(testCtx, TestMgr::getGroupName<double>(), TestMgr::getGroupDesc<double>(), TestMgr::getCreationFunction<double>(), &graphicStages)); in create64bitCompareGraphicsGroup() 1882 newGroup->addChild(createTestGroup(testCtx, TestMgr::getGroupName<deInt64>(), TestMgr::getGroupDesc<deInt64>(), TestMgr::getCreationFunction<deInt64>(), &graphicStages)); in create64bitCompareGraphicsGroup() 1883 newGroup->addChild(createTestGroup(testCtx, TestMgr::getGroupName<deUint64>(), TestMgr::getGroupDesc<deUint64>(), TestMgr::getCreationFunction<deUint64>(), &graphicStages)); in create64bitCompareGraphicsGroup() 1895 newGroup->addChild(createTestGroup(testCtx, TestMgr::getGroupName<double>(), TestMgr::getGroupDesc<double>(), TestMgr::getCreationFunction<double>(), &computeStages)); in create64bitCompareComputeGroup() 1896 newGroup->addChild(createTestGroup(testCtx, TestMgr::getGroupName<deInt64>(), TestMgr::getGroupDesc<deInt64>(), TestMgr::getCreationFunction<deInt64>(), &computeStages)); in create64bitCompareComputeGroup() 1897 newGroup->addChild(createTestGroup(testCtx, TestMgr::getGroupName<deUint6 in create64bitCompareComputeGroup() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationTests.cpp | 94 const std::pair<std::string, std::string> getGroupName (SynchronizationType type, const std::string& name, VideoCodecOperationFlags videoCodecOperation) in getGroupName() function 114 const std::pair<std::string, std::string> groupName = getGroupName(type, name, videoCodecOperation); in createTestsInternal()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationTests.cpp | 94 const std::pair<std::string, std::string> getGroupName (SynchronizationType type, VideoCodecOperationFlags videoCodecOperation) in getGroupName() function 122 const std::pair<std::string, std::string> groupName = getGroupName(type, videoCodecOperation); in createTestsInternal()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | ScanResult.java | 48 String getGroupName() { in getGroupName() method in ScanResult
|
H A D | RBReporter.java | 173 buffer.append("\n\t\t" + result.getName() + " (Group: " + result.getGroupName() + ")"); in generateReports() 260 result.getGroupName() + ")"); in generateReports() 337 item_elem.setAttribute("GROUP",result.getGroupName()); in generateReports()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | UCharacterName.java | 97 result = getGroupName(ch, choice); in getName() 237 public String getGroupName(int index, int length, int choice) in getGroupName() method in UCharacterName 506 public synchronized String getGroupName(int ch, int choice) in getGroupName() method in UCharacterName 517 return getGroupName(index + m_groupoffsets_[offset], in getGroupName()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | UCharacterName.java | 98 result = getGroupName(ch, choice); in getName() 238 public String getGroupName(int index, int length, int choice) in getGroupName() method in UCharacterName 507 public synchronized String getGroupName(int ch, int choice) in getGroupName() method in UCharacterName 518 return getGroupName(index + m_groupoffsets_[offset], in getGroupName()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
H A D | UCharacterNameIterator.java | 244 String name = m_name_.getGroupName( in iterateSingleGroup()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
H A D | UCharacterNameIterator.java | 244 String name = m_name_.getGroupName( in iterateSingleGroup()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fProgramInterfaceQueryTests.cpp | 4875 static const char* getGroupName (glu::Storage storage); 4882 : TestCaseGroup (context, getGroupName(storage), getGroupDescription(storage)) 4941 const char* BufferBackedBlockInterfaceTestGroup::getGroupName (glu::Storage storage)
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |