/frameworks/proto_logging/stats/stats_log_api_gen/ |
D | test_collation.cpp | 81 int errorCount = collate_atoms(Event::descriptor(), DEFAULT_MODULE_NAME, &atoms); in TEST() local 83 EXPECT_EQ(0, errorCount); in TEST() 159 int errorCount = collate_atoms(IntAtom::descriptor(), DEFAULT_MODULE_NAME, &atoms); in TEST() local 161 EXPECT_EQ(1, errorCount); in TEST() 169 int errorCount = collate_atoms(BadTypesEvent::descriptor(), DEFAULT_MODULE_NAME, &atoms); in TEST() local 171 EXPECT_EQ(20, errorCount); in TEST() 179 int errorCount = in TEST() local 182 EXPECT_EQ(1, errorCount); in TEST() 191 int errorCount = in TEST() local 194 EXPECT_EQ(2, errorCount); in TEST() [all …]
|
D | Collation.cpp | 161 int errorCount = 0; in collate_field_annotations() local 169 errorCount++; in collate_field_annotations() 170 return errorCount; in collate_field_annotations() 185 errorCount++; in collate_field_annotations() 193 errorCount++; in collate_field_annotations() 207 errorCount++; in collate_field_annotations() 221 errorCount++; in collate_field_annotations() 229 errorCount++; in collate_field_annotations() 268 errorCount++; in collate_field_annotations() 275 return errorCount; in collate_field_annotations() [all …]
|
D | main.cpp | 253 int errorCount = collate_atoms(Atom::descriptor(), moduleName, &atoms); in run() local 254 if (errorCount != 0) { in run() 281 errorCount = android::stats_log_api_gen::write_stats_log_cpp( in run() 297 errorCount = android::stats_log_api_gen::write_stats_log_header( in run() 325 errorCount = android::stats_log_api_gen::write_stats_log_java( in run() 345 errorCount += android::stats_log_api_gen::write_stats_log_rust( in run() 370 return errorCount; in run()
|
D | rust_writer.cpp | 590 int errorCount = write_rust_stats_write_atoms(out, atoms.decls, attributionDecl, in write_stats_log_rust() local 594 return errorCount; in write_stats_log_rust()
|
/frameworks/av/media/libaaudio/tests/ |
D | test_steal_exclusive.cpp | 265 int errorCount = 0; in verify() local 269 errorCount++; in verify() 276 errorCount++; in verify() 284 errorCount++; in verify() 287 return errorCount ? AAUDIO_ERROR_INVALID_FORMAT : AAUDIO_OK; in verify() 350 int errorCount = 0; in main() local 410 errorCount++; in main() 432 errorCount++; in main() 438 errorCount += victim.checkEnginePositions() ? 1 : 0; in main() 454 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 …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioBugDetector.java | 97 int errorCount = mSysErrRecord.getOrDefault(requestType, 0); in detectRadioBug() local 98 errorCount++; in detectRadioBug() 99 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/core/java/android/hardware/ |
D | CameraStreamStats.java | 74 int dataSpace, long usage, long requestCount, long errorCount, in CameraStreamStats() argument 84 mErrorCount = errorCount; in CameraStreamStats()
|
/frameworks/base/tools/preload/ |
D | MemoryUsage.java | 36 static int errorCount = 0; field in MemoryUsage 252 errorCount += 1; in measure()
|
/frameworks/av/camera/ |
D | CameraSessionStats.cpp | 79 int64_t errorCount = 0; in readFromParcel() local 80 if ((err = parcel->readInt64(&errorCount)) != OK) { in readFromParcel() 140 mErrorCount = errorCount; in readFromParcel()
|
/frameworks/base/services/core/java/com/android/server/camera/ |
D | CameraServiceProxy.java | 846 streamProtos[i].errorCount = streamStats.getErrorCount(); in logCameraUsageEvent() 866 + ", errorCount " + streamProtos[i].errorCount in logCameraUsageEvent()
|
/frameworks/base/test-base/api/ |
D | current.txt | 194 method public int errorCount();
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 54114 method public synchronized int errorCount();
|