Home
last modified time | relevance | path

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

/frameworks/proto_logging/stats/stats_log_api_gen/
Dtest_collation.cpp81 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 …]
DCollation.cpp161 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 …]
Dmain.cpp253 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()
Drust_writer.cpp590 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/
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/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-runner/src/junit/textui/
DResultPrinter.java49 printDefects(result.errors(), result.errorCount(), "error"); in printErrors()
93 ", Errors: "+result.errorCount()); in printFooter()
/frameworks/base/test-base/src/junit/framework/
DTestResult.java84 public synchronized int errorCount() { in errorCount() method in TestResult
172 return failureCount() == 0 && errorCount() == 0; in wasSuccessful()
/frameworks/base/core/java/android/hardware/
DCameraStreamStats.java74 int dataSpace, long usage, long requestCount, long errorCount, in CameraStreamStats() argument
84 mErrorCount = errorCount; in CameraStreamStats()
/frameworks/base/tools/preload/
DMemoryUsage.java36 static int errorCount = 0; field in MemoryUsage
252 errorCount += 1; in measure()
/frameworks/av/camera/
DCameraSessionStats.cpp79 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/
DCameraServiceProxy.java846 streamProtos[i].errorCount = streamStats.getErrorCount(); in logCameraUsageEvent()
866 + ", errorCount " + streamProtos[i].errorCount in logCameraUsageEvent()
/frameworks/base/test-base/api/
Dcurrent.txt194 method public int errorCount();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt54114 method public synchronized int errorCount();