HomeSort by relevance Sort by last modified time
    Searched defs:Parser (Results 101 - 125 of 365) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/lib/Target/AMDGPU/Utils/
AMDKernelCodeTUtils.cpp 164 auto Parser = getParserTable()[Idx];
165 return Parser ? Parser(C, MCParser, Err) : false;
  /external/lzma/CS/7zip/Common/
CommandLineParser.cs 58 public class Parser
63 public Parser(int numSwitches)
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
MessageDescriptor.cs 67 Parser = generatedCodeInfo?.Parser;
138 /// A parser for this message type.
148 /// an auto-generated nested key/value pair message for the field. No message parser object is created for
152 /// For wrapper types (<see cref="Google.Protobuf.WellKnownTypes.StringValue"/> and the like), the parser returned here
158 public MessageParser Parser { get; }
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Wrappers.cs 39 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.DoubleValue), global::Google.Protobuf.WellKnownTypes.DoubleValue.Parser, new[]{ "Value" }, null, null, null),
40 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.FloatValue), global::Google.Protobuf.WellKnownTypes.FloatValue.Parser, new[]{ "Value" }, null, null, null),
41 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Int64Value), global::Google.Protobuf.WellKnownTypes.Int64Value.Parser, new[]{ "Value" }, null, null, null),
42 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.UInt64Value), global::Google.Protobuf.WellKnownTypes.UInt64Value.Parser, new[]{ "Value" }, null, null, null),
43 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Int32Value), global::Google.Protobuf.WellKnownTypes.Int32Value.Parser, new[]{ "Value" }, null, null, null),
44 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.UInt32Value), global::Google.Protobuf.WellKnownTypes.UInt32Value.Parser, new[]{ "Value" }, null, null, null),
45 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.BoolValue), global::Google.Protobuf.WellKnownTypes.BoolValue.Parser, new[]{ "Value" }, null, null, null),
46 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.StringValue), global::Google.Protobuf.WellKnownTypes.StringValue.Parser, new[]{ "Value" }, null, null, null),
47 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.BytesValue), global::Google.Protobuf.WellKnownTypes.BytesValue.Parser, new[]{ "Value" }, null, null, null)
62 public static pb::MessageParser<DoubleValue> Parser { get { return _parser; }
    [all...]
Api.cs 45 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Api), global::Google.Protobuf.WellKnownTypes.Api.Parser, new[]{ "Name", "Methods", "Options", "Version", "SourceContext", "Mixins", "Syntax" }, null, null, null),
46 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Method), global::Google.Protobuf.WellKnownTypes.Method.Parser, new[]{ "Name", "RequestTypeUrl", "RequestStreaming", "ResponseTypeUrl", "ResponseStreaming", "Options", "Syntax" }, null, null, null),
47 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Mixin), global::Google.Protobuf.WellKnownTypes.Mixin.Parser, new[]{ "Name", "Root" }, null, null, null)
60 public static pb::MessageParser<Api> Parser { get { return _parser; } }
107 = pb::FieldCodec.ForMessage(18, global::Google.Protobuf.WellKnownTypes.Method.Parser);
119 = pb::FieldCodec.ForMessage(26, global::Google.Protobuf.WellKnownTypes.Option.Parser);
177 = pb::FieldCodec.ForMessage(50, global::Google.Protobuf.WellKnownTypes.Mixin.Parser);
352 public static pb::MessageParser<Method> Parser { get { return _parser; } }
450 = pb::FieldCodec.ForMessage(50, global::Google.Protobuf.WellKnownTypes.Option.Parser);
709 public static pb::MessageParser<Mixin> Parser { get { return _parser; }
    [all...]
Struct.cs 44 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Struct), global::Google.Protobuf.WellKnownTypes.Struct.Parser, new[]{ "Fields" }, null, null, new pbr::GeneratedClrTypeInfo[] { null, }),
45 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Value), global::Google.Protobuf.WellKnownTypes.Value.Parser, new[]{ "NullValue", "NumberValue", "StringValue", "BoolValue", "StructValue", "ListValue" }, new[]{ "Kind" }, null, null),
46 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.ListValue), global::Google.Protobuf.WellKnownTypes.ListValue.Parser, new[]{ "Values" }, null, null, null)
82 public static pb::MessageParser<Struct> Parser { get { return _parser; } }
109 = new pbc::MapField<string, global::Google.Protobuf.WellKnownTypes.Value>.Codec(pb::FieldCodec.ForString(10), pb::FieldCodec.ForMessage(18, global::Google.Protobuf.WellKnownTypes.Value.Parser), 10);
188 public static pb::MessageParser<Value> Parser { get { return _parser; } }
501 public static pb::MessageParser<ListValue> Parser { get { return _parser; } }
528 = pb::FieldCodec.ForMessage(10, global::Google.Protobuf.WellKnownTypes.Value.Parser);
  /external/protobuf/src/google/protobuf/compiler/
