Searched refs:is_socket (Results 1 - 10 of 10) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_libcprint.h44 struct { Int fd; Bool is_socket; } member in struct:__anon32713
H A Dm_libcprint.c62 if (sink->is_socket) {
66 sink->is_socket = False;
532 VG_(log_output_sink).is_socket = False;
H A Dm_main.c278 VG_(log_output_sink).is_socket = False;
353 VG_(log_output_sink).is_socket = False;
927 vg_assert(VG_(log_output_sink).is_socket == False);
931 vg_assert(VG_(xml_output_sink).is_socket == False);
987 VG_(log_output_sink).is_socket = True;
1048 VG_(xml_output_sink).is_socket = True;
1078 VG_(log_output_sink).is_socket = False;
1087 VG_(log_output_sink).is_socket = False;
1100 VG_(xml_output_sink).is_socket = False;
1109 VG_(xml_output_sink).is_socket
[all...]
/external/chromium_org/ppapi/proxy/
H A Dserialized_handle.h66 bool is_socket() const { return type_ == SOCKET; } function in class:ppapi::proxy::SerializedHandle
77 DCHECK(is_socket() || is_file());
H A Dppb_audio_proxy.cc316 CHECK(socket_handle.is_socket());
H A Dresource_message_params.cc112 if (!serialized.is_socket())
/external/valgrind/main/exp-sgcheck/tests/
H A Dbad_percentify.c43 struct { Int fd; Bool is_socket; } member in struct:__anon32814
/external/lldb/source/Core/
H A DConnectionFileDescriptor.cpp239 bool is_socket = GetSocketOption (m_fd_send, SOL_SOCKET, SO_REUSEADDR, resuse) == 0; local
240 if (is_socket)
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c3125 if (!VG_(log_output_sink).is_socket)
3127 if (!VG_(xml_output_sink).is_socket)
H A Dsyswrap-linux.c473 if (!VG_(log_output_sink).is_socket)
475 if (!VG_(xml_output_sink).is_socket)

Completed in 3395 milliseconds