Searched refs:parse_only (Results 1 – 8 of 8) sorted by relevance
40 def __init__(self, input_path, parse_only): argument42 self.parse_only = parse_only50 return self.parse_only225 TestCase(input_path, self.options.parse_only))234 TestCase(input_path, self.options.parse_only))
399 int parse_only; ///< Context is used within parser member
69 vpc->v.parse_only = 1; in vc1_extract_header()
666 if (v->parse_only) in ff_vc1_parse_frame_header()1005 if (v->parse_only) in ff_vc1_parse_frame_header_adv()
71 bool parse_only = false; member409 opts->parse_only = true; in ParseArgs()1065 if (options.parse_only) { in main()
712 void lexer_construct_regexp_object (parser_context_t *context_p, bool parse_only);
2686 bool parse_only) /**< parse only */ in lexer_construct_regexp_object() argument2835 if (parse_only) in lexer_construct_regexp_object()2883 JERRY_UNUSED (parse_only); in lexer_construct_regexp_object()
2330 Deprecate AVCodecContext.parse_only and CODEC_CAP_PARSE_ONLY.