HomeSort by relevance Sort by last modified time
    Searched full:reliable (Results 1 - 25 of 477) 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?
  /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/bluetooth/bluez/doc/
health-api.txt 26 "ChannelType" : ("Reliable" or "Streaming")
74 service using one of this values "Reliable", "Streaming", "Any".
114 The first reliable channel opened. It is needed by upper
116 first reliable can change after a reconnection.
155 The quality of service of the data channel. ("Reliable" or
  /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/mesa3d/docs/
glu.html 22 since it's more up-to-date, complete and reliable.
  /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/chromium/base/test/
test_file_util.h 46 // In general it's not reliable to convert a FilePath to a wstring and we use
  /external/iproute2/tc/
README.last 37 is not reliable.
  /external/bluetooth/bluez/test/
test-health 87 print "reliable 2. streaming: ",
90 pref = "Reliable"
209 chan = device.CreateChannel(app_path, "Reliable")
  /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/chromium/chrome/browser/metrics/
user_metrics.h 18 // UserMetrics. That way, our toolset can scan the sourcecode reliable for
  /external/grub/netboot/
tulip.txt 9 cleanups to make time-based activities more reliable.
  /external/libgsm/
README 19 The quality of the algorithm is good enough for reliable speaker
  /external/valgrind/main/memcheck/tests/
leak.h 2 // (eg. due to libc) and later on. Necessary to get reliable leak tests
  /external/oprofile/daemon/
opd_ibs_trans.c 401 /* DC load miss latency is only reliable for load ops */
410 * NB data is only guaranteed reliable for load operations
412 * to be reliable for store operations
  /external/bluetooth/bluez/health/
hdp_types.h 109 struct hdp_channel *fr; /* First reliable data channel */
  /external/chromium/base/debug/
stack_trace_unittest.cc 61 // TODO(port): Find a more reliable way to resolve symbols.

Completed in 1070 milliseconds

1 2 3 4 5 6 7 8 91011>>