HomeSort by relevance Sort by last modified time
    Searched full:reliable (Results 26 - 50 of 484) sorted by null

12 3 4 5 6 7 8 91011>>

  /build/tools/acp/
README 31 It's easier and more reliable to write a cp command that works properly.
  /cts/tests/tests/security/src/android/security/cts/
KernelSettingsTest.java 49 * information can be used to write a reliable kernel exploit that can run
  /external/bluetooth/bluez/tools/
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/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.
timer.c 95 * The CTC wasn't reliable: we got a hit on the very first read,
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/
NetworkClient.java 59 * send reliable messages.
  /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
  /frameworks/base/core/tests/coretests/src/android/widget/touchmode/
TouchModeFocusChangeTest.java 75 // TODO: reenable when more reliable
  /external/quake/quake/src/QW/client/
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
  /external/quake/quake/src/QW/server/
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/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.
  /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.
  /external/chromium/chrome/browser/sync/util/
extensions_activity_monitor.cc 31 // the fly so there is no reliable object to point to (same problem if we
  /external/chromium/third_party/libjingle/source/talk/base/
physicalsocketserver.h 104 // Dispatching signals on multiple PhysicalSocketServers is not reliable.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
BuildResultsElement.java 110 list.add("The error on this test is over the 3% threshold, hence its result may not be really reliable");
113 list.add("The results history shows that the variation of its delta is over 20%, hence its result is surely not reliable");
116 list.add("The results history shows that the variation of its delta is between 10% and 20%, hence its result may not be really reliable");
122 list.add("This test has only one run, hence no error can be computed to verify if it's stable enough to be reliable");
ConfigResultsElement.java 107 list.add("The error on this machine is over the 3% threshold, hence its result may not be really reliable");
110 list.add("The results history for this machine shows that the variation of its delta is over 20%, hence its result is surely not reliable");
113 list.add("The results history for this machine shows that the variation of its delta is between 10% and 20%, hence its result may not be really reliable");
119 list.add("This test has only one run on this machine, hence no error can be computed to verify if it's stable enough to be reliable");
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
Kernel.java 75 public void broadcast( Filter<? super Endpoint> filter, ByteBuffer data, boolean reliable,
  /external/jmonkeyengine/engine/src/test/jme3test/network/
TestThroughput.java 84 // The 'reliable' flag is transient and the server doesn't
  /external/kernel-headers/original/asm-mips/
socket.h 28 #define SO_LINGER 0x0080 /* Block on close of a reliable

Completed in 427 milliseconds

12 3 4 5 6 7 8 91011>>