Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dproperty_benchmark.cpp63 value_lens = new int[nprops]; in LocalPropertyTestState()
89 value_lens[i] = (random() % (PROP_VALUE_MAX - 1)) + 1; in LocalPropertyTestState()
91 for (int j = 0; j < value_lens[i]; j++) { in LocalPropertyTestState()
95 if (__system_property_add(names[i], name_lens[i], values[i], value_lens[i]) < 0) { in LocalPropertyTestState()
97 printf("%s = %.*s\n", names[i], value_lens[i], values[i]); in LocalPropertyTestState()
121 delete[] value_lens; in ~LocalPropertyTestState()
129 int* value_lens; member