Home
last modified time | relevance | path

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

12

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
DRubyTarget.java93 public String toString( Object o, String formatName, Locale locale ) { in toString() argument
94 if ( formatName==null ) { in toString()
102 if ( formatName.equals( "snakecase" ) ) { in toString()
104 } else if ( formatName.equals( "camelcase" ) ) { in toString()
106 } else if ( formatName.equals( "subcamelcase" ) ) { in toString()
108 } else if ( formatName.equals( "constant" ) ) { in toString()
110 } else if ( formatName.equals( "platform" ) ) { in toString()
112 } else if ( formatName.equals( "lexerRule" ) ) { in toString()
114 } else if ( formatName.equals( "constantPath" ) ) { in toString()
116 } else if ( formatName.equals( "rubyString" ) ) { in toString()
[all …]
DCSharp3Target.java118 public String toString(Object obj, String formatName, Locale locale) in toString() argument
121 if (value == null || formatName == null) in toString()
124 if (formatName.equals("id")) { in toString()
129 } else if (formatName.equals("cap")) { in toString()
131 } else if (formatName.equals("string")) { in toString()
134 throw new IllegalArgumentException("Unsupported format name: '" + formatName + "'"); in toString()
/external/v8/tools/
Dic-processor.js142 IcProcessor.prototype.formatName = function(entry) { method in IcProcessor
157 this.formatName(entry) + ":" + line + ":" + column + " " + name +
169 this.formatName(entry) + ":" + line + ":" + column);
177 this.formatName(entry) + ":" + line + ":" + column);
185 this.formatName(entry) + ":" + line + ":" + column);
192 this.formatName(entry));
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DErrorManager.java253 private static String formatName; field in ErrorManager
437 public static void setFormat(String formatName) { in setFormat() argument
438 ErrorManager.formatName = formatName; in setFormat()
439 String fileName = "org/antlr/tool/templates/messages/formats/"+formatName+".stg"; in setFormat()
443 if ( formatName.equals("antlr") ) { in setFormat()
455 if ( !formatOK && formatName.equals("antlr") ) { in setFormat()
456 …rawError("ANTLR installation corrupted; ANTLR messages format file "+formatName+".stg incomplete"); in setFormat()
885 System.err.println("Format template 'location' not found in " + formatName); in verifyFormat()
889 System.err.println("Format template 'message' not found in " + formatName); in verifyFormat()
893 System.err.println("Format template 'report' not found in " + formatName); in verifyFormat()
/external/icu/icu4c/source/i18n/unicode/
Dmsgfmt.h579 virtual Format* getFormat(const UnicodeString& formatName, UErrorCode& status);
594 … virtual void setFormat(const UnicodeString& formatName, const Format& format, UErrorCode& status);
610 …virtual void adoptFormat(const UnicodeString& formatName, Format* formatToAdopt, UErrorCode& statu…
/external/icu/icu4c/source/i18n/
Dmsgfmt.cpp698 MessageFormat::adoptFormat(const UnicodeString& formatName, in adoptFormat() argument
705 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in adoptFormat()
713 if (argNameMatches(partIndex + 1, formatName, argNumber)) { in adoptFormat()
758 MessageFormat::getFormat(const UnicodeString& formatName, UErrorCode& status) { in getFormat() argument
761 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in getFormat()
767 if (argNameMatches(partIndex + 1, formatName, argNumber)) { in getFormat()
778 MessageFormat::setFormat(const UnicodeString& formatName, in setFormat() argument
783 int32_t argNumber = MessagePattern::validateArgumentName(formatName); in setFormat()
791 if (argNameMatches(partIndex + 1, formatName, argNumber)) { in setFormat()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrConversionTests.cpp1126 const std::string formatName (de::toLower(std::string(getFormatName(format)).substr(10))); in initTests() local
1127 …p (new tcu::TestCaseGroup(testCtx, formatName.c_str(), ("Tests for color conversion using forma… in initTests()
1213 const std::string formatName (de::toLower(std::string(getFormatName(format)).substr(10))); in initTests() local
1214 …roup (new tcu::TestCaseGroup(testCtx, formatName.c_str(), ("Tests for color conversion using forma… in initTests()
1402 const std::string formatName (de::toLower(std::string(getFormatName(format)).substr(10))); in initTests() local
1403 …roup (new tcu::TestCaseGroup(testCtx, formatName.c_str(), ("Tests for color conversion using forma… in initTests()
DvktYCbCrFormatTests.cpp534 const string formatName = de::toLower(de::toString(format).substr(10)); in populateFormatGroup() local
536 …group->addChild(createTestGroup<VkFormat>(group->getTestContext(), formatName, "", populatePerForm… in populateFormatGroup()
/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.cpp532 …const string formatName = "astc_" + de::toString(blockSize.x()) + "x" + de::toString(blockSize.… in init() local
533 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, formatName.c_str(), ""); in init()
/external/abi-dumper/
Dabi-dumper.pl2883 sub formatName($$) subroutine
3100 $Params[$Pos] = formatName($Param, "T");
3630 $TInfo{"Name"} = formatName($TInfo{"Name"}, "T"); # simpleName()
3655 $TInfo{"Name"} = formatName($Short."<".join(", ", @TParams).">", "T");
4288 $SInfo{"TParam"}{$Pos}{"name"} = formatName($TParams[$Pos], "T");
4291 $SInfo{"ShortName"} = $Short.formatName("<".join(", ", @TParams).">", "T");
4524 return $TName_Tid{$Type}{formatName($Name, "T")};
4769 return formatName($N, "T");
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsClusteredTests.cpp345 std::string formatName = subgroups::getFormatNameForGLSL(format); in getCompare() local
373 return "all(lessThan(abs(" + lhs + " - " + rhs + "), " + formatName + "(0.00001)))"; in getCompare()
DvktSubgroupsArithmeticTests.cpp414 std::string formatName = subgroups::getFormatNameForGLSL(format); in getCompare() local
446 return "all(lessThan(abs(" + lhs + " - " + rhs + "), " + formatName + "(0.00001)))"; in getCompare()
/external/deqp/modules/gles31/functional/
Des31fTextureFilteringTests.cpp518 const char* formatName = filterableFormatsByType[fmtNdx].name; in init() local
521 const string name = string(formatName) + "_" + filterName; in init()
Des31fShaderImageLoadStoreTests.cpp3212 const string formatName = getShaderImageFormatQualifier(formats[formatNdx]); in init() local
3219 storeGroup->addChild(new ImageStoreCase(m_context, formatName.c_str(), "", format, imageType)); in init()
3221 …storeGroup->addChild(new ImageStoreCase(m_context, (formatName + "_single_layer").c_str(), "", for… in init()
3225 …loadStoreGroup->addChild(new ImageLoadAndStoreCase(m_context, formatName.c_str(), "", format, imag… in init()
3227 …loadStoreGroup->addChild(new ImageLoadAndStoreCase(m_context, (formatName + "_single_layer").c_str… in init()
3246 … caseName = string() + getAtomicOperationCaseName(operation) + "_" + formatName + "_" + caseType… in init()
3263 const string caseName = string() + coherenceQualifierName + "_" + formatName; in init()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageAtomicOperationTests.cpp990 const std::string formatName = getShaderImageFormatQualifier(format); in createImageAtomicOperationTests() local
993 const string caseEndResult = formatName + "_end_result"; in createImageAtomicOperationTests()
997 const string caseIntermValues = formatName + "_intermediate_values"; in createImageAtomicOperationTests()
DvktImageQualifiersTests.cpp752 const std::string formatName = getShaderImageFormatQualifier(formats[formatNdx]); in createImageQualifiersTests() local
755 …new MemoryQualifierTestCase(testCtx, formatName, "", memoryQualifier, imageType, imageSize, format… in createImageQualifiersTests()
/external/deqp/modules/glshared/
DglsFboCompletenessTests.cpp769 static string formatName (ImageFormat format) in formatName() function
803 return formatName(params.format); in getName()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp1705 const std::string formatName (formatToName(format)); in initTests() local
1706 …:TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatName.c_str(), formatName.c_str(… in initTests()
/external/abi-compliance-checker/
Dabi-compliance-checker.pl2254 … $TypeInfo{$Version}{$TypeId}{"TParam"}{$TPos}{"name"} = formatName($TPName, "T");
2260 $TypeName = formatName($TypeName, "T");
2477 $TName_Tid{$Version}{formatName($Attr->{"Name"}, "T")} = $NewId;
2874 $TypeAttr{"Name"} = formatName($TypeAttr{"Name"}, "T");
3057 $TypeAttr{"Name"} = formatName($TypeAttr{"Name"}, "T");
3170 return formatName($Covered, "T");
3327 $TypeAttr{"Name"} = formatName($MemPtrName, "T");
3863 $TypeAttr{"Name"} = formatName($TypeAttr{"Name"}, "T");
3876 $TypeAttr{"Name"} = formatName($TypeAttr{"Name"}."< ".join(", ", @TParams)." >", "T");
3879 $TypeAttr{"Name"} = formatName($TypeAttr{"Name"}."<...>", "T");
[all …]
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferViewCreateTests.cpp420 const std::string formatName = de::toLower(getFormatName((VkFormat)format)).substr(10); in createBufferViewCreateTests() local
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringTests.cpp1267 const char* const formatName = filterableFormatsByType[fmtNdx].name; in populateTextureFilteringTests() local
1268 const string name = string(formatName) + "_" + filterName; in populateTextureFilteringTests()
1387 const char* const formatName = filterableFormatsByType[fmtNdx].name; in populateTextureFilteringTests() local
1388 const string name = string(formatName) + "_" + filterName; in populateTextureFilteringTests()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessVertexAccessTests.cpp1149 const std::string formatName = getFormatName(vertexFormats[i]); in addVertexFormatTests() local
1150 …estCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, de::toLower(formatName.substr(10)).c_st… in addVertexFormatTests()
/external/libjpeg-turbo/
Dtjbench.c70 char *formatName(int subsamp, int cs, char *buf) in formatName() function
556 formatName(subsamp, cs, tempstr), pixFormatStr[pf], in decompTest()
/external/libjpeg-turbo/java/
DTJBench.java66 static String formatName(int subsamp, int cs) { in formatName() method in TJBench
478 formatName(subsamp, cs), pixFormatStr[pf], in decompTest()

12