/external/flac/src/metaflac/ |
D | operations_shorthand_seektable.c | 104 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/ |
D | decoders.c | 57 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 …]
|
D | metadata_manip.c | 59 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/ |
D | skip_with_error_test.cc | 30 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/ |
D | skip_with_error_test.cc | 30 bool error_occurred; member 38 CHECK(error_occurred == run.error_occurred); in CheckRun() 40 if (error_occurred) { in CheckRun()
|
/external/google-benchmark/test/ |
D | skip_with_error_test.cc | 30 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/ |
D | skip_with_error_test.cc | 30 bool error_occurred; member 38 CHECK(error_occurred == run.error_occurred); in CheckRun() 40 if (error_occurred) { in CheckRun()
|
/external/flac/src/test_seeking/ |
D | main.c | 47 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/ |
D | benchmark_runner.cc | 74 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()
|
D | statistics.cc | 84 [](Run const& run) { return run.error_occurred; }); in ComputeStats() 124 if (run.error_occurred) continue; in ComputeStats()
|
D | json_reporter.cc | 219 if (run.error_occurred) { in PrintRunData() 220 out << indent << FormatKV("error_occurred", run.error_occurred) << ",\n"; in PrintRunData()
|
D | csv_reporter.cc | 105 if (run.error_occurred) { in PrintRunData()
|
D | console_reporter.cc | 125 if (result.error_occurred) { in PrintRunData()
|
/external/llvm-project/libcxx/utils/google-benchmark/src/ |
D | benchmark_runner.cc | 72 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()
|
D | statistics.cc | 84 [](Run const& run) { return run.error_occurred; }); in ComputeStats() 124 if (run.error_occurred) continue; in ComputeStats()
|
D | json_reporter.cc | 184 if (run.error_occurred) { in PrintRunData() 185 out << indent << FormatKV("error_occurred", run.error_occurred) << ",\n"; in PrintRunData()
|
D | csv_reporter.cc | 98 if (run.error_occurred) { in PrintRunData()
|
/external/libcxx/utils/google-benchmark/src/ |
D | benchmark_runner.cc | 72 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()
|
D | statistics.cc | 84 [](Run const& run) { return run.error_occurred; }); in ComputeStats() 124 if (run.error_occurred) continue; in ComputeStats()
|
D | json_reporter.cc | 184 if (run.error_occurred) { in PrintRunData() 185 out << indent << FormatKV("error_occurred", run.error_occurred) << ",\n"; in PrintRunData()
|
D | csv_reporter.cc | 98 if (run.error_occurred) { in PrintRunData()
|
/external/llvm-project/llvm/utils/benchmark/src/ |
D | statistics.cc | 85 [](Run const& run) { return run.error_occurred; }); in ComputeStats() 129 if (run.error_occurred) continue; in ComputeStats()
|
D | json_reporter.cc | 158 if (run.error_occurred) { in PrintRunData() 159 out << indent << FormatKV("error_occurred", run.error_occurred) << ",\n"; in PrintRunData()
|
D | csv_reporter.cc | 94 if (run.error_occurred) { in PrintRunData()
|
D | benchmark.cc | 124 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()
|