HomeSort by relevance Sort by last modified time
    Searched refs:formatName (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium_org/third_party/angle/samples/dds_to_header/
main.cpp 55 std::string formatName;
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 = "DXT5"
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkDrawBitmap.cpp 75 const char* formatName;
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/
SkDrawBitmap.cpp 75 const char* formatName;
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/
CSharp3Target.java 118 public String toString(Object obj, String formatName, Locale locale)
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 + "'");
RubyTarget.java 93 public String toString( Object o, String formatName, Locale locale ) {
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.equals( "rubyString" ) )
    [all...]
  /frameworks/base/libs/hwui/
RenderBufferCache.cpp 94 RenderBuffer::formatName(buffer->getFormat()),
124 RenderBuffer::formatName(format), width, height);
129 RenderBuffer::formatName(format), width, height);
157 RenderBuffer::formatName(buffer->getFormat()),
RenderBuffer.h 160 static const char* formatName(GLenum format) {
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
ErrorManager.java 253 private static String formatName;
437 public static void setFormat(String formatName) {
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/
msgfmt.h 567 * 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 Name of the subformat
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
msgfmt.h 567 * 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 Name of the subformat
    [all...]
  /external/chromium_org/gpu/tools/compositor_model_bench/
render_tree.cc 311 string formatName;
312 tex->GetString("format", &formatName);
313 t.format = TextureFormatFromString(formatName);
316 " (format: " << formatName << ")\n"
  /external/chromium_org/third_party/icu/source/i18n/
msgfmt.cpp 693 // Do nothing if there is no match of formatName.
695 MessageFormat::adoptFormat(const UnicodeString& formatName,
702 int32_t argNumber = MessagePattern::validateArgumentName(formatName);
710 if (argNameMatches(partIndex + 1, formatName, argNumber)) {
755 MessageFormat::getFormat(const UnicodeString& formatName, UErrorCode& status) {
758 int32_t argNumber = MessagePattern::validateArgumentName(formatName);
764 if (argNameMatches(partIndex + 1, formatName, argNumber)) {
775 MessageFormat::setFormat(const UnicodeString& formatName,
780 int32_t argNumber = MessagePattern::validateArgumentName(formatName);
788 if (argNameMatches(partIndex + 1, formatName, argNumber))
    [all...]
  /external/icu/icu4c/source/i18n/
msgfmt.cpp 693 // Do nothing if there is no match of formatName.
695 MessageFormat::adoptFormat(const UnicodeString& formatName,
702 int32_t argNumber = MessagePattern::validateArgumentName(formatName);
710 if (argNameMatches(partIndex + 1, formatName, argNumber)) {
755 MessageFormat::getFormat(const UnicodeString& formatName, UErrorCode& status) {
758 int32_t argNumber = MessagePattern::validateArgumentName(formatName);
764 if (argNameMatches(partIndex + 1, formatName, argNumber)) {
775 MessageFormat::setFormat(const UnicodeString& formatName,
780 int32_t argNumber = MessagePattern::validateArgumentName(formatName);
788 if (argNameMatches(partIndex + 1, formatName, argNumber))
    [all...]
  /cts/tests/tests/graphics/src/android/opengl/cts/
CompressedTextureLoader.java 51 String formatName) {
56 mFormatName = formatName;
  /external/deqp/modules/gles3/functional/
es3fTextureFilteringTests.cpp     [all...]
es3fTextureWrapTests.cpp 529 const string formatName = "astc_" + de::toString(blockSize.x()) + "x" + de::toString(blockSize.y()) + (tcu::isASTCSRGBFormat(format) ? "_srgb" : "");
530 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, formatName.c_str(), "");
  /external/deqp/modules/gles31/functional/
es31fTextureFilteringTests.cpp 511 const char* formatName = filterableFormatsByType[fmtNdx].name;
514 const string name = string(formatName) + "_" + filterName;
es31fShaderImageLoadStoreTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsFboCompletenessTests.cpp 589 static string formatName (ImageFormat format)
623 return formatName(params.format);
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java     [all...]
  /external/valgrind/main/VEX/switchback/
linker.c 141 char* formatName; /* eg "ELF32", "DLL", "COFF", etc. */
    [all...]
  /external/valgrind/main/VEX/unused/
linker.c 75 char* formatName; /* eg "ELF32", "DLL", "COFF", etc. */
    [all...]
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
lint-checks.jar 

Completed in 1373 milliseconds

1 2