/external/autotest/client/site_tests/graphics_LibDRM/ |
graphics_LibDRM.py | 22 num_errors = 0 54 num_errors += 1 61 num_errors += 1 68 if num_errors > 0:
|
/external/libunwind/tests/ |
Gtest-nomalloc.c | 34 int num_errors; variable 46 num_errors++; 74 ++num_errors; 104 if (num_errors > 0) 106 fprintf (stderr, "FAILURE: detected %d errors\n", num_errors);
|
Ltest-nocalloc.c | 113 int i, num_errors; local 127 num_errors = num_mallocs + num_callocs; 128 if (num_errors > 0) 132 num_errors, num_errors > 1 ? "s" : "",
|
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"
|
Gtest-trace.c | 48 int num_errors; variable 83 ++num_errors; 111 ++num_errors; 117 ++num_errors; 127 ++num_errors; 137 ++num_errors; 262 if (num_errors > 0) 264 fprintf (stderr, "FAILURE: detected %d errors\n", num_errors);
|
Gtest-bt.c | 49 int num_errors; variable 111 ++num_errors; 248 if (num_errors > 0) 250 fprintf (stderr, "FAILURE: detected %d errors\n", num_errors);
|
/external/autotest/client/site_tests/power_BacklightControl/ |
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 += [all...] |
/ndk/tests/device/test-gnustl-full/unit/cppunit/ |
test_main.cpp | 113 int num_errors; local 115 num_errors = CPPUNIT_NS::TestCase::run(reporter, xtestName, true); 117 num_errors = CPPUNIT_NS::TestCase::run(reporter, testName); 123 return num_errors;
|
/ndk/tests/device/test-stlport/unit/cppunit/ |
test_main.cpp | 113 int num_errors; local 115 num_errors = CPPUNIT_NS::TestCase::run(reporter, xtestName, true); 117 num_errors = CPPUNIT_NS::TestCase::run(reporter, testName); 123 return num_errors;
|
/art/test/701-easy-div-rem/ |
genMain.py | 103 public static int num_errors = 0; 106 if (num_errors == 10) { 108 } else if (num_errors < 10) { 111 num_errors += 1;
|
/external/autotest/client/site_tests/graphics_KernelMemory/ |
graphics_KernelMemory.py | 35 'memory.' % self.GKM.num_errors)
|
/external/e2fsprogs/lib/et/ |
com_right.c | 88 int num_errors, 104 tab->n_msgs = num_errors;
|
com_err.h | 58 int num_errors,
|
/external/valgrind/none/tests/s390x/ |
cu42.c | 210 int num_errors, i; local 219 num_errors = 0; 221 if (((unsigned char *)buff)[i] != fill_byte) ++num_errors; 222 if (num_errors)
|
cu21.c | 244 int num_errors, i; local 253 num_errors = 0; 255 if (buff[i] != fill_byte) ++num_errors; 256 if (num_errors)
|
cu21_1.c | 244 int num_errors, i; local 253 num_errors = 0; 255 if (buff[i] != fill_byte) ++num_errors; 256 if (num_errors)
|
cu41.c | 233 int num_errors, i; local 242 num_errors = 0; 244 if (((unsigned char *)buff)[i] != fill_byte) ++num_errors; 245 if (num_errors)
|
/external/google-breakpad/src/processor/ |
basic_source_line_resolver.cc | 74 int *num_errors) { 75 if (++(*num_errors) <= kMaxErrorsPrinted) { 89 int num_errors = 0; local 122 &num_errors); 133 LogParseError("ParseFile on buffer failed", line_number, &num_errors); 137 LogParseError("ParseStackInfo failed", line_number, &num_errors); 142 LogParseError("ParseFunction failed", line_number, &num_errors); 154 LogParseError("ParsePublicSymbol failed", line_number, &num_errors); 170 line_number, &num_errors); 174 LogParseError("ParseLine failed", line_number, &num_errors); [all...] |
basic_source_line_resolver_types.h | 116 // Logs parse errors. |*num_errors| is increased every time LogParseError is 121 int *num_errors);
|
/external/autotest/client/site_tests/platform_Perf/ |
platform_Perf.py | 21 num_errors = 0
|
/external/vulkan-validation-layers/ |
vk_layer_documentation_generate.py | 325 num_errors = layer_doc.validate(layer_parser.layer_dict) 326 if (0 == num_errors): 330 return num_errors
|
/external/autotest/client/cros/graphics/ |
graphics_utils.py | 907 num_errors = 0 variable in class:GraphicsKernelMemory 934 self.num_errors += 1 944 self.num_errors += 1 [all...] |
/external/valgrind/tests/ |
check_headers_and_includes | 95 my $num_errors = 0; 112 my $rc = ($num_errors == 0) ? 0 : 1; 364 ++$num_errors;
|
/external/libevent/ |
bufferevent_openssl.c | 306 #define NUM_ERRORS 3 307 ev_uint32_t errors[NUM_ERRORS]; 362 if (bev_ssl->n_errors == NUM_ERRORS) [all...] |