Home
last modified time | relevance | path

Searched refs:error_occurred (Results 1 – 25 of 34) sorted by relevance

12

/external/flac/src/metaflac/
Doperations_shorthand_seektable.c104 FLAC__bool error_occurred; member
115 if(!cd->error_occurred) { in write_callback_()
158 if(!cd->error_occurred) { /* don't let multiple errors overwrite the first one */ in error_callback_()
159 cd->error_occurred = true; in error_callback_()
177 client_data.error_occurred = false; in populate_seekpoint_values()
210 if(ok && client_data.error_occurred) { in populate_seekpoint_values()
/external/flac/src/test_libFLAC/
Ddecoders.c57 FLAC__bool error_occurred; member
139 if(dcd->error_occurred) in stream_decoder_read_callback_()
173 if(dcd->error_occurred) in stream_decoder_seek_callback_()
177 dcd->error_occurred = true; in stream_decoder_seek_callback_()
196 if(dcd->error_occurred) in stream_decoder_tell_callback_()
203 dcd->error_occurred = true; in stream_decoder_tell_callback_()
221 if(dcd->error_occurred) in stream_decoder_length_callback_()
239 if(dcd->error_occurred) in stream_decoder_eof_callback_()
256 if(dcd->error_occurred) in stream_decoder_write_callback_()
281 if(dcd->error_occurred) in stream_decoder_metadata_callback_()
[all …]
Dmetadata_manip.c59 FLAC__bool error_occurred; member
489 if(dcd->error_occurred) in decoder_metadata_callback_compare_()
497 dcd->error_occurred = true; in decoder_metadata_callback_compare_()
502 dcd->error_occurred = true; in decoder_metadata_callback_compare_()
513 dcd->error_occurred = true; in decoder_error_callback_()
638 decoder_client_data.error_occurred = false; in test_file_()
667 if(decoder_client_data.error_occurred) in test_file_()
/external/llvm-project/llvm/utils/benchmark/test/
Dskip_with_error_test.cc30 bool error_occurred; member
38 CHECK(error_occurred == run.error_occurred); in CheckRun()
40 if (error_occurred) { in CheckRun()
/external/llvm-project/libcxx/utils/google-benchmark/test/
Dskip_with_error_test.cc30 bool error_occurred; member
38 CHECK(error_occurred == run.error_occurred); in CheckRun()
40 if (error_occurred) { in CheckRun()
/external/google-benchmark/test/
Dskip_with_error_test.cc30 bool error_occurred; member
38 CHECK(error_occurred == run.error_occurred); in CheckRun()
40 if (error_occurred) { in CheckRun()
/external/libcxx/utils/google-benchmark/test/
Dskip_with_error_test.cc30 bool error_occurred; member
38 CHECK(error_occurred == run.error_occurred); in CheckRun()
40 if (error_occurred) { in CheckRun()
/external/flac/src/test_seeking/
Dmain.c47 FLAC__bool error_occurred; member
203 if(dcd->error_occurred) in write_callback_()
236 if(dcd->error_occurred) in metadata_callback_()
260 dcd->error_occurred = true; in error_callback_()
281 decoder_client_data.error_occurred = false; in seek_barrage()
/external/google-benchmark/src/
Dbenchmark_runner.cc74 report.error_occurred = results.has_error_; in CreateRunReport()
84 if (!report.error_occurred) { in CreateRunReport()
120 CHECK(st.error_occurred() || st.iterations() >= st.max_iterations) in RunInThread()
344 if (!report.error_occurred && b.complexity != oNone) in DoOneRepetition()
Dstatistics.cc84 [](Run const& run) { return run.error_occurred; }); in ComputeStats()
124 if (run.error_occurred) continue; in ComputeStats()
Djson_reporter.cc219 if (run.error_occurred) { in PrintRunData()
220 out << indent << FormatKV("error_occurred", run.error_occurred) << ",\n"; in PrintRunData()
Dcsv_reporter.cc105 if (run.error_occurred) { in PrintRunData()
Dconsole_reporter.cc125 if (result.error_occurred) { in PrintRunData()
/external/llvm-project/libcxx/utils/google-benchmark/src/
Dbenchmark_runner.cc72 report.error_occurred = results.has_error_; in CreateRunReport()
79 if (!report.error_occurred) { in CreateRunReport()
332 if (!report.error_occurred && b.complexity != oNone) in DoOneRepetition()
Dstatistics.cc84 [](Run const& run) { return run.error_occurred; }); in ComputeStats()
124 if (run.error_occurred) continue; in ComputeStats()
Djson_reporter.cc184 if (run.error_occurred) { in PrintRunData()
185 out << indent << FormatKV("error_occurred", run.error_occurred) << ",\n"; in PrintRunData()
Dcsv_reporter.cc98 if (run.error_occurred) { in PrintRunData()
/external/libcxx/utils/google-benchmark/src/
Dbenchmark_runner.cc72 report.error_occurred = results.has_error_; in CreateRunReport()
79 if (!report.error_occurred) { in CreateRunReport()
332 if (!report.error_occurred && b.complexity != oNone) in DoOneRepetition()
Dstatistics.cc84 [](Run const& run) { return run.error_occurred; }); in ComputeStats()
124 if (run.error_occurred) continue; in ComputeStats()
Djson_reporter.cc184 if (run.error_occurred) { in PrintRunData()
185 out << indent << FormatKV("error_occurred", run.error_occurred) << ",\n"; in PrintRunData()
Dcsv_reporter.cc98 if (run.error_occurred) { in PrintRunData()
/external/llvm-project/llvm/utils/benchmark/src/
Dstatistics.cc85 [](Run const& run) { return run.error_occurred; }); in ComputeStats()
129 if (run.error_occurred) continue; in ComputeStats()
Djson_reporter.cc158 if (run.error_occurred) { in PrintRunData()
159 out << indent << FormatKV("error_occurred", run.error_occurred) << ",\n"; in PrintRunData()
Dcsv_reporter.cc94 if (run.error_occurred) { in PrintRunData()
Dbenchmark.cc124 report.error_occurred = results.has_error_; in CreateRunReport()
131 if (!report.error_occurred) { in CreateRunReport()
251 if (!report.error_occurred && b.complexity != oNone) in RunBenchmark()

12