Home | History | Annotate | Download | only in db

Lines Matching defs:configDescriptions

51 	String[] configDescriptions, sortedConfigDescriptions;
200 return sort ? this.sortedConfigDescriptions : this.configDescriptions;
325 this.configDescriptions = DB_Results.getConfigDescriptions();
338 this.sortedConfigDescriptions[i] = this.configDescriptions[j];
565 this.configDescriptions = new String[length];
570 this.configDescriptions[i] = stream.readUTF();
571 this.sortedConfigDescriptions[i] = this.configDescriptions[i];
574 DB_Results.setConfigDescriptions(this.configDescriptions);
694 this.configDescriptions = new String[length];
697 this.configDescriptions[i] = configs[i][1];
707 this.sortedConfigDescriptions[i] = this.configDescriptions[j];