Searched refs:nprops (Results 1 – 1 of 1) sorted by relevance
39 explicit LocalPropertyTestState(int nprops) in LocalPropertyTestState()40 : nprops(nprops), valid(false), system_properties_(false) { in LocalPropertyTestState()48 names = new char* [nprops]; in LocalPropertyTestState()49 name_lens = new int[nprops]; in LocalPropertyTestState()50 values = new char* [nprops]; in LocalPropertyTestState()51 value_lens = new int[nprops]; in LocalPropertyTestState()53 srandom(nprops); in LocalPropertyTestState()55 for (int i = 0; i < nprops; i++) { in LocalPropertyTestState()104 for (int i = 0; i < nprops; i++) { in ~LocalPropertyTestState()115 const int nprops; member[all …]