Home
last modified time | relevance | path

Searched defs:TestInt (Results 1 – 23 of 23) sorted by relevance

/external/cronet/stable/third_party/libc++/src/test/std/numerics/c.math/
Dsignbit.pass.cpp50 struct TestInt { struct
52 static TEST_CONSTEXPR_CXX23 bool test() { in test()
80 types::for_each(types::integral_types(), TestInt()); in main() argument
Disfinite.pass.cpp46 struct TestInt { struct
48 static TEST_CONSTEXPR_CXX23 bool test() { in test()
72 types::for_each(types::integral_types(), TestInt()); in main() argument
Disinf.pass.cpp46 struct TestInt { struct
48 static TEST_CONSTEXPR_CXX23 bool test() { in test()
72 types::for_each(types::integral_types(), TestInt()); in main() argument
Disnan.pass.cpp46 struct TestInt { struct
48 static TEST_CONSTEXPR_CXX23 bool test() { in test()
72 types::for_each(types::integral_types(), TestInt()); in main() argument
Disnormal.pass.cpp46 struct TestInt { struct
48 static TEST_CONSTEXPR_CXX23 bool test() { in test()
72 types::for_each(types::integral_types(), TestInt()); in main() argument
Dhermite.pass.cpp343 struct TestInt { struct
355 types::for_each(types::type_list<short, int, long, long long>(), TestInt()); in main() argument
/external/cronet/tot/third_party/libc++/src/test/std/numerics/c.math/
Disinf.pass.cpp46 struct TestInt { struct
48 static TEST_CONSTEXPR_CXX23 bool test() { in test()
72 types::for_each(types::integral_types(), TestInt()); in main() argument
Disnormal.pass.cpp46 struct TestInt { struct
48 static TEST_CONSTEXPR_CXX23 bool test() { in test()
72 types::for_each(types::integral_types(), TestInt()); in main() argument
Disnan.pass.cpp46 struct TestInt { struct
48 static TEST_CONSTEXPR_CXX23 bool test() { in test()
72 types::for_each(types::integral_types(), TestInt()); in main() argument
Dsignbit.pass.cpp50 struct TestInt { struct
52 static TEST_CONSTEXPR_CXX23 bool test() { in test()
80 types::for_each(types::integral_types(), TestInt()); in main() argument
Disfinite.pass.cpp46 struct TestInt { struct
48 static TEST_CONSTEXPR_CXX23 bool test() { in test()
72 types::for_each(types::integral_types(), TestInt()); in main() argument
Dhermite.pass.cpp343 struct TestInt { struct
355 types::for_each(types::type_list<short, int, long, long long>(), TestInt()); in main() argument
/external/rust/android-crates-io/crates/config/tests/legacy/
Denv.rs20 struct TestInt { in test_parse_int() struct
21 int_val: i32, in test_parse_int()
117 struct TestInt { in test_parse_off_int() struct
118 int_val_1: i32, in test_parse_off_int()
204 struct TestInt { in test_parse_int_fail() struct
205 int_val_2: i32, in test_parse_int_fail()
/external/rust/android-crates-io/crates/config/tests/
Denv.rs113 struct TestInt { in test_parse_int() struct
114 int_val: i32, in test_parse_int()
245 struct TestInt { in test_parse_off_int() struct
247 int_val_1: i32, in test_parse_off_int()
335 struct TestInt { in test_parse_int_fail() struct
337 int_val_2: i32, in test_parse_int_fail()
577 struct TestInt { in test_parse_int_default() struct
578 int_val: i32, in test_parse_int_default()
/external/kotlinx.serialization/formats/protobuf/commonTest/src/kotlinx/serialization/protobuf/
DSerializableTestClasses.kt10 data class TestInt(@ProtoNumber(1) @ProtoType(ProtoIntegerType.SIGNED) val a: Int) dataClass
/external/cronet/tot/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.move/
Dpstl.move.pass.cpp33 struct TestInt { struct
35 void operator()(Policy&& policy) { in operator ()()
/external/cronet/stable/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.copy/
Dpstl.copy_n.pass.cpp33 struct TestInt { struct
56 … TestIteratorWithPolicies<types::partial_instantiation<TestInt, Iter2>::template apply>{}); in operator ()() argument
Dpstl.copy.pass.cpp33 struct TestInt { struct
35 void operator()(Policy&& policy) { in operator ()()
/external/cronet/tot/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.copy/
Dpstl.copy_n.pass.cpp33 struct TestInt { struct
56 … TestIteratorWithPolicies<types::partial_instantiation<TestInt, Iter2>::template apply>{}); in operator ()() argument
Dpstl.copy.pass.cpp33 struct TestInt { struct
35 void operator()(Policy&& policy) { in operator ()()
/external/cronet/stable/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.move/
Dpstl.move.pass.cpp33 struct TestInt { struct
35 void operator()(Policy&& policy) { in operator ()()
/external/starlark-go/starlark/
Deval_test.go459 func TestInt(t *testing.T) { func
/external/angle/src/tests/gl_tests/
DTextureTest.cpp15715 void RGBTextureBufferTestES31::TestInt(GLuint format) in TestInt() function in __anon5f5c480c0111::RGBTextureBufferTestES31