Searched refs:DATA_LEN (Results 1 - 3 of 3) sorted by relevance
/third_party/elfutils/tests/ |
H A D | newdata.c | 36 static size_t DATA_LEN = 16; variable 144 add_section_data (elf, DATA, DATA_LEN); in create_elf() 255 check_section_size (elf, DATA_LEN); in check_elf() 256 check_section_data (elf, DATA, DATA_LEN, 1); in check_elf() 259 add_section_data (elf, DATA, DATA_LEN); in check_elf() 260 check_section_size (elf, 2 * DATA_LEN); in check_elf() 261 check_section_data (elf, DATA, DATA_LEN, 2); in check_elf() 280 check_section_size (elf, DATA_LEN); in check_elf() 284 add_section_data (elf, DATA, DATA_LEN); in check_elf() 285 check_section_size (elf, 2 * DATA_LEN); in check_elf() [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
H A D | fortify_sendto_chk_test.cpp | 11 constexpr size_t DATA_LEN = 11; 38 __sendto_chk(0, buf, DATA_LEN, DATA_LEN, 0, nullptr, 0); in HWTEST_F()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | usettest.cpp | 1102 static const int32_t DATA_LEN = UPRV_LENGTHOF(DATA); in TestPropertySet() local 1104 for (int32_t i=0; i<DATA_LEN; i+=3) { in TestPropertySet()
|
Completed in 7 milliseconds