HomeSort by relevance Sort by last modified time
    Searched full:reliable (Results 1 - 25 of 340) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/quake/quake/src/QW/client/
net_chan.c 34 1 does this message contain a reliable payload
39 The remote connection never knows if it missed a reliable message, the
41 higher thatn the last reliable sequence, but without the correct evon/odd
42 bit for the reliable set.
44 If the sender notices that a reliable message has been dropped, it will be
46 the retransmit has been acknowledged and the reliable still failed to get there.
50 The reliable message can be added to at any time by doing
54 multiple frames worth piling up while the last reliable transmit goes
57 Reliable messages are allways placed first in a packet, then the unreliable
60 To the receiver, there is no distinction between the reliable and unreliabl
    [all...]
net.h 89 // reliable staging and holding areas
94 byte reliable_buf[MAX_MSGLEN]; // unacked reliable message
docs.txt 23 syncing the fixangle over the reliable channel with the first update
24 option to put the update in the reliable message?
bothdefs.h 71 #define MAX_MSGLEN 1450 // max length of a reliable message
  /frameworks/base/core/tests/coretests/src/android/widget/touchmode/
StartInTouchWithViewInFocusTest.java 53 // TODO: reenable when more reliable
60 // TODO: reenable when more reliable
TouchModeFocusChangeTest.java 75 // TODO: reenable when more reliable
  /external/quake/quake/src/QW/server/
sv_send.c 262 qboolean reliable; local
270 reliable = false;
275 reliable = true; // intentional fallthrough
281 reliable = true; // intentional fallthrough
287 reliable = true; // intentional fallthrough
323 if (reliable) {
358 qboolean reliable = false; local
386 reliable = true; // sounds that break the phs are reliable
394 // reliable = true
    [all...]
sv_nchan.c 20 // sv_nchan.c, user reliable data stream writes
70 Con_Printf ("WARNING: backbuf [%d] reliable overflow for %s\n",cl->num_backbuf,cl->name);
server.h 71 // added to every client's reliable buffer each frame, then cleared
151 // back buffers for client reliable data
198 // a program error, like an overflowed reliable buffer
  /external/quake/quake/src/QW/
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/tools/
ubcsp.h 72 uint8 reliable; /* Is this packet reliable */ member in struct:ubcsp_packet
ubcsp.c 410 ubcsp_config.receive_packet->reliable = (ubcsp_receive_header[0] & 0x80) >> 7;
423 if (ubcsp_config.receive_packet->reliable)
541 (ubcsp_config.send_packet->reliable)
544 /* We had sent a reliable packet, so clear this packet
682 if (ubcsp_config.receive_packet->reliable)
684 /* If the packet we've just received was reliable
785 if (!ubcsp_config.send_packet->reliable)
799 /* We didn't have a packet, or it was reliable
985 (ubcsp_config.send_packet->reliable << 7) |
    [all...]
  /external/iproute2/tc/
README.last 37 is not reliable.
  /external/bluetooth/bluez/doc/
health-api.txt 29 "ChannelType" : ("Reliable" or "Streaming")
69 service using one of this values "Reliable", "Streaming", "Any".
119 The quality of service of the data channel. ("Reliable" or
  /external/freetype/include/freetype/
t1tables.h 411 * Return true if a given face provides reliable PostScript glyph
417 * names returned by @FT_Get_Glyph_Name are reliable.
424 * Boolean. True if glyph names are reliable.
  /build/tools/acp/
README 31 It's easier and more reliable to write a cp command that works properly.
  /external/grub/netboot/
tulip.txt 9 cleanups to make time-based activities more reliable.
timer.c 95 * The CTC wasn't reliable: we got a hit on the very first read,
  /external/libgsm/
README 19 The quality of the algorithm is good enough for reliable speaker
  /libcore/dalvik/src/main/java/dalvik/system/
VMRuntime.java 79 * Allows for reliable save-and-restore semantics.
103 * <p>Synchronized to make the order of the exchange reliable.
  /external/oprofile/daemon/
opd_ibs_trans.c 428 /* DC load miss latency is only reliable for load ops */
442 * NB data is only guaranteed reliable for load operations
444 * to be reliable for store operations
  /external/chromium/base/
debug_util_unittest.cc 53 // TODO(port): Find a more reliable way to resolve symbols.
time_win.cc 295 // With recent updates on HAL and newer BIOS, QPC is getting more reliable but
300 // retrieve and more reliable.
352 // Get the number of microseconds since boot in a reliable fashion
359 // Get the number of microseconds since boot in a reliable fashion
  /external/netcat/
netcat.blurb 3 designed to be a reliable "back-end" tool that can be used directly or easily
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
httpread.h 117 * The tag should end with a colon for reliable matching.

Completed in 1700 milliseconds

1 2 3 4 5 6 7 8 91011>>