Searched refs:format (Results 1 - 25 of 6114) sorted by path

1234567891011>>

/external/aac/libFDK/include/
H A DFDK_trigFcts.h98 #define Q(format) ((FIXP_DBL)(((LONG)1) << (format)))
/external/aac/libSYS/include/
H A DgenericStds.h246 INT FDKfprintf(void *stream, const char *format, ...);
247 INT FDKsprintf(char *str, const char *format, ...);
408 * Convert input value to little endian format.
411 * \return Value in little endian format.
/external/aac/libSYS/src/
H A DgenericStds.cpp159 INT FDKfprintf(FDKFILE *stream, const char *format, ...) { argument
162 va_start(ap, format);
163 chars += vfprintf((FILE*)stream, format, ap);
169 INT FDKsprintf(char *str, const char *format, ...) { argument
172 va_start(ap, format);
173 chars += vsprintf(str, format, ap);
183 INT FDKfprintf(FILE *stream, const char *format, ...) { /*stub ! */; } argument
184 INT FDKsprintf(char *str, const char *format, ...) { /* stub! */; } argument
/external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
H A DGUnitExecuteMojo.java400 return String.format( "Tests run: %d, Failures: %d, Invalid: %d", tests, failures, invalids );
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DRunnerController.java144 return String.format("%s (%d test groups)",
178 return String.format("%s (pass %d, fail %d)",
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
H A DTestCase.java59 return String.format("[%s]->[%s]", input.getScript(), output.getScript());
H A DTestCaseOutputAST.java54 return String.format(" -> %s", treeString);
H A DTestCaseOutputReturn.java39 return String.format(" returns [%s]", script);
H A DTestCaseOutputStdOut.java43 return String.format(" -> \"%s\"", script);
/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/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DProfiler.java677 buf.append(String.format("%.2f",s.avgk));
/external/antlr/antlr-3.4/runtime/Python/
H A Dhudson-build.sh58 pylint --rcfile=pylintrc --output-format=parseable --include-ids=yes antlr3 | tee pylint-report.txt
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
H A DTool.java235 else if (args[i].equals("-message-format")) {
237 System.err.println("missing output format with -message-format option; using default");
739 System.err.println(" -message-format name specify output style for messages");
1065 * all the NFAs in <a href="http://www.graphviz.org">Dot format</a>
1075 * all the NFAs in <a href="http://www.graphviz.org">Dot format</a>
1199 * Returns the current setting of the message format descriptor
1200 * @return Current message format
1234 * Set the message format to one of ANTLR, gnu, vs2005
1236 * @param format
1238 setMessageFormat(String format) argument
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DErrorManager.java286 /** The group of templates that represent the current message format. */
287 private static STGroup format; field in class:ErrorManager
391 // try to load the message format group
434 /** The format gets reset either from the Tool if the user supplied a command line option to that effect
440 format = new STGroupFile(fileName);
441 format.setListener(initSTListener);
442 if ( !format.isDefined("message") ) { // pick random msg to load
444 rawError("no such message format file "+fileName+" retrying with default ANTLR format");
445 setFormat("antlr"); // recurse on this rule, trying the default message format
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
H A DASTParser.stg180 new <terminalOptions.node>(<if(terminalOptions.type)><terminalOptions.type>,<endif><label><if(terminalOptions.text)>,<terminalOptions.text; format="string"><endif>)
182 (<ASTLabelType>)adaptor.Create(<if(terminalOptions.type)><terminalOptions.type>,<endif><label><if(terminalOptions.text)>,<terminalOptions.text; format="string"><endif>)
H A DASTTreeParser.stg121 <label>_tree = new <terminalOptions.node>(<if(terminalOptions.type)><terminalOptions.type>,<endif><label><if(terminalOptions.text)>,<terminalOptions.text; format="string"><endif>);
123 <label>_tree = (<ASTLabelType>)adaptor.DupNode(<if(terminalOptions.type)><terminalOptions.type>,<endif><label><if(terminalOptions.text)>,<terminalOptions.text; format="string"><endif>);
146 <label>_tree = new <terminalOptions.node>(<if(terminalOptions.type)><terminalOptions.type>,<endif><label><if(terminalOptions.text)>,<terminalOptions.text; format="string"><endif>);
148 <label>_tree = (<ASTLabelType>)adaptor.DupNode(<if(terminalOptions.type)><terminalOptions.type>,<endif><label><if(terminalOptions.text)>,<terminalOptions.text; format="string"><endif>);
184 <label>_tree = new <terminalOptions.node>(<if(terminalOptions.type)><terminalOptions.type>,<endif><label><if(terminalOptions.text)>,<terminalOptions.text; format="string"><endif>);
186 <label>_tree = (<ASTLabelType>)adaptor.DupNode(<if(terminalOptions.type)><terminalOptions.type>,<endif><label><if(terminalOptions.text)>,<terminalOptions.text; format="string"><endif>);
210 <label>_tree = new <terminalOptions.node>(<if(terminalOptions.type)><terminalOptions.type>,<endif><label><if(terminalOptions.text)>,<terminalOptions.text; format="string"><endif>);
212 <label>_tree = (<ASTLabelType>)adaptor.DupNode(<if(terminalOptions.type)><terminalOptions.type>,<endif><label><if(terminalOptions.text)>,<terminalOptions.text; format="string"><endif>);
H A DCSharp2.stg108 <tokens:{it|public const int <it.name; format="id">=<it.type>;}; separator="\n">
285 <tokens:{it|public const int <it.name; format="id">=<it.type>;}; separator="\n">
323 <ruleModifier(grammar=grammar,ruleDescriptor=ruleDescriptor)> <returnType(ruleDescriptor)> <ruleDescriptor.name; format="id">(<ruleDescriptor.parameterScope:parameterScope()>) <!throws RecognitionException !>{ <if(ruleDescriptor.hasReturnValue)>return <endif><ruleDescriptor.grammar:delegateName()>.<ruleDescriptor.name; format="id">(<ruleDescriptor.parameterScope.attributes:{a|<a.name; format="id">}; separator=", ">); \}}; separator="\n">
519 <ruleModifier(grammar=grammar,ruleDescriptor=ruleDescriptor)> <returnType(ruleDescriptor)> <ruleName; format="id">(<ruleDescriptor.parameterScope:parameterScope()>)
594 <a.type> <a.name; format="id"> = <if(a.initValue)><a.initValue><else><initValue(a.type)><endif>;
1043 <if(label)><label>=<endif><if(scope)><scope:delegateName()>.<endif><rule.name; format="id">(<args; separator=", ">);
1538 <attr.name; format="id">
1542 <attr.name; format
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
H A DASTParser.stg191 new <terminalOptions.node>(<if(terminalOptions.type)><terminalOptions.type>,<endif><label><if(terminalOptions.text)>,<terminalOptions.text; format="string"><endif>)
193 (<ASTLabelType>)adaptor.Create(<if(terminalOptions.type)><terminalOptions.type>,<endif><label><if(terminalOptions.text)>,<terminalOptions.text; format="string"><endif>)
H A DASTTreeParser.stg122 <label>_tree = new <terminalOptions.node>(<if(terminalOptions.type)><terminalOptions.type>,<endif><label><if(terminalOptions.text)>,<terminalOptions.text; format="string"><endif>);
124 <label>_tree = (<ASTLabelType>)adaptor.DupNode(<if(terminalOptions.type)><terminalOptions.type>,<endif><label><if(terminalOptions.text)>,<terminalOptions.text; format="string"><endif>);
147 <label>_tree = new <terminalOptions.node>(<if(terminalOptions.type)><terminalOptions.type>,<endif><label><if(terminalOptions.text)>,<terminalOptions.text; format="string"><endif>);
149 <label>_tree = (<ASTLabelType>)adaptor.DupNode(<if(terminalOptions.type)><terminalOptions.type>,<endif><label><if(terminalOptions.text)>,<terminalOptions.text; format="string"><endif>);
185 <label>_tree = new <terminalOptions.node>(<if(terminalOptions.type)><terminalOptions.type>,<endif><label><if(terminalOptions.text)>,<terminalOptions.text; format="string"><endif>);
187 <label>_tree = (<ASTLabelType>)adaptor.DupNode(<if(terminalOptions.type)><terminalOptions.type>,<endif><label><if(terminalOptions.text)>,<terminalOptions.text; format="string"><endif>);
211 <label>_tree = new <terminalOptions.node>(<if(terminalOptions.type)><terminalOptions.type>,<endif><label><if(terminalOptions.text)>,<terminalOptions.text; format="string"><endif>);
213 <label>_tree = (<ASTLabelType>)adaptor.DupNode(<if(terminalOptions.type)><terminalOptions.type>,<endif><label><if(terminalOptions.text)>,<terminalOptions.text; format="string"><endif>);
H A DCSharp3.stg107 <tokens:{it|public const int <it.name; format="id">=<it.type>;}; separator="\n">
280 <tokens:{it|public const int <it.name; format="id">=<it.type>;}; separator="\n">
315 <ruleModifier(grammar=grammar,ruleDescriptor=ruleDescriptor)> <returnType(ruleDescriptor)> <ruleDescriptor.name; format="id">(<ruleDescriptor.parameterScope:parameterScope()>) <!throws RecognitionException !>{ <if(ruleDescriptor.hasReturnValue)>return <endif><ruleDescriptor.grammar:delegateName()>.<ruleDescriptor.name; format="id">(<ruleDescriptor.parameterScope.attributes:{a|<a.name; format="id">}; separator=", ">); \}}; separator="\n">
497 <ruleModifier(grammar=grammar,ruleDescriptor=ruleDescriptor)> <returnType(ruleDescriptor)> <ruleName; format="id">(<ruleDescriptor.parameterScope:parameterScope()>)
572 <a.type> <a.name; format="id"> = <if(a.initValue)><a.initValue><else><initValue(a.type)><endif>;
1023 <if(label)><label>=<endif><if(scope)><scope:delegateName()>.<endif><rule.name; format="id">(<args; separator=", ">);
1522 <attr.name; format="id">
1526 <attr.name; format
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
H A DRuby.stg370 <if(d.label)><d.label; format="label"><else><d.name; format="snakecase"><endif>
380 <if(scope.attributes)>@@<scope.name> = Scope( <scope.attributes:{it | <it.decl; format="rubyString">}; separator=", "> )<\n><endif>
417 returnStructName(r) ::= "<r.name; format=\"camelcase\">ReturnValue"
487 <label.label.text; format="label"> = nil<\n>
499 {<it.label.text; format="label"> = nil<\n>}
505 {list_of_<it.label.text; format="label"> = []<\n>}
563 /** helper template to format a ruby method call */
644 <if(label)><label; format="label"> = <endif>match( <token>, TOKENS_FOLLOWING_<token>_IN_<ruleName>_<elementIndex> )
650 <addToList(elem={<label; format
[all...]
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DConsoleHandlerTest.java436 public String format(LogRecord r) { method in class:ConsoleHandlerTest.MockFormatter
H A DFileHandlerTest.java236 sb.append(formatter.format(lr[i]));
515 assertEquals(msg, f.getHead(handler) + f.format(r) + f.getTail(handler));
616 public String format(LogRecord r) { method in class:FileHandlerTest.MockFormatter
H A DFormatterTest.java46 assertEquals("format", f.format(r));
70 assertEquals(MessageFormat.format(pattern, oa), f.formatMessage(r));
100 assertEquals(MessageFormat.format(rb.getString("pattern"), oa), f
129 public String format(LogRecord arg0) { method in class:FormatterTest.MockFormatter
130 return "format";

Completed in 1428 milliseconds

1234567891011>>