HomeSort by relevance Sort by last modified time
    Searched full:precondition (Results 101 - 125 of 384) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
SapSocketTest.java 84 Precondition:
112 * Precondition: Add the sap_uim_socket1 to rild in init.rc: socket
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python2/crcmod/
crcmod.py 240 preCondition = '\n crc = crc ^ %s;' % (fmt[:-1] % self.xorOut)
241 postCondition = preCondition
243 preCondition = ''
250 preCondition += '\n crc = crc & 0xFFFFFFU;'
262 'preCondition' : preCondition,
462 %(preCondition)s
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python3/crcmod/
crcmod.py 241 preCondition = '\n crc = crc ^ %s;' % (fmt[:-1] % self.xorOut)
242 postCondition = preCondition
244 preCondition = ''
251 preCondition += '\n crc = crc & 0xFFFFFFU;'
263 'preCondition' : preCondition,
447 %(preCondition)s
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod_osx/crcmod/
crcmod.py 240 preCondition = '\n crc = crc ^ %s;' % (fmt[:-1] % self.xorOut)
241 postCondition = preCondition
243 preCondition = ''
250 preCondition += '\n crc = crc & 0xFFFFFFU;'
262 'preCondition' : preCondition,
462 %(preCondition)s
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
NonLinearConjugateGradientOptimizer.java 134 double[] steepestDescent = preconditioner.precondition(point, r);
179 final double[] newSteepestDescent = preconditioner.precondition(point, r);
243 public double[] precondition(double[] variables, double[] r) { method in class:NonLinearConjugateGradientOptimizer.IdentityPreconditioner
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
WifiCheck.java 60 return; // skip this precondition check if device doesn't support wifi
  /cts/tools/cts-tradefed/res/config/
cts-preconditions.xml 16 <configuration description="CTS precondition configs">
  /external/autotest/client/cros/cellular/mbim_compliance/tests/
cm_05.py 29 # Precondition
  /external/autotest/client/site_tests/cellular_MbimComplianceControlRequest/
cellular_MbimComplianceCM05.py 41 # Precondition
cellular_MbimComplianceCM16.py 42 # Precondition
  /external/ceres-solver/internal/ceres/
cgnr_solver.cc 65 // Precondition if necessary.
  /external/compiler-rt/lib/builtins/
clzsi2.c 19 /* Precondition: a != 0 */
ctzsi2.c 19 /* Precondition: a != 0 */
  /external/compiler-rt/test/builtins/Unit/
ashldi3_test.c 19 // Precondition: 0 <= b < bits_in_dword
ashrdi3_test.c 19 // Precondition: 0 <= b < bits_in_dword
clzti2_test.c 21 // Precondition: a != 0
ctzti2_test.c 21 // Precondition: a != 0
lshrdi3_test.c 19 // Precondition: 0 <= b < bits_in_dword
  /external/libbrillo/brillo/glib/
object.h 74 // \precondition No functions in the glib namespace can be called before
143 // \precondition \param x contains a value of type \param T.
288 // \precondition \param result is not \nullptr.
375 // \precondition x is a pointer to an object allocated with g_new().
  /external/libcxx/include/
__split_buffer 188 // Precondition: __n > 0
189 // Precondition: size() + __n <= capacity()
206 // Precondition: __n > 0
207 // Precondition: size() + __n <= capacity()
  /external/libcxx/test/std/containers/associative/
tree_left_rotate.pass.cpp 12 // Precondition: __x->__right_ != nullptr
tree_right_rotate.pass.cpp 12 // Precondition: __x->__left_ != nullptr
  /external/libxml2/result/
dav7.sax2 52 SAX.characters(HTTP/1.1 412 Precondition Fail, 32)
dav8.sax2 46 SAX.characters(HTTP/1.1 412 Precondition Fail, 32)
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_enum.h 69 // Precondition: in ::google::protobuf namespace.

Completed in 784 milliseconds

1 2 3 45 6 7 8 91011>>