Searched defs:ErrorCollector (Results 1 - 14 of 14) 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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dtest_expectations_unittest.py37 class ErrorCollector(object): class in inherits:object
63 self._error_collector = ErrorCollector()
H A Dcpp_unittest.py50 class ErrorCollector: class in inherits:
217 error_collector = ErrorCollector(self.assertTrue)
244 error_collector = ErrorCollector(self.assertTrue, FilterConfiguration(basic_error_rules), lines_to_check)
337 error_collector = ErrorCollector(self.assertTrue)
363 error_collector = ErrorCollector(self.assertTrue)
1149 error_collector = ErrorCollector(self.assertTrue)
1938 error_collector = ErrorCollector(self.assertTrue)
1953 error_collector = ErrorCollector(self.assertTrue)
1988 error_collector = ErrorCollector(self.assertTrue)
1997 error_collector = ErrorCollector(sel
[all...]
/external/chromium_org/third_party/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();
73 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ErrorCollector);
87 Tokenizer(ZeroCopyInputStream* input, ErrorCollector* error_collector);
239 ErrorCollector* error_collector_;
H A Dtokenizer.cc181 ErrorCollector::~ErrorCollector() {}
186 ErrorCollector* error_collector)
/external/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc176 ErrorCollector::~ErrorCollector() {}
181 ErrorCollector* error_collector)
H A Dtokenizer.h50 class ErrorCollector;
56 class LIBPROTOBUF_EXPORT ErrorCollector { class in namespace:google::protobuf::io
58 inline ErrorCollector() {} function in class:google::protobuf::io::ErrorCollector
59 virtual ~ErrorCollector();
72 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ErrorCollector);
86 Tokenizer(ZeroCopyInputStream* input, ErrorCollector* error_collector);
185 ErrorCollector* error_collector_;
/external/protobuf/src/google/protobuf/
H A Ddescriptor.h951 // - An ErrorCollector may optionally be given to collect validation errors
954 // ErrorCollector may be called from any thread that calls one of the
956 class ErrorCollector;
958 ErrorCollector* error_collector = NULL);
1008 // programmatically by implementing an ErrorCollector.
1009 class LIBPROTOBUF_EXPORT ErrorCollector { class in class:google::protobuf::DescriptorPool
1011 inline ErrorCollector() {} function in class:google::protobuf::DescriptorPool::ErrorCollector
1012 virtual ~ErrorCollector();
1040 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ErrorCollector);
1050 // Same as BuildFile() except errors are sent to the given ErrorCollector
[all...]
H A Ddescriptor.cc749 DescriptorPool::ErrorCollector::~ErrorCollector() {}
761 ErrorCollector* error_collector)
1839 DescriptorPool::ErrorCollector* error_collector);
1849 DescriptorPool::ErrorCollector* error_collector_;
1873 DescriptorPool::ErrorCollector::ErrorLocation location,
1881 DescriptorPool::ErrorCollector::ErrorLocation location,
2098 bool AddOptionError(DescriptorPool::ErrorCollector::ErrorLocation location,
2108 return AddOptionError(DescriptorPool::ErrorCollector::OPTION_NAME, msg);
2114 return AddOptionError(DescriptorPool::ErrorCollector
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h1081 // - An ErrorCollector may optionally be given to collect validation errors
1084 // ErrorCollector may be called from any thread that calls one of the
1086 class ErrorCollector;
1088 ErrorCollector* error_collector = NULL);
1138 // programmatically by implementing an ErrorCollector.
1139 class LIBPROTOBUF_EXPORT ErrorCollector { class in class:google::protobuf::DescriptorPool
1141 inline ErrorCollector() {} function in class:google::protobuf::DescriptorPool::ErrorCollector
1142 virtual ~ErrorCollector();
1170 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ErrorCollector);
1180 // Same as BuildFile() except errors are sent to the given ErrorCollector
[all...]
H A Ddescriptor.cc841 DescriptorPool::ErrorCollector::~ErrorCollector() {}
853 ErrorCollector* error_collector)
2134 DescriptorPool::ErrorCollector* error_collector);
2144 DescriptorPool::ErrorCollector* error_collector_;
2169 DescriptorPool::ErrorCollector::ErrorLocation location,
2177 DescriptorPool::ErrorCollector::ErrorLocation location,
2409 bool AddOptionError(DescriptorPool::ErrorCollector::ErrorLocation location,
2419 return AddOptionError(DescriptorPool::ErrorCollector::OPTION_NAME, msg);
2425 return 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/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 218 milliseconds