Searched defs:ErrorCollector (Results 1 - 8 of 8) sorted by relevance

/external/junit/src/org/junit/rules/
H A DErrorCollector.java16 * The ErrorCollector rule allows execution of a test to continue after the
23 * public ErrorCollector collector= new ErrorCollector();
35 public class ErrorCollector extends Verifier { class in inherits:Verifier
/external/protobuf/src/google/protobuf/io/
H A Dtokenizer.h51 class ErrorCollector;
57 class LIBPROTOBUF_EXPORT ErrorCollector { class in namespace:google::protobuf::io
59 inline ErrorCollector() {} function in class:google::protobuf::io::ErrorCollector
60 virtual ~ErrorCollector();
74 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ErrorCollector);
88 Tokenizer(ZeroCopyInputStream* input, ErrorCollector* error_collector);
255 ErrorCollector* error_collector_;
H A Dtokenizer.cc182 ErrorCollector::~ErrorCollector() {}
187 ErrorCollector* error_collector)
/external/protobuf/src/google/protobuf/
H A Ddescriptor.h1186 // - An ErrorCollector may optionally be given to collect validation errors
1189 // ErrorCollector may be called from any thread that calls one of the
1195 class ErrorCollector;
1197 ErrorCollector* error_collector = NULL);
1248 // programmatically by implementing an ErrorCollector.
1249 class LIBPROTOBUF_EXPORT ErrorCollector { class in class:google::protobuf::DescriptorPool
1251 inline ErrorCollector() {} function in class:google::protobuf::DescriptorPool::ErrorCollector
1252 virtual ~ErrorCollector();
1291 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ErrorCollector);
1301 // Same as BuildFile() except errors are sent to the given ErrorCollector
[all...]
H A Ddescriptor.cc896 DescriptorPool::ErrorCollector::~ErrorCollector() {}
909 ErrorCollector* error_collector)
2285 DescriptorPool::ErrorCollector* error_collector);
2295 DescriptorPool::ErrorCollector* error_collector_;
2329 DescriptorPool::ErrorCollector::ErrorLocation location,
2333 DescriptorPool::ErrorCollector::ErrorLocation location,
2344 DescriptorPool::ErrorCollector::ErrorLocation location,
2348 DescriptorPool::ErrorCollector::ErrorLocation location,
2585 bool AddOptionError(DescriptorPool::ErrorCollector
[all...]
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/libphonenumber/lib/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 268 milliseconds