Home
last modified time | relevance | path

Searched defs:valueS (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/conversion/test/
Dtest_helpers3.cpp121 #define TEST_SUCCEEDING_CONVERSION(Conv,typeT,typeS,valueT,valueS) \ argument
124 #define TEST_POS_OVERFLOW_CONVERSION(Conv,typeT,typeS,valueS) \ argument
127 #define TEST_NEG_OVERFLOW_CONVERSION(Conv,typeT,typeS,valueS) \ argument
132 #define TEST_SUCCEEDING_CONVERSION_DEF(typeT,typeS,valueT,valueS) \ argument
135 #define TEST_POS_OVERFLOW_CONVERSION_DEF(typeT,typeS,valueS) \ argument
138 #define TEST_NEG_OVERFLOW_CONVERSION_DEF(typeT,typeS,valueS) \ argument
/aosp_15_r20/frameworks/av/media/libstagefright/tests/
H A DMediaCodecListOverrides_test.cpp82 const AString &valueS = settings.valueAt(0); in verifyProfileResults() local