/external/perfetto/test/trace_processor/graphics/ |
D | g2d_metrics.out | 9 error_count: 0 15 error_count: 0 24 error_count: 0 32 error_count: 2 38 error_count: 2
|
/external/llvm-project/llvm/utils/lit/tests/ |
D | unparsed-requirements.py | 18 error_count = 0 variable 20 error_count += 1 22 error_count += 1 24 error_count += 1 25 exit(error_count)
|
/external/ltp/testcases/kernel/mem/page/ |
D | page02.c | 74 int error_count, i, j, pid, status; local 103 error_count = 0; 182 error_count++; 184 error_count++; 186 exit(error_count);
|
D | page01.c | 75 int error_count, i, j, pid, status; local 98 error_count = 0; 161 error_count++; 163 exit(error_count);
|
/external/pigweed/pw_kvs/ |
D | flash_partition_test.cc | 32 size_t error_count = 0; variable 77 error_count++; in WriteData() 87 error_count++; in WriteData() 91 unsigned(error_count), in WriteData() 102 EXPECT_EQ(error_count, 0U); in WriteData() 103 if (error_count != 0) { in WriteData() 106 unsigned(error_count)); in WriteData() 126 unsigned(error_count)); in TEST()
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_arraycopy.cpp | 48 int error_count = 0; in test_arraycopy() local 90 error_count++; in test_arraycopy() 133 error_count++; in test_arraycopy() 179 error_count++; in test_arraycopy() 185 if (error_count != 0) in test_arraycopy() 186 err = error_count; in test_arraycopy()
|
/external/python/cpython3/Lib/test/ |
D | test_threadedtempfile.py | 33 error_count = 0 variable in TempFileGreedy 44 self.error_count += 1 57 for t in threads if t.error_count]
|
/external/python/cpython2/Lib/test/ |
D | test_threadedtempfile.py | 30 error_count = 0 variable in TempFileGreedy 41 self.error_count += 1 54 for t in threads if t.error_count]
|
/external/libbrillo/brillo/dbus/ |
D | dbus_method_invoker_test.cc | 286 int error_count = 0; in TEST_F() local 293 base::Bind(SimpleErrorCallback, &error_count), in TEST_F() 300 base::Bind(SimpleErrorCallback, &error_count), in TEST_F() 307 base::Bind(SimpleErrorCallback, &error_count), in TEST_F() 309 EXPECT_EQ(0, error_count); in TEST_F() 314 int error_count = 0; in TEST_F() local 325 &error_count), in TEST_F() 327 EXPECT_EQ(1, error_count); in TEST_F()
|
/external/libaom/libaom/test/ |
D | intrapred_test.cc | 78 int error_count = 0; in RunTest() local 96 CheckPrediction(i, &error_count); in RunTest() 98 ASSERT_EQ(0, error_count); in RunTest() 110 void CheckPrediction(int test_case_number, int *error_count) const { in CheckPrediction() 116 *error_count += ref_dst_[x + y * stride_] != dst_[x + y * stride_]; in CheckPrediction() 117 if (*error_count == 1) { in CheckPrediction()
|
/external/image_io/includes/image_io/base/ |
D | message_stats.h | 12 void Clear() { error_count = warning_count = status_count = 0; } in Clear() 13 size_t error_count; member
|
/external/vixl/test/aarch64/ |
D | test-simulator-aarch64.cc | 348 unsigned error_count = 0; in Test1Op() local 352 if (++error_count > kErrorReportLimit) continue; in Test1Op() 372 if (error_count > kErrorReportLimit) { in Test1Op() 373 printf("%u other errors follow.\n", error_count - kErrorReportLimit); in Test1Op() 375 VIXL_CHECK(error_count == 0); in Test1Op() 500 unsigned error_count = 0; in Test2Op() local 505 if (++error_count > kErrorReportLimit) continue; in Test2Op() 529 if (error_count > kErrorReportLimit) { in Test2Op() 530 printf("%u other errors follow.\n", error_count - kErrorReportLimit); in Test2Op() 532 VIXL_CHECK(error_count == 0); in Test2Op() [all …]
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/ras/mc_event/ |
D | format | 12 field:u16 error_count; offset:20; size:2; signed:0; 22 …08lx grain:%d syndrome:0x%08lx%s%s)", REC->error_count, mc_event_error_type(REC->error_type), REC-…
|
/external/libusb/tests/ |
D | testlib.c | 81 int error_count = 0; in libusb_testlib_run_tests() local 170 case TEST_STATUS_ERROR: error_count++; break; in libusb_testlib_run_tests() 180 libusb_testlib_logf("Error in %d tests", error_count); in libusb_testlib_run_tests()
|
/external/rust/crates/grpcio-sys/grpc/tools/release/ |
D | release_notes.py | 122 error_count = 0 135 error_count += 1 154 error_count += 1 178 return langs_pr, error_count 338 langs_pr, error_count = get_pr_titles(get_commit_log(start, end)) 364 if error_count > 0:
|
/external/libbrillo/brillo/streams/ |
D | fake_stream_test.cc | 286 int error_count = 0; in TEST_F() local 288 auto on_failure = [](int* error_count, const Error* /* error */) { in TEST_F() argument 289 (*error_count)++; in TEST_F() 296 base::Bind(on_failure, base::Unretained(&error_count)), in TEST_F() 300 EXPECT_EQ(0, error_count); in TEST_F() 443 int error_count = 0; in TEST_F() local 445 auto on_failure = [](int* error_count, const Error* /* error */) { in TEST_F() argument 446 (*error_count)++; in TEST_F() 453 base::Bind(on_failure, base::Unretained(&error_count)), in TEST_F() 457 EXPECT_EQ(0, error_count); in TEST_F()
|
/external/libpng/contrib/tools/ |
D | makesRGB.c | 85 unsigned int error_count = 0; in main() local 304 error_count = 0; in main() 323 ++error_count; in main() 385 min_error, max_error, error_count, (100.*error_count)/max_input); in main()
|
/external/igt-gpu-tools/lib/ |
D | igt_frame.c | 174 int error_count[3][256][2] = { 0 }; in igt_check_analog_frame_match() local 213 error_count[i][q[i]][0] += diff; in igt_check_analog_frame_match() 214 error_count[i][q[i]][1]++; in igt_check_analog_frame_match() 224 error_average[j][i] = (double) error_count[j-1][i][0] / in igt_check_analog_frame_match() 225 error_count[j-1][i][1]; in igt_check_analog_frame_match()
|
/external/image_io/includes/image_io/utils/ |
D | message_stats_writer.h | 29 const string kError = stats_->error_count == 1 ? "error" : "errors"; in ~MessageStatsWriter() 33 << name_ << " finished, " << stats_->error_count << " " << kError << ", " in ~MessageStatsWriter()
|
/external/mesa3d/src/glx/apple/ |
D | apple_glx_drawable.c | 349 static int error_count = 0; variable 355 ++error_count; in error_handler() 397 error_count = 0; in apple_glx_garbage_collect_drawables() 407 if (error_count > 0) { in apple_glx_garbage_collect_drawables() 414 error_count = 0; in apple_glx_garbage_collect_drawables()
|
/external/grpc-grpc/tools/run_tests/python_utils/ |
D | report_utils.py | 91 error_count = 0 105 error_count += 1 109 testsuite.set('errors', str(error_count))
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/python_utils/ |
D | report_utils.py | 104 error_count = 0 118 error_count += 1 122 testsuite.set('errors', str(error_count))
|
/external/grpc-grpc/test/cpp/server/load_reporter/ |
D | load_data_store_test.cc | 389 v2.error_count() + v3.start_count() - v3.ok_count() + in TEST_F() 415 (v1.start_count() - v1.ok_count() - v1.error_count())); in TEST_F() 422 (v2.start_count() - v2.ok_count() - v2.error_count())); in TEST_F() 434 EXPECT_EQ(value_for_key1.error_count(), v1.error_count() + v3.error_count()); in TEST_F() 456 EXPECT_EQ(value_for_key2.error_count(), v2.error_count()); in TEST_F()
|
/external/webrtc/modules/audio_coding/test/ |
D | TestAllCodecs.cc | 385 int error_count = 0; in Run() local 402 error_count++; in Run() 412 error_count++; in Run() 428 EXPECT_EQ(0, error_count); in Run()
|
/external/freetype/src/tools/ftrandom/ |
D | ftrandom.c | 86 static unsigned int error_count = 1; variable 418 if ( error_count == 0 && error_fraction == 0.0 ) in getErrorCnt() 421 return error_count + (unsigned int)( error_fraction * item->len ); in getErrorCnt() 632 error_count = (unsigned int)strtoul( argv[++i], &end, 10 ); in main() 642 error_count = 0; in main()
|