/third_party/selinux/libsepol/include/sepol/policydb/ |
H A D | avtab.h | 94 void *parse_context; /* generic context pointer used by parser; member 134 void *parse_context);
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpegvideo_dec.c | 569 s->parse_context.state = -1; in ff_mpeg_flush() 570 s->parse_context.frame_start_found = 0; in ff_mpeg_flush() 571 s->parse_context.overread = 0; in ff_mpeg_flush() 572 s->parse_context.overread_index = 0; in ff_mpeg_flush() 573 s->parse_context.index = 0; in ff_mpeg_flush() 574 s->parse_context.last_index = 0; in ff_mpeg_flush()
|
H A D | h263dec.c | 181 pos -= s->parse_context.last_index; in get_consumed_bytes() 456 next = ff_mpeg4_find_frame_end(&s->parse_context, buf, buf_size); in ff_h263_decode_frame() 458 next = ff_h263_find_frame_end(&s->parse_context, buf, buf_size); in ff_h263_decode_frame() 460 next = ff_h263_find_frame_end(&s->parse_context, buf, buf_size); in ff_h263_decode_frame() 467 if (ff_combine_frame(&s->parse_context, next, (const uint8_t **)&buf, in ff_h263_decode_frame()
|
H A D | mpegvideo.h | 338 ParseContext parse_context; member
|
H A D | mpeg12dec.c | 1246 ParseContext pc = s->parse_context; in mpeg_decode_postinit() 1247 s->parse_context.buffer = 0; in mpeg_decode_postinit() 1249 s->parse_context = pc; in mpeg_decode_postinit() 2478 return FFMAX(0, buf_ptr - buf - s2->parse_context.last_index); in decode_chunks() 2792 int next = ff_mpeg1_find_frame_end(&s2->parse_context, buf, in mpeg_decode_frame() 2795 if (ff_combine_frame(&s2->parse_context, next, in mpeg_decode_frame()
|
H A D | mpegvideo.c | 803 s->parse_context.state = -1; in ff_mpv_common_init() 889 av_freep(&s->parse_context.buffer); in ff_mpv_common_end() 890 s->parse_context.buffer_size = 0; in ff_mpv_common_end()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | implicit_weak_message.cc | 33 #include <google/protobuf/parse_context.h>
|
H A D | map_field_lite.h | 35 #include <google/protobuf/parse_context.h>
|
H A D | extension_set_inl.h | 34 #include <google/protobuf/parse_context.h>
|
H A D | message.cc | 45 #include <google/protobuf/parse_context.h>
|
H A D | unknown_field_set.h | 48 #include <google/protobuf/parse_context.h>
|
H A D | unknown_field_set.cc | 39 #include <google/protobuf/parse_context.h>
|
H A D | wire_format.h | 45 #include <google/protobuf/parse_context.h>
|
H A D | extension_set_heavy.cc | 43 #include <google/protobuf/parse_context.h>
|
H A D | message_lite.cc | 45 #include <google/protobuf/parse_context.h>
|
H A D | parse_context.cc | 31 #include <google/protobuf/parse_context.h>
|
H A D | map_entry_lite.h | 38 #include <google/protobuf/parse_context.h>
|
H A D | map_type_handler.h | 34 #include <google/protobuf/parse_context.h>
|
/third_party/jinja2/ |
H A D | parser.py | 368 def parse_context() -> bool: function 382 if parse_context(): 396 if parse_context() or self.stream.current.type != "comma":
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | parser.py | 317 def parse_context(): function 331 if parse_context(): 345 if parse_context() or self.stream.current.type != "comma":
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | parser.py | 310 def parse_context(): function 322 if parse_context(): 334 if parse_context() or self.stream.current.type != 'comma':
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | parser.py | 317 def parse_context(): function 331 if parse_context(): 345 if parse_context() or self.stream.current.type != "comma":
|
/third_party/selinux/libsepol/src/ |
H A D | expand.c | 1657 if (node->parse_context == cond) in find_avtab_node() 1677 node->parse_context = cond; in find_avtab_node() 1741 if (node && node->parse_context != other) { in expand_terule_helper() 1760 || node->parse_context == cond) in expand_terule_helper() 3373 node->parse_context = (void *)1; in expand_cond_insert()
|
H A D | conditional.c | 680 node_ptr->parse_context = (void *)1; in cond_insertf()
|
H A D | write.c | 782 if (cur_list->node->parse_context) in cond_write_av_list() 797 if (cur_list->node->parse_context) in cond_write_av_list()
|