Home
last modified time | relevance | path

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

/bionic/tests/
Dproperty_benchmark.cpp54 value_lens = new int[nprops]; in LocalPropertyTestState()
65 value_lens[i] = random() % PROP_VALUE_MAX; in LocalPropertyTestState()
67 for (int j = 0; j < value_lens[i]; j++) { in LocalPropertyTestState()
70 __system_property_add(names[i], name_lens[i], values[i], value_lens[i]); in LocalPropertyTestState()
93 delete[] value_lens; in ~LocalPropertyTestState()
100 int *value_lens; member