HomeSort by relevance Sort by last modified time
    Searched refs:DATA_LEN (Results 1 - 4 of 4) sorted by null

  /external/elfutils/tests/
newdata.c 35 static size_t DATA_LEN = 16;
143 add_section_data (elf, DATA, DATA_LEN);
254 check_section_size (elf, DATA_LEN);
255 check_section_data (elf, DATA, DATA_LEN, 1);
258 add_section_data (elf, DATA, DATA_LEN);
259 check_section_size (elf, 2 * DATA_LEN);
260 check_section_data (elf, DATA, DATA_LEN, 2);
279 check_section_size (elf, DATA_LEN);
283 add_section_data (elf, DATA, DATA_LEN);
284 check_section_size (elf, 2 * DATA_LEN);
    [all...]
  /external/libvorbis/test/
test.c 25 #define DATA_LEN 2048
34 static float data_out [DATA_LEN] ;
35 static float data_in [DATA_LEN] ;
  /system/core/liblog/tests/
liblog_test.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
usettest.cpp     [all...]

Completed in 177 milliseconds