HomeSort by relevance Sort by last modified time
    Searched full:precondition (Results 126 - 150 of 337) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/guava/guava/src/com/google/common/base/
Preconditions.java 52 * when the precondition check then succeeds (as it should almost always do in production). In some
54 * Performance-sensitive precondition checks can always be converted to the customary form:
63 * <p>Not every type of precondition failure is supported by these methods. Continue to throw
  /external/libcxx/include/
vector     [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DigestOutputStreamTest.java 314 // check precondition
351 // check precondition
392 // check precondition
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
vector     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
vector     [all...]
  /external/apache-http/src/org/apache/http/
HttpStatus.java 127 /** <tt>412 Precondition Failed</tt> (HTTP/1.1 - RFC 2616) */
  /external/ceres-solver/internal/ceres/
linear_solver.h 210 // conditioning of a linear system is to precondition it. In its
  /external/jsilver/src/com/google/streamhtmlparser/util/
EntityResolver.java 196 // Developer error if the precondition fails.
  /frameworks/base/obex/javax/obex/
ResponseCodes.java 238 * Defines the OBEX PRECONDITION FAILED response code.
  /frameworks/base/services/core/java/com/android/server/audio/
PlayerRecord.java 221 /** precondition: mediaIntent != null */
  /frameworks/base/telephony/java/com/android/ims/
ImsReasonInfo.java 78 // Resource reservation is failed (QoS precondition)
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 373 * the OBEX error "Precondition Failed", and it is also used in situations
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
httpexceptions.py 500 title = 'Precondition Failed'
501 explanation = ('Request precondition failed.')
  /external/v8/src/
bignum-dtoa.cc 146 // Precondition: 0 <= (numerator+delta_plus) / denominator < 10.
148 // will be produced. This should be the standard precondition.
hydrogen-bce.cc 135 // The precondition is that new_check follows UpperCheck() and
  /frameworks/av/media/libmedia/
JetPlayer.cpp 263 // precondition: mMutex locked
305 // precondition: mMutex locked
  /libcore/luni/src/main/java/java/util/concurrent/locks/
Condition.java 436 * document this precondition and any actions taken if the lock is
454 * document this precondition and any actions taken if the lock is
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
BaseHTTPServer.py 558 412: ('Precondition Failed', 'Precondition in headers is false.'),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
BaseHTTPServer.py 558 412: ('Precondition Failed', 'Precondition in headers is false.'),
  /external/jetty/src/java/org/eclipse/jetty/http/
HttpStatus.java 380 * <td>Precondition Failed</td>
772 /** <code>412 Precondition Failed</code> */
773 PRECONDITION_FAILED(PRECONDITION_FAILED_412, "Precondition Failed"),
    [all...]
  /external/compiler-rt/lib/dfsan/
dfsan.cc 111 // Resolves the union of two unequal labels. Nonequality is a precondition for
  /external/compiler-rt/test/builtins/Unit/
clzsi2_test.c 19 // Precondition: a != 0
ctzsi2_test.c 19 // Precondition: a != 0
  /external/libcxx/src/
ios.cpp 163 { // Precondition: __req_size > __current_cap
  /external/owasp/sanitizer/tools/findbugs/doc/manual/
eclipse.html 88 anything anymore. The (really small) precondition

Completed in 544 milliseconds

1 2 3 4 56 7 8 91011>>