Searched defs:ErrorCase (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/io/ |
H A D | tokenizer_unittest.cc | 1051 struct ErrorCase { struct 1052 std::string input; 1053 bool recoverable; // True if the tokenizer should be able to recover and 1057 const char* errors;
|
/aosp_15_r20/external/protobuf/src/google/protobuf/io/ |
H A D | tokenizer_unittest.cc | 1051 struct ErrorCase { struct 1052 std::string input; 1053 bool recoverable; // True if the tokenizer should be able to recover and 1057 const char* errors;
|
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/stringprep/ |
H A D | TestData.java | 254 public static class ErrorCase{ class in TestData 262 ErrorCase(char[] uniIn, String asciiIn, Exception ex, in ErrorCase() method in TestData.ErrorCase
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/ |
H A D | TestData.java | 257 public static class ErrorCase{ class in TestData 265 ErrorCase(char[] uniIn, String asciiIn, Exception ex, in ErrorCase() method in TestData.ErrorCase
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/io/ |
D | tokenizer_test.cc | 1032 struct ErrorCase { struct 1033 std::string input; 1034 const char* errors;
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/io/ |
H A D | tokenizer_test.cc | 1013 struct ErrorCase { struct 1014 std::string input; 1015 const char* errors;
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fNegativeTestShared.hpp | 48 class ErrorCase : public TestCase class
|
H A D | es31fNegativeTestShared.cpp | 45 ErrorCase::ErrorCase(Context &ctx, const char *name, const char *desc) : TestCase(ctx, name, desc) in ErrorCase() function in deqp::gles31::Functional::NegativeTestShared::ErrorCase
|