Searched defs:num_errors (Results 1 - 22 of 22) sorted by relevance

/external/libunwind/tests/
H A DGtest-nomalloc.c34 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);
H A DLtest-nocalloc.c113 int i, num_errors; local
127 num_errors = num_mallocs + num_callocs;
128 if (num_errors > 0)
132 num_errors, num_errors > 1 ? "s" : "",
H A DGtest-bt.c49 int num_errors; variable
111 ++num_errors;
248 if (num_errors > 0)
250 fprintf (stderr, "FAILURE: detected %d errors\n", num_errors);
H A DGtest-trace.c48 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);
/external/lldb/source/Expression/
H A DClangUtilityFunction.cpp114 unsigned num_errors = parser.Parse (error_stream); local
116 if (num_errors)
118 error_stream.Printf ("error: %d errors parsing expression\n", num_errors);
H A DClangExpressionParser.cpp408 int num_errors = 0; local
415 num_errors = 0;
421 num_errors++;
430 if (!num_errors)
435 num_errors++;
439 return num_errors;
H A DClangFunction.cpp113 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;
H A DClangUserExpression.cpp522 unsigned num_errors = parser.Parse (error_stream); local
524 if (num_errors)
526 error_stream.Printf ("error: %d errors parsing expression\n", num_errors);
/external/e2fsprogs/lib/et/
H A Dcom_right.c88 int num_errors,
104 tab->n_msgs = num_errors;
86 initialize_error_table_r(struct et_list **list, const char **messages, int num_errors, long base) argument
/external/stlport/test/unit/cppunit/
H A Dtest_main.cpp113 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/valgrind/main/none/tests/s390x/
H A Dcu42.c210 int num_errors, i; local
219 num_errors = 0;
221 if (((unsigned char *)buff)[i] != fill_byte) ++num_errors;
222 if (num_errors)
H A Dcu21.c244 int num_errors, i; local
253 num_errors = 0;
255 if (buff[i] != fill_byte) ++num_errors;
256 if (num_errors)
H A Dcu21_1.c244 int num_errors, i; local
253 num_errors = 0;
255 if (buff[i] != fill_byte) ++num_errors;
256 if (num_errors)
H A Dcu41.c233 int num_errors, i; local
242 num_errors = 0;
244 if (((unsigned char *)buff)[i] != fill_byte) ++num_errors;
245 if (num_errors)
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DErrors.py116 num_errors = 0 variable
122 global listing_file, num_errors, echo_file
131 num_errors = 0
143 global num_errors
160 num_errors = num_errors + 1
H A DMain.py293 num_errors = Errors.num_errors
332 if Errors.num_errors > num_errors:
368 result.num_errors = Errors.num_errors
369 if result.num_errors > 0:
520 num_errors integer Number of compilation errors
541 num_errors integer Total number of compilation errors
544 num_errors variable in class:CompilationResultSet
[all...]
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_oauth2_token_service_unittest.cc168 void AssertConsumerTokensAndErrors(int num_tokens, int num_errors);
237 int num_errors) {
239 EXPECT_EQ(num_errors, consumer_.number_of_errors_);
235 AssertConsumerTokensAndErrors( int num_tokens, int num_errors) argument
/external/chromium_org/dbus/
H A Dend_to_end_async_unittest.cc200 void WaitForErrors(size_t num_errors) { argument
201 while (error_names_.size() < num_errors) {
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp795 unsigned num_errors = m_impl_function->CompileFunction(errors); local
796 if (num_errors)
H A DAppleObjCRuntimeV2.cpp1772 unsigned num_errors = m_get_class_info_function->CompileFunction(errors); local
1773 if (num_errors)
2023 unsigned num_errors = m_get_shared_cache_class_info_function->CompileFunction(errors); local
2024 if (num_errors)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3338 milliseconds