/frameworks/base/tools/stats_log_api_gen/ |
D | test_collation.cpp | 82 int errorCount = collate_atoms(Event::descriptor(), DEFAULT_MODULE_NAME, &atoms); in TEST() local 84 EXPECT_EQ(0, errorCount); in TEST() 150 int errorCount = collate_atoms(IntAtom::descriptor(), DEFAULT_MODULE_NAME, &atoms); in TEST() local 152 EXPECT_EQ(1, errorCount); in TEST() 161 int errorCount = collate_atoms(BadTypesEvent::descriptor(), DEFAULT_MODULE_NAME, &atoms); in TEST() local 163 EXPECT_EQ(4, errorCount); in TEST() 171 int errorCount = in TEST() local 174 EXPECT_EQ(1, errorCount); in TEST() 183 int errorCount = in TEST() local 186 EXPECT_EQ(2, errorCount); in TEST() [all …]
|
D | Collation.cpp | 167 int errorCount = 0; in collate_field_annotations() local 182 errorCount++; in collate_field_annotations() 190 errorCount++; in collate_field_annotations() 204 errorCount++; in collate_field_annotations() 218 errorCount++; in collate_field_annotations() 226 errorCount++; in collate_field_annotations() 263 errorCount++; in collate_field_annotations() 276 errorCount++; in collate_field_annotations() 280 return errorCount; in collate_field_annotations() 287 int errorCount = 0; in collate_atom() local [all …]
|
D | main.cpp | 167 int errorCount = collate_atoms(Atom::descriptor(), moduleName, &atoms); in run() local 168 if (errorCount != 0) { in run() 195 errorCount = android::stats_log_api_gen::write_stats_log_cpp( in run() 211 errorCount = android::stats_log_api_gen::write_stats_log_header(out, atoms, attributionDecl, in run() 240 errorCount = android::stats_log_api_gen::write_stats_log_java_q_for_module( in run() 243 errorCount = android::stats_log_api_gen::write_stats_log_java( in run() 251 return errorCount; in run()
|
/frameworks/av/media/libaaudio/tests/ |
D | test_steal_exclusive.cpp | 252 int errorCount = 0; in verify() local 256 errorCount++; in verify() 263 errorCount++; in verify() 271 errorCount++; in verify() 274 return errorCount ? AAUDIO_ERROR_INVALID_FORMAT : AAUDIO_OK; in verify() 334 int errorCount = 0; in main() local 384 errorCount++; in main() 406 errorCount++; in main() 412 errorCount += victim.checkEnginePositions() ? 1 : 0; in main() 422 errorCount++; in main() [all …]
|
D | test_return_stop.cpp | 182 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 …]
|
D | test_stop_hang.cpp | 117 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/ |
D | RadioBugDetector.java | 95 int errorCount = mSysErrRecord.getOrDefault(requestType, 0); in detectRadioBug() local 96 errorCount++; in detectRadioBug() 97 mSysErrRecord.put(requestType, errorCount); in detectRadioBug()
|
/frameworks/ex/common/java/com/android/common/ |
D | OperationScheduler.java | 161 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-runner/src/junit/textui/ |
D | ResultPrinter.java | 49 printDefects(result.errors(), result.errorCount(), "error"); in printErrors() 93 ", Errors: "+result.errorCount()); in printFooter()
|
/frameworks/base/test-base/src/junit/framework/ |
D | TestResult.java | 84 public synchronized int errorCount() { in errorCount() method in TestResult 172 return failureCount() == 0 && errorCount() == 0; in wasSuccessful()
|
/frameworks/base/tools/preload/ |
D | MemoryUsage.java | 36 static int errorCount = 0; field in MemoryUsage 252 errorCount += 1; in measure()
|
/frameworks/base/test-base/api/ |
D | current.txt | 192 method public int errorCount();
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 54114 method public synchronized int errorCount();
|