HomeSort by relevance Sort by last modified time
    Searched defs:Parser (Results 26 - 50 of 455) sorted by null

12 3 4 5 6 7 8 91011>>

  /system/core/libutils/include/utils/
PropertyMap.h 84 class Parser {
89 Parser(PropertyMap* map, Tokenizer* tokenizer);
90 ~Parser();
  /frameworks/native/libs/input/
VirtualKeyMap.cpp 28 // Enables debug output for the parser.
31 // Enables debug output for parser performance.
65 Parser parser(map, tokenizer);
66 status = parser.parse();
85 // --- VirtualKeyMap::Parser ---
87 VirtualKeyMap::Parser::Parser(VirtualKeyMap* map, Tokenizer* tokenizer) :
91 VirtualKeyMap::Parser::~Parser() {
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
Parser.cs 37 * A parser for TokenStreams. "parser grammars" result in a subclass
41 public class Parser : BaseRecognizer {
44 public Parser(ITokenStream input)
50 public Parser(ITokenStream input, RecognizerSharedState state)
51 : base(state) // share the state object with another parser
87 /** <summary>Gets or sets the token stream; resets the parser upon a set.</summary> */
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Parser.cs 38 * A parser for TokenStreams. "parser grammars" result in a subclass
42 public class Parser : BaseRecognizer
46 public Parser( ITokenStream input )
53 public Parser( ITokenStream input, RecognizerSharedState state )
54 : base(state) // share the state object with another parser
96 /** <summary>Gets or sets the token stream; resets the parser upon a set.</summary> */
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Parser.pm 1 package ANTLR::Runtime::Parser;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-parser.rb 59 # - - - - - - begin action @parser::header - - - - - -
66 # - - - - - - end action @parser::header - - - - - - -
96 class Parser < ANTLR3::Parser
167 # parser rule group_spec
244 # parser rule group_name
319 # parser rule member
405 # parser rule parameter_declaration
480 # parser rule parameters
534 # parser rule paramete
    [all...]
  /external/clang/include/clang/AST/
CommentParser.h 1 //===--- CommentParser.h - Doxygen comment parser ---------------*- C++ -*-===//
10 // This file defines the Doxygen comment parser.
29 /// Doxygen comment parser.
30 class Parser {
31 Parser(const Parser &) = delete;
32 void operator=(const Parser &) = delete;
89 Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
  /external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/
ConcreteFunction.java 38 SpecializedFunction<String, T> parser) {
39 return in.stream().map(parser).collect(Collectors.toList());
46 interface Parser<T> extends Function<String, T> {
51 extends SpecializedFunction<String, T>, Parser<T> {
  /external/jsilver/src/com/google/streamhtmlparser/
Parser.java 20 * Defines essential functionality that every parser we implement
26 * parser for escaping purposes.
29 * of the parser to better support conditional processing.
31 public interface Parser {
38 * Tell the parser to process the provided {@code char}. Throws exception
47 * Tell the parser to process the provided {@code String}. Throws exception
56 * Reset the parser back to its initial default state.
61 * Returns the current state of the parser. May be {@link #STATE_ERROR}
62 * if the parser encountered an error. Such an error may be recoverable
66 * @return current state of the parser
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Parser.java 26 package gov.nist.javax.sip.parser;
34 * Base parser class.
42 public abstract class Parser extends ParserCore implements TokenTypes {
127 * $Log: Parser.java,v $
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
GeneratedClrTypeInfo.cs 52 /// Irrelevant for file descriptors; the parser for message descriptors.
54 public MessageParser Parser { get; }
85 public GeneratedClrTypeInfo(Type clrType, MessageParser parser, string[] propertyNames, string[] oneofNames, Type[] nestedEnums, GeneratedClrTypeInfo[] nestedTypes)
90 Parser = parser;
  /external/skia/src/sksl/
SkSLParser.h 53 class Parser {
55 Parser(const char* text, size_t length, SymbolTable& types, ErrorReporter& errors);
118 // don't need to call any of these outside of the parser. The function declarations in the .cpp
  /external/skia/tools/skpbench/
sheet.py 66 class Parser:
139 parser = Parser()
144 parser.parse_file(sys.stdin)
147 parser.parse_file(infile)
151 parser.print_csv()
159 parser.print_csv(outfile=tmpfile)
  /external/skqp/src/sksl/
SkSLParser.h 53 class Parser {
55 Parser(const char* text, size_t length, SymbolTable& types, ErrorReporter& errors);
118 // don't need to call any of these outside of the parser. The function declarations in the .cpp
  /external/skqp/tools/skpbench/
sheet.py 66 class Parser:
139 parser = Parser()
144 parser.parse_file(sys.stdin)
147 parser.parse_file(infile)
151 parser.print_csv()
159 parser.print_csv(outfile=tmpfile)
  /frameworks/native/include/input/
VirtualKeyMap.h 60 class Parser {
65 Parser(VirtualKeyMap* map, Tokenizer* tokenizer);
66 ~Parser();
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
AddressListField.java 27 import org.apache.james.mime4j.field.address.parser.ParseException;
47 public static class Parser implements FieldParser {
48 private static Log log = LogFactory.getLog(Parser.class);
ContentTransferEncodingField.java 82 public static class Parser implements FieldParser {
DateTimeField.java 30 import org.apache.james.mime4j.field.datetime.parser.ParseException;
52 public static class Parser implements FieldParser {
53 private static Log log = LogFactory.getLog(Parser.class);
MailboxField.java 29 import org.apache.james.mime4j.field.address.parser.ParseException;
49 public static class Parser implements FieldParser {
50 private static Log log = LogFactory.getLog(Parser.class);
MailboxListField.java 28 import org.apache.james.mime4j.field.address.parser.ParseException;
49 public static class Parser implements FieldParser {
50 private static Log log = LogFactory.getLog(Parser.class);
UnstructuredField.java 43 public static class Parser implements FieldParser {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentParser.h 1 //===--- CommentParser.h - Doxygen comment parser ---------------*- C++ -*-===//
10 // This file defines the Doxygen comment parser.
29 /// Doxygen comment parser.
30 class Parser {
31 Parser(const Parser &) = delete;
32 void operator=(const Parser &) = delete;
89 Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
CommentParser.h 1 //===--- CommentParser.h - Doxygen comment parser ---------------*- C++ -*-===//
10 // This file defines the Doxygen comment parser.
29 /// Doxygen comment parser.
30 class Parser {
31 Parser(const Parser &) = delete;
32 void operator=(const Parser &) = delete;
89 Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
CommentParser.h 1 //===--- CommentParser.h - Doxygen comment parser ---------------*- C++ -*-===//
10 // This file defines the Doxygen comment parser.
29 /// Doxygen comment parser.
30 class Parser {
31 Parser(const Parser &) = delete;
32 void operator=(const Parser &) = delete;
89 Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,

Completed in 390 milliseconds

12 3 4 5 6 7 8 91011>>