/aosp14/frameworks/base/tests/backup/ |
H A D | backup_stress_test.sh | 18 failures=0 45 failures=$(($failures+1)) 47 echo "FAILED iteration $i of $iterations; $failures failures so far" 48 echo "FAILED iteration $i of $iterations; $failures failures so far" > /dev/stderr 58 echo "DONE: $iterations iterations with $failures failures." 59 echo "DONE: $iterations iterations with $failures failures." > /dev/stderr 60 [ "$failures" -eq 0 ] && exit 0
|
/aosp14/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/ |
H A D | BufferPresentationTests.kt | 105 var failures = false regex 108 failures = true 113 assertTrue(failures) 140 var failures = false regex 143 failures = true 148 assertTrue(failures) 162 var failures = false regex 165 failures = true 170 assertTrue(failures)
|
/aosp14/frameworks/base/media/tests/SoundPoolTest/src/com/android/ |
H A D | SoundPoolTest.java | 337 int failures = 0; in run() local 351 if (!TestSounds()) failures = failures + 1; in run() 352 if (!TestScales()) failures = failures + 1; in run() 353 if (!TestRates()) failures = failures + 1; in run() 354 if (!TestPriority()) failures = failures + 1; in run() 355 if (!TestVolume()) failures = failures + 1; in run() 359 if (!TestPauseResume()) failures = failures + 1; in run() 363 failures = failures + 1; in run() 376 if (failures == 0) { in run() 379 Log.i(LOG_TAG, failures + " tests failed"); in run()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/ |
H A D | PromptHistory.kt | 32 private var failures = mutableSetOf<BiometricModality>() regex 35 get() = failures.contains(BiometricModality.Face) 38 get() = failures.contains(BiometricModality.Fingerprint) 43 failures.add(modality)
|
/aosp14/system/core/init/ |
H A D | service_list.cpp | 32 size_t failures = 0; in CheckAllCommands() local 34 failures += service->CheckAllCommands(); in CheckAllCommands() 36 return failures; in CheckAllCommands()
|
H A D | action_manager.cpp | 27 size_t failures = 0; in CheckAllCommands() local 29 failures += action->CheckAllCommands(); in CheckAllCommands() 31 return failures; in CheckAllCommands()
|
H A D | action.cpp | 135 size_t failures = 0; in CheckAllCommands() local 140 ++failures; in CheckAllCommands() 143 return failures; in CheckAllCommands()
|
H A D | host_init_verifier.cpp | 336 size_t failures = parser.parse_error_count() + am.CheckAllCommands() + sl.CheckAllCommands(); in main() local 337 if (failures > 0) { in main() 338 LOG(ERROR) << "Failed to parse init scripts with " << failures << " error(s)."; in main()
|
/aosp14/frameworks/base/test-runner/tests/src/android/test/suitebuilder/ |
H A D | UnitTestSuiteBuilderTest.java | 69 private Set<String> failures = new HashSet<String>(); field in UnitTestSuiteBuilderTest.SuiteExecutionRecorder 78 failures.add(testName(test)); in addFailure() 93 return failures.contains(testName); in failed()
|
H A D | TestSuiteBuilderTest.java | 191 private Set<String> failures = new HashSet<String>(); 200 failures.add(testName(test)); 215 return failures.contains(testName);
|
/aosp14/system/core/cli-test/ |
H A D | cli-test.cpp | 214 std::vector<std::string> failures; in RunTests() local 261 failures.push_back(test.name); in RunTests() 274 size_t fail_count = failures.size(); in RunTests() 277 if (!failures.empty()) { in RunTests() 279 for (auto& failure : failures) { in RunTests()
|
/aosp14/frameworks/base/tools/apilint/ |
H A D | deprecated_at_birth.py | 258 failures = {} variable 262 global failures 267 failures[sig] = Failure(sig, clazz, detail, error, rule, msg) 312 for f in sorted(failures): 313 print(failures[f])
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/om/ |
H A D | OverlayActorEnforcerTests.kt | 68 testCase.failures.map { param(it, Params.Type.FAILURE) } + 84 testCase.failures.map { 311 CASES[params.index].failures.firstOrNull()?.second?.run(testState::apply) 342 val failures: MutableList<Pair<String, TestState.() -> Unit>> = mutableListOf(), 347 failures.add(caseName to block)
|
/aosp14/system/core/bootstat/ |
H A D | boot_reason_test.sh | 1381 failures= 1394 if [ -z "${failures}" ]; then 1395 failures=${t} 1397 failures="${failures} ${t}" 1406 if [ -n "${failures}" ]; then 1407 echo "${RED}[ FAILED ]${NORMAL} ${failures}"
|
/aosp14/frameworks/base/test-runner/src/junit/textui/ |
H A D | ResultPrinter.java | 53 printDefects(result.failures(), result.failureCount(), "failure"); in printFailures()
|
/aosp14/frameworks/base/test-base/src/junit/framework/ |
H A D | TestResult.java | 104 public synchronized Enumeration<TestFailure> failures() { in failures() method in TestResult
|
/aosp14/frameworks/base/packages/SystemUI/ |
H A D | TEST_MAPPING | 6 // @FlakyTest: Tests that don't block pre/postsubmit but are staged to run known failures
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
H A D | Camera2ReprocessCaptureTest.java | 556 ArrayList<CaptureFailure> failures = in testReprocessAbort() local 559 for (CaptureFailure failure : failures) { in testReprocessAbort()
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
H A D | CameraTestUtils.java | 583 ArrayList<CaptureFailure> failures = new ArrayList<>(); in getCaptureFailures() local 592 failures.add(failure); in getCaptureFailures() 598 return failures; in getCaptureFailures()
|
/aosp14/frameworks/base/packages/SystemUI/docs/device-entry/ |
H A D | glossary.md | 30 …s detected on UDFPS</li><li>after multiple consecutive hard-fingerprint-failures, the primary auth…
|
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/ |
H A D | README.md | 10 - Enforcing correct behavior of the HAL and attempting to recover from failures.
|
/aosp14/frameworks/base/test-base/api/ |
H A D | current.txt | 197 method public java.util.Enumeration<junit.framework.TestFailure> failures();
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ShortcutPackage.java | 2571 final Map<String, AppSearchResult<Void>> failures = in removeShortcutAsync() 2573 for (String key : failures.keySet()) { in removeShortcutAsync() 2575 + failures.get(key).getErrorMessage()); in removeShortcutAsync()
|
/aosp14/frameworks/base/proto/src/ |
H A D | ipconnectivity.proto | 249 // Possible values are: 0 for success, or errno code for failures.
|
/aosp14/system/core/fastboot/fuzzy_fastboot/ |
H A D | README.md | 312 Expected: SetLockState(UNLOCKED) doesn't generate new fatal failures in the current thread.
|