| /external/curl/tests/data/ |
| D | test442 | 7 # "name$_", "could-be-large-$_")."\n"; 44 attack.invalid TRUE / FALSE 0 name1 could-be-large-1 45 attack.invalid TRUE / FALSE 0 name2 could-be-large-2 46 attack.invalid TRUE / FALSE 0 name3 could-be-large-3 47 attack.invalid TRUE / FALSE 0 name4 could-be-large-4 48 attack.invalid TRUE / FALSE 0 name5 could-be-large-5 49 attack.invalid TRUE / FALSE 0 name6 could-be-large-6 50 attack.invalid TRUE / FALSE 0 name7 could-be-large-7 51 attack.invalid TRUE / FALSE 0 name8 could-be-large-8 52 attack.invalid TRUE / FALSE 0 name9 could-be-large-9 [all …]
|
| D | test1112 | 26 Long chunk of data that couldn't possibly be sent in the time allotted. 27 Long chunk of data that couldn't possibly be sent in the time allotted. 28 Long chunk of data that couldn't possibly be sent in the time allotted. 29 Long chunk of data that couldn't possibly be sent in the time allotted. 30 Long chunk of data that couldn't possibly be sent in the time allotted. 31 Long chunk of data that couldn't possibly be sent in the time allotted. 32 Long chunk of data that couldn't possibly be sent in the time allotted. 33 Long chunk of data that couldn't possibly be sent in the time allotted. 34 Long chunk of data that couldn't possibly be sent in the time allotted. 35 Long chunk of data that couldn't possibly be sent in the time allotted. [all …]
|
| D | test1086 | 26 Long chunk of data that couldn't possibly be sent in the time allotted. 27 Long chunk of data that couldn't possibly be sent in the time allotted. 28 Long chunk of data that couldn't possibly be sent in the time allotted. 29 Long chunk of data that couldn't possibly be sent in the time allotted. 30 Long chunk of data that couldn't possibly be sent in the time allotted. 31 Long chunk of data that couldn't possibly be sent in the time allotted. 32 Long chunk of data that couldn't possibly be sent in the time allotted. 33 Long chunk of data that couldn't possibly be sent in the time allotted. 34 Long chunk of data that couldn't possibly be sent in the time allotted. 35 Long chunk of data that couldn't possibly be sent in the time allotted. [all …]
|
| /external/e2fsprogs/tests/f_expand/ |
| D | expect.1.gz | |
| /external/cronet/tot/third_party/libc++/src/test/std/language.support/support.limits/support.limits.general/ |
| D | version.version.compile.pass.cpp | 10 // and should not be edited manually. 259 # error "__cpp_lib_adaptor_iterator_pair_constructor should not be defined before c++23" 263 # error "__cpp_lib_addressof_constexpr should not be defined before c++17" 267 # error "__cpp_lib_allocate_at_least should not be defined before c++23" 271 # error "__cpp_lib_allocator_traits_is_always_equal should not be defined before c++17" 275 # error "__cpp_lib_any should not be defined before c++17" 279 # error "__cpp_lib_apply should not be defined before c++17" 283 # error "__cpp_lib_array_constexpr should not be defined before c++17" 287 # error "__cpp_lib_as_const should not be defined before c++17" 291 # error "__cpp_lib_associative_heterogeneous_erasure should not be defined before c++23" [all …]
|
| D | type_traits.version.compile.pass.cpp | 10 // and should not be edited manually. 52 # error "__cpp_lib_bool_constant should not be defined before c++17" 56 # error "__cpp_lib_bounded_array_traits should not be defined before c++20" 60 # error "__cpp_lib_has_unique_object_representations should not be defined before c++17" 64 # error "__cpp_lib_integral_constant_callable should not be defined before c++14" 68 # error "__cpp_lib_is_aggregate should not be defined before c++17" 72 # error "__cpp_lib_is_constant_evaluated should not be defined before c++20" 76 # error "__cpp_lib_is_final should not be defined before c++14" 80 # error "__cpp_lib_is_implicit_lifetime should not be defined before c++23" 84 # error "__cpp_lib_is_invocable should not be defined before c++17" [all …]
|
| /external/cronet/stable/third_party/libc++/src/test/std/language.support/support.limits/support.limits.general/ |
| D | version.version.compile.pass.cpp | 10 // and should not be edited manually. 259 # error "__cpp_lib_adaptor_iterator_pair_constructor should not be defined before c++23" 263 # error "__cpp_lib_addressof_constexpr should not be defined before c++17" 267 # error "__cpp_lib_allocate_at_least should not be defined before c++23" 271 # error "__cpp_lib_allocator_traits_is_always_equal should not be defined before c++17" 275 # error "__cpp_lib_any should not be defined before c++17" 279 # error "__cpp_lib_apply should not be defined before c++17" 283 # error "__cpp_lib_array_constexpr should not be defined before c++17" 287 # error "__cpp_lib_as_const should not be defined before c++17" 291 # error "__cpp_lib_associative_heterogeneous_erasure should not be defined before c++23" [all …]
|
| D | type_traits.version.compile.pass.cpp | 10 // and should not be edited manually. 52 # error "__cpp_lib_bool_constant should not be defined before c++17" 56 # error "__cpp_lib_bounded_array_traits should not be defined before c++20" 60 # error "__cpp_lib_has_unique_object_representations should not be defined before c++17" 64 # error "__cpp_lib_integral_constant_callable should not be defined before c++14" 68 # error "__cpp_lib_is_aggregate should not be defined before c++17" 72 # error "__cpp_lib_is_constant_evaluated should not be defined before c++20" 76 # error "__cpp_lib_is_final should not be defined before c++14" 80 # error "__cpp_lib_is_implicit_lifetime should not be defined before c++23" 84 # error "__cpp_lib_is_invocable should not be defined before c++17" [all …]
|
| /external/sdv/vsomeip/third_party/boost/endian/test/ |
| D | conversion_test.cpp | 29 namespace be = boost::endian; 101 if( be::order::native == be::order::big ) in test() 115 BOOST_TEST_EQ(be::endian_reverse(big), little); in test() 116 BOOST_TEST_EQ(be::endian_reverse(little), big); in test() 119 BOOST_TEST_EQ(be::native_to_big(native), big); in test() 120 BOOST_TEST_EQ(be::native_to_little(native), little); in test() 121 BOOST_TEST_EQ(be::big_to_native(big), native); in test() 122 BOOST_TEST_EQ(be::little_to_native(little), native); in test() 125 BOOST_TEST_EQ((be::conditional_reverse<be::order::big, be::order::big>(big)), big); in test() 126 BOOST_TEST_EQ((be::conditional_reverse<be::order::little, in test() [all …]
|
| D | endian_operations_test.cpp | 37 namespace be = boost::endian; 190 Test<T1, be::big_int16_at>::test(); in op_test_aux() 191 Test<T1, be::big_int32_at>::test(); in op_test_aux() 192 Test<T1, be::big_int64_at>::test(); in op_test_aux() 193 Test<T1, be::big_uint16_at>::test(); in op_test_aux() 194 Test<T1, be::big_uint32_at>::test(); in op_test_aux() 195 Test<T1, be::big_uint64_at>::test(); in op_test_aux() 196 Test<T1, be::little_int16_at>::test(); in op_test_aux() 197 Test<T1, be::little_int32_at>::test(); in op_test_aux() 198 Test<T1, be::little_int64_at>::test(); in op_test_aux() [all …]
|
| /external/clang/test/CodeGen/ |
| D | builtins-systemz-vector-error.c | 30 __builtin_s390_lcbb(cptr, -1); // expected-error {{argument should be a value from 0 to 15}} in test_core() 31 __builtin_s390_lcbb(cptr, 16); // expected-error {{argument should be a value from 0 to 15}} in test_core() 32 __builtin_s390_lcbb(cptr, len); // expected-error {{must be a constant integer}} in test_core() 34 __builtin_s390_vlbb(cptr, -1); // expected-error {{argument should be a value from 0 to 15}} in test_core() 35 __builtin_s390_vlbb(cptr, 16); // expected-error {{argument should be a value from 0 to 15}} in test_core() 36 __builtin_s390_vlbb(cptr, len); // expected-error {{must be a constant integer}} in test_core() 38 __builtin_s390_vpdi(vul, vul, -1); // expected-error {{argument should be a value from 0 to 15}} in test_core() 39 __builtin_s390_vpdi(vul, vul, 16); // expected-error {{argument should be a value from 0 to 15}} in test_core() 40 __builtin_s390_vpdi(vul, vul, len); // expected-error {{must be a constant integer}} in test_core() 44 …__builtin_s390_verimb(vuc, vuc, vuc, -1); // expected-error {{argument should be a value from 0… in test_integer() [all …]
|
| /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
| D | SQLNonTransientExceptionTest.java | 46 assertNull("The SQLState of SQLNonTransientException should be null", in test_Constructor_LString() 49 "The reason of SQLNonTransientException set and get should be equivalent", in test_Constructor_LString() 51 assertEquals("The error code of SQLNonTransientException should be 0", in test_Constructor_LString() 62 assertNull("The SQLState of SQLNonTransientException should be null", in test_Constructor_LString_1() 64 assertNull("The reason of SQLNonTransientException should be null", in test_Constructor_LString_1() 66 assertEquals("The error code of SQLNonTransientException should be 0", in test_Constructor_LString_1() 78 "The SQLState of SQLNonTransientException set and get should be equivalent", in test_Constructor_LStringLString() 81 "The reason of SQLNonTransientException set and get should be equivalent", in test_Constructor_LStringLString() 83 assertEquals("The error code of SQLNonTransientException should be 0", in test_Constructor_LStringLString() 95 assertNull("The SQLState of SQLNonTransientException should be null", in test_Constructor_LStringLString_1() [all …]
|
| D | SQLTransactionRollbackExceptionTest.java | 47 "The SQLState of SQLTransactionRollbackException should be null", in test_Constructor_LString() 50 "The reason of SQLTransactionRollbackException set and get should be equivalent", in test_Constructor_LString() 53 "The error code of SQLTransactionRollbackException should be 0", in test_Constructor_LString() 65 "The SQLState of SQLTransactionRollbackException should be null", in test_Constructor_LString_1() 68 "The reason of SQLTransactionRollbackException should be null", in test_Constructor_LString_1() 71 "The error code of SQLTransactionRollbackException should be 0", in test_Constructor_LString_1() 83 "The SQLState of SQLTransactionRollbackException set and get should be equivalent", in test_Constructor_LStringLString() 86 "The reason of SQLTransactionRollbackException set and get should be equivalent", in test_Constructor_LStringLString() 89 "The error code of SQLTransactionRollbackException should be 0", in test_Constructor_LStringLString() 102 "The SQLState of SQLTransactionRollbackException should be null", in test_Constructor_LStringLString_1() [all …]
|
| D | SQLInvalidAuthorizationSpecExceptionTest.java | 47 "The SQLState of SQLInvalidAuthorizationSpecException should be null", in test_Constructor_LString() 50 … "The reason of SQLInvalidAuthorizationSpecException set and get should be equivalent", in test_Constructor_LString() 54 "The error code of SQLInvalidAuthorizationSpecException should be 0", in test_Constructor_LString() 66 "The SQLState of SQLInvalidAuthorizationSpecException should be null", in test_Constructor_LString_1() 69 "The reason of SQLInvalidAuthorizationSpecException should be null", in test_Constructor_LString_1() 72 "The error code of SQLInvalidAuthorizationSpecException should be 0", in test_Constructor_LString_1() 84 … "The SQLState of SQLInvalidAuthorizationSpecException set and get should be equivalent", in test_Constructor_LStringLString() 88 … "The reason of SQLInvalidAuthorizationSpecException set and get should be equivalent", in test_Constructor_LStringLString() 92 "The error code of SQLInvalidAuthorizationSpecException should be 0", in test_Constructor_LStringLString() 105 "The SQLState of SQLInvalidAuthorizationSpecException should be null", in test_Constructor_LStringLString_1() [all …]
|
| D | SQLRecoverableExceptionTest.java | 46 assertNull("The SQLState of SQLRecoverableException should be null", in test_Constructor_LString() 49 "The reason of SQLRecoverableException set and get should be equivalent", in test_Constructor_LString() 51 assertEquals("The error code of SQLRecoverableException should be 0", in test_Constructor_LString() 62 assertNull("The SQLState of SQLRecoverableException should be null", in test_Constructor_LString_1() 64 assertNull("The reason of SQLRecoverableException should be null", in test_Constructor_LString_1() 66 assertEquals("The error code of SQLRecoverableException should be 0", in test_Constructor_LString_1() 78 "The SQLState of SQLRecoverableException set and get should be equivalent", in test_Constructor_LStringLString() 81 "The reason of SQLRecoverableException set and get should be equivalent", in test_Constructor_LStringLString() 83 assertEquals("The error code of SQLRecoverableException should be 0", in test_Constructor_LStringLString() 95 assertNull("The SQLState of SQLRecoverableException should be null", in test_Constructor_LStringLString_1() [all …]
|
| D | SQLTimeoutExceptionTest.java | 46 assertNull("The SQLState of SQLTimeoutException should be null", in test_Constructor_LString() 49 "The reason of SQLTimeoutException set and get should be equivalent", in test_Constructor_LString() 51 assertEquals("The error code of SQLTimeoutException should be 0", in test_Constructor_LString() 62 assertNull("The SQLState of SQLTimeoutException should be null", in test_Constructor_LString_1() 64 assertNull("The reason of SQLTimeoutException should be null", in test_Constructor_LString_1() 66 assertEquals("The error code of SQLTimeoutException should be 0", in test_Constructor_LString_1() 78 "The SQLState of SQLTimeoutException set and get should be equivalent", in test_Constructor_LStringLString() 81 "The reason of SQLTimeoutException set and get should be equivalent", in test_Constructor_LStringLString() 83 assertEquals("The error code of SQLTimeoutException should be 0", in test_Constructor_LStringLString() 95 assertNull("The SQLState of SQLTimeoutException should be null", in test_Constructor_LStringLString_1() [all …]
|
| D | SQLDataExceptionTest.java | 45 assertNull("The SQLState of SQLDataException should be null", in test_Constructor_LString() 48 "The reason of SQLDataException set and get should be equivalent", in test_Constructor_LString() 50 assertEquals("The error code of SQLDataException should be 0", in test_Constructor_LString() 60 assertNull("The SQLState of SQLDataException should be null", in test_Constructor_LString_1() 62 assertNull("The reason of SQLDataException should be null", in test_Constructor_LString_1() 64 assertEquals("The error code of SQLDataException should be 0", in test_Constructor_LString_1() 76 "The SQLState of SQLDataException set and get should be equivalent", in test_Constructor_LStringLString() 79 "The reason of SQLDataException set and get should be equivalent", in test_Constructor_LStringLString() 81 assertEquals("The error code of SQLDataException should be 0", in test_Constructor_LStringLString() 93 assertNull("The SQLState of SQLDataException should be null", in test_Constructor_LStringLString_1() [all …]
|
| D | SQLIntegrityConstraintViolationExceptionTest.java | 47 "The SQLState of SQLIntegrityConstraintViolationException should be null", in test_Constructor_LString() 50 … "The reason of SQLIntegrityConstraintViolationException set and get should be equivalent", in test_Constructor_LString() 54 "The error code of SQLIntegrityConstraintViolationException should be 0", in test_Constructor_LString() 66 "The SQLState of SQLIntegrityConstraintViolationException should be null", in test_Constructor_LString_1() 69 "The reason of SQLIntegrityConstraintViolationException should be null", in test_Constructor_LString_1() 72 "The error code of SQLIntegrityConstraintViolationException should be 0", in test_Constructor_LString_1() 84 … "The SQLState of SQLIntegrityConstraintViolationException set and get should be equivalent", in test_Constructor_LStringLString() 88 … "The reason of SQLIntegrityConstraintViolationException set and get should be equivalent", in test_Constructor_LStringLString() 92 "The error code of SQLIntegrityConstraintViolationException should be 0", in test_Constructor_LStringLString() 105 "The SQLState of SQLIntegrityConstraintViolationException should be null", in test_Constructor_LStringLString_1() [all …]
|
| D | SQLNonTransientConnectionExceptionTest.java | 47 "The SQLState of SQLNonTransientConnectionException should be null", in test_Constructor_LString() 50 "The reason of SQLNonTransientConnectionException set and get should be equivalent", in test_Constructor_LString() 53 "The error code of SQLNonTransientConnectionException should be 0", in test_Constructor_LString() 65 "The SQLState of SQLNonTransientConnectionException should be null", in test_Constructor_LString_1() 68 "The reason of SQLNonTransientConnectionException should be null", in test_Constructor_LString_1() 71 "The error code of SQLNonTransientConnectionException should be 0", in test_Constructor_LString_1() 83 … "The SQLState of SQLNonTransientConnectionException set and get should be equivalent", in test_Constructor_LStringLString() 87 "The reason of SQLNonTransientConnectionException set and get should be equivalent", in test_Constructor_LStringLString() 91 "The error code of SQLNonTransientConnectionException should be 0", in test_Constructor_LStringLString() 104 "The SQLState of SQLNonTransientConnectionException should be null", in test_Constructor_LStringLString_1() [all …]
|
| D | SQLFeatureNotSupportedExceptionTest.java | 47 "The SQLState of SQLFeatureNotSupportedException should be null", in test_Constructor_LString() 50 "The reason of SQLFeatureNotSupportedException set and get should be equivalent", in test_Constructor_LString() 53 "The error code of SQLFeatureNotSupportedException should be 0", in test_Constructor_LString() 65 "The SQLState of SQLFeatureNotSupportedException should be null", in test_Constructor_LString_1() 68 "The reason of SQLFeatureNotSupportedException should be null", in test_Constructor_LString_1() 71 "The error code of SQLFeatureNotSupportedException should be 0", in test_Constructor_LString_1() 83 "The SQLState of SQLFeatureNotSupportedException set and get should be equivalent", in test_Constructor_LStringLString() 86 "The reason of SQLFeatureNotSupportedException set and get should be equivalent", in test_Constructor_LStringLString() 89 "The error code of SQLFeatureNotSupportedException should be 0", in test_Constructor_LStringLString() 102 "The SQLState of SQLFeatureNotSupportedException should be null", in test_Constructor_LStringLString_1() [all …]
|
| D | SQLTransientConnectionExceptionTest.java | 47 "The SQLState of SQLTransientConnectionException should be null", in test_Constructor_LString() 50 "The reason of SQLTransientConnectionException set and get should be equivalent", in test_Constructor_LString() 53 "The error code of SQLTransientConnectionException should be 0", in test_Constructor_LString() 65 "The SQLState of SQLTransientConnectionException should be null", in test_Constructor_LString_1() 68 "The reason of SQLTransientConnectionException should be null", in test_Constructor_LString_1() 71 "The error code of SQLTransientConnectionException should be 0", in test_Constructor_LString_1() 83 "The SQLState of SQLTransientConnectionException set and get should be equivalent", in test_Constructor_LStringLString() 86 "The reason of SQLTransientConnectionException set and get should be equivalent", in test_Constructor_LStringLString() 89 "The error code of SQLTransientConnectionException should be 0", in test_Constructor_LStringLString() 102 "The SQLState of SQLTransientConnectionException should be null", in test_Constructor_LStringLString_1() [all …]
|
| D | SQLTransientExceptionTest.java | 46 assertNull("The SQLState of SQLTransientException should be null", in test_Constructor_LString() 49 "The reason of SQLTransientException set and get should be equivalent", in test_Constructor_LString() 51 assertEquals("The error code of SQLTransientException should be 0", in test_Constructor_LString() 62 assertNull("The SQLState of SQLTransientException should be null", in test_Constructor_LString_1() 64 assertNull("The reason of SQLTransientException should be null", in test_Constructor_LString_1() 66 assertEquals("The error code of SQLTransientException should be 0", in test_Constructor_LString_1() 78 "The SQLState of SQLTransientException set and get should be equivalent", in test_Constructor_LStringLString() 81 "The reason of SQLTransientException set and get should be equivalent", in test_Constructor_LStringLString() 83 assertEquals("The error code of SQLTransientException should be 0", in test_Constructor_LStringLString() 95 assertNull("The SQLState of SQLTransientException should be null", in test_Constructor_LStringLString_1() [all …]
|
| D | SQLSyntaxErrorExceptionTest.java | 46 assertNull("The SQLState of SQLSyntaxErrorException should be null", in test_Constructor_LString() 49 "The reason of SQLSyntaxErrorException set and get should be equivalent", in test_Constructor_LString() 51 assertEquals("The error code of SQLSyntaxErrorException should be 0", in test_Constructor_LString() 62 assertNull("The SQLState of SQLSyntaxErrorException should be null", in test_Constructor_LString_1() 64 assertNull("The reason of SQLSyntaxErrorException should be null", in test_Constructor_LString_1() 66 assertEquals("The error code of SQLSyntaxErrorException should be 0", in test_Constructor_LString_1() 78 "The SQLState of SQLSyntaxErrorException set and get should be equivalent", in test_Constructor_LStringLString() 81 "The reason of SQLSyntaxErrorException set and get should be equivalent", in test_Constructor_LStringLString() 83 assertEquals("The error code of SQLSyntaxErrorException should be 0", in test_Constructor_LStringLString() 95 assertNull("The SQLState of SQLSyntaxErrorException should be null", in test_Constructor_LStringLString_1() [all …]
|
| /external/grpc-grpc-java/xds/third_party/protoc-gen-validate/src/main/proto/validate/ |
| D | validate.proto | 29 // Rules specify the validations to be performed on this field. By default, 35 // field, the correct set should be used to ensure proper validations. 70 // Const specifies that this field must be exactly the specified value 73 // Lt specifies that this field must be less than the specified value, 77 // Lte specifies that this field must be less than or equal to the 81 // Gt specifies that this field must be greater than the specified value, 86 // Gte specifies that this field must be greater than or equal to the 91 // In specifies that this field must be equal to one of the specified 95 // NotIn specifies that this field cannot be equal to one of the specified 99 // IgnoreEmpty specifies that the validation rules of this field should be [all …]
|
| /external/clang/test/SemaCXX/ |
| D | warn-tautological-undefined-compare.cpp | 9 …pected-warning@-1{{reference cannot be bound to dereferenced null pointer in well-defined C++ code… in test1() 11 …pected-warning@-1{{reference cannot be bound to dereferenced null pointer in well-defined C++ code… in test1() 19 …// expected-warning@-1{{'this' pointer cannot be null in well-defined C++ code; comparison may be … in foo() 21 …// expected-warning@-1{{'this' pointer cannot be null in well-defined C++ code; comparison may be … in foo() 27 …pected-warning@-1{{reference cannot be bound to dereferenced null pointer in well-defined C++ code… in bar() 29 …pected-warning@-1{{reference cannot be bound to dereferenced null pointer in well-defined C++ code… in bar() 49 …pected-warning@-1{{reference cannot be bound to dereferenced null pointer in well-defined C++ code… in test() 51 …pected-warning@-1{{reference cannot be bound to dereferenced null pointer in well-defined C++ code… in test() 54 …pected-warning@-1{{reference cannot be bound to dereferenced null pointer in well-defined C++ code… in test() 56 …pected-warning@-1{{reference cannot be bound to dereferenced null pointer in well-defined C++ code… in test() [all …]
|