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

  /external/skia/src/animator/
SkDrawBitmap.cpp 75 const char* formatName;
77 case 0: formatName = "none"; break;
78 case 1: formatName = "A1"; break;
79 case 2: formatName = "A8"; break;
80 case 3: formatName = "Index8"; break;
81 case 4: formatName = "RGB16"; break;
82 case 5: formatName = "RGB32"; break;
84 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...]
  /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/icu4c/i18n/unicode/
msgfmt.h 560 * arguments. If numbered, the formatName is the
566 * @param formatName the name or number specifying a format
570 virtual Format* getFormat(const UnicodeString& formatName, UErrorCode& status);
576 * arguments-- if numbered, the formatName is the
578 * If there is no matched formatName or wrong type,
580 * @param formatName Name of the subformat.
585 virtual void setFormat(const UnicodeString& formatName, const Format& format, UErrorCode& status);
591 * arguments-- if numbered, the formatName is the
593 * If there is no matched formatName or wrong type,
596 * @param formatName Name of the subformat
    [all...]
  /external/icu4c/i18n/
msgfmt.cpp 675 // Do nothing if there is no match of formatName.
677 MessageFormat::adoptFormat(const UnicodeString& formatName,
684 int32_t argNumber = MessagePattern::validateArgumentName(formatName);
692 if (argNameMatches(partIndex + 1, formatName, argNumber)) {
737 MessageFormat::getFormat(const UnicodeString& formatName, UErrorCode& status) {
740 int32_t argNumber = MessagePattern::validateArgumentName(formatName);
746 if (argNameMatches(partIndex + 1, formatName, argNumber)) {
757 MessageFormat::setFormat(const UnicodeString& formatName,
762 int32_t argNumber = MessagePattern::validateArgumentName(formatName);
770 if (argNameMatches(partIndex + 1, formatName, argNumber))
    [all...]
  /cts/tests/src/android/opengl/cts/
CompressedTextureLoader.java 51 String formatName) {
56 mFormatName = formatName;
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java     [all...]
  /external/valgrind/main/VEX/switchback/
linker.c 139 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/freemarker/
freemarker-2.3.19.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 337 milliseconds