/libcore/luni/src/main/java/org/w3c/dom/ |
UserDataHandler.java | 37 * <p ><b>Note:</b> This may not be supported or may not be reliable in
|
/system/core/libcutils/ |
ashmem-host.c | 107 // TODO: This is very hacky, and can easily break. We need some reliable indicator.
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPServerTransaction.java | 191 // The pending reliable Response Timer 251 * The reliable provisional response is passed to the transaction layer periodically 254 * added to an internal list of unacknowledged reliable provisional responses. The 413 // If the "sent-protocol" is a reliable transport [all...] |
/external/quake/quake/src/QW/progs/ |
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/quake/quake/src/WinQuake/ |
net_ser.cpp | 51 // layer. For example, only one reliable message can be outstanding (pending
58 // not reliable or sequenced.
178 Con_DPrintf("Serial: reliable out of order; got %u wanted %u\n", p->sequence, p->sock->receiveSequence);
291 Con_DPrintf("Serial: bad reliable message length %u\n", p->lengthStated);
488 Con_DPrintf("Serial: re-sending reliable\n");
|
/external/chromium/base/ |
time_win.cc | 305 // With recent updates on HAL and newer BIOS, QPC is getting more reliable but 310 // retrieve and more reliable. 371 // Get the number of microseconds since boot in a reliable fashion.
|
/external/stlport/test/unit/ |
time_facets_test.cpp | 41 * In other words, user conformation is required for reliable parsing 123 * In other words, user conformation is required for reliable parsing
|
/external/webkit/Source/JavaScriptCore/wtf/ |
Assertions.h | 180 ((void(*)())0)(); /* More reliable, but doesn't say BBADBEEF */ \ 186 ((void(*)())0)(); /* More reliable, but doesn't say BBADBEEF */ \
|
/external/webrtc/src/modules/audio_processing/utility/ |
delay_estimator.c | 258 // 2) If the situation is reliable we update |last_delay| if the value of the 283 // Reliable delay value for usage.
|
/ndk/tests/device/test-gnustl-full/unit/ |
time_facets_test.cpp | 41 * In other words, user conformation is required for reliable parsing 123 * In other words, user conformation is required for reliable parsing
|
/ndk/tests/device/test-stlport/unit/ |
time_facets_test.cpp | 41 * In other words, user conformation is required for reliable parsing 123 * In other words, user conformation is required for reliable parsing
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
socket.h | 44 SOCK_STREAM = 1, /* Sequenced, reliable, connection-based 54 SOCK_SEQPACKET = 5, /* Sequenced, reliable, connection-based,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
socket.h | 44 SOCK_STREAM = 1, /* Sequenced, reliable, connection-based 54 SOCK_SEQPACKET = 5, /* Sequenced, reliable, connection-based,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
socket.h | 44 SOCK_STREAM = 1, /* Sequenced, reliable, connection-based 54 SOCK_SEQPACKET = 5, /* Sequenced, reliable, connection-based,
|
/cts/tests/tests/security/src/android/security/cts/ |
KernelSettingsTest.java | 50 * information can be used to write a reliable kernel exploit that can run
|
/cts/tests/tests/view/src/android/view/cts/ |
DisplayRefreshRateTest.java | 38 * Display.getRefreshRate() -- using GL is just an easy and hopefully reliable
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMStringPool.java | 50 * String. It would work with any object type that implements reliable
|
/external/bluetooth/bluedroid/bta/include/ |
bta_fs_co.h | 209 ** Description This function is executed by BTA when a reliable session is 228 ** Description This function is executed by BTA when a reliable session is 246 ** Description This function is executed by BTA when a reliable session is 605 ** the opened file (for reliable session suspend/resume.)
|
/external/chromium/base/i18n/ |
time_formatting.cc | 111 // "a" (am/pm marker) in the short time format. This is reliable as "a"
|
/external/chromium/chrome/browser/sync/ |
backend_migrator.cc | 127 // purge was dropped, yet nudges are reliable.
|
/external/chromium/chrome/browser/visitedlink/ |
visitedlink_perftest.cc | 141 // not very reliable.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/doc/ |
help.html | 89 <td><b>Test result may have big error which can make the test result not fully reliable</b>.<br>
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
ConfigTab.java | 399 toolTipText = "May be not reliable"; 400 toolTipMessage = "The error on this result is "+Util.PERCENTAGE_FORMAT.format(error)+", hence it may be not reliable"; 468 toolTipMessage += "The results history shows that the variation of its delta is over 20% ("+Util.PERCENTAGE_FORMAT.format(deviation)+"), hence its result is surely not reliable"; 485 toolTipMessage += "The results history shows that the variation of its delta is between 10% and 20% ("+Util.PERCENTAGE_FORMAT.format(deviation)+"), hence its result may not be really reliable";
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
ListenableFuture.java | 76 * is more efficient and reliable to create a {@code ListenableFuture} directly.
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
dos.php | 31 * find a reliable way to establish if a sting is a name or not, in some
|