OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_input_stream_is_closed
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/glib/gio/tests/
filter-streams.c
32
g_assert (!
g_input_stream_is_closed
(base));
33
g_assert (!
g_input_stream_is_closed
(f1));
34
g_assert (!
g_input_stream_is_closed
(f2));
38
g_assert (!
g_input_stream_is_closed
(base));
39
g_assert (!
g_input_stream_is_closed
(f2));
43
g_assert (
g_input_stream_is_closed
(base));
113
g_assert (!
g_input_stream_is_closed
(base));
114
g_assert (!
g_input_stream_is_closed
(f1));
115
g_assert (!
g_input_stream_is_closed
(f2));
127
g_assert (!
g_input_stream_is_closed
(base))
[
all
...]
/external/bluetooth/glib/gio/
ginputstream.h
164
gboolean
g_input_stream_is_closed
(GInputStream *stream);
gio.symbols
500
g_input_stream_is_closed
goutputstream.c
369
if (
g_input_stream_is_closed
(source))
774
if (
g_input_stream_is_closed
(source))
[
all
...]
ginputstream.c
850
*
g_input_stream_is_closed
:
858
g_input_stream_is_closed
(GInputStream *stream)
function
[
all
...]
gbufferedinputstream.c
882
if (
g_input_stream_is_closed
(input_stream))
[
all
...]
Completed in 25 milliseconds