Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dproperty_benchmark.cpp68 value_lens = new int[nprops]; in LocalPropertyTestState()
94 value_lens[i] = (random() % (PROP_VALUE_MAX - 1)) + 1; in LocalPropertyTestState()
96 for (int j = 0; j < value_lens[i]; j++) { in LocalPropertyTestState()
100 if (__system_property_add(names[i], name_lens[i], values[i], value_lens[i]) < 0) { in LocalPropertyTestState()
102 printf("%s = %.*s\n", names[i], value_lens[i], values[i]); in LocalPropertyTestState()
127 delete[] value_lens; in ~LocalPropertyTestState()
135 int* value_lens; member