| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/array_ops/ |
| D | array_region_char_test.cpp | 28 ani_char nativeBuffer[LENGTH_10] = {0}; in TEST_F() local 39 ani_char nativeBuffer[LENGTH_5] = {0}; in TEST_F() local 50 ani_char nativeBuffer[LENGTH_10] = {0}; in TEST_F() local 61 ani_char nativeBuffer[LENGTH_5] = {0}; in TEST_F() local 71 ani_char nativeBuffer[LENGTH_5] = {0}; in TEST_F() local 95 ani_char nativeBuffer[LENGTH_5] = {0}; in TEST_F() local 111 std::array<ani_char, LENGTH_10> nativeBuffer = {}; in TEST_F() local 128 …const std::array<ani_char, LENGTH_10> nativeBuffer = {'a', '0', '\n', '\r', '\t', '\b', '\a', '\v'… in TEST_F() local 150 std::array<ani_char, LENGTH_5> nativeBuffer = {'a', 'b', 'c', 'd', 'e'}; in TEST_F() local 183 std::array<ani_char, LENGTH_5> nativeBuffer = {'a', 'b', 'c', 'd', 'e'}; in TEST_F() local
|
| D | array_region_boolean_test.cpp | 28 ani_boolean nativeBuffer[LENGTH_10] = {ANI_FALSE}; in TEST_F() local 39 ani_boolean nativeBuffer[LENGTH_10] = {ANI_TRUE}; in TEST_F() local 50 ani_boolean nativeBuffer[LENGTH_10] = {ANI_FALSE}; in TEST_F() local 61 ani_boolean nativeBuffer[LENGTH_10] = {ANI_TRUE}; in TEST_F() local 71 ani_boolean nativeBuffer[LENGTH_5] = {ANI_FALSE}; in TEST_F() local 100 ani_boolean nativeBuffer[LENGTH_5] = {ANI_FALSE}; in TEST_F() local 129 ani_boolean nativeBuffer[LENGTH_3] = {ANI_FALSE, ANI_FALSE, ANI_FALSE}; in TEST_F() local 142 …std::array<ani_boolean, LENGTH_5> nativeBuffer = {ANI_TRUE, ANI_FALSE, ANI_TRUE, ANI_FALSE, ANI_TR… in TEST_F() local 176 …std::array<ani_boolean, LENGTH_5> nativeBuffer = {ANI_TRUE, ANI_FALSE, ANI_TRUE, ANI_FALSE, ANI_TR… in TEST_F() local 204 ani_boolean nativeBuffer[5U] = {ANI_FALSE}; in TEST_F() local [all …]
|
| D | array_region_byte_test.cpp | 42 ani_byte nativeBuffer[LENGTH_10] = {0}; in TEST_F() local 53 ani_byte nativeBuffer[LENGTH_10] = {0}; in TEST_F() local 64 ani_byte nativeBuffer[LENGTH_10] = {0}; in TEST_F() local 75 ani_byte nativeBuffer[LENGTH_10] = {0}; in TEST_F() local 85 ani_byte nativeBuffer[LENGTH_5] = {0}; in TEST_F() local 114 ani_byte nativeBuffer[LENGTH_5] = {0}; in TEST_F() local 145 ani_byte nativeBuffer[LENGTH_3] = {TEST_UPDATE_4, TEST_UPDATE_6, TEST_UPDATE_5}; in TEST_F() local 157 std::array<ani_byte, LENGTH_5> nativeBuffer = {}; in TEST_F() local 174 …std::array<ani_byte, LENGTH_5> nativeBuffer = {minByteValue, maxByteValue, static_cast<ani_byte>(0… in TEST_F() local 192 …std::array<ani_byte, LENGTH_5> nativeBuffer = {TEST_VALUE_1, TEST_VALUE_2, TEST_VALUE_3, TEST_VALU… in TEST_F() local [all …]
|
| D | array_region_int_test.cpp | 43 ani_int nativeBuffer[LENGTH_10] = {0}; in TEST_F() local 54 ani_int nativeBuffer[LENGTH_10] = {0}; in TEST_F() local 65 ani_int nativeBuffer[LENGTH_10] = {0}; in TEST_F() local 76 ani_int nativeBuffer[LENGTH_10] = {0}; in TEST_F() local 86 ani_int nativeBuffer[LENGTH_5] = {0}; in TEST_F() local 114 ani_int nativeBuffer[LENGTH_5] = {0}; in TEST_F() local 143 ani_int nativeBuffer[LENGTH_3] = {TEST_UPDATE4, TEST_UPDATE6, TEST_UPDATE5}; in TEST_F() local 156 std::array<ani_int, LENGTH_5> nativeBuffer = {}; in TEST_F() local 170 const std::array<ani_int, LENGTH_5> nativeBuffer = {-2147483648, 2147483647, 0, -1, 1}; in TEST_F() local 189 …std::array<ani_int, LENGTH_5> nativeBuffer = {TEST_VALUE1, TEST_VALUE2, TEST_VALUE3, TEST_VALUE4, … in TEST_F() local [all …]
|
| D | array_region_long_test.cpp | 43 ani_long nativeBuffer[LENGTH_10] = {0}; in TEST_F() local 54 ani_long nativeBuffer[LENGTH_10] = {0}; in TEST_F() local 65 ani_long nativeBuffer[LENGTH_10] = {0}; in TEST_F() local 76 ani_long nativeBuffer[LENGTH_10] = {0}; in TEST_F() local 86 ani_long nativeBuffer[LENGTH_5] = {0}; in TEST_F() local 114 ani_long nativeBuffer[LENGTH_5] = {0}; in TEST_F() local 142 ani_long nativeBuffer[LENGTH_3] = {TEST_UPDATE4, TEST_UPDATE6, TEST_UPDATE5}; in TEST_F() local 155 std::array<ani_long, LENGTH_5> nativeBuffer = {}; in TEST_F() local 170 const std::array<ani_long, LENGTH_5> nativeBuffer = {min, max, 0, -1, 1}; in TEST_F() local 187 …std::array<ani_long, LENGTH_5> nativeBuffer = {TEST_VALUE1, TEST_VALUE2, TEST_VALUE3, TEST_VALUE4,… in TEST_F() local [all …]
|
| D | array_region_float_test.cpp | 42 …ani_float nativeBuffer[LENGTH_5] = {TEST_VALUE_1, TEST_VALUE_2, TEST_VALUE_3, TEST_VALUE_4, TEST_V… in TEST_F() local 53 …ani_float nativeBuffer[LENGTH_5] = {TEST_VALUE_1, TEST_VALUE_2, TEST_VALUE_3, TEST_VALUE_4, TEST_V… in TEST_F() local 64 …ani_float nativeBuffer[LENGTH_5] = {TEST_VALUE_1, TEST_VALUE_2, TEST_VALUE_3, TEST_VALUE_4, TEST_V… in TEST_F() local 75 …ani_float nativeBuffer[LENGTH_5] = {TEST_VALUE_1, TEST_VALUE_2, TEST_VALUE_3, TEST_VALUE_4, TEST_V… in TEST_F() local 85 ani_float nativeBuffer[LENGTH_5] = {0.0F}; in TEST_F() local 114 ani_float nativeBuffer[LENGTH_5] = {0.0}; in TEST_F() local 144 ani_float nativeBuffer[LENGTH_3] = {TEST_UPDATE_4, TEST_UPDATE_6, TEST_UPDATE_5}; in TEST_F() local 158 std::array<ani_float, LENGTH_6> nativeBuffer = {}; in TEST_F() local 176 const std::array<ani_float, LENGTH_6> nativeBuffer = {minPositive, max, min, 0.0F, -1.0F, 1.0F}; in TEST_F() local 193 …std::array<ani_float, LENGTH_5> nativeBuffer = {TEST_VALUE_1, TEST_VALUE_2, TEST_VALUE_3, TEST_VAL… in TEST_F() local [all …]
|
| D | array_region_short_test.cpp | 43 ani_short nativeBuffer[LENGTH_10] = {0}; in TEST_F() local 54 ani_short nativeBuffer[LENGTH_10] = {0}; in TEST_F() local 65 ani_short nativeBuffer[LENGTH_10] = {0}; in TEST_F() local 76 ani_short nativeBuffer[LENGTH_10] = {0}; in TEST_F() local 86 ani_short nativeBuffer[LENGTH_5] = {0}; in TEST_F() local 114 ani_short nativeBuffer[LENGTH_5] = {0}; in TEST_F() local 143 ani_short nativeBuffer[LENGTH_3] = {TEST_UPDATE4, TEST_UPDATE6, TEST_UPDATE5}; in TEST_F() local 156 std::array<ani_short, LENGTH_5> nativeBuffer = {}; in TEST_F() local 171 const std::array<ani_short, LENGTH_5> nativeBuffer = {minShortValue, maxShortValue, 0, -1, 1}; in TEST_F() local 187 …std::array<ani_short, LENGTH_5> nativeBuffer = {TEST_VALUE1, TEST_VALUE2, TEST_VALUE3, TEST_VALUE4… in TEST_F() local [all …]
|
| D | array_region_double_test.cpp | 44 …ani_double nativeBuffer[LENGTH_5] = {TEST_VALUE_1, TEST_VALUE_2, TEST_VALUE_3, TEST_VALUE_4, TEST_… in TEST_F() local 55 …ani_double nativeBuffer[LENGTH_10] = {TEST_VALUE_1, TEST_VALUE_2, TEST_VALUE_3, TEST_VALUE_4, TEST… in TEST_F() local 66 …ani_double nativeBuffer[LENGTH_5] = {TEST_VALUE_1, TEST_VALUE_2, TEST_VALUE_3, TEST_VALUE_4, TEST_… in TEST_F() local 77 …ani_double nativeBuffer[LENGTH_10] = {TEST_VALUE_1, TEST_VALUE_2, TEST_VALUE_3, TEST_VALUE_4, TEST… in TEST_F() local 87 ani_double nativeBuffer[LENGTH_5] = {0.0}; in TEST_F() local 117 ani_double nativeBuffer[LENGTH_5] = {0.0}; in TEST_F() local 149 ani_double nativeBuffer[LENGTH_3] = {TEST_UPDATE_4, TEST_UPDATE_6, TEST_UPDATE_5}; in TEST_F() local 164 std::array<ani_double, LENGTH_6> nativeBuffer = {}; in TEST_F() local 181 const std::array<ani_double, LENGTH_6> nativeBuffer = {minPositive, max, min, 0.0, -1.0, 1.0}; in TEST_F() local 198 …std::array<ani_double, LENGTH_5> nativeBuffer = {TEST_VALUE_1, TEST_VALUE_2, TEST_VALUE_3, TEST_VA… in TEST_F() local [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/fuzztest/aniarraysetregiondouble_fuzzer/ |
| D | aniarraysetregiondouble_fuzzer.cpp | 42 ani_double nativeBuffer[20U] = {0}; in AniArraySetRegionDoubleFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/fuzztest/aniarraygetregionint_fuzzer/ |
| D | aniarraygetregionint_fuzzer.cpp | 42 ani_int nativeBuffer[20U] = {0}; in AniArrayGetRegionIntFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/fuzztest/aniarraysetregionfloat_fuzzer/ |
| D | aniarraysetregionfloat_fuzzer.cpp | 42 ani_float nativeBuffer[20U] = {0}; in AniArraySetRegionFloatFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/fuzztest/aniarraysetregionshort_fuzzer/ |
| D | aniarraysetregionshort_fuzzer.cpp | 42 ani_short nativeBuffer[20U] = {0}; in AniArraySetRegionShortFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/fuzztest/aniarraysetregionchar_fuzzer/ |
| D | aniarraysetregionchar_fuzzer.cpp | 42 ani_char nativeBuffer[20U] = {0}; in AniArraySetRegionCharFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/fuzztest/aniarraygetregionlong_fuzzer/ |
| D | aniarraygetregionlong_fuzzer.cpp | 42 ani_long nativeBuffer[20U] = {0}; in AniArrayGetRegionLongFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/fuzztest/aniarraygetregiondouble_fuzzer/ |
| D | aniarraygetregiondouble_fuzzer.cpp | 42 ani_double nativeBuffer[20U] = {0}; in AniArrayGetRegionDoubleFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/fuzztest/aniarraygetregionboolean_fuzzer/ |
| D | aniarraygetregionboolean_fuzzer.cpp | 42 ani_boolean nativeBuffer[20U] = {0}; in AniArrayGetRegionBooleanFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/fuzztest/aniarraysetregionboolean_fuzzer/ |
| D | aniarraysetregionboolean_fuzzer.cpp | 42 ani_boolean nativeBuffer[20U] = {0}; in AniArraySetRegionBooleanFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/fuzztest/aniarraysetregionbyte_fuzzer/ |
| D | aniarraysetregionbyte_fuzzer.cpp | 42 ani_byte nativeBuffer[20U] = {0}; in AniArraySetRegionByteFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/fuzztest/aniarraysetregionint_fuzzer/ |
| D | aniarraysetregionint_fuzzer.cpp | 42 ani_int nativeBuffer[20U] = {0}; in AniArraySetRegionIntFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/fuzztest/aniarraygetregionfloat_fuzzer/ |
| D | aniarraygetregionfloat_fuzzer.cpp | 42 ani_float nativeBuffer[20U] = {0}; in AniArrayGetRegionFloatFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/fuzztest/aniarraygetregionshort_fuzzer/ |
| D | aniarraygetregionshort_fuzzer.cpp | 42 ani_short nativeBuffer[20U] = {0}; in AniArrayGetRegionShortFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/fuzztest/aniarraygetregionbyte_fuzzer/ |
| D | aniarraygetregionbyte_fuzzer.cpp | 42 ani_byte nativeBuffer[20U] = {0}; in AniArrayGetRegionByteFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/fuzztest/aniarraysetregionlong_fuzzer/ |
| D | aniarraysetregionlong_fuzzer.cpp | 42 ani_long nativeBuffer[20U] = {0}; in AniArraySetRegionLongFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/fuzztest/aniarraygetregionchar_fuzzer/ |
| D | aniarraygetregionchar_fuzzer.cpp | 42 ani_char nativeBuffer[20U] = {0}; in AniArrayGetRegionCharFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/tuple_ops/ |
| D | tuplevalue_getitem_ref_test.cpp | 137 std::array<ani_double, 5U> nativeBuffer = {0.0}; in TEST_F() local
|