/system/timezone/apex/tests/src/java/android/tzdata/mts/ |
D | TimeZoneRulesTest.java | 111 StringBuilder failures = new StringBuilder(); in checkDisplayNames() local 122 failures.append(String.format("\n%20s: LD='%s' LS='%s'!", in checkDisplayNames() 127 failures.append(String.format("\n%20s: SD='%s' SS='%s'!", in checkDisplayNames() 135 failures.append(String.format("\n%20s: SS='%s' LD='%s'!", in checkDisplayNames() 139 failures.append(String.format("\n%20s: LS='%s' SD='%s'!", in checkDisplayNames() 145 failures.append(String.format("\n%20s: LD='%s' SD='%s'!", in checkDisplayNames() 155 failures.append(String.format("\n%s: LD %s", id, longDst)); in checkDisplayNames() 158 failures.append(String.format("\n%s: LS %s", id, longStd)); in checkDisplayNames() 161 failures.append(String.format("\n%s: SD %s", id, shortDst)); in checkDisplayNames() 164 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 | 320 size_t failures = parser.parse_error_count() + am.CheckAllCommands() + sl.CheckAllCommands(); in main() local 321 if (failures > 0) { in main() 322 LOG(ERROR) << "Failed to parse init scripts with " << failures << " error(s)."; in main()
|
/system/core/cli-test/ |
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()
|
/system/extras/simpleperf/scripts/test/ |
D | test_utils.py | 139 elif result.failures and result.failures[-1][0] == self: 141 err_info = result.failures[-1][1]
|
/system/libhidl/minijail/ |
D | Android.bp | 1 // TODO(b/110363419): remove or make failures harder
|
/system/core/bootstat/ |
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}"
|
/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/prebuilts/api/33.0/private/ |
D | traced_perf.te | 53 # Do not audit failures to signal a process, as there are cases when this is
|
D | app.te | 60 # Prevent apps from causing presubmit failures.
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | traced_perf.te | 53 # Do not audit failures to signal a process, as there are cases when this is
|
D | app.te | 24 # Prevent apps from causing presubmit failures.
|
/system/sepolicy/prebuilts/api/32.0/private/ |
D | traced_perf.te | 53 # Do not audit failures to signal a process, as there are cases when this is
|
D | app.te | 25 # Prevent apps from causing presubmit failures.
|
/system/sepolicy/prebuilts/api/34.0/private/ |
D | traced_perf.te | 55 # Do not audit failures to signal a process, as there are cases when this is
|
/system/sepolicy/prebuilts/api/202404/private/ |
D | traced_perf.te | 55 # Do not audit failures to signal a process, as there are cases when this is
|
D | app.te | 61 # Prevent apps from causing presubmit failures.
|
/system/sepolicy/private/ |
D | traced_perf.te | 55 # Do not audit failures to signal a process, as there are cases when this is
|
/system/chre/doc/ |
D | framework_debugging.md | 27 information to identify and debug failures can help avoid issues with “log
|
/system/chre/apps/power_test/common/idl/ |
D | chre_power_test.fbs | 155 /// Any failures will be printed to the logs.
|
/system/sepolicy/ |
D | README.md | 17 easier to read when debugging build failures. The sets of file,
|
/system/chre/chpp/ |
D | RELEASE_NOTES.md | 151 - Pseudo-open clients remain pseudo-open after open failures 152 - Fixed reopen failures after transport reset
|