HomeSort by relevance Sort by last modified time
    Searched refs:parser (Results 1676 - 1700 of 2894) sorted by null

<<61626364656667686970>>

  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.h 302 ImplicitScope(CSSPropertyParser* parser, PropertyType propertyType)
303 : m_parser(parser)
320 ShorthandScope(CSSPropertyParser* parser, CSSPropertyID propId) : m_parser(parser)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
standalone.py 877 parser = optparse.OptionParser()
879 parser.add_option('--config', dest='config_file', type='string',
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
xmlparser.h 16 * Tiny XML parser using ICU and intended for use in ICU tests and in build tools.
134 UXMLElement(const UXMLParser *parser, const UnicodeString *name, UErrorCode &errorCode);
156 * A simple XML parser; it is neither efficient nor conformant and only useful for
165 * Create an XML parser.
  /external/chromium_org/third_party/libxml/src/
testThreadsWin32.c 8 #include <libxml/parser.h>
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
CodedInputStream.java 249 final Parser<T> parser,
256 T result = parser.parsePartialFrom(this, extensionRegistry);
300 final Parser<T> parser,
309 T result = parser.parsePartialFrom(this, extensionRegistry);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
importer.h 35 // This file is the public interface to the .proto file parser.
46 #include <google/protobuf/compiler/parser.h>
135 // of opening the file, parsing it with a Parser, recursively parsing all its
  /external/chromium_org/third_party/skia/include/xml/
SkXMLParser.h 84 void reportError(void* parser);
  /external/chromium_org/third_party/webrtc/video/
full_stack.cc 116 scoped_ptr<RtpHeaderParser> parser(RtpHeaderParser::Create());
118 parser->Parse(packet, static_cast<int>(length), &header);
155 scoped_ptr<RtpHeaderParser> parser(RtpHeaderParser::Create());
157 parser->Parse(packet, static_cast<int>(length), &header);
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
coretype.h 41 /** Parser instance (mostly opaque type). \see parser.h for details. */
56 * standard macros with a parser/preprocessor combination.
61 const char *parser; /**< Parser keyword */ member in struct:yasm_stdmac
116 /** A value. May be absolute or relative. Outside the parser, yasm_expr
  /external/chromium_org/tools/mac/
symbolicate_crash.py 54 # If this is a spindump (version 7 or 8 report), use a special parser. The
263 # The parser skips some sections, so advance until the "Binary Images"
459 parser = optparse.OptionParser(
463 parser.add_option('-s', '--std-path', action='store_true', dest='std_path',
470 (options, args) = parser.parse_args(args[1:])
474 parser.print_usage()
  /external/chromium_org/v8/tools/
stats-viewer.py 462 parser = optparse.OptionParser("usage: %prog [--filter=re] "
464 parser.add_option("--filter",
468 (options, args) = parser.parse_args()
470 parser.print_help()
  /external/clang/utils/
FindSpecRefs 806 parser = OptionParser("usage: %prog [options] CLANG_ROOT <output-dir>")
807 parser.add_option("", "--debug", dest="debug",
811 (opts, args) = parser.parse_args()
814 parser.error("incorrect number of arguments")
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
xmlparser.h 16 * Tiny XML parser using ICU and intended for use in ICU tests and in build tools.
134 UXMLElement(const UXMLParser *parser, const UnicodeString *name, UErrorCode &errorCode);
156 * A simple XML parser; it is neither efficient nor conformant and only useful for
165 * Create an XML parser.
  /external/nist-sip/java/gov/nist/javax/sip/parser/
AddressParser.java 26 package gov.nist.javax.sip.parser;
31 /** Parser for addresses.
38 public class AddressParser extends Parser {
Pipeline.java 26 package gov.nist.javax.sip.parser;
35 * Input class for the pipelined parser. Buffer all bytes read from the socket
36 * and make them available to the message parser.
SubscriptionStateParser.java 26 package gov.nist.javax.sip.parser;
34 * Parser for SubscriptionState header.
151 SubscriptionStateParser parser =
153 SubscriptionState ss= (SubscriptionState) parser.parse();
TokenNames.java 26 package gov.nist.javax.sip.parser;
WarningParser.java 26 package gov.nist.javax.sip.parser;
34 * Parser for Warning header.
186 * for (int i = 0; i < warning.length; i++ ) { WarningParser parser = new
188 * parser.parse(); System.out.println("encoded = " + warningList.encode()); }
  /external/protobuf/src/google/protobuf/compiler/
importer.h 35 // This file is the public interface to the .proto file parser.
46 #include <google/protobuf/compiler/parser.h>
135 // of opening the file, parsing it with a Parser, recursively parsing all its
  /external/skia/include/xml/
SkXMLParser.h 84 void reportError(void* parser);
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedVectorDrawable.java 267 public void inflate(Resources res, XmlPullParser parser, AttributeSet attrs, Theme theme)
270 int eventType = parser.getEventType();
274 final String tagName = parser.getName();
305 eventType = parser.next();
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
ResourceHelper.java 124 XmlPullParser parser = ParserFactory.create(f); local
127 parser, context, resValue.isFramework());
135 "Failed to configure parser for " + value, e, null /*data*/);
202 // create a block parser for the file
207 XmlPullParser parser = ParserFactory.create(f); local
210 parser, context, value.isFramework());
  /libcore/libart/src/main/java/java/lang/
Class.java 1133 GenericSignatureParser parser = new GenericSignatureParser(getClassLoader()); local
1157 GenericSignatureParser parser = new GenericSignatureParser(getClassLoader()); local
1379 GenericSignatureParser parser = new GenericSignatureParser(getClassLoader()); local
    [all...]
  /ndk/sources/host-tools/ndk-stack/
GNUmakefile 58 ndk-stack-parser.c
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
parameter.hpp 119 void produce_argument( parser const& p )

Completed in 1547 milliseconds

<<61626364656667686970>>