/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" : "",
|
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);
|
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-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);
|
/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;
|
/external/lldb/source/Expression/ |
ClangUtilityFunction.cpp | 114 unsigned num_errors = parser.Parse (error_stream); local 116 if (num_errors) 118 error_stream.Printf ("error: %d errors parsing expression\n", num_errors);
|
ClangExpressionParser.cpp | 408 int num_errors = 0; local 415 num_errors = 0; 421 num_errors++; 430 if (!num_errors) 435 num_errors++; 439 return num_errors;
|
ClangFunction.cpp | 113 unsigned num_errors = 0; local 228 num_errors = m_parser->Parse (errors); 233 num_errors = 1; 236 m_compiled = (num_errors == 0); 239 return num_errors; 241 return num_errors;
|
ClangUserExpression.cpp | 522 unsigned num_errors = parser.Parse (error_stream); local 524 if (num_errors) 526 error_stream.Printf ("error: %d errors parsing expression\n", num_errors); [all...] |
/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/e2fsprogs/lib/et/ |
com_err.h | 58 int num_errors,
|
com_right.c | 88 int num_errors, 104 tab->n_msgs = num_errors;
|
/external/valgrind/tests/ |
check_headers_and_includes | 90 my $num_errors = 0; 107 my $rc = ($num_errors == 0) ? 0 : 1; 325 ++$num_errors;
|
/external/valgrind/none/tests/s390x/ |
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)
|
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)
|
/art/test/701-easy-div-rem/src/ |
Main.java | 18 public static int num_errors = 0; field in class:Main 21 if (num_errors == 10) { 23 } else if (num_errors < 10) { 26 num_errors += 1; [all...] |
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
AppleObjCRuntimeV2.cpp | 1772 unsigned num_errors = m_get_class_info_function->CompileFunction(errors); local 2023 unsigned num_errors = m_get_shared_cache_class_info_function->CompileFunction(errors); local [all...] |
AppleObjCTrampolineHandler.cpp | 795 unsigned num_errors = m_impl_function->CompileFunction(errors); local [all...] |
/prebuilts/misc/common/ecj/ |
ecj.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.jasper_5.5.17.v201004212143.jar | |