Searched refs:failures (Results 1 – 20 of 20) sorted by relevance
/system/timezone/apex/tests/src/java/android/tzdata/mts/ |
D | TimeZoneRulesTest.java | 108 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/ |
D | service_list.cpp | 32 size_t failures = 0; in CheckAllCommands() local 34 failures += service->CheckAllCommands(); in CheckAllCommands() 36 return failures; in CheckAllCommands()
|
D | action_manager.cpp | 27 size_t failures = 0; in CheckAllCommands() local 29 failures += action->CheckAllCommands(); in CheckAllCommands() 31 return failures; in CheckAllCommands()
|
D | action.cpp | 135 size_t failures = 0; in CheckAllCommands() local 140 ++failures; in CheckAllCommands() 143 return failures; in CheckAllCommands()
|
D | host_init_verifier.cpp | 279 size_t failures = parser.parse_error_count() + am.CheckAllCommands() + sl.CheckAllCommands(); in main() local 280 if (failures > 0) { in main() 281 LOG(ERROR) << "Failed to parse init script '" << *argv << "' with " << failures in main()
|
/system/core/cli-test/ |
D | cli-test.cpp | 207 std::vector<std::string> failures; in RunTests() local 254 failures.push_back(test.name); in RunTests() 267 size_t fail_count = failures.size(); in RunTests() 270 if (!failures.empty()) { in RunTests() 272 for (auto& failure : failures) { in RunTests()
|
/system/core/bootstat/ |
D | boot_reason_test.sh | 1384 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/ |
D | run_host_unit_tests.py | 188 failures = [i for i, x in enumerate(test_results) if not x] 189 for index in failures:
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | traced_perf.te | 39 # Do not audit failures to signal a process, as there are cases when this is
|
D | app.te | 7 # Prevent apps from causing presubmit failures.
|
/system/sepolicy/private/ |
D | traced_perf.te | 39 # Do not audit failures to signal a process, as there are cases when this is
|
D | app.te | 18 # Prevent apps from causing presubmit failures.
|
/system/core/fs_mgr/libsnapshot/ |
D | PowerTest.md | 4 snapshot\_power\_test is a standalone test to simulate power failures during a snapshot-merge opera…
|
/system/update_engine/ |
D | update_attempter.cc | 663 vector<string> failures; in ResetDlcPrefs() local 669 failures.emplace_back(sub_key); in ResetDlcPrefs() 671 if (failures.size() != 0) in ResetDlcPrefs() 672 PLOG(ERROR) << "Failed to delete prefs (" << base::JoinString(failures, ",") in ResetDlcPrefs() 675 return failures.size() == 0; in ResetDlcPrefs()
|
/system/bpf/bpfloader/ |
D | bpfloader.rc | 16 # failures (before memory is fragmented, and cpu is busy running tons of other
|
/system/bt/service/doc/ |
D | IBluetoothLowEnergy.txt | 79 * synchronous failures, e.g. if the advertising or scan response data are
|
/system/sepolicy/ |
D | README | 15 easier to read when debugging build failures. The sets of file,
|
/system/extras/simpleperf/scripts/ |
D | test.py | 194 elif result.failures and result.failures[-1][0] == self: 196 err_info = result.failures[-1][1]
|
/system/bt/gd/docs/testing/ |
D | cert_test.md | 208 for any failures and metadata
|
/system/core/fastboot/fuzzy_fastboot/ |
D | README.md | 312 Expected: SetLockState(UNLOCKED) doesn't generate new fatal failures in the current thread.
|