/third_party/vk-gl-cts/executor/tools/ |
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/node/deps/icu-small/source/common/ |
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, substitute == UDISPCTX_SUBSTITUTE); in localeDisplayName() 621 if (resultName.isBogus()) { in localeDisplayName() [all …]
|
/third_party/icu/icu4c/source/common/ |
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, substitute == UDISPCTX_SUBSTITUTE); in localeDisplayName() 621 if (resultName.isBogus()) { in localeDisplayName() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
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, substitute == UDISPCTX_SUBSTITUTE); in localeDisplayName() 621 if (resultName.isBogus()) { in localeDisplayName() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | locdspnm.cpp | 569 UnicodeString resultName; in localeDisplayName() local 588 localeIdName(buffer, resultName); in localeDisplayName() 589 if (!resultName.isBogus()) { in localeDisplayName() 597 localeIdName(buffer, resultName); in localeDisplayName() 598 if (!resultName.isBogus()) { in localeDisplayName() 605 localeIdName(buffer, resultName); in localeDisplayName() 606 if (!resultName.isBogus()) { in localeDisplayName() 613 if (resultName.isBogus() || resultName.isEmpty()) { in localeDisplayName() 614 localeIdName(lang, resultName); in localeDisplayName() 665 format.format(resultName, resultRemainder, result.remove(), status); in localeDisplayName() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | LocaleDisplayNamesImpl.java | 307 String resultName = null; in localeDisplayNameInternal() local 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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | LocaleDisplayNamesImpl.java | 303 String resultName = null; in localeDisplayNameInternal() local 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/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmTypeTests.cpp | 632 string getBinaryFullOperationWithInputWidthStr (string resultName, string spirvOperation, InputType… in getBinaryFullOperationWithInputWidthStr() argument 664 …str += resultName + " = " + spirvOperation + " %" + spirvTestType + " %input0_val " + input1Str + … in getBinaryFullOperationWithInputWidthStr() 674 string getFullOperationWithDifferentInputWidthStr (string resultName, string spirvOperation, InputT… in getFullOperationWithDifferentInputWidthStr() argument 700 …str += resultName + " = " + spirvOperation + " %" + spirvTestType + " %input0_val %input1_val " + … in getFullOperationWithDifferentInputWidthStr() 702 …str += resultName + " = " + spirvOperation + " %" + spirvTestType + " %input0_val " + offsetStr + … in getFullOperationWithDifferentInputWidthStr() 851 const string& resultName, 1848 const string resultName = returnHighPart ? "%op_result_pre" : "%op_result"; in createTests() local 1909 + resultName + " = OpLoad %" + m_spirvTestType + " %op_constant\n"; in createTests() 1912 finalizeFullOperation(fullOperation, resultName, returnHighPart, false); in createTests() 1931 …string full_operation (spirvExtension ? resultName + " = OpExtInst %" + m_spirvTestType + " %ext… in createTests() [all …]
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
D | es2pShaderControlStatementTests.cpp | 49 static void writeConditionalWorkload (std::ostringstream& stream, const char* resultName, const cha… in writeConditionalWorkload() argument 53 stream << resultName << " = "; in writeConditionalWorkload() 67 static void writeLoopWorkload (std::ostringstream& stream, const char* resultName, const char* oper… in writeLoopWorkload() argument 71 stream << resultName << " = "; in writeLoopWorkload() 78 stream << "(" << resultName << " + " << operandName << ")"; in writeLoopWorkload()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
D | es3pShaderControlStatementTests.cpp | 49 static void writeConditionalWorkload (std::ostringstream& stream, const char* resultName, const cha… in writeConditionalWorkload() argument 53 stream << resultName << " = "; in writeConditionalWorkload() 67 static void writeLoopWorkload (std::ostringstream& stream, const char* resultName, const char* oper… in writeLoopWorkload() argument 71 stream << resultName << " = "; in writeLoopWorkload() 78 stream << "(" << resultName << " + " << operandName << ")"; in writeLoopWorkload()
|
/third_party/typescript/src/harness/ |
D | harnessIO.ts | 973 … function checkDuplicatedFileName(resultName: string, dupeCase: ts.ESMap<string, number>): string { 974 resultName = sanitizeTestFilePath(resultName); 975 if (dupeCase.has(resultName)) { 977 const count = 1 + dupeCase.get(resultName)!; 978 dupeCase.set(resultName, count); 979 resultName = `${resultName}.dupe${count}`; 982 dupeCase.set(resultName, 0); 984 return resultName;
|
/third_party/vk-gl-cts/executor/ |
D | xeBatchResult.hpp | 50 std::string resultName; member in xe::SessionInfo
|
D | xeTestLogParser.cpp | 103 m_sessionInfo.resultName = value; in parse()
|
D | xeTestLogWriter.cpp | 81 if (!info.resultName.empty()) in writeSessionInfo() 82 stream << "#sessionInfo resultName " << ContainerValue(info.resultName) << "\n"; in writeSessionInfo()
|
/third_party/vk-gl-cts/doc/ |
D | qpa_file_format.txt | 33 resultName
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
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… in iterate() 1257 …if (!tcu::intThresholdCompare(log, resultName.c_str(), "", colorPIxels, colorPixels, tcu::UVec4(0u… in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles2/ |
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/ |
D | vktRayTracingDataSpillTests.cpp | 1201 …const std::string resultName = ((i == (numComponents - 1)) ? "%total_sum" : ("%partial_" + de::toS… in initPrograms() local 1202 …zeroForCallable << resultName << " = " << opAdd << " %" << componentTypeName << " %component_" << … in initPrograms()
|