Searched refs:parse_context (Results 1 – 18 of 18) sorted by relevance
| /third_party/selinux/libsepol/include/sepol/policydb/ |
| D | avtab.h | 94 void *parse_context; /* generic context pointer used by parser; member 134 void *parse_context);
|
| /third_party/protobuf/cmake/ |
| D | libprotobuf-lite.cmake | 16 ${protobuf_source_dir}/src/google/protobuf/parse_context.cc 37 ${protobuf_source_dir}/src/google/protobuf/parse_context.h
|
| D | extract_includes.bat.in | 77 …OTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\parse_context.h" include\google\protobuf\parse_co…
|
| /third_party/ffmpeg/libavcodec/ |
| D | h263dec.c | 176 pos -= s->parse_context.last_index; in get_consumed_bytes() 450 next = ff_mpeg4_find_frame_end(&s->parse_context, buf, buf_size); in ff_h263_decode_frame() 452 next = ff_h263_find_frame_end(&s->parse_context, buf, buf_size); in ff_h263_decode_frame() 454 next = ff_h263_find_frame_end(&s->parse_context, buf, buf_size); in ff_h263_decode_frame() 461 if (ff_combine_frame(&s->parse_context, next, (const uint8_t **)&buf, in ff_h263_decode_frame()
|
| D | mpegvideo.c | 977 s->parse_context.state = -1; in ff_mpv_common_init() 1122 av_freep(&s->parse_context.buffer); in ff_mpv_common_end() 1123 s->parse_context.buffer_size = 0; in ff_mpv_common_end() 2318 s->parse_context.state= -1; in ff_mpeg_flush() 2319 s->parse_context.frame_start_found= 0; in ff_mpeg_flush() 2320 s->parse_context.overread= 0; in ff_mpeg_flush() 2321 s->parse_context.overread_index= 0; in ff_mpeg_flush() 2322 s->parse_context.index= 0; in ff_mpeg_flush() 2323 s->parse_context.last_index= 0; in ff_mpeg_flush()
|
| D | mpeg12dec.c | 1270 ParseContext pc = s->parse_context; in mpeg_decode_postinit() 1271 s->parse_context.buffer = 0; in mpeg_decode_postinit() 1273 s->parse_context = pc; in mpeg_decode_postinit() 2509 return FFMAX(0, buf_ptr - buf - s2->parse_context.last_index); in decode_chunks() 2816 int next = ff_mpeg1_find_frame_end(&s2->parse_context, buf, in mpeg_decode_frame() 2819 if (ff_combine_frame(&s2->parse_context, next, in mpeg_decode_frame()
|
| D | mpegvideo.h | 362 ParseContext parse_context; member
|
| /third_party/node/tools/inspector_protocol/jinja2/ |
| 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/ |
| 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/deps/v8/third_party/jinja2/ |
| D | parser.py | 317 def parse_context(): function 331 if parse_context(): 345 if parse_context() or self.stream.current.type != "comma":
|
| /third_party/jinja2/ |
| D | parser.py | 366 def parse_context() -> bool: function 380 if parse_context(): 394 if parse_context() or self.stream.current.type != "comma":
|
| /third_party/selinux/libsepol/src/ |
| 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()
|
| D | conditional.c | 680 node_ptr->parse_context = (void *)1; in cond_insertf()
|
| 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()
|
| /third_party/protobuf/ |
| D | BUILD.gn | 39 "src/google/protobuf/parse_context.cc", 98 "src/google/protobuf/parse_context.cc",
|
| D | CHANGES.txt | 407 …* Add an overall limit to parse_context to prevent reading past it. This allows to remove a annoyi… 425 * Fix MSVC warning C4244 in protobuf's parse_context.h.
|
| /third_party/protobuf/src/ |
| D | Makefile.am | 120 google/protobuf/parse_context.h \ 212 google/protobuf/parse_context.cc \
|
| /third_party/selinux/libsepol/cil/src/ |
| D | cil_binary.c | 938 avtab_ptr->parse_context = (void*)1; in __cil_cond_insert_rule()
|