Searched refs:parse_only (Results 1 – 13 of 13) sorted by relevance
/third_party/vk-gl-cts/external/amber/src/tests/ |
D | run_tests.py | 172 def __init__(self, input_path, parse_only, use_dawn, use_opencl, use_dxc, argument 175 self.parse_only = parse_only 214 return self.parse_only 341 self.test_cases.append(TestCase(input_path, self.options.parse_only, 352 TestCase(input_path, self.options.parse_only,
|
/third_party/skia/third_party/externals/tint/tools/ |
D | run_tests.py | 40 def __init__(self, input_path, parse_only): argument 42 self.parse_only = parse_only 50 return self.parse_only 225 TestCase(input_path, self.options.parse_only)) 234 TestCase(input_path, self.options.parse_only))
|
/third_party/ffmpeg/libavcodec/ |
D | mpeg4videodec.h | 86 int header, int parse_only);
|
D | vc1_parser.c | 68 vpc->v.parse_only = 1; in vc1_extract_header()
|
D | vc1.h | 397 int parse_only; ///< Context is used within parser member
|
D | vc1.c | 666 if (v->parse_only) in ff_vc1_parse_frame_header() 1005 if (v->parse_only) in ff_vc1_parse_frame_header_adv()
|
D | mpeg4videodec.c | 2925 int parse_only) in decode_vop_header() argument 3102 if (parse_only) in decode_vop_header() 3310 int header, int parse_only) in ff_mpeg4_decode_picture_header() argument 3464 return decode_vop_header(ctx, gb, parse_only); in ff_mpeg4_decode_picture_header()
|
/third_party/vk-gl-cts/external/amber/src/samples/ |
D | amber.cc | 61 bool parse_only = false; member 265 opts->parse_only = true; in ParseArgs() 522 if (options.parse_only)
|
/third_party/skia/third_party/externals/tint/samples/ |
D | main.cc | 71 bool parse_only = false; member 409 opts->parse_only = true; in ParseArgs() 1065 if (options.parse_only) { in main()
|
/third_party/jerryscript/jerry-core/parser/js/ |
D | js-parser-internal.h | 712 void lexer_construct_regexp_object (parser_context_t *context_p, bool parse_only);
|
D | js-lexer.c | 2686 bool parse_only) /**< parse only */ in lexer_construct_regexp_object() argument 2835 if (parse_only) in lexer_construct_regexp_object() 2883 JERRY_UNUSED (parse_only); in lexer_construct_regexp_object()
|
/third_party/node/deps/v8/src/flags/ |
D | flag-definitions.h | 1697 DEFINE_BOOL(parse_only, false, "only parse the sources")
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 2609 Deprecate AVCodecContext.parse_only and CODEC_CAP_PARSE_ONLY.
|