Searched refs:prop_name_chars (Results 1 - 1 of 1) sorted by relevance

/bionic/benchmarks/
H A Dproperty_benchmark.cpp38 static const char prop_name_chars[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ-_."; local
75 size_t prop_name_len = sizeof(prop_name_chars) - 1;
87 names[i][j] = prop_name_chars[random() % prop_name_len];
95 values[i][j] = prop_name_chars[random() % (sizeof(prop_name_chars) - 1)];

Completed in 183 milliseconds