/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
D | RubyTarget.java | 93 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 …]
|
D | CSharp3Target.java | 118 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/ |
D | ic-processor.js | 142 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/ |
D | ErrorManager.java | 253 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/ |
D | msgfmt.h | 579 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/ |
D | msgfmt.cpp | 698 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/ |
D | vktYCbCrConversionTests.cpp | 1126 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()
|
D | vktYCbCrFormatTests.cpp | 534 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/ |
D | es3fTextureFilteringTests.cpp | 1320 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()
|
D | es3fTextureWrapTests.cpp | 532 …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/ |
D | abi-dumper.pl | 2883 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/ |
D | vktSubgroupsClusteredTests.cpp | 345 std::string formatName = subgroups::getFormatNameForGLSL(format); in getCompare() local 373 return "all(lessThan(abs(" + lhs + " - " + rhs + "), " + formatName + "(0.00001)))"; in getCompare()
|
D | vktSubgroupsArithmeticTests.cpp | 414 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/ |
D | es31fTextureFilteringTests.cpp | 518 const char* formatName = filterableFormatsByType[fmtNdx].name; in init() local 521 const string name = string(formatName) + "_" + filterName; in init()
|
D | es31fShaderImageLoadStoreTests.cpp | 3212 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/ |
D | vktImageAtomicOperationTests.cpp | 990 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()
|
D | vktImageQualifiersTests.cpp | 752 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/ |
D | glsFboCompletenessTests.cpp | 769 static string formatName (ImageFormat format) in formatName() function 803 return formatName(params.format); in getName()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassMultisampleResolveTests.cpp | 1705 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/ |
D | abi-compliance-checker.pl | 2254 … $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/ |
D | vktApiBufferViewCreateTests.cpp | 420 const std::string formatName = de::toLower(getFormatName((VkFormat)format)).substr(10); in createBufferViewCreateTests() local
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureFilteringTests.cpp | 1267 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/ |
D | vktRobustnessVertexAccessTests.cpp | 1149 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/ |
D | tjbench.c | 70 char *formatName(int subsamp, int cs, char *buf) in formatName() function 556 formatName(subsamp, cs, tempstr), pixFormatStr[pf], in decompTest()
|
/external/libjpeg-turbo/java/ |
D | TJBench.java | 66 static String formatName(int subsamp, int cs) { in formatName() method in TJBench 478 formatName(subsamp, cs), pixFormatStr[pf], in decompTest()
|