Searched refs:reliable (Results 1 – 25 of 44) sorted by relevance
12
/external/quake/quake/src/QW/server/ |
D | sv_send.c | 262 qboolean reliable; in SV_Multicast() local 270 reliable = false; in SV_Multicast() 275 reliable = true; // intentional fallthrough in SV_Multicast() 281 reliable = true; // intentional fallthrough in SV_Multicast() 287 reliable = true; // intentional fallthrough in SV_Multicast() 323 if (reliable) { in SV_Multicast() 358 qboolean reliable = false; in SV_StartSound() local 386 reliable = true; // sounds that break the phs are reliable in SV_StartSound() 426 SV_Multicast (origin, reliable ? MULTICAST_PHS_R : MULTICAST_PHS); in SV_StartSound() 428 SV_Multicast (origin, reliable ? MULTICAST_ALL_R : MULTICAST_ALL); in SV_StartSound()
|
/external/bluetooth/bluez/tools/ |
D | ubcsp.c | 410 ubcsp_config.receive_packet->reliable = (ubcsp_receive_header[0] & 0x80) >> 7; in ubcsp_recevied_packet() 423 if (ubcsp_config.receive_packet->reliable) in ubcsp_recevied_packet() 541 (ubcsp_config.send_packet->reliable) in ubcsp_recevied_packet() 682 if (ubcsp_config.receive_packet->reliable) in ubcsp_recevied_packet() 785 if (!ubcsp_config.send_packet->reliable) in ubcsp_sent_packet() 985 (ubcsp_config.send_packet->reliable << 7) | in ubcsp_poll()
|
D | ubcsp.h | 72 uint8 reliable; /* Is this packet reliable */ member
|
D | csr_bcsp.c | 182 send_packet.reliable = 1; in do_command()
|
/external/quake/quake/src/QW/ |
D | qw2do.txt | 14 reliable data? change blocks to WriteClientMSG(client, byte, estimiatedsize), which will 15 auto rotate buffers if needed? Change all reliable writes to WriteClientReliable_TYPE()? 67 x- check that fixangle from the server is reliable (after teleporters) 71 x- move sound effects to reliable data stream
|
/external/bluetooth/bluez/test/ |
D | l2test.c | 110 static int reliable = 0; variable 269 if (reliable) in do_connect() 364 if (reliable) in do_listen() 579 if (reliable && (errno == ECOMM)) { in dump_mode() 648 if (reliable && (errno == ECOMM)) { in recv_mode() 1220 reliable = 1; in main()
|
/external/quake/quake/src/QW/client/ |
D | docs.txt | 23 syncing the fixangle over the reliable channel with the first update 24 option to put the update in the reliable message?
|
/external/quake/quake/src/QW/progs/ |
D | defs.qc | 398 float MSG_ONE = 1; // reliable to one (msg_entity) 399 float MSG_ALL = 2; // reliable to all 413 float MULTICAST_ALL_R = 3; // every client, reliable 414 float MULTICAST_PHS_R = 4; // within hearing, reliable 415 float MULTICAST_PVS_R = 5; // within sight, reliable
|
/external/iproute2/tc/ |
D | README.last | 37 is not reliable.
|
/external/libgsm/ |
D | README | 19 The quality of the algorithm is good enough for reliable speaker
|
/external/grub/netboot/ |
D | tulip.txt | 9 cleanups to make time-based activities more reliable.
|
/external/netcat/ |
D | netcat.blurb | 3 designed to be a reliable "back-end" tool that can be used directly or easily
|
D | README | 6 It is designed to be a reliable "back-end" tool that can | | _ 31 "U" implies, gives less reliable data transmission than TCP connections and 340 this should be completely reliable, and you can always increase the timeout. A 583 lost, so use TCP if you need reliable connections. But since UDP is
|
/external/quake/quake/src/WinQuake/data/ |
D | README.TXT | 372 * Fixed serial reliable stream getting stalled 410 On network connections that dropped packets, the reliable message stream
|
/external/libffi/doc/ |
D | libffi.info | 457 not reliable.
|
D | libffi.texi | 520 reliable.
|
/external/zlib/ |
D | FAQ | 331 for), using the "gzip" transfer encoding is probably more reliable due to
|
/external/zlib/win32/ |
D | DLL_FAQ.txt | 314 reliable presence of these runtimes on Win32 systems.
|
/external/bison/ |
D | OChangeLog | 1093 * src/lex.c (lex): Handle \a. Make error msgs more reliable. 1094 * src/reader.c (read_declarations): Make error msgs more reliable.
|
/external/jpeg/ |
D | README | 103 be reliable, portable, industrial-strength code. We do not claim to have
|
/external/qemu/ |
D | Changelog | 471 - more reliable NE2000 probe in vl.
|
/external/quake/quake/src/WinQuake/ |
D | wqreadme.txt | 123 the faster configurations of WQ. An easy way to get reliable VESA 2.0 1052 SciTech Display Doctor is the easiest way to get reliable VESA
|
/external/bluetooth/glib/gmodule/ |
D | ChangeLog | 639 module loading point (for reliable error messages). do access()
|
/external/webkit/SunSpider/ |
D | ChangeLog | 500 * sunspider: Pause update daemon on Darwin to make results reliable
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-4 | 605 reliable/tested for the 2.2 version of the seeding as that's what 970 no reliable way to determine it at compile or run time anyway.
|
12