Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dproperty_benchmark.cpp162 const prop_info** pinfo = new const prop_info*[nprops]; in BM_property_read() local
166 pinfo[i] = pa.system_properties().Find(pa.names[random() % nprops]); in BM_property_read()
171 pa.system_properties().Read(pinfo[i], nullptr, propvalue); in BM_property_read()
175 delete[] pinfo; in BM_property_read()
185 const prop_info** pinfo = new const prop_info*[nprops]; in BM_property_serial() local
187 pinfo[i] = pa.system_properties().Find(pa.names[random() % nprops]); in BM_property_serial()
192 __system_property_serial(pinfo[i]); in BM_property_serial()
196 delete[] pinfo; in BM_property_serial()