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

1 2

  /external/protobuf/src/google/protobuf/io/
tokenizer.h 52 class ErrorCollector;
64 class LIBPROTOBUF_EXPORT ErrorCollector {
66 inline ErrorCollector() {}
67 virtual ~ErrorCollector();
82 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ErrorCollector);
96 Tokenizer(ZeroCopyInputStream* input, ErrorCollector* error_collector);
263 ErrorCollector* error_collector_;
tokenizer_unittest.cc 157 class TestErrorCollector : public ErrorCollector {
164 // implements ErrorCollector ---------------------------------------
    [all...]
  /external/junit-params/src/test/java/junitparams/
RulesTest.java 5 import org.junit.rules.ErrorCollector;
25 public ErrorCollector errors = new ErrorCollector();
  /external/protobuf/src/google/protobuf/compiler/
parser.h 87 // Requests that errors be recorded to the given ErrorCollector while
89 void RecordErrorsTo(io::ErrorCollector* error_collector) {
251 DescriptorPool::ErrorCollector::ErrorLocation location);
506 io::ErrorCollector* error_collector_;
544 // location" in the ErrorCollector interface). Returns true if found, false
547 DescriptorPool::ErrorCollector::ErrorLocation location,
552 DescriptorPool::ErrorCollector::ErrorLocation location,
560 pair<const Message*, DescriptorPool::ErrorCollector::ErrorLocation>,
parser.cc 398 DescriptorPool::ErrorCollector::ErrorLocation location) {
658 message, DescriptorPool::ErrorCollector::NAME);
821 location.RecordLegacyLocation(field, DescriptorPool::ErrorCollector::TYPE);
894 location.RecordLegacyLocation(field, DescriptorPool::ErrorCollector::NAME);
904 field, DescriptorPool::ErrorCollector::NUMBER);
932 group, DescriptorPool::ErrorCollector::NAME);
    [all...]
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 86 // - It implements the ErrorCollector interface (used by Tokenizer and Parser)
90 : public io::ErrorCollector {
101 // implements ErrorCollector ---------------------------------------
parser_unittest.cc 65 class MockErrorCollector : public io::ErrorCollector {
72 // implements ErrorCollector ---------------------------------------
79 class MockValidationErrorCollector : public DescriptorPool::ErrorCollector {
82 io::ErrorCollector* wrapped_collector)
87 // implements ErrorCollector ---------------------------------------
100 io::ErrorCollector* wrapped_collector_;
    [all...]
  /external/google-styleguide/cpplint/
cpplint_unittest.py 50 class ErrorCollector(object):
123 error_collector = ErrorCollector(self.assert_)
141 error_collector = ErrorCollector(self.assert_)
158 error_collector = ErrorCollector(self.assert_)
186 error_collector = ErrorCollector(self.assert_)
198 error_collector = ErrorCollector(self.assert_)
238 error_collector = ErrorCollector(self.assert_)
255 error_collector = ErrorCollector(self.assert_)
459 error_collector = ErrorCollector(self.assert_)
468 error_collector = ErrorCollector(self.assert_
    [all...]
  /external/junit/src/main/java/org/junit/rules/
ErrorCollector.java 13 * The ErrorCollector rule allows execution of a test to continue after the
20 * public ErrorCollector collector= new ErrorCollector();
34 public class ErrorCollector extends Verifier {
  /external/tensorflow/tensorflow/core/util/proto/
proto_utils.h 40 class StringErrorCollector : public protobuf::io::ErrorCollector {
52 // Implementation of protobuf::io::ErrorCollector::AddError.
55 // Implementation of protobuf::io::ErrorCollector::AddWarning.
  /external/protobuf/src/google/protobuf/
descriptor.cc     [all...]
text_format.h 57 class ErrorCollector; // tokenizer.h
423 void RecordErrorsTo(io::ErrorCollector* error_collector) {
475 io::ErrorCollector* error_collector_;
descriptor.h     [all...]
text_format.cc 229 io::ErrorCollector* error_collector,
    [all...]
  /cts/tests/framework/base/windowmanager/src/android/server/wm/
LocationInWindowTests.java 53 import org.junit.rules.ErrorCollector;
62 public final ErrorCollector mErrorCollector = new ErrorCollector();
EnsureBarContrastTest.java 50 import org.junit.rules.ErrorCollector;
62 private final ErrorCollector mErrorCollector = new ErrorCollector();
LocationOnScreenTests.java 63 import org.junit.rules.ErrorCollector;
73 public final ErrorCollector mErrorCollector = new ErrorCollector();
WindowInsetsPolicyTest.java 60 import org.junit.rules.ErrorCollector;
70 public final ErrorCollector mErrorCollector = new ErrorCollector();
DisplayCutoutTests.java 66 import org.junit.rules.ErrorCollector;
83 public final ErrorCollector mErrorCollector = new ErrorCollector();
  /external/protobuf/python/google/protobuf/pyext/
descriptor_pool.cc 387 class BuildFileErrorCollector : public DescriptorPool::ErrorCollector {
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
CameraErrorCollector.java 36 import org.junit.rules.ErrorCollector;
39 * A camera test ErrorCollector class to gather the test failures during a test,
42 public class CameraErrorCollector extends ErrorCollector {
    [all...]
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
  /external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
junit-4.8.1.jar 
  /external/libphonenumber/lib/
junit-4.8.1.jar 

Completed in 1328 milliseconds

1 2