Searched defs:error_func (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/build/android/ |
D | test_runner.py | 247 def ProcessInstrumentationOptions(options, error_func): argument 334 def ProcessUIAutomatorOptions(options, error_func): argument 407 def ProcessJUnitTestOptions(options, error_func): argument 447 def ProcessMonkeyTestOptions(options, error_func): argument 520 def ProcessPerfTestOptions(options, args, error_func): argument 600 def _RunInstrumentationTests(options, error_func, devices): argument 650 def _RunUIAutomatorTests(options, error_func, devices): argument 670 def _RunJUnitTests(options, error_func): argument 679 def _RunMonkeyTests(options, error_func, devices): argument 697 def _RunPerfTests(options, args, error_func): argument
|
/external/chromium_org/base/test/ |
D | gtest_xml_util.cc | 101 ScopedXmlErrorFunc error_func(&xml_errors, &XmlErrorFunc); in ProcessGTestOutput() local
|
/external/chromium_org/extensions/common/ |
D | update_manifest.cc | 226 ScopedXmlErrorFunc error_func(&xml_errors, &XmlErrorFunc); in Parse() local
|
/external/chromium_org/components/component_updater/ |
D | update_response.cc | 283 ScopedXmlErrorFunc error_func(&xml_errors, &XmlErrorFunc); in Parse() local
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
D | hamt.c | 54 /*@exits@*/ void (*error_func) (const char *file, unsigned int line, member
|
/external/libmtp/src/ |
D | ptp.h | 1920 PTPErrorFunc error_func; member
|
/external/valgrind/main/perf/ |
D | tinycc.c | 2480 void (*error_func)(void *opaque, const char *msg); member
|