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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/resources/translate_internals/
detection_logs.html 19 <th class="detection-logs-is-cld-reliable">
20 Is CLD reliable?
  /external/chromium_org/third_party/
README.chromium 5 an entry in this file that refers to reliable documentation of the project's
  /external/chromium_org/third_party/boringssl/src/ssl/test/
packeted_bio.h 22 // datagram BIOs. It implements a reliable datagram socket and reads and writes
24 // layered over a reliable blocking stream BIO.
28 // ENOBUFS. POSIX also does not guarantee that such sockets are reliable.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
messages.properties 14 standardError = Standard error on this test is {0} (should be less than {1} to become reliable!)
  /external/chromium_org/base/metrics/
user_metrics_action.h 11 // UserMetrics. That way, our toolset can scan the source code reliable for
  /external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
EnormousTest.java 18 * Such tests are likely NOT reliable enough to run on tree closing bots and
IntegrationTest.java 20 * Such tests are likely NOT reliable enough to run on tree closing bots and
  /external/chromium_org/components/translate/core/common/
language_detection_details.h 32 // Whether the CLD detection is reliable or not.
  /external/chromium_org/net/quic/
quic_sustained_bandwidth_recorder.h 21 // been given uninterrupted reliable estimates over a certain period of time.
68 // True if the last call to RecordEstimate had a reliable estimate.
  /frameworks/base/core/tests/coretests/src/android/widget/touchmode/
StartInTouchWithViewInFocusTest.java 53 // TODO: reenable when more reliable
60 // TODO: reenable when more 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/
BuildResultsProperties.java 35 static final String P_STR_NOT_RELIABLE = "not reliable"; //$NON-NLS-1$
90 return "This test has only one run, hence no error can be computed to verify if it's stable enough to be reliable.";
95 return "The error on this test is over the 3% threshold, hence its result may not be really reliable.";
105 return "The results history shows that the variation of its delta is between 10% and 20%, hence its result may not be really reliable.";
110 return "The results history shows that the variation of its delta is over 20%, hence its result is surely not reliable.";
  /external/chromium_org/ui/compositor/
compositor_vsync_manager.h 35 // typically the value reported by a more reliable source, e.g. the platform
37 // value queried through XRandR, which is more reliable than the value
  /external/chromium_org/chrome/browser/resources/hotword_audio_verification/steps/
speech_training_step.html 13 To help Google respond to you and for reliable and easy access to
  /external/clang/test/PCH/
crash-12631281.cpp 6 // This reduced test case exposed a use-after-free memory bug, which was reliable
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCallback.java 66 * <p>If this callback is invoked while a reliable write transaction is
70 * the application must abort the reliable write transaction.
120 * Callback invoked when a reliable write transaction has been completed.
123 * @param status {@link BluetoothGatt#GATT_SUCCESS} if the reliable write
  /external/chromium_org/v8/test/webkit/fast/js/kde/
operators.js 27 // The + operator on objects is a reliable way to avoid the speculative JIT path for now at least.
38 // The + operator on objects is a reliable way to avoid the speculative JIT path for now at least.
49 // The + operator on objects is a reliable way to avoid the speculative JIT path for now at least.
60 // The + operator on objects is a reliable way to avoid the speculative JIT path for now at least.
71 // The + operator on objects is a reliable way to avoid the speculative JIT path for now at least.
82 // The + operator on objects is a reliable way to avoid the speculative JIT path for now at least.
93 // The + operator on objects is a reliable way to avoid the speculative JIT path for now at least.
104 // The + operator on objects is a reliable way to avoid the speculative JIT path for now at least.
115 // The + operator on objects is a reliable way to avoid the speculative JIT path for now at least.
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_atomic_clang_other.h 54 // Gross, but simple and reliable.
83 // Gross, but simple and reliable.
  /external/chromium_org/chrome/browser/sync/glue/
extensions_activity_monitor.cc 24 // the fly so there is no reliable object to point to (same problem if we
  /external/chromium_org/jingle/notifier/base/
weak_xmpp_client.h 39 // called, so it's not a reliable way to cause an invalidation.)
  /external/chromium_org/mojo/system/
test_utils.cc 39 // tests seem reliable on Windows bots, but not at 25 ms. We'd like this timeout
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCDataChannel.idl 32 readonly attribute boolean reliable; // DEPRECATED
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
compact_lang_det_impl.h 68 If the top language is reliable and >= 70% of the document, return.
69 Else if the top language is reliable and top+2nd >= say 94%, return.
70 Else, either the top language is not reliable or there is a lot of
137 // Length 0 input and text with no reliable letter sequences returns
  /external/iproute2/tc/
README.last 37 is not reliable.
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
datachannelinterface.h 45 : reliable(false),
53 bool reliable; // Deprecated. member in struct:webrtc::DataChannelInit
114 virtual bool reliable() const = 0;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Queue.py 87 """Return the approximate size of the queue (not reliable!)."""
94 """Return True if the queue is empty, False otherwise (not reliable!)."""
101 """Return True if the queue is full, False otherwise (not reliable!)."""

Completed in 1097 milliseconds

1 2 3 4 5 6 7 8 91011>>