Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/tests/
Dtest_steal_exclusive.cpp265 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 …]
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 …]
/frameworks/proto_logging/stats/stats_log_api_gen/
DCollation.cpp165 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 …]
Dtest_collation.cpp191 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 …]
Dmain.cpp244 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 …]
Drust_writer.cpp602 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/
DRadioBugDetector.java97 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/
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-junit/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-junit/src/junit/textui/
DResultPrinter.java49 printDefects(result.errors(), result.errorCount(), "error"); in printErrors()
93 ", Errors: "+result.errorCount()); in printFooter()
/frameworks/base/core/java/android/hardware/
DCameraStreamStats.java77 int dataSpace, long usage, long requestCount, long errorCount, in CameraStreamStats() argument
87 mErrorCount = errorCount; in CameraStreamStats()
/frameworks/av/camera/tests/fuzzer/
Dcamera_SessionStats_fuzzer.cpp63 int64_t errorCount = fdp.ConsumeIntegral<int64_t>(); in LLVMFuzzerTestOneInput() local
65 parcelCamStreamStats.writeInt64(errorCount); in LLVMFuzzerTestOneInput()
/frameworks/base/tools/preload/
DMemoryUsage.java36 static int errorCount = 0; field in MemoryUsage
252 errorCount += 1; in measure()
/frameworks/av/camera/
DCameraSessionStats.cpp81 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/
DCameraServiceProxy.java433 streamProtos[i].errorCount = streamStats.getErrorCount(); in logSelf()
454 + ", errorCount " + streamProtos[i].errorCount in logSelf()
/frameworks/base/test-base/api/
Dcurrent.txt194 method public int errorCount();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt54114 method public synchronized int errorCount();