Home
last modified time | relevance | path

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

/aosp12/frameworks/proto_logging/stats/stats_log_api_gen/
H A Dtest_collation.cpp83 EXPECT_EQ(0, errorCount); in TEST()
151 EXPECT_EQ(1, errorCount); in TEST()
162 EXPECT_EQ(4, errorCount); in TEST()
170 int errorCount = in TEST() local
173 EXPECT_EQ(1, errorCount); in TEST()
182 int errorCount = in TEST() local
185 EXPECT_EQ(2, errorCount); in TEST()
194 int errorCount = in TEST() local
197 EXPECT_EQ(1, errorCount); in TEST()
215 int errorCount = in TEST() local
[all …]
H A DCollation.cpp168 int errorCount = 0; in collate_field_annotations() local
183 errorCount++; in collate_field_annotations()
264 errorCount++; in collate_field_annotations()
271 return errorCount; in collate_field_annotations()
278 int errorCount = 0; in collate_atom() local
299 errorCount++; in collate_atom()
317 errorCount++; in collate_atom()
323 errorCount++; in collate_atom()
405 return errorCount; in collate_atom()
466 int errorCount = 0; in collate_atoms() local
[all …]
H A Dmain.cpp223 int errorCount = collate_atoms(Atom::descriptor(), moduleName, &atoms); in run() local
224 if (errorCount != 0) { in run()
251 errorCount = android::stats_log_api_gen::write_stats_log_cpp( in run()
267 errorCount = android::stats_log_api_gen::write_stats_log_header(out, atoms, attributionDecl, in run()
295 errorCount = android::stats_log_api_gen::write_stats_log_java( in run()
310 errorCount += android::stats_log_api_gen::write_stats_log_rust( in run()
330 return errorCount; in run()
H A Drust_writer.cpp587 int errorCount = write_rust_stats_write_atoms(out, atoms.decls, attributionDecl, in write_stats_log_rust() local
590 return errorCount; in write_stats_log_rust()
/aosp12/frameworks/av/media/libaaudio/tests/
H A Dtest_steal_exclusive.cpp256 errorCount++; in verify()
263 errorCount++; in verify()
334 int errorCount = 0; in main() local
384 errorCount++; in main()
406 errorCount++; in main()
422 errorCount++; in main()
429 errorCount++; in main()
436 errorCount++; in main()
440 errorCount++; in main()
463 errorCount++; in main()
[all …]
H A 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 …]
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioBugDetector.java95 int errorCount = mSysErrRecord.getOrDefault(requestType, 0); in detectRadioBug() local
96 errorCount++; in detectRadioBug()
97 mSysErrRecord.put(requestType, errorCount); in detectRadioBug()
/aosp12/frameworks/ex/common/java/com/android/common/
H A 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()
/aosp12/frameworks/base/test-base/src/junit/framework/
H A DTestResult.java84 public synchronized int errorCount() { in errorCount() method in TestResult
172 return failureCount() == 0 && errorCount() == 0; in wasSuccessful()
/aosp12/frameworks/base/test-runner/src/junit/textui/
H A DResultPrinter.java49 printDefects(result.errors(), result.errorCount(), "error"); in printErrors()
93 ", Errors: "+result.errorCount()); in printFooter()
/aosp12/frameworks/base/core/java/android/hardware/
H A DCameraStreamStats.java66 int dataSpace, long usage, long requestCount, long errorCount, in CameraStreamStats() argument
74 mErrorCount = errorCount; in CameraStreamStats()
/aosp12/frameworks/av/camera/
H A DCameraSessionStats.cpp73 int64_t errorCount = 0; in readFromParcel() local
74 if ((err = parcel->readInt64(&errorCount)) != OK) { in readFromParcel()
121 mErrorCount = errorCount; in readFromParcel()
/aosp12/frameworks/base/tools/preload/
H A DMemoryUsage.java36 static int errorCount = 0; field in MemoryUsage
252 errorCount += 1; in measure()
/aosp12/frameworks/base/services/core/java/com/android/server/camera/
H A DCameraServiceProxy.java784 streamProtos[i].errorCount = streamStats.getErrorCount(); in logCameraUsageEvent()
801 + ", errorCount " + streamProtos[i].errorCount in logCameraUsageEvent()
/aosp12/frameworks/base/test-base/api/
H A Dcurrent.txt194 method public int errorCount();
/aosp12/packages/apps/TV/libs/m2/
H A Djavac-shaded-9-dev-r4023-3.jarorg/openjdk/tools/sjavac/server/log/LoggingOutputStream.class LoggingOutputStream.java package ...
/aosp12/packages/apps/TV/libs/
H A Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt54114 method public synchronized int errorCount();