Home
last modified time | relevance | path

Searched refs:in_body (Results 1 - 6 of 6) sorted by relevance

/third_party/gn/src/gn/
H A Dstandard_out.cc39 bool in_body = false; member
147 if (is_markdown && !in_body && escaping == DEFAULT_ESCAPING) { in OutputString()
204 if (is_markdown && !in_body && escaping == DEFAULT_ESCAPING) {
275 in_body = false; in PrintLongHelp()
292 if (in_body) { in PrintLongHelp()
294 in_body = false; in PrintLongHelp()
315 } else if (is_markdown && !line.empty() && !in_body) { in PrintLongHelp()
317 in_body = true; in PrintLongHelp()
322 if (in_body && is_markdown) { in PrintLongHelp()
347 if (is_markdown && in_body) in PrintLongHelp()
[all...]
/third_party/curl/lib/
H A Drtsp.c601 bool in_body; in rtp_write_body_junk() local
603 in_body = (data->req.headerline && !rtspc->in_header) && in rtp_write_body_junk()
606 body_remain = in_body? (data->req.size - data->req.bytecount) : 0; in rtp_write_body_junk()
627 bool in_body = (data->req.headerline && !rtspc->in_header) && in rtsp_filter_rtp() local
635 if(!in_body && buf[0] == 'R' && in rtsp_filter_rtp()
/third_party/libunwind/libunwind/src/ia64/
H A DGparser.c269 if (!(sr->in_body || sr->first_region)) in desc_prologue()
289 sr->in_body = body; in desc_prologue()
770 sr->in_body = orig_sr.in_body; in desc_alias()
997 dp = unw_decode (dp, sr->in_body, sr); in create_state_record_for()
H A Dunwind_i.h449 unsigned int in_body : 1; /* are we inside prologue or body? */ member
/third_party/python/Lib/test/
H A Dtest_nntplib.py475 self.in_body = False
488 if self.in_body:
502 self.in_body = False
521 if self.in_body:
527 self.in_body = True
/third_party/glfw/deps/
H A Dnuklear.h16928 int pressed, in_body, in_header; in nk_nonblock_begin() local
16934 in_body = nk_input_is_mouse_hovering_rect(&ctx->input, body); in nk_nonblock_begin()
16936 if (pressed && (!in_body || in_header)) in nk_nonblock_begin()
17267 int in_body = nk_input_is_mouse_hovering_rect(&ctx->input, body); in nk_contextual_end() local
17268 if (pressed && in_body) in nk_contextual_end()

Completed in 85 milliseconds