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

1 2 3 4 5 6 7 8 91011>>

  /cts/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*/
  /test/vts-testcase/hal/vr/V1_0/target/
AndroidTest.xml 29 <!-- Uncomment this and comment 'precondition-feature' to run this test
31 <option name="precondition-hwbinder-service" value="android.hardware.vr" /> -->
32 <option name="precondition-feature" value="android.hardware.vr.high_performance" />
33 <option name="precondition-lshal" value="android.hardware.vr@1.0"/>
  /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
  /platform_testing/libraries/app-helpers/handheld/src/android/platform/test/helpers/handheld/
AbstractSystemUpdateHelper.java 55 * Precondition: The device is on the System Update screen.
63 * Precondition: The notification drawer is open and an OTA notification exists.
82 * Precondition: A system update is ready to install.
  /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
  /test/vts-testcase/hal/soundtrigger/V2_0/target/
AndroidTest.xml 29 <option name="precondition-lshal" value="android.hardware.soundtrigger@2.0"/>
30 <option name="precondition-file-path-prefix" value="/*/lib/hw/sound_trigger.primary." />
  /test/vts/utils/python/precondition/
precondition_utils.py 60 logging.error("can't check precondition due to a "
95 """Checks HAL precondition of a test instance.
104 True if the precondition is satisfied; False otherwise.
165 logging.debug("precondition-vintf used to retrieve VINTF xml.")
172 logging.debug("precondition-lshal used to retrieve VINTF xml.")
  /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
  /external/skia/include/private/
SkTFitsIn.h 48 using precondition = SkTHasMoreDigits<S, D>;
49 static_assert(precondition::value, "minS > minD");
71 using precondition = SkTHasMoreDigits<S, D>;
72 static_assert(precondition::value, "maxS < maxD");
128 // This also protects the precondition of SkTOutOfRange_GT_MaxD.
145 // This also protects the precondition of SkTOutOfRange_LT_MinD and SkTOutOfRange_GT_MaxD.
163 // This also protects the precondition of SkTOutOfRange_GT_MaxD.
181 // This also protects the precondition of SkTOutOfRange_GT_MaxD.
  /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.
cellular_MbimComplianceCM02.py 30 # Precondition.

Completed in 531 milliseconds

1 2 3 4 5 6 7 8 91011>>