Home
last modified time | relevance | path

Searched refs:formatName (Results 1 – 25 of 40) sorted by relevance

12

/external/antlr/tool/src/main/java/org/antlr/codegen/
DRubyTarget.java94 public String toString( Object o, String formatName, Locale locale ) { in toString() argument
95 if ( formatName==null ) { in toString()
103 if ( formatName.equals( "snakecase" ) ) { in toString()
105 } else if ( formatName.equals( "camelcase" ) ) { in toString()
107 } else if ( formatName.equals( "subcamelcase" ) ) { in toString()
109 } else if ( formatName.equals( "constant" ) ) { in toString()
111 } else if ( formatName.equals( "platform" ) ) { in toString()
113 } else if ( formatName.equals( "lexerRule" ) ) { in toString()
115 } else if ( formatName.equals( "constantPath" ) ) { in toString()
117 } else if ( formatName.equals( "rubyString" ) ) { in toString()
[all …]
DCSharp3Target.java124 public String toString(Object obj, String formatName, Locale locale) in toString() argument
127 if (value == null || formatName == null) in toString()
130 if (formatName.equals("id")) { in toString()
135 } else if (formatName.equals("cap")) { in toString()
137 } else if (formatName.equals("string")) { in toString()
140 throw new IllegalArgumentException("Unsupported format name: '" + formatName + "'"); in toString()
/external/antlr/tool/src/main/java/org/antlr/tool/
DErrorManager.java258 private static String formatName; field in ErrorManager
464 public static void setFormat(String formatName) { in setFormat() argument
465 ErrorManager.formatName = formatName; in setFormat()
466 String fileName = "org/antlr/tool/templates/messages/formats/"+formatName+".stg"; in setFormat()
470 if ( formatName.equals("antlr") ) { in setFormat()
482 if ( !formatOK && formatName.equals("antlr") ) { in setFormat()
483 …rawError("ANTLR installation corrupted; ANTLR messages format file "+formatName+".stg incomplete"); in setFormat()
912 System.err.println("Format template 'location' not found in " + formatName); in verifyFormat()
916 System.err.println("Format template 'message' not found in " + formatName); in verifyFormat()
920 System.err.println("Format template 'report' not found in " + formatName); in verifyFormat()
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsScanHelpers.cpp279 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()
/external/icu/icu4c/source/i18n/unicode/
Dmsgfmt.h599 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…
/external/icu/libicu/cts_headers/unicode/
Dmsgfmt.h599 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…
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryExternalMemoryHostTests.cpp1090 for (const auto& formatName : testFormats) in createMemoryExternalMemoryHostTests() local
1093 formatName.name, formatName.name, AddPrograms(), in createMemoryExternalMemoryHostTests()
1094 TestParams(formatName.format), checkSupport)); in createMemoryExternalMemoryHostTests()
1098 for (const auto& formatName : testFormats) in createMemoryExternalMemoryHostTests() local
1101 formatName.name, formatName.name, AddPrograms(), in createMemoryExternalMemoryHostTests()
1102 TestParams(formatName.format, true), checkSupport)); in createMemoryExternalMemoryHostTests()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrFormatTests.cpp626 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()
DvktYCbCrConversionTests.cpp1325 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()
DvktYCbCrStorageImageWriteTests.cpp686 std::string formatName = de::toLower(de::toString(format).substr(10)); in populateStorageImageWriteFormatGroup() local
687 …de::MovePtr<tcu::TestCaseGroup> formatGroup ( new tcu::TestCaseGroup(testCtx, formatName.c_str()… in populateStorageImageWriteFormatGroup()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineLogicOpTests.cpp543 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()
/external/icu/icu4c/source/i18n/
Dmsgfmt.cpp699 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()
/external/webrtc/sdk/objc/native/src/
Dobjc_video_encoder_factory.mm180 NSString *formatName = [NSString stringForStdString:format.name];
185 codec_info.is_hardware_accelerated = ![wrappedSoftwareFormats containsObject:formatName];
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedClearAttachmentTests.cpp80 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()
DvktRenderPassDepthStencilResolveTests.cpp1413 const char* formatName = formatData.name; in initTests() local
1423 …const std::string groupName = std::string(formatName) + ((useSeparateDepthStencilLayouts) ? "… in initTests()
1587 const char* formatName = formatData.name; in initTests() local
1597 …const std::string groupName = std::string(formatName) + ((useSeparateDepthStencilLayouts) ? "… in initTests()
DvktRenderPassMultisampleTests.cpp2185 const std::string formatName (formatToName(format)); in initTests() local
2186 …TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatName.c_str(), formatName.c_str(… in initTests()
2187 …stCaseGroup> extFormatGroup (new tcu::TestCaseGroup(testCtx, formatName.c_str(), formatName.c_str(… in initTests()
/external/deqp/modules/gles3/functional/
Des3fTextureFilteringTests.cpp1320 const char* formatName = filterableFormatsByType[fmtNdx].name; in init() local
1323 string name = string(formatName) + "_" + filterName; in init()
1436 const char* formatName = filterableFormatsByType[fmtNdx].name; in init() local
1439 string name = string(formatName) + "_" + filterName; in init()
1578 const char* formatName = filterableFormatsByType[fmtNdx].name; in init() local
1581 string name = string(formatName) + "_" + filterName; in init()
1673 const char* formatName = filterableFormatsByType[fmtNdx].name; in init() local
1676 string name = string(formatName) + "_" + filterName; in init()
Des3fTextureWrapTests.cpp541 …const string formatName = "astc_" + de::toString(blockSize.x()) + "x" + de::toString(blockSize.… in init() local
542 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, formatName.c_str(), ""); in init()
/external/deqp/external/openglcts/modules/common/subgroups/
DglcSubgroupsClusteredTests.cpp274 std::string formatName = subgroups::getFormatNameForGLSL(format); in getCompare() local
302 return "all(lessThan(abs(" + lhs + " - " + rhs + "), " + formatName + "(0.00001)))"; in getCompare()
DglcSubgroupsPartitionedTests.cpp294 std::string formatName = subgroups::getFormatNameForGLSL(format); in getCompare() local
326 return "all(lessThan(abs(" + lhs + " - " + rhs + "), " + formatName + "(0.00001)))"; in getCompare()
DglcSubgroupsArithmeticTests.cpp344 std::string formatName = subgroups::getFormatNameForGLSL(format); in getCompare() local
376 return "all(lessThan(abs(" + lhs + " - " + rhs + "), " + formatName + "(0.00001)))"; in getCompare()
/external/deqp/modules/gles31/functional/
Des31fTextureFilteringTests.cpp527 const char* formatName = filterableFormatsByType[fmtNdx].name; in init() local
530 const string name = string(formatName) + "_" + filterName; in init()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferViewCreateTests.cpp423 const std::string formatName = de::toLower(getFormatName((VkFormat)format)).substr(10); in createBufferViewCreateTests() local
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageQualifiersTests.cpp763 const std::string formatName = getShaderImageFormatQualifier(formats[formatNdx]); in createImageQualifiersTests() local
766 …new MemoryQualifierTestCase(testCtx, formatName, "", memoryQualifier, imageType, imageSize, format… in createImageQualifiersTests()
/external/deqp/modules/glshared/
DglsFboCompletenessTests.cpp773 static string formatName (ImageFormat format) in formatName() function
807 return formatName(params.format); in getName()

12