OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_socket
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/ppapi/proxy/
serialized_handle.h
66
bool
is_socket
() const { return type_ == SOCKET; }
function in class:ppapi::proxy::SerializedHandle
77
DCHECK(
is_socket
() || is_file());
resource_message_params.cc
112
if (!serialized.
is_socket
())
ppb_audio_proxy.cc
316
CHECK(socket_handle.
is_socket
());
/external/valgrind/main/coregrind/
pub_core_libcprint.h
44
struct { Int fd; Bool
is_socket
; }
member in struct:__anon36430
m_libcprint.c
62
if (sink->
is_socket
) {
66
sink->
is_socket
= False;
532
VG_(log_output_sink).
is_socket
= False;
m_main.c
278
VG_(log_output_sink).
is_socket
= False;
353
VG_(log_output_sink).
is_socket
= False;
[
all
...]
/external/lldb/source/Core/
ConnectionFileDescriptor.cpp
239
bool
is_socket
= GetSocketOption (m_fd_send, SOL_SOCKET, SO_REUSEADDR, resuse) == 0;
local
240
if (
is_socket
)
[
all
...]
/external/valgrind/main/exp-sgcheck/tests/
bad_percentify.c
43
struct { Int fd; Bool
is_socket
; }
member in struct:__anon36531
/external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c
[
all
...]
syswrap-linux.c
473
if (!VG_(log_output_sink).
is_socket
)
475
if (!VG_(xml_output_sink).
is_socket
)
[
all
...]
Completed in 395 milliseconds