Searched defs:formatName (Results 1 - 23 of 23) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DCSharp3Target.java118 public String toString(Object obj, String formatName, Locale locale) argument
121 if (value == null || formatName == null)
124 if (formatName.equals("id")) {
129 } else if (formatName.equals("cap")) {
131 } else if (formatName.equals("string")) {
134 throw new IllegalArgumentException("Unsupported format name: '" + formatName + "'");
H A DRubyTarget.java93 public String toString( Object o, String formatName, Locale locale ) { argument
94 if ( formatName==null ) {
102 if ( formatName.equals( "snakecase" ) ) {
104 } else if ( formatName.equals( "camelcase" ) ) {
106 } else if ( formatName.equals( "subcamelcase" ) ) {
108 } else if ( formatName.equals( "constant" ) ) {
110 } else if ( formatName.equals( "platform" ) ) {
112 } else if ( formatName.equals( "lexerRule" ) ) {
114 } else if ( formatName.equals( "constantPath" ) ) {
116 } else if ( formatName
[all...]
/external/libjpeg-turbo/java/
H A DTJBench.java66 static String formatName(int subsamp, int cs) { method in class:TJBench
463 formatName(subsamp, cs), pixFormatStr[pf],
/external/v8/tools/
H A Dic-processor.js142 IcProcessor.prototype.formatName = function(entry) {
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/abi-dumper/
H A Dabi-dumper.pl2883 sub formatName($$) subroutine
2885 if(defined $Cache{"formatName"}{$_[1]}{$_[0]}) {
2886 return $Cache{"formatName"}{$_[1]}{$_[0]};
2920 return ($Cache{"formatName"}{$_[1]}{$_[0]} = $N);
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(
[all...]
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrFormatTests.cpp533 const string formatName = de::toLower(de::toString(format).substr(10)); local
535 group->addChild(createTestGroup<VkFormat>(group->getTestContext(), formatName, "", populatePerFormatGroup, format));
/external/deqp/modules/gles3/functional/
H A Des3fTextureWrapTests.cpp532 const string formatName = "astc_" + de::toString(blockSize.x()) + "x" + de::toString(blockSize.y()) + (tcu::isAstcSRGBFormat(format) ? "_srgb" : ""); local
533 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, formatName.c_str(), "");
H A Des3fTextureFilteringTests.cpp1295 const char* formatName = filterableFormatsByType[fmtNdx].name; local
1298 string name = string(formatName) + "_" + filterName;
1411 const char* formatName = filterableFormatsByType[fmtNdx].name; local
1414 string name = string(formatName) + "_" + filterName;
1553 const char* formatName = filterableFormatsByType[fmtNdx].name; local
1556 string name = string(formatName) + "_" + filterName;
1648 const char* formatName = filterableFormatsByType[fmtNdx].name; local
1651 string name = string(formatName) + "_" + filterName;
/external/deqp/modules/gles31/functional/
H A Des31fTextureFilteringTests.cpp512 const char* formatName = filterableFormatsByType[fmtNdx].name; local
515 const string name = string(formatName) + "_" + filterName;
H A Des31fShaderImageLoadStoreTests.cpp3212 const string formatName = getShaderImageFormatQualifier(formats[formatNdx]); local
3219 storeGroup->addChild(new ImageStoreCase(m_context, formatName.c_str(), "", format, imageType));
3221 storeGroup->addChild(new ImageStoreCase(m_context, (formatName + "_single_layer").c_str(), "", format, imageType, ImageStoreCase::CASEFLAG_SINGLE_LAYER_BIND));
3225 loadStoreGroup->addChild(new ImageLoadAndStoreCase(m_context, formatName.c_str(), "", format, imageType));
3227 loadStoreGroup->addChild(new ImageLoadAndStoreCase(m_context, (formatName + "_single_layer").c_str(), "", format, imageType, ImageLoadAndStoreCase::CASEFLAG_SINGLE_LAYER_BIND));
3246 const string caseName = string() + getAtomicOperationCaseName(operation) + "_" + formatName + "_" + caseTypeName;
3263 const string caseName = string() + coherenceQualifierName + "_" + formatName;
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageAtomicOperationTests.cpp967 const std::string formatName = getShaderImageFormatQualifier(format); local
970 const string caseEndResult = formatName + "_end_result";
974 const string caseIntermValues = formatName + "_intermediate_values";
H A DvktImageQualifiersTests.cpp752 const std::string formatName = getShaderImageFormatQualifier(formats[formatNdx]); local
755 new MemoryQualifierTestCase(testCtx, formatName, "", memoryQualifier, imageType, imageSize, format, glu::GLSL_VERSION_440));
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringTests.cpp1013 const char* const formatName = filterableFormatsByType[fmtNdx].name; local
1014 const string name = string(formatName) + "_" + filterName;
1114 const char* const formatName = filterableFormatsByType[fmtNdx].name; local
1115 const string name = string(formatName) + "_" + filterName;
1236 const char* const formatName = filterableFormatsByType[fmtNdx].name; local
1237 const string name = string(formatName) + "_" + filterName;
1339 const char* const formatName = filterableFormatsByType[fmtNdx].name; local
1340 const string name = string(formatName) + "_" + filterName;
/external/deqp/modules/glshared/
H A DglsFboCompletenessTests.cpp769 static string formatName (ImageFormat format) function in namespace:deqp::gls::fboc::details
803 return formatName(params.format);
/external/libjpeg-turbo/
H A Dtjbench.c70 char *formatName(int subsamp, int cs, char *buf) function
534 formatName(subsamp, cs, tempstr), pixFormatStr[pf],
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DErrorManager.java253 private static String formatName; field in class:ErrorManager
437 public static void setFormat(String formatName) { argument
438 ErrorManager.formatName = formatName;
439 String fileName = "org/antlr/tool/templates/messages/formats/"+formatName+".stg";
443 if ( formatName.equals("antlr") ) {
455 if ( !formatOK && formatName.equals("antlr") ) {
456 rawError("ANTLR installation corrupted; ANTLR messages format file "+formatName+".stg incomplete");
885 System.err.println("Format template 'location' not found in " + formatName);
889 System.err.println("Format template 'message' not found in " + formatName);
[all...]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineVertexInputTests.cpp1440 const std::string formatName = getFormatName(attributeInfo.vkType); local
1442 caseName << VertexInputTest::s_glslTypeDescriptions[attributeInfo.glslType].name << "_as_" << de::toLower(formatName.substr(10)) << "_rate_";
/external/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp696 // Do nothing if there is no match of formatName.
698 MessageFormat::adoptFormat(const UnicodeString& formatName, argument
705 int32_t argNumber = MessagePattern::validateArgumentName(formatName);
713 if (argNameMatches(partIndex + 1, formatName, argNumber)) {
758 MessageFormat::getFormat(const UnicodeString& formatName, UErrorCode& status) { argument
761 int32_t argNumber = MessagePattern::validateArgumentName(formatName);
767 if (argNameMatches(partIndex + 1, formatName, argNumber)) {
778 MessageFormat::setFormat(const UnicodeString& formatName, argument
783 int32_t argNumber = MessagePattern::validateArgumentName(formatName);
791 if (argNameMatches(partIndex + 1, formatName, argNumbe
[all...]
/external/abi-compliance-checker/
H A 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(
7682 sub formatName($$) subroutine
[all...]
/external/guice/extensions/struts2/lib/
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...
/external/caliper/lib/
H A Djoda-time-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/joda/ org/joda/time/ org/joda/time/base/ ...
H A Djersey-core-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/jersey-module-version META- ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 1693 milliseconds