/third_party/typescript/tests/arkTSTest/testcase/arkts-no-func-props/ |
D | arkts-no-func-props-4-error.ets | 17 function formatName(firstName: string, lastName: string): string { 21 formatName.fullName = (firstName: string, lastName: string): string => { 25 formatName.getInitials = (firstName: string, lastName: string): string => { 31 const formattedName = formatName("John", "Doe"); 34 const fullName = formatName.fullName("John", "Doe"); 37 const initials = formatName.getInitials("John", "Doe");
|
D | arkts-no-func-props-4-ok.ets | 18 static formatName(firstName: string, lastName: string): string { 32 const formattedName1:string = Format.formatName("John", "Doe");
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsShuffleTests.cpp | 103 const string formatName = subgroups::getFormatNameForGLSL(caseDef.format); in getPerStageHeadDeclarations() local 125 " " + formatName + " data1[];\n" in getPerStageHeadDeclarations() 138 const string formatName = subgroups::getFormatNameForGLSL(caseDef.format); in getFramebufferPerStageHeadDeclarations() local 145 " " + formatName + " data1[" + de::toString(subgroups::maxSupportedSubgroupSize()) + "];\n" in getFramebufferPerStageHeadDeclarations() 429 const string formatName = subgroups::getFormatNameForGLSL(format); in createSubgroupsShuffleTests() local 434 const string name = de::toLower(getOpTypeName(opType)) + "_" + formatName; in createSubgroupsShuffleTests() 489 const string formatName = subgroups::getFormatNameForGLSL(format); in createSubgroupsShuffleTests() local 494 const string name = de::toLower(getOpTypeName(opType)) + "_" + formatName; in createSubgroupsShuffleTests()
|
D | vktSubgroupsClusteredTests.cpp | 111 const string formatName = subgroups::getFormatNameForGLSL(caseDef.format); in getTestSrc() local 127 << " " << formatName << " op = " in getTestSrc() 131 << " " << formatName << " ref = " in getTestSrc() 334 const string formatName = subgroups::getFormatNameForGLSL(format); in createSubgroupsClusteredTests() local 352 const string name = de::toLower(getOpTypeName(op)) +"_" + formatName; in createSubgroupsClusteredTests() 407 const string formatName = subgroups::getFormatNameForGLSL(format); in createSubgroupsClusteredTests() local 426 const string name = de::toLower(getOpTypeName(op)) +"_" + formatName; in createSubgroupsClusteredTests()
|
D | vktSubgroupsScanHelpers.cpp | 279 const string formatName = subgroups::getFormatNameForGLSL(format); in getCompare() local 300 return "(abs(" + lhs + " - " + rhs + ") < " + formatName + "(gl_SubgroupSize==128 ? 0.2: 0.1))"; in getCompare() 313 …return "all(lessThan(abs(" + lhs + " - " + rhs + "), " + formatName + "(gl_SubgroupSize==128 ? 0.2… in getCompare() 323 …return "all(lessThan(abs(" + lhs + " - " + rhs + "), " + formatName + "(gl_SubgroupSize==128 ? 0.0… in getCompare()
|
D | vktSubgroupsQuadTests.cpp | 361 const string formatName = subgroups::getFormatNameForGLSL(format); in createSubgroupsQuadTests() local 366 const string name = getOpTypeCaseName(opType) + "_" + formatName; in createSubgroupsQuadTests() 422 const string formatName = subgroups::getFormatNameForGLSL(format); in createSubgroupsQuadTests() local 427 const string testName = getOpTypeCaseName(opType) + "_" + formatName; in createSubgroupsQuadTests()
|
D | vktSubgroupsArithmeticTests.cpp | 407 const string formatName = subgroups::getFormatNameForGLSL(format); in createSubgroupsArithmeticTests() local 426 const string name = de::toLower(getOpTypeName(op, st)) + "_" + formatName; in createSubgroupsArithmeticTests() 484 const string formatName = subgroups::getFormatNameForGLSL(format); in createSubgroupsArithmeticTests() local 513 const string name = de::toLower(getOpTypeName(op, st)) + "_" + formatName; in createSubgroupsArithmeticTests()
|
D | vktSubgroupsPartitionedTests.cpp | 458 const string formatName = subgroups::getFormatNameForGLSL(format); in createSubgroupsPartitionedTests() local 477 const string name = de::toLower(getOpTypeName(op, st)) + "_" + formatName; in createSubgroupsPartitionedTests() 535 const string formatName = subgroups::getFormatNameForGLSL(format); in createSubgroupsPartitionedTests() local 564 const string name = de::toLower(getOpTypeName(op, st)) + "_" + formatName; in createSubgroupsPartitionedTests()
|
D | vktSubgroupsTestsUtils.cpp | 1369 const std::string& formatName, in getBufferDeclarations() argument 1388 " " + formatName + " data[];\n" in getBufferDeclarations() 1411 const std::string formatName = subgroups::getFormatNameForGLSL(format); in initStdPrograms() local 1421 << getBufferDeclarations(shaderStage, formatName, declarations, 0) in initStdPrograms() 1442 + getBufferDeclarations(shaderStage, formatName, declarations, 0) + in initStdPrograms() 1460 + getBufferDeclarations(shaderStage, formatName, declarations, 1) + in initStdPrograms() 1481 + getBufferDeclarations(shaderStage, formatName, declarations, 2) + in initStdPrograms() 1499 + getBufferDeclarations(shaderStage, formatName, declarations, 3) + in initStdPrograms() 1516 + getBufferDeclarations(shaderStage, formatName, declarations, 4) in initStdPrograms() 1543 + getBufferDeclarations(shaderStage, formatName, declarations, 0) + in initStdPrograms() [all …]
|
D | vktSubgroupsBallotBroadcastTests.cpp | 521 const string formatName = subgroups::getFormatNameForGLSL(format); in createSubgroupsBallotBroadcastTests() local 526 const string name = getOpTypeCaseName(opType) + "_" + formatName; in createSubgroupsBallotBroadcastTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryExternalMemoryHostTests.cpp | 1093 for (const auto& formatName : testFormats) in createMemoryExternalMemoryHostTests() local 1096 formatName.name, formatName.name, AddPrograms(), in createMemoryExternalMemoryHostTests() 1097 TestParams(formatName.format), checkSupport)); in createMemoryExternalMemoryHostTests() 1101 for (const auto& formatName : testFormats) in createMemoryExternalMemoryHostTests() local 1104 formatName.name, formatName.name, AddPrograms(), in createMemoryExternalMemoryHostTests() 1105 TestParams(formatName.format, true), checkSupport)); in createMemoryExternalMemoryHostTests()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | msgfmt.h | 599 virtual Format* getFormat(const UnicodeString& formatName, UErrorCode& status); 614 … virtual void setFormat(const UnicodeString& formatName, const Format& format, UErrorCode& status); 630 …virtual void adoptFormat(const UnicodeString& formatName, Format* formatToAdopt, UErrorCode& statu…
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | msgfmt.h | 599 virtual Format* getFormat(const UnicodeString& formatName, UErrorCode& status); 614 … virtual void setFormat(const UnicodeString& formatName, const Format& format, UErrorCode& status); 630 …virtual void adoptFormat(const UnicodeString& formatName, Format* formatToAdopt, UErrorCode& statu…
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | msgfmt.h | 599 virtual Format* getFormat(const UnicodeString& formatName, UErrorCode& status); 614 … virtual void setFormat(const UnicodeString& formatName, const Format& format, UErrorCode& status); 630 …virtual void adoptFormat(const UnicodeString& formatName, Format* formatToAdopt, UErrorCode& statu…
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureConversionTests.cpp | 169 const auto formatName = de::toLower(std::string(getFormatName(m_params->format)).substr(10)); in verifyPixels() local 177 log << tcu::TestLog::Image("Res_"+formatName, "Rendered image", rendered); in verifyPixels() 178 log << tcu::TestLog::Image("Ref_"+formatName, "Reference image", reference); in verifyPixels() 179 log << tcu::TestLog::Image("Err_"+formatName, "Error mask image", errorMask); in verifyPixels()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrFormatTests.cpp | 626 const string formatName = de::toLower(de::toString(format).substr(10)); in populateFormatGroup() local 628 …group->addChild(createTestGroup<VkFormat>(group->getTestContext(), formatName, "", populatePerForm… in populateFormatGroup() 634 const string formatName = de::toLower(de::toString(format).substr(10)); in populateFormatGroup() local 636 …group->addChild(createTestGroup<VkFormat>(group->getTestContext(), formatName, "", populatePerForm… in populateFormatGroup()
|
D | vktYCbCrConversionTests.cpp | 1325 const std::string formatName(de::toLower(std::string(getFormatName(format)).substr(10))); in buildTests() local 1326 …Group(new tcu::TestCaseGroup(testCtx, formatName.c_str(), ("Tests for color conversion using forma… in buildTests() 1429 const std::string formatName(de::toLower(std::string(getFormatName(format)).substr(10))); in buildTests() local 1430 …Group(new tcu::TestCaseGroup(testCtx, formatName.c_str(), ("Tests for color conversion using forma… in buildTests() 1636 const std::string formatName(de::toLower(std::string(getFormatName(format)).substr(10))); in buildTests() local 1637 …Group(new tcu::TestCaseGroup(testCtx, formatName.c_str(), ("Tests for color conversion using forma… in buildTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassLoadStoreOpNoneTests.cpp | 1516 const std::string formatName = getFormatCaseName(formats[f]); in createRenderPassLoadStoreOpNoneTests() local 1545 …opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "depth_"+formatName+"_load_op_load_store_op… in createRenderPassLoadStoreOpNoneTests() 1570 …opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "depth_" + formatName + "_load_op_none_stor… in createRenderPassLoadStoreOpNoneTests() 1596 …opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "depth_" + formatName + "_load_op_none_stor… in createRenderPassLoadStoreOpNoneTests() 1622 …opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "depth_" + formatName + "_load_op_none_stor… in createRenderPassLoadStoreOpNoneTests() 1651 …opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "stencil_" + formatName + "_load_op_load_st… in createRenderPassLoadStoreOpNoneTests() 1676 …opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "stencil_" + formatName + "_load_op_none_st… in createRenderPassLoadStoreOpNoneTests() 1702 …opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "stencil_" + formatName + "_load_op_none_st… in createRenderPassLoadStoreOpNoneTests() 1728 …opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "stencil_" + formatName + "_load_op_none_st… in createRenderPassLoadStoreOpNoneTests()
|
D | vktRenderPassUnusedClearAttachmentTests.cpp | 80 const std::string formatName = getFormatBriefName(format); in depthStencilTypeName() local 85 case DEPTH_STENCIL_DEPTH_ONLY: return "depthonly_" + formatName; in depthStencilTypeName() 86 case DEPTH_STENCIL_STENCIL_ONLY: return "stencilonly_" + formatName; in depthStencilTypeName() 87 case DEPTH_STENCIL_BOTH: return "depthstencil_" + formatName; in depthStencilTypeName()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineLogicOpTests.cpp | 543 const auto formatName = getSimpleFormatName(format); in createLogicOpTests() local 544 const auto formatDesc = "Logical operator tests with format " + formatName; in createLogicOpTests() 546 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatName.c_str(), f… in createLogicOpTests()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | msgfmt.cpp | 700 MessageFormat::adoptFormat(const UnicodeString& formatName, in adoptFormat() argument 707 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in adoptFormat() 715 if (argNameMatches(partIndex + 1, formatName, argNumber)) { in adoptFormat() 760 MessageFormat::getFormat(const UnicodeString& formatName, UErrorCode& status) { in getFormat() argument 763 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in getFormat() 769 if (argNameMatches(partIndex + 1, formatName, argNumber)) { in getFormat() 780 MessageFormat::setFormat(const UnicodeString& formatName, in setFormat() argument 785 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in setFormat() 793 if (argNameMatches(partIndex + 1, formatName, argNumber)) { in setFormat()
|
/third_party/icu/icu4c/source/i18n/ |
D | msgfmt.cpp | 699 MessageFormat::adoptFormat(const UnicodeString& formatName, in adoptFormat() argument 706 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in adoptFormat() 714 if (argNameMatches(partIndex + 1, formatName, argNumber)) { in adoptFormat() 759 MessageFormat::getFormat(const UnicodeString& formatName, UErrorCode& status) { in getFormat() argument 762 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in getFormat() 768 if (argNameMatches(partIndex + 1, formatName, argNumber)) { in getFormat() 779 MessageFormat::setFormat(const UnicodeString& formatName, in setFormat() argument 784 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in setFormat() 792 if (argNameMatches(partIndex + 1, formatName, argNumber)) { in setFormat()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | msgfmt.cpp | 699 MessageFormat::adoptFormat(const UnicodeString& formatName, in adoptFormat() argument 706 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in adoptFormat() 714 if (argNameMatches(partIndex + 1, formatName, argNumber)) { in adoptFormat() 759 MessageFormat::getFormat(const UnicodeString& formatName, UErrorCode& status) { in getFormat() argument 762 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in getFormat() 768 if (argNameMatches(partIndex + 1, formatName, argNumber)) { in getFormat() 779 MessageFormat::setFormat(const UnicodeString& formatName, in setFormat() argument 784 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in setFormat() 792 if (argNameMatches(partIndex + 1, formatName, argNumber)) { in setFormat()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferTests.cpp | 801 std::string formatName = de::toLower(getFormatName(testFormat)); in createBufferTests() local 803 …addFunctionCase(invalidBufferFeatures.get(), formatName, formatName, testDepthStencilBufferFeature… in createBufferTests()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fTextureFilteringTests.cpp | 1324 const char* formatName = filterableFormatsByType[fmtNdx].name; in init() local 1327 string name = string(formatName) + "_" + filterName; in init() 1440 const char* formatName = filterableFormatsByType[fmtNdx].name; in init() local 1443 string name = string(formatName) + "_" + filterName; in init() 1582 const char* formatName = filterableFormatsByType[fmtNdx].name; in init() local 1585 string name = string(formatName) + "_" + filterName; in init() 1677 const char* formatName = filterableFormatsByType[fmtNdx].name; in init() local 1680 string name = string(formatName) + "_" + filterName; in init()
|