Searched refs:name_lens (Results 1 – 1 of 1) sorted by relevance
49 name_lens = new int[nprops]; in LocalPropertyTestState()58 name_lens[i] = (random() % (PROP_NAME_MAX - 10)) + 10; in LocalPropertyTestState()61 for (int j = 0; j < name_lens[i]; j++) { in LocalPropertyTestState()62 if (j == 0 || names[i][j-1] == '.' || j == name_lens[i] - 1) { in LocalPropertyTestState()74 names[i][name_lens[i]] = 0; in LocalPropertyTestState()83 if (system_properties_.Add(names[i], name_lens[i], values[i], value_lens[i]) < 0) { in LocalPropertyTestState()109 delete[] name_lens; in ~LocalPropertyTestState()117 int* name_lens; member