HomeSort by relevance Sort by last modified time
    Searched refs:error_occurred (Results 1 - 19 of 19) sorted by null

  /external/cmockery/cmockery_0_1_2/src/example/
calculator_test.c 54 int ** const intermediate_values, int * const error_occurred);
179 int error_occurred; local
183 &error_occurred));
194 int error_occurred; local
197 &intermediate_values, &error_occurred));
210 int error_occurred; local
213 &intermediate_values, &error_occurred));
226 int error_occurred; local
230 &error_occurred)); local
237 int error_occurred; local
255 int error_occurred; local
263 &intermediate_values, &error_occurred), 0); local
278 int error_occurred; local
286 &intermediate_values, &error_occurred), 0); local
301 int error_occurred; local
309 &intermediate_values, &error_occurred), 0); local
324 int error_occurred; local
332 &intermediate_values, &error_occurred), 0); local
348 int error_occurred; local
364 &intermediate_values, &error_occurred), 40); local
    [all...]
calculator.c 152 * If an error occurs while performing the operation error_occurred is set to
160 int ** const intermediate_values, int * const error_occurred) {
166 assert(error_occurred);
170 *error_occurred = 0;
182 *error_occurred = 1;
203 *error_occurred = 1;
211 *error_occurred = 1;
220 *error_occurred = 1;
229 if (*error_occurred) {
  /development/testrunner/
run_command.py 84 global _abort_on_error, error_occurred
85 error_occurred = False
88 global error_occurred
114 error_occurred = True
118 error_occurred = True
144 if _abort_on_error and error_occurred:
  /external/google-benchmark/test/
skip_with_error_test.cc 30 bool error_occurred; member in struct:__anon22529::TestCase
38 CHECK(error_occurred == run.error_occurred);
40 if (error_occurred) {
  /external/libcxx/utils/google-benchmark/test/
skip_with_error_test.cc 30 bool error_occurred; member in struct:__anon27975::TestCase
38 CHECK(error_occurred == run.error_occurred);
40 if (error_occurred) {
  /external/google-benchmark/src/
benchmark_runner.cc 72 report.error_occurred = results.has_error_;
79 if (!report.error_occurred) {
332 if (!report.error_occurred && b.complexity != oNone)
csv_reporter.cc 37 "error_occurred", "error_message"};
98 if (run.error_occurred) {
139 Out << ",,"; // for error_occurred and error_message
json_reporter.cc 184 if (run.error_occurred) {
185 out << indent << FormatKV("error_occurred", run.error_occurred) << ",\n";
statistics.cc 84 [](Run const& run) { return run.error_occurred; });
124 if (run.error_occurred) continue;
console_reporter.cc 125 if (result.error_occurred) {
  /external/libcxx/utils/google-benchmark/src/
benchmark_runner.cc 72 report.error_occurred = results.has_error_;
79 if (!report.error_occurred) {
332 if (!report.error_occurred && b.complexity != oNone)
csv_reporter.cc 37 "error_occurred", "error_message"};
98 if (run.error_occurred) {
139 Out << ",,"; // for error_occurred and error_message
json_reporter.cc 184 if (run.error_occurred) {
185 out << indent << FormatKV("error_occurred", run.error_occurred) << ",\n";
statistics.cc 84 [](Run const& run) { return run.error_occurred; });
124 if (run.error_occurred) continue;
console_reporter.cc 126 if (result.error_occurred) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DeviceSuspendTestActivity.java 286 boolean error_occurred = false;
317 error_occurred = true;
320 if (error_occurred) {
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 280 int error_occurred = 0; local
285 error_occurred = 1;
292 error_occurred = 1;
294 if (error_occurred) {
    [all...]
  /external/google-benchmark/include/benchmark/
benchmark.h 1347 bool error_occurred; member in struct:benchmark::BenchmarkReporter::Run
    [all...]
  /external/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h 1347 bool error_occurred; member in struct:benchmark::BenchmarkReporter::Run
    [all...]

Completed in 1038 milliseconds