Searched refs:formatName (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/angle/samples/dds_to_header/
H A Dmain.cpp55 std::string formatName; local
73 formatName = "RGBA8";
80 formatName = "RGBX8";
87 formatName = "RGB10A2";
94 formatName = "RG16";
101 formatName = "R32";
105 formatName = "UKNOWN";
114 formatName = "DXT1";
121 formatName = "DXT3";
128 formatName
[all...]
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawBitmap.cpp75 const char* formatName; local
77 case 0: formatName = "none"; break;
78 case 1: formatName = "A8"; break;
79 case 2: formatName = "Index8"; break;
80 case 3: formatName = "RGB16"; break;
81 case 4: formatName = "RGB32"; break;
83 SkDebugf("format=\"%s\" />\n", formatName);
/external/skia/src/animator/
H A DSkDrawBitmap.cpp75 const char* formatName; local
77 case 0: formatName = "none"; break;
78 case 1: formatName = "A8"; break;
79 case 2: formatName = "Index8"; break;
80 case 3: formatName = "RGB16"; break;
81 case 4: formatName = "RGB32"; break;
83 SkDebugf("format=\"%s\" />\n", formatName);
/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/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/chromium_org/third_party/icu/source/i18n/unicode/
H A Dmsgfmt.h567 * arguments. If numbered, the formatName is the
573 * @param formatName the name or number specifying a format
577 virtual Format* getFormat(const UnicodeString& formatName, UErrorCode& status);
583 * arguments-- if numbered, the formatName is the
585 * If there is no matched formatName or wrong type,
587 * @param formatName Name of the subformat.
592 virtual void setFormat(const UnicodeString& formatName, const Format& format, UErrorCode& status);
598 * arguments-- if numbered, the formatName is the
600 * If there is no matched formatName or wrong type,
603 * @param formatName Nam
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dmsgfmt.h567 * arguments. If numbered, the formatName is the
573 * @param formatName the name or number specifying a format
577 virtual Format* getFormat(const UnicodeString& formatName, UErrorCode& status);
583 * arguments-- if numbered, the formatName is the
585 * If there is no matched formatName or wrong type,
587 * @param formatName Name of the subformat.
592 virtual void setFormat(const UnicodeString& formatName, const Format& format, UErrorCode& status);
598 * arguments-- if numbered, the formatName is the
600 * If there is no matched formatName or wrong type,
603 * @param formatName Nam
[all...]
/external/chromium_org/gpu/tools/compositor_model_bench/
H A Drender_tree.cc311 string formatName; local
312 tex->GetString("format", &formatName);
313 t.format = TextureFormatFromString(formatName);
316 " (format: " << formatName << ")\n"
/external/chromium_org/third_party/icu/source/i18n/
H A Dmsgfmt.cpp693 // Do nothing if there is no match of formatName.
695 MessageFormat::adoptFormat(const UnicodeString& formatName, argument
702 int32_t argNumber = MessagePattern::validateArgumentName(formatName);
710 if (argNameMatches(partIndex + 1, formatName, argNumber)) {
755 MessageFormat::getFormat(const UnicodeString& formatName, UErrorCode& status) { argument
758 int32_t argNumber = MessagePattern::validateArgumentName(formatName);
764 if (argNameMatches(partIndex + 1, formatName, argNumber)) {
775 MessageFormat::setFormat(const UnicodeString& formatName, argument
780 int32_t argNumber = MessagePattern::validateArgumentName(formatName);
788 if (argNameMatches(partIndex + 1, formatName, argNumbe
[all...]
/external/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp693 // Do nothing if there is no match of formatName.
695 MessageFormat::adoptFormat(const UnicodeString& formatName, argument
702 int32_t argNumber = MessagePattern::validateArgumentName(formatName);
710 if (argNameMatches(partIndex + 1, formatName, argNumber)) {
755 MessageFormat::getFormat(const UnicodeString& formatName, UErrorCode& status) { argument
758 int32_t argNumber = MessagePattern::validateArgumentName(formatName);
764 if (argNameMatches(partIndex + 1, formatName, argNumber)) {
775 MessageFormat::setFormat(const UnicodeString& formatName, argument
780 int32_t argNumber = MessagePattern::validateArgumentName(formatName);
788 if (argNameMatches(partIndex + 1, formatName, argNumbe
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fTextureFilteringTests.cpp1294 const char* formatName = filterableFormatsByType[fmtNdx].name; local
1297 string name = string(formatName) + "_" + filterName;
1410 const char* formatName = filterableFormatsByType[fmtNdx].name; local
1413 string name = string(formatName) + "_" + filterName;
1552 const char* formatName = filterableFormatsByType[fmtNdx].name; local
1555 string name = string(formatName) + "_" + filterName;
1647 const char* formatName = filterableFormatsByType[fmtNdx].name; local
1650 string name = string(formatName) + "_" + filterName;
H A Des3fTextureWrapTests.cpp529 const string formatName = "astc_" + de::toString(blockSize.x()) + "x" + de::toString(blockSize.y()) + (tcu::isASTCSRGBFormat(format) ? "_srgb" : ""); local
530 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, formatName.c_str(), "");
/external/deqp/modules/gles31/functional/
H A Des31fTextureFilteringTests.cpp511 const char* formatName = filterableFormatsByType[fmtNdx].name; local
514 const string name = string(formatName) + "_" + filterName;
H A Des31fShaderImageLoadStoreTests.cpp3197 const string formatName = getShaderImageFormatQualifier(formats[formatNdx]); local
3204 storeGroup->addChild(new ImageStoreCase(m_context, formatName.c_str(), "", format, imageType));
3206 storeGroup->addChild(new ImageStoreCase(m_context, (formatName + "_single_layer").c_str(), "", format, imageType, ImageStoreCase::CASEFLAG_SINGLE_LAYER_BIND));
3210 loadStoreGroup->addChild(new ImageLoadAndStoreCase(m_context, formatName.c_str(), "", format, imageType));
3212 loadStoreGroup->addChild(new ImageLoadAndStoreCase(m_context, (formatName + "_single_layer").c_str(), "", format, imageType, ImageLoadAndStoreCase::CASEFLAG_SINGLE_LAYER_BIND));
3231 const string caseName = string() + getAtomicOperationCaseName(operation) + "_" + formatName + "_" + caseTypeName;
3248 const string caseName = string() + coherenceQualifierName + "_" + formatName;
/external/deqp/modules/glshared/
H A DglsFboCompletenessTests.cpp589 static string formatName (ImageFormat format) function in namespace:deqp::gls::fboc::details
623 return formatName(params.format);
/external/valgrind/main/VEX/switchback/
H A Dlinker.c141 char* formatName; /* eg "ELF32", "DLL", "COFF", etc. */
1356 oc->formatName = "ELF";
/external/valgrind/main/VEX/unused/
H A Dlinker.c75 char* formatName; /* eg "ELF32", "DLL", "COFF", etc. */ member in struct:_ObjectCode
1189 oc->formatName = "ELF";
/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/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 568 milliseconds