Home
last modified time | relevance | path

Searched refs:failures (Results 1 – 25 of 29) sorted by relevance

12

/system/timezone/apex/tests/src/java/android/tzdata/mts/
DTimeZoneRulesTest.java108 StringBuilder failures = new StringBuilder(); in checkDisplayNames() local
119 failures.append(String.format("\n%20s: LD='%s' LS='%s'!", in checkDisplayNames()
124 failures.append(String.format("\n%20s: SD='%s' SS='%s'!", in checkDisplayNames()
132 failures.append(String.format("\n%20s: SS='%s' LD='%s'!", in checkDisplayNames()
136 failures.append(String.format("\n%20s: LS='%s' SD='%s'!", in checkDisplayNames()
142 failures.append(String.format("\n%20s: LD='%s' SD='%s'!", in checkDisplayNames()
152 failures.append(String.format("\n%s: LD %s", id, longDst)); in checkDisplayNames()
155 failures.append(String.format("\n%s: LS %s", id, longStd)); in checkDisplayNames()
158 failures.append(String.format("\n%s: SD %s", id, shortDst)); in checkDisplayNames()
161 failures.append(String.format("\n%s: SS %s", id, shortStd)); in checkDisplayNames()
[all …]
/system/core/init/
Dservice_list.cpp32 size_t failures = 0; in CheckAllCommands() local
34 failures += service->CheckAllCommands(); in CheckAllCommands()
36 return failures; in CheckAllCommands()
Daction_manager.cpp27 size_t failures = 0; in CheckAllCommands() local
29 failures += action->CheckAllCommands(); in CheckAllCommands()
31 return failures; in CheckAllCommands()
Daction.cpp135 size_t failures = 0; in CheckAllCommands() local
140 ++failures; in CheckAllCommands()
143 return failures; in CheckAllCommands()
Dhost_init_verifier.cpp334 size_t failures = parser.parse_error_count() + am.CheckAllCommands() + sl.CheckAllCommands(); in main() local
335 if (failures > 0) { in main()
336 LOG(ERROR) << "Failed to parse init scripts with " << failures << " error(s)."; in main()
/system/core/cli-test/
Dcli-test.cpp214 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()
/system/extras/simpleperf/scripts/test/
Dtest_utils.py131 elif result.failures and result.failures[-1][0] == self:
133 err_info = result.failures[-1][1]
/system/libhidl/minijail/
DAndroid.bp1 // TODO(b/110363419): remove or make failures harder
/system/core/bootstat/
Dboot_reason_test.sh1384 failures=
1397 if [ -z "${failures}" ]; then
1398 failures=${t}
1400 failures="${failures} ${t}"
1409 if [ -n "${failures}" ]; then
1410 echo "${RED}[ FAILED ]${NORMAL} ${failures}"
/system/bt/test/
Drun_host_unit_tests.py189 failures = [i for i, x in enumerate(test_results) if not x]
190 for index in failures:
/system/sepolicy/prebuilts/api/30.0/private/
Dapp.te7 # Prevent apps from causing presubmit failures.
Dtraced_perf.te39 # Do not audit failures to signal a process, as there are cases when this is
/system/core/fs_mgr/libsnapshot/
DPowerTest.md4 snapshot\_power\_test is a standalone test to simulate power failures during a snapshot-merge opera…
/system/sepolicy/prebuilts/api/31.0/private/
Dtraced_perf.te53 # Do not audit failures to signal a process, as there are cases when this is
Dapp.te24 # Prevent apps from causing presubmit failures.
/system/sepolicy/private/
Dtraced_perf.te53 # Do not audit failures to signal a process, as there are cases when this is
Dapp.te24 # Prevent apps from causing presubmit failures.
/system/update_engine/cros/
Dupdate_attempter.cc621 vector<string> failures; in ResetDlcPrefs() local
626 failures.emplace_back(sub_key); in ResetDlcPrefs()
628 if (failures.size() != 0) in ResetDlcPrefs()
629 PLOG(ERROR) << "Failed to delete prefs (" << base::JoinString(failures, ",") in ResetDlcPrefs()
632 return failures.size() == 0; in ResetDlcPrefs()
/system/chre/chpp/
DRELEASE_NOTES.md151 - Pseudo-open clients remain pseudo-open after open failures
152 - Fixed reopen failures after transport reset
/system/bpf/bpfloader/
Dbpfloader.rc13 # failures (before memory is fragmented, and cpu is busy running tons of other
/system/bt/service/doc/
DIBluetoothLowEnergy.txt79 * synchronous failures, e.g. if the advertising or scan response data are
/system/chre/doc/
Dframework_debugging.md27 information to identify and debug failures can help avoid issues with “log
/system/chre/apps/power_test/common/idl/
Dchre_power_test.fbs149 /// Any failures will be printed to the logs.
/system/sepolicy/
DREADME15 easier to read when debugging build failures. The sets of file,
/system/bt/gd/docs/testing/
Dcert_test.md208 for any failures and metadata

12