Home
last modified time | relevance | path

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

/frameworks/base/tools/stats_log_api_gen/
Dtest_collation.cpp86 int errorCount = collate_atoms(Event::descriptor(), &atoms); in TEST() local
88 EXPECT_EQ(0, errorCount); in TEST()
154 int errorCount = collate_atoms(IntAtom::descriptor(), &atoms); in TEST() local
156 EXPECT_EQ(1, errorCount); in TEST()
164 int errorCount = collate_atoms(BadTypesEvent::descriptor(), &atoms); in TEST() local
166 EXPECT_EQ(2, errorCount); in TEST()
174 int errorCount = collate_atoms(BadSkippedFieldSingle::descriptor(), &atoms); in TEST() local
176 EXPECT_EQ(1, errorCount); in TEST()
185 int errorCount = collate_atoms(BadSkippedFieldMultiple::descriptor(), &atoms); in TEST() local
187 EXPECT_EQ(2, errorCount); in TEST()
[all …]
DCollation.cpp157 int errorCount = 0; in collate_atom() local
177 errorCount++; in collate_atom()
193 errorCount++; in collate_atom()
199 errorCount++; in collate_atom()
204 errorCount++; in collate_atom()
221 errorCount++; in collate_atom()
247 errorCount++; in collate_atom()
257 errorCount++; in collate_atom()
263 errorCount++; in collate_atom()
269 errorCount++; in collate_atom()
[all …]
Dmain.cpp1133 int errorCount = collate_atoms(Atom::descriptor(), &atoms); in run() local
1134 if (errorCount != 0) { in run()
1150 errorCount = android::stats_log_api_gen::write_stats_log_cpp( in run()
1162 errorCount = android::stats_log_api_gen::write_stats_log_header( in run()
1174 errorCount = android::stats_log_api_gen::write_stats_log_java( in run()
1186 errorCount = android::stats_log_api_gen::write_stats_log_jni( in run()
/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-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/test-runner/src/junit/textui/
DResultPrinter.java49 printDefects(result.errors(), result.errorCount(), "error"); in printErrors()
93 ", Errors: "+result.errorCount()); in printFooter()
/frameworks/base/tools/preload/
DMemoryUsage.java36 static int errorCount = 0; field in MemoryUsage
252 errorCount += 1; in measure()
/frameworks/support/room/rxjava2/src/test/java/androidx/room/
DRxRoomTest.java167 assertThat(subscriber.errorCount(), CoreMatchers.is(1)); in exception()
/frameworks/base/test-base/api/
Dandroid-test-base-current.txt186 method public synchronized int errorCount();
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt54114 method public synchronized int errorCount();