Home
last modified time | relevance | path

Searched refs:parse_only (Results 1 – 13 of 13) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/tests/
Drun_tests.py172 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/
Drun_tests.py40 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/
Dmpeg4videodec.h86 int header, int parse_only);
Dvc1_parser.c68 vpc->v.parse_only = 1; in vc1_extract_header()
Dvc1.h397 int parse_only; ///< Context is used within parser member
Dvc1.c666 if (v->parse_only) in ff_vc1_parse_frame_header()
1005 if (v->parse_only) in ff_vc1_parse_frame_header_adv()
Dmpeg4videodec.c2925 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/
Damber.cc61 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/
Dmain.cc71 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/
Djs-parser-internal.h712 void lexer_construct_regexp_object (parser_context_t *context_p, bool parse_only);
Djs-lexer.c2686 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/
Dflag-definitions.h1697 DEFINE_BOOL(parse_only, false, "only parse the sources")
/third_party/ffmpeg/doc/
DAPIchanges2609 Deprecate AVCodecContext.parse_only and CODEC_CAP_PARSE_ONLY.