Home | History | Annotate | Download | only in db

Lines Matching refs:configNames

50 	String[] configNames, sortedConfigNames;
211 return sort ?this.sortedConfigNames : this.configNames;
324 this.configNames = DB_Results.getConfigs();
326 int length = this.configNames.length;
329 this.sortedConfigNames[i] = this.configNames[i];
337 if (this.sortedConfigNames[i] == this.configNames[j]) { // == is intentional!
563 this.configNames = new String[length];
568 this.configNames[i] = stream.readUTF();
569 this.sortedConfigNames[i] = this.configNames[i];
573 DB_Results.setConfigs(this.configNames);
692 this.configNames = new String[length];
696 this.configNames[i] = this.sortedConfigNames[i] = configs[i][0];
706 if (this.sortedConfigNames[i] == this.configNames[j]) { // == is intentional!