HomeSort by relevance Sort by last modified time
    Searched full:errorcollector (Results 1 - 25 of 30) sorted by null

1 2

  /external/junit/src/org/junit/rules/
ErrorCollector.java 16 * The ErrorCollector rule allows execution of a test to continue after the
23 * public ErrorCollector collector= new ErrorCollector();
35 public class ErrorCollector extends Verifier {
Verifier.java 7 * Verifier is a base class for Rules like ErrorCollector, which can turn
MethodRule.java 17 * <li>{@link ErrorCollector}: collect multiple errors in one test method</li>
TestRule.java 33 * <li>{@link ErrorCollector}: collect multiple errors in one test method</li>
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 255 DescriptorPool::ErrorCollector::ErrorLocation location,
264 DescriptorPool::ErrorCollector::ErrorLocation location) {
396 RecordLocation(message, DescriptorPool::ErrorCollector::NAME);
449 RecordLocation(field, DescriptorPool::ErrorCollector::TYPE);
460 RecordLocation(field, DescriptorPool::ErrorCollector::NAME);
466 RecordLocation(field, DescriptorPool::ErrorCollector::NUMBER);
479 RecordLocation(group, DescriptorPool::ErrorCollector::NAME,
530 RecordLocation(field, DescriptorPool::ErrorCollector::DEFAULT_VALUE);
679 DescriptorPool::ErrorCollector::OPTION_NAME);
691 DescriptorPool::ErrorCollector::OPTION_VALUE)
    [all...]
parser.h 85 // Requsets that errors be recorded to the given ErrorCollector while
87 void RecordErrorsTo(io::ErrorCollector* error_collector) {
186 DescriptorPool::ErrorCollector::ErrorLocation location,
192 DescriptorPool::ErrorCollector::ErrorLocation location);
292 io::ErrorCollector* error_collector_;
313 // location" in the ErrorCollector interface). Returns true if found, false
316 DescriptorPool::ErrorCollector::ErrorLocation location,
321 DescriptorPool::ErrorCollector::ErrorLocation location,
329 pair<const Message*, DescriptorPool::ErrorCollector::ErrorLocation>,
importer.h 89 // Gets a DescriptorPool::ErrorCollector which records errors to the
93 DescriptorPool::ErrorCollector* GetValidationErrorCollector() {
112 class LIBPROTOBUF_EXPORT ValidationErrorCollector : public DescriptorPool::ErrorCollector {
117 // implements ErrorCollector ---------------------------------------
importer.cc 82 // - It implements the ErrorCollector interface (used by Tokenizer and Parser)
86 : public io::ErrorCollector {
97 // implements ErrorCollector ---------------------------------------
parser_unittest.cc 58 class MockErrorCollector : public io::ErrorCollector {
65 // implements ErrorCollector ---------------------------------------
72 class MockValidationErrorCollector : public DescriptorPool::ErrorCollector {
75 io::ErrorCollector* wrapped_collector)
80 // implements ErrorCollector ---------------------------------------
93 io::ErrorCollector* wrapped_collector_;
    [all...]
command_line_interface.cc 183 public io::ErrorCollector {
211 // implements io::ErrorCollector -----------------------------------
    [all...]
importer_unittest.cc 65 // implements ErrorCollector ---------------------------------------
  /external/protobuf/src/google/protobuf/io/
tokenizer.h 50 class ErrorCollector;
56 class LIBPROTOBUF_EXPORT ErrorCollector {
58 inline ErrorCollector() {}
59 virtual ~ErrorCollector();
72 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ErrorCollector);
86 Tokenizer(ZeroCopyInputStream* input, ErrorCollector* error_collector);
185 ErrorCollector* error_collector_;
tokenizer.cc 176 ErrorCollector::~ErrorCollector() {}
181 ErrorCollector* error_collector)
tokenizer_unittest.cc 155 class TestErrorCollector : public ErrorCollector {
162 // implements ErrorCollector ---------------------------------------
  /external/protobuf/src/google/protobuf/
descriptor.cc 749 DescriptorPool::ErrorCollector::~ErrorCollector() {}
761 ErrorCollector* error_collector)
    [all...]
text_format.h 49 class ErrorCollector; // tokenizer.h
227 void RecordErrorsTo(io::ErrorCollector* error_collector) {
253 io::ErrorCollector* error_collector_;
descriptor.h     [all...]
text_format.cc 120 io::ErrorCollector* error_collector,
614 class ParserErrorCollector : public io::ErrorCollector {
634 io::ErrorCollector* error_collector_;
    [all...]
text_format_unittest.cc 686 class MockErrorCollector : public io::ErrorCollector {
693 // implements ErrorCollector -------------------------------------
    [all...]
  /external/junit/src/org/junit/
ClassRule.java 20 * {@link org.junit.rules.ErrorCollector},
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
common.py 29 # after moving the relevant cpp_unittest.ErrorCollector code
test_expectations_unittest.py 48 class ErrorCollector(object):
68 self._error_collector = ErrorCollector()
cpp_unittest.py 51 class ErrorCollector:
223 error_collector = ErrorCollector(self.assert_)
250 error_collector = ErrorCollector(self.assert_, FilterConfiguration(basic_error_rules))
332 error_collector = ErrorCollector(self.assert_)
358 error_collector = ErrorCollector(self.assert_)
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_bootstrap_unittest.cc 74 // implements ErrorCollector ---------------------------------------
  /external/robolectric/lib/main/
junit-dep-4.8.2.jar 

Completed in 250 milliseconds

1 2