Home
last modified time | relevance | path

Searched defs:errors (Results 1 – 11 of 11) sorted by relevance

/cts/tests/tests/jni/libjnitest/
Dandroid_jni_cts_LinkerNamespacesTest.cpp178 /*out*/ std::vector<std::string>* errors) { in check_lib()
230 /*out*/ std::vector<std::string>* errors) { in check_path()
325 std::vector<std::string> errors; in Java_android_jni_cts_LinkerNamespacesHelper_runAccessibilityTestImpl() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
DGnssCtsTestResult.java80 public Enumeration<TestFailure> errors() { in errors() method in GnssCtsTestResult
/cts/tests/signature/intent-check/src/android/signature/cts/intent/
DIntentTest.java78 Set<String> errors = new HashSet<>(); in shouldNotFindUnexpectedIntents() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsTestResult.java82 public Enumeration<TestFailure> errors() { in errors() method in SensorCtsTestResult
/cts/tests/sensor/src/android/hardware/cts/
DSensorAdditionalInfoTest.java56 List<String> errors = new ArrayList<String>(); in testSensorAdditionalInfo() local
DSensorParameterRangeTest.java221 List<String> errors = new ArrayList<>(); in testStaticSensorId() local
/cts/hostsidetests/appsecurity/test-apps/ListeningPortsApp/src/android/appsecurity/cts/listeningports/
DListeningPortsTest.java103 String errors = ""; in testNoAccessibleListeningPorts() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
DUsbDeviceTestActivity.java1297 @NonNull ArrayList<Throwable> errors) { in TestThread()
1351 @NonNull ArrayList<Throwable> errors) { in QueuerThread()
1454 @NonNull HashMap<Integer, Integer> data, @NonNull ArrayList<Throwable> errors) { in ReceiverThread()
1603 ArrayList<Throwable> errors = new ArrayList<>(); in parallelUsbRequestsTests() local
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DAbstractRestrictBackgroundNetworkTestCase.java504 final StringBuilder errors = new StringBuilder(); in checkForAvailabilityInResultData() local
1054 final String[] errors = new String[]{null}; in launchComponentAndAssertNetworkAccess() local
1104 final String[] errors) { in getNewNetworkStateObserver()
/cts/tests/tests/database/src/android/database/sqlite/cts/
DSQLiteDatabaseTest.java1660 final List<Throwable> errors = new ArrayList<>(); in testActiveTransactionIsBlocking() local
/cts/tools/dasm/src/dasm/
DDAsm.java84 int errors; field in DAsm