parser.h 55 class Parser;
61 // Parser is a lower-level class which simply converts a single .proto file
65 class LIBPROTOBUF_EXPORT Parser {
67 Parser();
68 ~Parser();
105 // Call SetStopAfterSyntaxIdentifier(true) to tell the parser to stop
129 // The Parser often calls SkipStatement() after encountering a syntax
209 // destructor records the end location. Since the parser is
214 LocationRecorder(Parser* parser);
    [all...]
  /external/trappy/trappy/stats/
grammar.py 18 operations on the data. The parser also handles super-indexing
33 """Parser function for numerical data
206 class Parser(object):
208 """A parser class for solving simple
278 from a :mod:`trappy.trace.FTrace` object. The parser provides
285 from trappy.stats.grammar import Parser
288 parser = Parser(trace)
289 parser.solve("trappy.thermal.Thermal:temp * 2")
295 from trappy.stats.grammar import Parser
    [all...]
  /libcore/ojluni/src/main/java/java/text/
PatternEntry.java 198 static class Parser {
202 public Parser(String pattern) {
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
ContentTypeField.java 32 import org.apache.james.mime4j.field.contenttype.parser.ContentTypeParser;
33 import org.apache.james.mime4j.field.contenttype.parser.ParseException;
34 import org.apache.james.mime4j.field.contenttype.parser.TokenMgrError;
208 public static class Parser implements FieldParser {
209 private static Log log = LogFactory.getLog(Parser.class);
216 ContentTypeParser parser = new ContentTypeParser(new StringReader(body)); local
218 parser.parseAll();
234 final String type = parser.getType();
235 final String subType = parser.getSubType();
238 mimeType = (type + "/" + parser.getSubType()).toLowerCase()
    [all...]
  /packages/services/Car/tools/bootanalyze/
bugreport_anayze.py 58 parser = argparse.ArgumentParser(description='Measures boot time from bugreport.')
59 parser.add_argument('-c', '--config', dest='config',
62 parser.add_argument('bugreport_file', nargs=1, help='bugreport txt file',
64 parser.add_argument('-n', '--iterate', dest='iterate', type=int, default=1,
66 return parser.parse_args()
136 class Parser:
381 parser = Parser(args.config, args.bugreport_file[0])
382 parser.parse()
383 parser.dump(
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
text_format.h 212 // Interface that TextFormat::Parser can use to find extensions.
255 // Allow the text format parser to record information into the tree.
278 class LIBPROTOBUF_EXPORT Parser {
280 Parser();
281 ~Parser();
298 // Set how parser finds extensions. If NULL (the default), the
299 // parser will use the standard Reflection object associated with
343 // the friendship to TextFormat::Parser::ParserImpl, but unfortunately some
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
text_format.h 212 // Interface that TextFormat::Parser can use to find extensions.
255 // Allow the text format parser to record information into the tree.
278 class LIBPROTOBUF_EXPORT Parser {
280 Parser();
281 ~Parser();
298 // Set how parser finds extensions. If NULL (the default), the
299 // parser will use the standard Reflection object associated with
343 // the friendship to TextFormat::Parser::ParserImpl, but unfortunately some
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
text_format.h 212 // Interface that TextFormat::Parser can use to find extensions.
255 // Allow the text format parser to record information into the tree.
278 class LIBPROTOBUF_EXPORT Parser {
280 Parser();
281 ~Parser();
298 // Set how parser finds extensions. If NULL (the default), the
299 // parser will use the standard Reflection object associated with
343 // the friendship to TextFormat::Parser::ParserImpl, but unfortunately some
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
parser.h 55 class Parser;
61 // Parser is a lower-level class which simply converts a single .proto file
65 class LIBPROTOBUF_EXPORT Parser {
67 Parser();
68 ~Parser();
105 // Call SetStopAfterSyntaxIdentifier(true) to tell the parser to stop
129 // The Parser often calls SkipStatement() after encountering a syntax
209 // destructor records the end location. Since the parser is
214 LocationRecorder(Parser* parser);
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
text_format.h 212 // Interface that TextFormat::Parser can use to find extensions.
255 // Allow the text format parser to record information into the tree.
278 class LIBPROTOBUF_EXPORT Parser {
280 Parser();
281 ~Parser();
298 // Set how parser finds extensions. If NULL (the default), the
299 // parser will use the standard Reflection object associated with
343 // the friendship to TextFormat::Parser::ParserImpl, but unfortunately some
  /build/kati/
parser.cc 17 #include "parser.h"
37 class Parser {
44 typedef void (Parser::*DirectiveHandler)(
49 Parser(StringPiece buf, const char* filename, vector<Stmt*>* stmts)
60 Parser(StringPiece buf, const Loc& loc, vector<Stmt*>* stmts)
70 ~Parser() {
103 (*make_directives_)["include"] = &Parser::ParseInclude;
104 (*make_directives_)["-include"] = &Parser::ParseInclude;
105 (*make_directives_)["sinclude"] = &Parser::ParseInclude;
106 (*make_directives_)["define"] = &Parser::ParseDefine
    [all...]
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 36 // Enables debug output for the parser.
39 // Enables debug output for parser performance.
150 Parser parser(map.get(), tokenizer, format);
151 status = parser.parse();
718 // --- KeyCharacterMap::Parser ---
720 KeyCharacterMap::Parser::Parser(KeyCharacterMap* map, Tokenizer* tokenizer, Format format) :
724 KeyCharacterMap::Parser::~Parser() {
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootClient.c 623 A callback function to intercept events during message parser.
633 @retval EFI_SUCCESS Continue to parser the message body.
726 VOID *Parser;
909 // 3.3 Init a message-body parser from the header information.
911 Parser = NULL;
925 &Parser
940 Status = HttpGetEntityLength (Parser, &ContentLength);
977 while (!HttpIsMessageComplete (Parser)) {
1011 Parser,
1025 Status = HttpGetEntityLength (Parser, &ContentLength);
    [all...]
  /external/clang/test/Analysis/inlining/
false-positive-suppression.cpp 22 class Parser {
  /external/clang/utils/analyzer/
SATestBuild.py 699 Parser = argparse.ArgumentParser(description='Test the Clang Static Analyzer.')
700 Parser.add_argument('--strictness', dest='strictness', type=int, default=0,
704 Parser.add_argument('-r', dest='regenerate', action='store_true', default=False,
706 Parser.add_argument('-rs', dest='update_reference', action='store_true',
708 Args = Parser.parse_args()
  /external/deqp/framework/delibs/decpp/
deCommandLine.hpp 23 * \brief Command line parser.
245 class Parser
248 Parser (void);
249 ~Parser (void);
259 Parser (const Parser&);
260 Parser& operator= (const Parser&);
308 inline Parser& operator<< (Parser& parser, const Option<OptType>& option
    [all...]
  /external/google-breakpad/src/processor/
cfi_frame_info_unittest.cc 303 CFIParserFixture() : parser(&mock_handler) {
312 CFIRuleParser parser; member in class:CFIParserFixture
315 class Parser: public CFIParserFixture, public Test { };
317 TEST_F(Parser, Empty) {
318 EXPECT_FALSE(parser.Parse(""));
321 TEST_F(Parser, LoneColon) {
322 EXPECT_FALSE(parser.Parse(":"));
325 TEST_F(Parser, CFANoExpr) {
326 EXPECT_FALSE(parser.Parse(".cfa:"));
329 TEST_F(Parser, CFANoColonNoExpr)
    [all...]
  /external/libmojo/third_party/jinja2/
parser.py 3 jinja2.parser
6 Implements the template parser.
24 class Parser(object):
85 """Called if the parser encounters an unknown tag. Tries to fail
144 parses template data if appropriate. The parser checks first if the
    [all...]
  /external/protobuf/csharp/src/AddressBook/
Addressbook.cs 38 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Examples.AddressBook.Person), global::Google.Protobuf.Examples.AddressBook.Person.Parser, new[]{ "Name", "Id", "Email", "Phones" }, null, new[]{ typeof(global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneType) }, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNumber), global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNumber.Parser, new[]{ "Number", "Type" }, null, null, null)}),
39 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Examples.AddressBook.AddressBook), global::Google.Protobuf.Examples.AddressBook.AddressBook.Parser, new[]{ "People" }, null, null, null)
52 public static pb::MessageParser<Person> Parser { get { return _parser; } }
115 = pb::FieldCodec.ForMessage(34, global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNumber.Parser);
239 public static pb::MessageParser<PhoneNumber> Parser { get { return _parser; } }
377 public static pb::MessageParser<AddressBook> Parser { get { return _parser; } }
404 = pb::FieldCodec.ForMessage(10, global::Google.Protobuf.Examples.AddressBook.Person.Parser);

Completed in 2397 milliseconds

1 2 3 45 6 7 8 91011>>