Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dproperty_benchmark.cpp157 const prop_info** pinfo = new const prop_info*[nprops]; in BM_property_read() local
161 pinfo[i] = pa.system_properties().Find(pa.names[random() % nprops]); in BM_property_read()
166 pa.system_properties().Read(pinfo[i], 0, propvalue); in BM_property_read()
170 delete[] pinfo; in BM_property_read()
180 const prop_info** pinfo = new const prop_info*[nprops]; in BM_property_serial() local
182 pinfo[i] = pa.system_properties().Find(pa.names[random() % nprops]); in BM_property_serial()
187 pa.system_properties().Serial(pinfo[i]); in BM_property_serial()
191 delete[] pinfo; in BM_property_serial()