HomeSort by relevance Sort by last modified time
    Searched defs:PARSER (Results 1 - 14 of 14) sorted by null

  /external/smack/src/com/kenai/jbosh/
StaticBody.java 42 * Selected parser to be used to process raw XML messages.
44 private static final BodyParser PARSER =
114 BodyParserResults results = PARSER.parse(rawXML);
BodyParserSAX.java 48 * SAX parser factory.
58 * Thread local to contain a SAX parser instance for each thread that
63 private static final ThreadLocal<SoftReference<SAXParser>> PARSER =
75 private final SAXParser parser; field in class:BodyParserSAX.Handler
79 parser = theParser;
127 parser.reset();
164 SAXParser parser = getSAXParser(); local
165 parser.parse(inStream, new Handler(parser, result));
181 * @return parser instanc
    [all...]
  /cts/tools/dasm/src/java_cup/
sym.java 27 static final int PARSER = 6;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86arch.h 93 #define PARSER(arch) (((arch)->parser == X86_PARSER_GAS && (arch)->gas_intel_mode) ? X86_PARSER_NASM : (arch)->parser)
104 enum x86_parser_type parser; member in struct:yasm_arch_x86
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
argparse.py 14 parser = argparse.ArgumentParser(
16 parser.add_argument(
19 parser.add_argument(
22 args = parser.parse_args()
30 the parser with actions for optional and positional arguments. Then
35 there are errors with the parser's actions. Errors raised while
43 - Action -- The base class for parser actions. Typically actions are
53 RawDescriptionHelpFormatter and RawTextHelpFormatter tell the parser
78 'PARSER',
104 PARSER = 'A...
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
argparse.py 14 parser = argparse.ArgumentParser(
16 parser.add_argument(
19 parser.add_argument(
22 args = parser.parse_args()
30 the parser with actions for optional and positional arguments. Then
35 there are errors with the parser's actions. Errors raised while
43 - Action -- The base class for parser actions. Typically actions are
53 RawDescriptionHelpFormatter and RawTextHelpFormatter tell the parser
78 'PARSER',
104 PARSER = 'A...
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java 105 public static final int PARSER = 2;
111 "parser",
119 "Parser",
121 "Parser" // if combined grammar, gen Parser and Lexer will be done later
124 /** Set of valid imports. E.g., can only import a tree parser into
125 * another tree parser. Maps delegate to set of delegator grammar types.
133 map(LEXER, PARSER);
136 map(PARSER, PARSER);
640 ANTLRParser parser = ANTLRParser.createParser(tokenBuffer); local
884 ANTLRParser parser = ANTLRParser.createParser(new CommonTokenStream(lexer)); local
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 424 milliseconds