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

1 2 3 4 5 6 7 8 91011>>

  /test/vts/utils/python/precondition/
precondition_utils.py 31 """Checks HAL precondition of a test instance.
41 True if the precondition is satisfied; False otherwise.
108 logging.info("Precondition check pass.")
113 """Checks first API level precondition of a test instance.
124 value of the precondition; False otherwise.
137 logging.error("Cannot parse first API level precondition: %s",
147 "Assume it meets the precondition.")
150 logging.info("Device's first API level=%d; precondition=%d",
158 """Checks sysprop precondition of a test instance.
167 False if precondition is not met (i.e., to skip tests)
    [all...]
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
ApkPreconditionCheck.java 21 * Runs a precondition test by instrumenting an APK
23 @OptionClass(alias="apk-precondition-check")
  /external/pdfium/third_party/libopenjpeg20/
0015-read_SPCod_SPCoc_overflow.patch 8 /* precondition again */
0016-read_SQcd_SQcc_overflow.patch 8 /* precondition again*/
  /external/guava/guava/src/com/google/common/collect/
CollectPreconditions.java 24 * Precondition checks useful in collection implementations.
45 * Precondition tester for {@code Iterator.remove()} that throws an exception with a consistent
  /external/autotest/client/cros/cellular/mbim_compliance/tests/
cm_10.py 25 # Precondition
cm_03.py 26 # Precondition
cm_04.py 26 # Precondition
cm_06.py 27 # Precondition
cm_09.py 27 # Precondition
  /external/libxml2/result/
dav7 14 <d:status>HTTP/1.1 412 Precondition Failed</d:status>
dav8 12 <d:status>HTTP/1.1 412 Precondition Failed</d:status>
  /external/libxml2/result/noent/
dav7 14 <d:status>HTTP/1.1 412 Precondition Failed</d:status>
dav8 12 <d:status>HTTP/1.1 412 Precondition Failed</d:status>
  /external/libxml2/test/
dav7 14 <d:status>HTTP/1.1 412 Precondition Failed</d:status>
dav8 12 <d:status>HTTP/1.1 412 Precondition Failed</d:status>
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
X.java 43 * are checking a precondition, please use {@link Preconditions} instead).
52 * out the error message (note: if you are checking a precondition, please use
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
Preconditioner.java 31 * Precondition a search direction.
49 double[] precondition(double[] point, double[] r) method in interface:Preconditioner
  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/
ContentLock.java 84 * Allows other selection code to perform a precondition check asserting the state is locked.
91 * Allows other selection code to perform a precondition check asserting the state is unlocked.
  /system/tools/hidl/
Location.h 38 // Precondition: inSameFile()
67 // Precondition: inSameFile() && !intersect()
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_instruction.h 221 // Precondition: opcode must be a legitimate unary operation.
227 // Precondition: opcode must be a legitimate binary operation.
234 // Precondition: opcode must be a legitimate ternary operation.
242 // Precondition: opcode must be a legitimate variadic operation.
535 // Precondition: target must be an operand (or a fatal error will occur).
700 // Precondition: opcode() is one of: concatenate, reduce, broadcast, reshape,
706 // Precondition: opcode() == HloOpcode::kConcatenate
711 // Precondition: opcode() == HloOpcode::kGetTupleElement
    [all...]
  /cts/tests/signature/api-check/src/java/android/signature/cts/api/
WhitelistKillswitchTest.java 30 // precondition check: make sure global setting has been configured properly.
WildcardKillswitchTest.java 30 // precondition check: make sure global setting has been configured properly.
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyEventSource.java 36 * check whether precondition is satisfied
  /external/autotest/client/site_tests/cellular_MbimComplianceControlRequest/
cellular_MbimComplianceCM01.py 32 # Precondition.

Completed in 1235 milliseconds

1 2 3 4 5 6 7 8 91011>>