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()49 names = new char* [nprops]; in LocalPropertyTestState()50 name_lens = new int[nprops]; in LocalPropertyTestState()51 values = new char* [nprops]; in LocalPropertyTestState()52 value_lens = new int[nprops]; in LocalPropertyTestState()54 srandom(nprops); in LocalPropertyTestState()56 for (int i = 0; i < nprops; i++) { in LocalPropertyTestState()108 for (int i = 0; i < nprops; i++) { in ~LocalPropertyTestState()119 const int nprops; member[all …]