Home
last modified time | relevance | path

Searched refs:errorCount (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/tools/stats_log_api_gen/
Dtest_collation.cpp86 int errorCount = collate_atoms(Event::descriptor(), &atoms); in TEST() local
88 EXPECT_EQ(0, errorCount); in TEST()
154 int errorCount = collate_atoms(IntAtom::descriptor(), &atoms); in TEST() local
156 EXPECT_EQ(1, errorCount); in TEST()
164 int errorCount = collate_atoms(BadTypesEvent::descriptor(), &atoms); in TEST() local
166 EXPECT_EQ(2, errorCount); in TEST()
174 int errorCount = collate_atoms(BadSkippedFieldSingle::descriptor(), &atoms); in TEST() local
176 EXPECT_EQ(1, errorCount); in TEST()
185 int errorCount = collate_atoms(BadSkippedFieldMultiple::descriptor(), &atoms); in TEST() local
187 EXPECT_EQ(2, errorCount); in TEST()
[all …]
DCollation.cpp167 int errorCount = 0; in collate_atom() local
188 errorCount++; in collate_atom()
206 errorCount++; in collate_atom()
214 errorCount++; in collate_atom()
219 errorCount++; in collate_atom()
226 errorCount++; in collate_atom()
234 errorCount++; in collate_atom()
251 errorCount++; in collate_atom()
288 errorCount++; in collate_atom()
298 errorCount++; in collate_atom()
[all …]
Dmain.cpp667 int errorCount = collate_atoms(Atom::descriptor(), &atoms); in run() local
668 if (errorCount != 0) { in run()
684 errorCount = android::stats_log_api_gen::write_atoms_info_cpp( in run()
696 errorCount = android::stats_log_api_gen::write_atoms_info_header(out, atoms, cppNamespace); in run()
718 errorCount = android::stats_log_api_gen::write_stats_log_cpp( in run()
734 errorCount = android::stats_log_api_gen::write_stats_log_header( in run()
749 errorCount = android::stats_log_api_gen::write_stats_log_java_q( in run()
752 errorCount = android::stats_log_api_gen::write_stats_log_java_q_for_module( in run()
763 errorCount = android::stats_log_api_gen::write_stats_log_java_q_for_module( in run()
767 errorCount = android::stats_log_api_gen::write_stats_log_java( in run()
[all …]
/frameworks/av/media/libaaudio/tests/
Dtest_return_stop.cpp182 int errorCount = 0; in main() local
228 errorCount++; in main()
237 errorCount++; in main()
261 errorCount++; in main()
268 errorCount += s_checkEnginePositions(&engine) ? 1 : 0; in main()
279 errorCount++; in main()
285 errorCount++; in main()
291 errorCount++; in main()
294 errorCount += s_checkEnginePositions(&engine) ? 1 : 0; in main()
300 printf("test %s\n", errorCount ? "FAILED" : "PASSED"); in main()
[all …]
Dtest_stop_hang.cpp117 int errorCount = 0; in main() local
129 errorCount++; in main()
141 errorCount++; in main()
156 printf("test %s\n", errorCount ? "FAILED" : "PASSED"); in main()
158 return errorCount ? EXIT_FAILURE : EXIT_SUCCESS; in main()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioBugDetector.java91 int errorCount = mSysErrRecord.getOrDefault(requestType, 0); in detectRadioBug() local
92 errorCount++; in detectRadioBug()
93 mSysErrRecord.put(requestType, errorCount); in detectRadioBug()
/frameworks/ex/common/java/com/android/common/
DOperationScheduler.java161 int errorCount = mStorage.getInt(PREFIX + "errorCount", 0); in getNextTimeMillis() local
177 if (errorCount > 0) { in getNextTimeMillis()
178 int shift = errorCount-1; in getNextTimeMillis()
183 (options.backoffIncrementalMillis * errorCount) + in getNextTimeMillis()
/frameworks/base/test-base/src/junit/framework/
DTestResult.java84 public synchronized int errorCount() { in errorCount() method in TestResult
172 return failureCount() == 0 && errorCount() == 0; in wasSuccessful()
/frameworks/base/test-runner/src/junit/textui/
DResultPrinter.java49 printDefects(result.errors(), result.errorCount(), "error"); in printErrors()
93 ", Errors: "+result.errorCount()); in printFooter()
/frameworks/base/tools/preload/
DMemoryUsage.java36 static int errorCount = 0; field in MemoryUsage
252 errorCount += 1; in measure()
/frameworks/base/test-base/api/
Dcurrent.txt194 method public int errorCount();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt54114 method public synchronized int errorCount();