Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 17 of 17) sorted by relevance

/cts/tests/tests/jni/libjnitest/
Dandroid_jni_cts_LinkerNamespacesTest.cpp97 std::vector<std::string>* errors) { in check_lib() argument
110 errors->push_back("The library \"" + path + in check_lib()
115 errors->push_back("The library \"" + path + "\" is not a public library but it loaded."); in check_lib()
121 errors->push_back("unexpected dlerror: " + err); in check_lib()
130 std::vector<std::string>* errors) { in check_path() argument
140 errors->push_back("Failed to open " + dir + ": " + strerror(errno)); in check_path()
155 } else if (!check_lib(path, library_path, libraries, errors)) { in check_path()
219 std::vector<std::string> errors; in Java_android_jni_cts_LinkerNamespacesHelper_runAccessibilityTestImpl() local
225 errors.push_back("Errors in vendor public library file:" + error_msg); in Java_android_jni_cts_LinkerNamespacesHelper_runAccessibilityTestImpl()
232 errors.push_back("Errors in system public library file:" + error_msg); in Java_android_jni_cts_LinkerNamespacesHelper_runAccessibilityTestImpl()
[all …]
/cts/tests/sensor/src/android/hardware/cts/
DSensorAdditionalInfoTest.java53 List<String> errors = new ArrayList<String>(); in testSensorAdditionalInfo() local
66 errors.add("Sensor: " + s.getName() + ", error: " + e.getMessage()); in testSensorAdditionalInfo()
69 if (errors.size() > 0) { in testSensorAdditionalInfo()
73 for (String error : errors) { in testSensorAdditionalInfo()
DSensorParameterRangeTest.java176 List<String> errors = new ArrayList<>(); in testStaticSensorId() local
180 errors.add(String.format("sensor \"%s\" has id %d", s.getName(), s)); in testStaticSensorId()
183 if (errors.size() > 0) { in testStaticSensorId()
185 TextUtils.join(", ", errors) + " >"; in testStaticSensorId()
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DAbstractRestrictBackgroundNetworkTestCase.java395 final StringBuilder errors = new StringBuilder(); in checkForAvailabilityInResultData() local
407 errors.append(String.format("External site connection failed: expected %s, got %s\n", in checkForAvailabilityInResultData()
411 errors.append(String.format("Connection state mismatch: expected %s/%s, got %s/%s\n", in checkForAvailabilityInResultData()
415 if (errors.length() > 0) { in checkForAvailabilityInResultData()
416 errors.append("\tnetworkInfo: " + networkInfo + "\n"); in checkForAvailabilityInResultData()
417 errors.append("\tconnectionCheckDetails: " + connectionCheckDetails + "\n"); in checkForAvailabilityInResultData()
419 return errors.toString(); in checkForAvailabilityInResultData()
916 final String[] errors = new String[]{null}; in launchComponentAndAssertNetworkAccess() local
917 extras.putBinder(KEY_NETWORK_STATE_OBSERVER, getNewNetworkStateObserver(latch, errors)); in launchComponentAndAssertNetworkAccess()
921 if (!errors[0].isEmpty()) { in launchComponentAndAssertNetworkAccess()
[all …]
/cts/hostsidetests/incident/apps/errorsapp/src/com/android/server/cts/errors/
DExceptionActivity.java17 package com.android.server.cts.errors;
DNativeActivity.java17 package com.android.server.cts.errors;
DANRActivity.java17 package com.android.server.cts.errors;
DErrorsTests.java16 package com.android.server.cts.errors;
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
DGnssCtsTestResult.java80 public Enumeration<TestFailure> errors() { in errors() method in GnssCtsTestResult
81 return mWrappedTestResult.errors(); in errors()
/cts/tests/tests/security/src/android/security/cts/
DListeningPortsTest.java205 String errors = ""; in assertNoAccessibleListeningPorts() local
219 errors += "\nFound port listening on addr=" in assertNoAccessibleListeningPorts()
226 if (!errors.equals("")) { in assertNoAccessibleListeningPorts()
227 throw new ListeningPortsAssertionError(errors); in assertNoAccessibleListeningPorts()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsTestResult.java82 public Enumeration<TestFailure> errors() { in errors() method in SensorCtsTestResult
83 return mWrappedTestResult.errors(); in errors()
/cts/tests/signature/src/android/signature/cts/
DIntentTest.java113 Set<String> errors = new HashSet<>(); in shouldNotFindUnexpectedIntents() local
136 errors.add(error); in shouldNotFindUnexpectedIntents()
145 Assert.assertTrue(errors.toString(), errors.isEmpty()); in shouldNotFindUnexpectedIntents()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
DUsbDeviceTestActivity.java1333 @NonNull ArrayList<Throwable> errors) { in TestThread() argument
1343 mErrors = errors; in TestThread()
1387 @NonNull ArrayList<Throwable> errors) { in QueuerThread() argument
1389 requestsInFlight, data, errors); in QueuerThread()
1490 @NonNull HashMap<Integer, Integer> data, @NonNull ArrayList<Throwable> errors) { in ReceiverThread() argument
1492 requestsInFlight, data, errors); in ReceiverThread()
1639 ArrayList<Throwable> errors = new ArrayList<>(); in parallelUsbRequestsTests() local
1643 outRequestRecycler, bufferRecycler, requestsInFlight, data, counter, errors); in parallelUsbRequestsTests()
1645 outRequestRecycler, bufferRecycler, requestsInFlight, data, counter, errors); in parallelUsbRequestsTests()
1649 outRequestRecycler, bufferRecycler, requestsInFlight, data, errors); in parallelUsbRequestsTests()
[all …]
/cts/tools/dasm/src/dasm/
DDAsm.java84 int errors; field in DAsm
175 return errors; in errorCount()
179 errors++; in report_error()
1605 errors = 0; in readD()
/cts/apps/CameraITS/build/scripts/
Dgpylint_rcfile70 # note). You have access to the variables errors warning, statement which
71 # respectively contain the number of errors / warnings messages and the total
/cts/tools/vm-tests-tf/lib/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
/cts/tools/dex-tools/dex/
Dclasses0.out.dex64710 public java.util.Enumeration errors()
106892 protected java.util.List[] errors