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:__anon19511::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:__anon23137::TestCase
38 CHECK(error_occurred == run.error_occurred);
40 if (error_occurred) {
  /external/google-benchmark/include/benchmark/
reporter.h 46 : error_occurred(false),
63 bool error_occurred; member in struct:benchmark::BenchmarkReporter::Run
  /external/libcxx/utils/google-benchmark/include/benchmark/
reporter.h 45 : error_occurred(false),
61 bool error_occurred; member in struct:benchmark::BenchmarkReporter::Run
  /external/google-benchmark/src/
json_reporter.cc 121 if (run.error_occurred) {
122 out << indent << FormatKV("error_occurred", run.error_occurred) << ",\n";
csv_reporter.cc 37 "error_occurred", "error_message"};
94 if (run.error_occurred) {
135 Out << ",,"; // for error_occurred and error_message
console_reporter.cc 111 if (result.error_occurred) {
complexity.cc 160 [](Run const& run) { return run.error_occurred; });
195 if (run.error_occurred) continue;
benchmark.cc 231 report.error_occurred = results.has_error_;
238 if (!report.error_occurred) {
357 if (!report.error_occurred && b.complexity != oNone)
  /external/libcxx/utils/google-benchmark/src/
json_reporter.cc 121 if (run.error_occurred) {
122 out << indent << FormatKV("error_occurred", run.error_occurred) << ",\n";
csv_reporter.cc 36 "error_occurred", "error_message"};
63 if (run.error_occurred) {
104 Out << ",,"; // for error_occurred and error_message
console_reporter.cc 78 if (result.error_occurred) {
complexity.cc 160 [](Run const& run) { return run.error_occurred; });
179 if (run.error_occurred) continue;
benchmark.cc 224 report.error_occurred = results.has_error_;
231 if (!report.error_occurred) {
336 if (!report.error_occurred && b.complexity != oNone)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DeviceSuspendTestActivity.java 195 boolean error_occurred = false;
258 error_occurred = true;
261 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...]

Completed in 338 milliseconds