Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dproperty_benchmark.cpp41 static const char prop_name_chars[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ-_."; in LocalPropertyTestState() local
61 size_t prop_name_len = sizeof(prop_name_chars) - 1; in LocalPropertyTestState()
73 names[i][j] = prop_name_chars[random() % prop_name_len]; in LocalPropertyTestState()
81 values[i][j] = prop_name_chars[random() % (sizeof(prop_name_chars) - 1)]; in LocalPropertyTestState()