Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dproperty_benchmark.cpp158 const prop_info** pinfo = new const prop_info*[nprops]; in BM_property_read() local
162 pinfo[i] = pa.system_properties().Find(pa.names[random() % nprops]); in BM_property_read()
167 pa.system_properties().Read(pinfo[i], nullptr, propvalue); in BM_property_read()
171 delete[] pinfo; in BM_property_read()
181 const prop_info** pinfo = new const prop_info*[nprops]; in BM_property_serial() local
183 pinfo[i] = pa.system_properties().Find(pa.names[random() % nprops]); in BM_property_serial()
188 __system_property_serial(pinfo[i]); in BM_property_serial()
192 delete[] pinfo; in BM_property_serial()