HomeSort by relevance Sort by last modified time
    Searched full:prop_name_len (Results 1 - 1 of 1) sorted by null

  /bionic/benchmarks/
property_benchmark.cpp 75 size_t prop_name_len = sizeof(prop_name_chars) - 1; local
85 prop_name_len--;
87 names[i][j] = prop_name_chars[random() % prop_name_len];

Completed in 201 milliseconds