/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/proto_logging/stats/stats_log_api_gen/ |
D | Collation.cpp | 165 int errorCount = 0; in collate_field_restricted_annotations() local 173 errorCount++; in collate_field_restricted_annotations() 237 errorCount++; in collate_field_restricted_annotations() 240 return errorCount; in collate_field_restricted_annotations() 245 int errorCount = 0; in collate_field_annotations() local 252 errorCount++; in collate_field_annotations() 253 return errorCount; in collate_field_annotations() 268 errorCount++; in collate_field_annotations() 275 errorCount++; in collate_field_annotations() 289 errorCount++; in collate_field_annotations() [all …]
|
D | test_collation.cpp | 191 const int errorCount = collate_atoms(*mEvent, DEFAULT_MODULE_NAME, atoms); in TEST_P() local 193 EXPECT_EQ(0, errorCount); in TEST_P() 268 const int errorCount = collate_atoms(*mIntAtom, DEFAULT_MODULE_NAME, atoms); in TEST_P() local 270 EXPECT_EQ(1, errorCount); in TEST_P() 278 const int errorCount = collate_atoms(*mBadTypesEvent, DEFAULT_MODULE_NAME, atoms); in TEST_P() local 280 EXPECT_EQ(22, errorCount); in TEST_P() 288 const int errorCount = collate_atoms(*mBadSkippedFieldSingle, DEFAULT_MODULE_NAME, atoms); in TEST_P() local 290 EXPECT_EQ(1, errorCount); in TEST_P() 299 const int errorCount = collate_atoms(*mBadSkippedFieldMultiple, DEFAULT_MODULE_NAME, atoms); in TEST_P() local 301 EXPECT_EQ(2, errorCount); in TEST_P() [all …]
|
D | main.cpp | 244 int errorCount = 0; in run() local 253 errorCount = collate_atoms(*Atom::descriptor(), moduleName, atoms); in run() 269 errorCount = in run() 273 if (errorCount != 0) { in run() 301 errorCount = android::stats_log_api_gen::write_stats_log_cpp( in run() 306 errorCount = android::stats_log_api_gen::write_stats_log_cpp_vendor( in run() 326 errorCount = android::stats_log_api_gen::write_stats_log_header( in run() 330 errorCount = android::stats_log_api_gen::write_stats_log_header_vendor( in run() 361 errorCount = android::stats_log_api_gen::write_stats_log_java( in run() 371 errorCount = android::stats_log_api_gen::write_stats_log_java_vendor(out, atoms, in run() [all …]
|
D | rust_writer.cpp | 602 const int errorCount = write_rust_stats_write_atoms( in write_stats_log_rust() local 605 return errorCount; in write_stats_log_rust()
|
/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-junit/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/test-junit/src/junit/textui/ |
D | ResultPrinter.java | 49 printDefects(result.errors(), result.errorCount(), "error"); in printErrors() 93 ", Errors: "+result.errorCount()); in printFooter()
|
/frameworks/base/core/java/android/hardware/ |
D | CameraStreamStats.java | 77 int dataSpace, long usage, long requestCount, long errorCount, in CameraStreamStats() argument 87 mErrorCount = errorCount; in CameraStreamStats()
|
/frameworks/av/camera/tests/fuzzer/ |
D | camera_SessionStats_fuzzer.cpp | 63 int64_t errorCount = fdp.ConsumeIntegral<int64_t>(); in LLVMFuzzerTestOneInput() local 65 parcelCamStreamStats.writeInt64(errorCount); in LLVMFuzzerTestOneInput()
|
/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 | 81 int64_t errorCount = 0; in readFromParcel() local 82 if ((err = parcel->readInt64(&errorCount)) != OK) { in readFromParcel() 148 mErrorCount = errorCount; in readFromParcel()
|
/frameworks/base/services/core/java/com/android/server/camera/ |
D | CameraServiceProxy.java | 433 streamProtos[i].errorCount = streamStats.getErrorCount(); in logSelf() 454 + ", errorCount " + streamProtos[i].errorCount in logSelf()
|
/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();
|