Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderParcelUnitTest.cpp186 #define TEST_READ_WRITE_INVERSE(type, name, ...) \ macro
191 TEST_READ_WRITE_INVERSE(int32_t, Int32, {-2, -1, 0, 1, 2});
192 TEST_READ_WRITE_INVERSE(uint32_t, Uint32, {0, 1, 2});
193 TEST_READ_WRITE_INVERSE(int64_t, Int64, {-2, -1, 0, 1, 2});
194 TEST_READ_WRITE_INVERSE(uint64_t, Uint64, {0, 1, 2});
195 TEST_READ_WRITE_INVERSE(float, Float, {-1.0f, 0.0f, 3.14f});
196 TEST_READ_WRITE_INVERSE(double, Double, {-1.0, 0.0, 3.14});
197 TEST_READ_WRITE_INVERSE(bool, Bool, {true, false});
198 TEST_READ_WRITE_INVERSE(char16_t, Char, {u'a', u'\0'});
199 TEST_READ_WRITE_INVERSE(int8_t, Byte, {-1, 0, 1});
[all …]