/external/autotest/client/site_tests/power_BacklightControl/ |
D | power_BacklightControl.py | 55 num_errors = 0 90 num_errors += 1 107 num_errors += 1 120 num_errors += 1 128 num_errors += 1 140 num_errors += 1 148 num_errors += 1 161 num_errors += 1 169 num_errors += 1 177 num_errors += 1 [all …]
|
/external/libunwind/tests/ |
D | Gtest-nomalloc.c | 34 int num_errors; variable 46 num_errors++; in malloc() 74 ++num_errors; in do_backtrace() 104 if (num_errors > 0) in main() 106 fprintf (stderr, "FAILURE: detected %d errors\n", num_errors); in main()
|
D | Ltest-nocalloc.c | 113 int i, num_errors; in main() local 127 num_errors = num_mallocs + num_callocs; in main() 128 if (num_errors > 0) in main() 132 num_errors, num_errors > 1 ? "s" : "", in main()
|
D | Gtest-trace.c | 48 int num_errors; variable 83 ++num_errors; in do_backtrace() 111 ++num_errors; in do_backtrace() 117 ++num_errors; in do_backtrace() 127 ++num_errors; in do_backtrace() 137 ++num_errors; in do_backtrace() 262 if (num_errors > 0) in main() 264 fprintf (stderr, "FAILURE: detected %d errors\n", num_errors); in main()
|
D | check-namespace.sh.in | 11 num_errors=0 52 num_errors=`expr $num_errors + 1` 303 num_errors=`expr $num_errors + 1` 322 if [ $num_errors -gt 0 ]; then 323 echo "FAILURE: Detected $num_errors errors"
|
D | Gtest-bt.c | 49 int num_errors; variable 111 ++num_errors; in do_backtrace() 248 if (num_errors > 0) in main() 250 fprintf (stderr, "FAILURE: detected %d errors\n", num_errors); in main()
|
/external/google-breakpad/src/processor/ |
D | basic_source_line_resolver.cc | 74 int *num_errors) { in LogParseError() argument 75 if (++(*num_errors) <= kMaxErrorsPrinted) { in LogParseError() 89 int num_errors = 0; in LoadMapFromMemory() local 122 &num_errors); in LoadMapFromMemory() 133 LogParseError("ParseFile on buffer failed", line_number, &num_errors); in LoadMapFromMemory() 137 LogParseError("ParseStackInfo failed", line_number, &num_errors); in LoadMapFromMemory() 142 LogParseError("ParseFunction failed", line_number, &num_errors); in LoadMapFromMemory() 154 LogParseError("ParsePublicSymbol failed", line_number, &num_errors); in LoadMapFromMemory() 170 line_number, &num_errors); in LoadMapFromMemory() 174 LogParseError("ParseLine failed", line_number, &num_errors); in LoadMapFromMemory() [all …]
|
D | basic_source_line_resolver_types.h | 121 int *num_errors);
|
/external/boringssl/src/crypto/err/ |
D | err.c | 788 size_t num_errors; member 795 for (size_t i = 0; i < state->num_errors; i++) { in ERR_SAVE_STATE_free() 814 size_t num_errors = state->top >= state->bottom in ERR_save_state() local 817 assert(num_errors < ERR_NUM_ERRORS); in ERR_save_state() 818 ret->errors = OPENSSL_malloc(num_errors * sizeof(struct err_error_st)); in ERR_save_state() 823 OPENSSL_memset(ret->errors, 0, num_errors * sizeof(struct err_error_st)); in ERR_save_state() 824 ret->num_errors = num_errors; in ERR_save_state() 826 for (size_t i = 0; i < num_errors; i++) { in ERR_save_state() 834 if (state == NULL || state->num_errors == 0) { in ERR_restore_state() 844 for (size_t i = 0; i < state->num_errors; i++) { in ERR_restore_state() [all …]
|
/external/tensorflow/tensorflow/tools/compatibility/ |
D | tf_upgrade_v2_main.py | 127 num_errors = 0 131 num_errors += len(errors[f]) 140 "Detected %d issues that require attention" % num_errors + "\n" +
|
/external/e2fsprogs/lib/et/ |
D | com_right.c | 89 int num_errors, in initialize_error_table_r() argument 105 tab->n_msgs = num_errors; in initialize_error_table_r()
|
D | com_err.h | 58 int num_errors,
|
/external/python/google-api-python-client/tests/ |
D | test_http.py | 119 def __init__(self, num_errors, success_json, success_data): argument 120 self.num_errors = num_errors 125 if not self.num_errors: 128 self.num_errors -= 1 129 if self.num_errors == 1: # initial == 2 131 if self.num_errors == 3: # initial == 4 134 if self.num_errors == 2: 156 def __init__(self, num_errors, success_json, success_data): argument 157 self.num_errors = num_errors 162 if not self.num_errors: [all …]
|
/external/autotest/client/site_tests/graphics_KernelMemory/ |
D | graphics_KernelMemory.py | 31 ' memory.' % self.GKM.num_errors)
|
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | scsimain.c | 651 int num_errors = 0; in run_sg_scan_tests() local 669 for (k = 0, res = 0; (k < 1000) && (num_errors < MAX_ERRORS); in run_sg_scan_tests() 688 ++num_errors; in run_sg_scan_tests() 697 ++num_errors; in run_sg_scan_tests() 707 ++num_errors; in run_sg_scan_tests() 715 ++num_errors; in run_sg_scan_tests() 725 ++num_errors; in run_sg_scan_tests() 748 ++num_errors; in run_sg_scan_tests() 787 ++num_errors; in run_sg_scan_tests() 795 ++num_errors; in run_sg_scan_tests() [all …]
|
/external/libxkbcommon/xkbcommon/src/compose/ |
D | parser.c | 538 int num_errors = 0; in parse() local 706 num_errors++; in parse() 707 if (num_errors <= MAX_ERRORS) in parse()
|
/external/autotest/client/cros/graphics/ |
D | graphics_utils.py | 976 num_errors = 0 variable in GraphicsKernelMemory 1033 self.num_errors += 1 1043 self.num_errors += 1 1167 return self.graphics_kernel_memory.num_errors
|
/external/autotest/client/site_tests/platform_Perf/ |
D | platform_Perf.py | 43 num_errors = 0
|
/external/autotest/client/site_tests/video_VideoDecodeMemoryUsage/ |
D | video_VideoDecodeMemoryUsage.py | 94 if graphics_kernel_memory.num_errors:
|
/external/tensorflow/tensorflow/tools/docs/ |
D | generate_lib.py | 680 return parser_config.reference_resolver.num_errors()
|
D | parser.py | 199 def num_errors(self): member in ReferenceResolver
|