Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/tests/
H A DbinderParcelTest.cpp133 #define TEST_READ_WRITE_INVERSE(type, name, ...) \ macro
138 TEST_READ_WRITE_INVERSE(int32_t, Int32, {-2, -1, 0, 1, 2});
139 TEST_READ_WRITE_INVERSE(uint32_t, Uint32, {0, 1, 2});
140 TEST_READ_WRITE_INVERSE(int64_t, Int64, {-2, -1, 0, 1, 2});
141 TEST_READ_WRITE_INVERSE(uint64_t, Uint64, {0, 1, 2});
142 TEST_READ_WRITE_INVERSE(float, Float, {-1.0f, 0.0f, 3.14f});
143 TEST_READ_WRITE_INVERSE(double, Double, {-1.0, 0.0, 3.14});
144 TEST_READ_WRITE_INVERSE(bool, Bool, {true, false});
145 TEST_READ_WRITE_INVERSE(char16_t, Char, {u'a', u'\0'});
146 TEST_READ_WRITE_INVERSE(int8_t, Byte, {-1, 0, 1});
[all …]