Searched refs:curKey (Results 1 – 4 of 4) sorted by relevance
369 String curKey = null; in readKeyValueAssignments() local375 curKey = scanner.eat(wordPattern, "<identifier>"); in readKeyValueAssignments()386 newVals.put(curKey, curValue.substring(1, curValue.length() - 1)); in readKeyValueAssignments()396 newVals.put(curKey, referencedObject); in readKeyValueAssignments()398 newVals.put(curKey, Boolean.parseBoolean(curValue)); in readKeyValueAssignments()400 newVals.put(curKey, Float.parseFloat(curValue)); in readKeyValueAssignments()402 newVals.put(curKey, Integer.parseInt(curValue)); in readKeyValueAssignments()
237 final String curKey = preference.getKey(); in findPreference() local239 if (curKey != null && curKey.equals(key)) { in findPreference()
289 final String curKey = preference.getKey(); in findPreference() local291 if (curKey != null && curKey.equals(key)) { in findPreference()
409 const KEY& curKey = i->getKey(); in wouldEvictLocked() local414 bool conflicting = (curKey == key || i->isConflicting(key) || in wouldEvictLocked()415 client->isConflicting(curKey)); in wouldEvictLocked()