/third_party/vk-gl-cts/executor/tools/ |
H A D | xeMergeTestLogs.cpp | 81 if (!info.resultName.empty()) combinedInfo.resultName = info.resultName; in setSessionInfo() 91 if (combinedInfo.resultName.empty()) combinedInfo.resultName = info.resultName; in setSessionInfo()
|
/third_party/icu/icu4c/source/common/ |
H A D | locdspnm.cpp | 575 UnicodeString resultName; in localeDisplayName() local 594 localeIdName(buffer, resultName, false); in localeDisplayName() 595 if (!resultName.isBogus()) { in localeDisplayName() 603 localeIdName(buffer, resultName, false); in localeDisplayName() 604 if (!resultName.isBogus()) { in localeDisplayName() 611 localeIdName(buffer, resultName, false); in localeDisplayName() 612 if (!resultName.isBogus()) { in localeDisplayName() 619 if (resultName.isBogus() || resultName.isEmpty()) { in localeDisplayName() 620 localeIdName(lang, resultName, substitut in localeDisplayName() [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | locdspnm.cpp | 575 UnicodeString resultName; in localeDisplayName() local 594 localeIdName(buffer, resultName, false); in localeDisplayName() 595 if (!resultName.isBogus()) { in localeDisplayName() 603 localeIdName(buffer, resultName, false); in localeDisplayName() 604 if (!resultName.isBogus()) { in localeDisplayName() 611 localeIdName(buffer, resultName, false); in localeDisplayName() 612 if (!resultName.isBogus()) { in localeDisplayName() 619 if (resultName.isBogus() || resultName.isEmpty()) { in localeDisplayName() 620 localeIdName(lang, resultName, substitut in localeDisplayName() [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | locdspnm.cpp | 575 UnicodeString resultName; in localeDisplayName() local 594 localeIdName(buffer, resultName, false); in localeDisplayName() 595 if (!resultName.isBogus()) { in localeDisplayName() 603 localeIdName(buffer, resultName, false); in localeDisplayName() 604 if (!resultName.isBogus()) { in localeDisplayName() 611 localeIdName(buffer, resultName, false); in localeDisplayName() 612 if (!resultName.isBogus()) { in localeDisplayName() 619 if (resultName.isBogus() || resultName.isEmpty()) { in localeDisplayName() 620 localeIdName(lang, resultName, substitut in localeDisplayName() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | LocaleDisplayNamesImpl.java | 303 String resultName = null; in localeDisplayNameInternal() 327 resultName = result; in localeDisplayNameInternal() 337 resultName = result; in localeDisplayNameInternal() 346 resultName = result; in localeDisplayNameInternal() 354 if (resultName == null) { in localeDisplayNameInternal() 357 resultName = result in localeDisplayNameInternal() 421 resultName = SimpleFormatterImpl.formatCompiledPattern( in localeDisplayNameInternal() 422 format, resultName, resultRemainder); in localeDisplayNameInternal() 425 return adjustForUsageAndContext(CapitalizationContextUsage.LANGUAGE, resultName); in localeDisplayNameInternal()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | LocaleDisplayNamesImpl.java | 307 String resultName = null; in localeDisplayNameInternal() 331 resultName = result; in localeDisplayNameInternal() 341 resultName = result; in localeDisplayNameInternal() 350 resultName = result; in localeDisplayNameInternal() 358 if (resultName == null) { in localeDisplayNameInternal() 361 resultName = result in localeDisplayNameInternal() 425 resultName = SimpleFormatterImpl.formatCompiledPattern( in localeDisplayNameInternal() 426 format, resultName, resultRemainder); in localeDisplayNameInternal() 429 return adjustForUsageAndContext(CapitalizationContextUsage.LANGUAGE, resultName); in localeDisplayNameInternal()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmTypeTests.cpp | 632 string getBinaryFullOperationWithInputWidthStr (string resultName, string spirvOperation, InputType inputType, string spirvTestType, deUint32 vectorSize, InputWidth inputWidth) 664 str += resultName + " = " + spirvOperation + " %" + spirvTestType + " %input0_val " + input1Str + "\n"; 674 string getFullOperationWithDifferentInputWidthStr (string resultName, string spirvOperation, InputType inputType, string spirvTestType, InputWidth inputWidth, bool isQuaternary) 700 str += resultName + " = " + spirvOperation + " %" + spirvTestType + " %input0_val %input1_val " + offsetStr + " " + countStr +"\n"; 702 str += resultName + " = " + spirvOperation + " %" + spirvTestType + " %input0_val " + offsetStr + " " + countStr +"\n"; 850 const string& resultName, 1846 const string resultName = returnHighPart ? "%op_result_pre" : "%op_result"; 1907 + resultName + " = OpLoad %" + m_spirvTestType + " %op_constant\n"; 1910 finalizeFullOperation(fullOperation, resultName, returnHighPart, false); 1929 string full_operation (spirvExtension ? resultName [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmTypeTests.cpp | 632 string getBinaryFullOperationWithInputWidthStr (string resultName, string spirvOperation, InputType inputType, string spirvTestType, deUint32 vectorSize, InputWidth inputWidth) 664 str += resultName + " = " + spirvOperation + " %" + spirvTestType + " %input0_val " + input1Str + "\n"; 674 string getFullOperationWithDifferentInputWidthStr (string resultName, string spirvOperation, InputType inputType, string spirvTestType, InputWidth inputWidth, bool isQuaternary) 700 str += resultName + " = " + spirvOperation + " %" + spirvTestType + " %input0_val %input1_val " + offsetStr + " " + countStr +"\n"; 702 str += resultName + " = " + spirvOperation + " %" + spirvTestType + " %input0_val " + offsetStr + " " + countStr +"\n"; 851 const string& resultName, 1848 const string resultName = returnHighPart ? "%op_result_pre" : "%op_result"; 1909 + resultName + " = OpLoad %" + m_spirvTestType + " %op_constant\n"; 1912 finalizeFullOperation(fullOperation, resultName, returnHighPart, false); 1931 string full_operation (spirvExtension ? resultName [all...] |
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pShaderControlStatementTests.cpp | 49 static void writeConditionalWorkload (std::ostringstream& stream, const char* resultName, const char* operandName) in writeConditionalWorkload() argument 53 stream << resultName << " = "; in writeConditionalWorkload() local 67 static void writeLoopWorkload (std::ostringstream& stream, const char* resultName, const char* operandName) in writeLoopWorkload() argument 71 stream << resultName << " = "; in writeLoopWorkload() local 78 stream << "(" << resultName << " + " << operandName << ")"; in writeLoopWorkload()
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pShaderControlStatementTests.cpp | 49 static void writeConditionalWorkload (std::ostringstream& stream, const char* resultName, const char* operandName) in writeConditionalWorkload() argument 53 stream << resultName << " = "; in writeConditionalWorkload() local 67 static void writeLoopWorkload (std::ostringstream& stream, const char* resultName, const char* operandName) in writeLoopWorkload() argument 71 stream << resultName << " = "; in writeLoopWorkload() local 78 stream << "(" << resultName << " + " << operandName << ")"; in writeLoopWorkload()
|
/third_party/vk-gl-cts/executor/ |
H A D | xeBatchResult.hpp | 50 std::string resultName; member in xe::SessionInfo
|
H A D | xeTestLogParser.cpp | 102 else if (deStringEqual(attribute, "resultName")) in parse() 103 m_sessionInfo.resultName = value; in parse()
|
H A D | xeTestLogWriter.cpp | 79 if (!info.resultName.empty()) in writeSessionInfo() 80 stream << "#sessionInfo resultName " << ContainerValue(info.resultName) << "\n"; in writeSessionInfo()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageDepthStencilDescriptorTests.cpp | 1240 const std::string resultName = "Storage" + de::toString(bufferIdx); in iterate() local 1244 if (!tcu::floatThresholdCompare(log, resultName.c_str(), "", tcu::Vec4(depthClearValue, 0.0f, 0.0f, 1.0f), colorPixels, tcu::Vec4(0.1f, 0.0f, 0.0f, 0.0f), tcu::COMPARE_LOG_ON_ERROR)) in iterate() 1257 if (!tcu::intThresholdCompare(log, resultName.c_str(), "", colorPIxels, colorPixels, tcu::UVec4(0u), tcu::COMPARE_LOG_ON_ERROR)) in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageDepthStencilDescriptorTests.cpp | 1240 const std::string resultName = "Storage" + de::toString(bufferIdx); in iterate() local 1244 if (!tcu::floatThresholdCompare(log, resultName.c_str(), "", tcu::Vec4(depthClearValue, 0.0f, 0.0f, 1.0f), colorPixels, tcu::Vec4(0.1f, 0.0f, 0.0f, 0.0f), tcu::COMPARE_LOG_ON_ERROR)) in iterate() 1257 if (!tcu::intThresholdCompare(log, resultName.c_str(), "", colorPIxels, colorPixels, tcu::UVec4(0u), tcu::COMPARE_LOG_ON_ERROR)) in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles2/ |
H A D | es2cTexture3DTests.cpp | 648 GLint resultName; in iterate() local 649 gl.getIntegerv(GL_TEXTURE_BINDING_3D, &resultName); in iterate() 651 if (curCase.texture->getGLTexture() == static_cast<deUint32>(resultName)) in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingDataSpillTests.cpp | 1201 const std::string resultName = ((i == (numComponents - 1)) ? "%total_sum" : ("%partial_" + de::toString(i))); in initPrograms() local 1202 zeroForCallable << resultName << " = " << opAdd << " %" << componentTypeName << " %component_" << i << " " << previous << "\n"; in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingDataSpillTests.cpp | 1201 const std::string resultName = ((i == (numComponents - 1)) ? "%total_sum" : ("%partial_" + de::toString(i))); in initPrograms() local 1202 zeroForCallable << resultName << " = " << opAdd << " %" << componentTypeName << " %component_" << i << " " << previous << "\n"; in initPrograms()
|
/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/
... |