Home
last modified time | relevance | path

Searched refs:test_integer (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/test/
Dcounting_iterator_test.cpp179 void test_integer(Integer* = 0) // default arg works around MSVC bug in test_integer() function
263 test_integer<char>(); in main()
264 test_integer<unsigned char>(); in main()
265 test_integer<signed char>(); in main()
266 test_integer<wchar_t>(); in main()
267 test_integer<short>(); in main()
268 test_integer<unsigned short>(); in main()
269 test_integer<int>(); in main()
270 test_integer<unsigned int>(); in main()
271 test_integer<long>(); in main()
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/charconv/charconv.msvc/
H A Dtest.cpp508 void test_integer() { in test_integer() function
514 test_integer<char>(); in all_integer_tests()
515 test_integer<signed char>(); in all_integer_tests()
516 test_integer<unsigned char>(); in all_integer_tests()
517 test_integer<short>(); in all_integer_tests()
518 test_integer<unsigned short>(); in all_integer_tests()
519 test_integer<int>(); in all_integer_tests()
520 test_integer<unsigned int>(); in all_integer_tests()
521 test_integer<long>(); in all_integer_tests()
522 test_integer<unsigned long>(); in all_integer_tests()
[all …]
/aosp_15_r20/external/python/jinja/src/jinja2/
Dtests.py81 def test_integer(value): function
183 "integer": test_integer,
/aosp_15_r20/frameworks/base/core/tests/overlaytests/handle_config_change/test-apps/OverlayResApp/src/com/android/overlaytest/overlayresapp/
H A DOverlayResTest.java97 assertThat(r.getInteger(R.integer.test_integer)).isEqualTo(TEST_FRRO_INTEGER); in overlayRes_onConfigurationChanged()
133 assertThat(r.getInteger(R.integer.test_integer)).isEqualTo(TEST_INTEGER); in overlayRes_onConfigurationChanged()
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/lib/
H A Dtest_type_check.py271 def test_integer(self): member in TestIsnan
298 def test_integer(self): member in TestIsfinite
380 def test_integer(self): member in TestNanToNum
/aosp_15_r20/external/rust/android-crates-io/crates/serde_cbor/tests/
Dser.rs20 fn test_integer() { in test_integer() function
158 fn test_integer() { in test_integer() function
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/test-apps/CodeProviderWithResources/src/com/android/codeproviderresources_1/
DResourceSandboxedSdkProvider.java44 int integerRes = resources.getInteger(R.integer.test_integer); in onLoadSdk()
/aosp_15_r20/external/python/google-api-python-client/tests/
Dtest_schema.py76 def test_integer(self): member in SchemasTest
/aosp_15_r20/external/llvm/test/CodeGen/AArch64/
H A Darm64-fmax-safe.ll49 define i64 @test_integer(i64 %in) {
H A Darm64-fmax.ll49 define i64 @test_integer(i64 %in) {
/aosp_15_r20/external/clang/test/CodeGen/
H A Dbuiltins-systemz-vector-error.c43 void test_integer(void) { in test_integer() function
H A Dbuiltins-systemz-zvector-error.c433 void test_integer(void) { in test_integer() function
H A Dbuiltins-systemz-vector.c112 void test_integer(void) { in test_integer() function
H A Dbuiltins-systemz-zvector.c1543 void test_integer(void) { in test_integer() function
/aosp_15_r20/external/rust/android-crates-io/crates/quote/tests/
Dtest.rs166 fn test_integer() { in test_integer() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/quote-1.0.36/tests/
H A Dtest.rs166 fn test_integer() { in test_integer() function
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/cts/endtoendtests/providers/CtsProvider/src/com/android/ctssdkprovider/
DCtsSdkProviderApiImpl.java121 int integerRes = resources.getInteger(R.integer.test_integer); in checkResourcesAndAssets()
/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/
Dlib.rs721 fn test_integer() { in test_integer() function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_pprint.py368 def test_integer(self): member in QueryTestCase
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.print/
H A Dlocale-specific_form.pass.cpp152 static void test_integer() { in test_integer() function
2193 test_integer(); in main()
/aosp_15_r20/external/pigweed/pw_format/rust/pw_format/tests/
H A Dprintf.rs147 fn test_integer() { in test_integer() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/format/format.functions/
H A Dlocale-specific_form.pass.cpp277 void test_integer() { in test_integer() function
2319 test_integer<CharT>(); in test()