Home
last modified time | relevance | path

Searched refs:no_close (Results 1 – 5 of 5) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Diochannel.c55 bool no_close:1; member
188 if (!io->no_close) { in pa_iochannel_free()
489 io->no_close = b; in pa_iochannel_set_noclose()
/third_party/libsoup/tests/
Dconnection-test.c121 gboolean no_close = strcmp (path, "/content-length/noclose") == 0; in server_callback() local
144 } else if (no_close) { in server_callback()
/third_party/gettext/build-aux/
Dtexi2html562 my $no_close = shift;
616 $text .= "</$style>" if (!$no_close);
620 $text .= $CLOSE_QUOTE_SYMBOL if (!$no_close);
629 if (defined($style->{'end'}) and !$no_close)
637 $text .= $CLOSE_QUOTE_SYMBOL if (!$no_close);
18537 my $no_close = shift;
18616 …$result = &$Texi2HTML::Config::style($style, $macro, $text, $args, $no_close, $no_open, $line_nr, …
18618 if (!$no_close)
18669 $result .= '}' unless ($no_close);
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_demo.cpp219 static bool no_close = false; in ShowDemoWindow() local
234 if (no_close) p_open = NULL; // Don't pass our bool* to Begin in ShowDemoWindow()
378 ImGui::Checkbox("No close", &no_close); ImGui::SameLine(150); in ShowDemoWindow()
/third_party/skia/third_party/externals/imgui/
Dimgui_demo.cpp318 static bool no_close = false; in ShowDemoWindow() local
335 if (no_close) p_open = NULL; // Don't pass our bool* to Begin in ShowDemoWindow()
516 ImGui::TableNextColumn(); ImGui::Checkbox("No close", &no_close); in ShowDemoWindow()