HomeSort by relevance Sort by last modified time
    Searched refs:foundValue (Results 1 - 17 of 17) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
ResourceUtils.java 130 String foundValue = null;
145 if (foundValue == null) {
146 foundValue = conditionConstant.substring(posComma + 1);
154 return foundValue;
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowResources.java 234 TypedValue foundValue = attrMap.get(resid);
235 if (foundValue != null) {
236 outValue.setTo(foundValue);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
MoreKeySpec.java 319 boolean foundValue = false;
328 if (!foundValue) {
330 foundValue = true;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TrieMapTest.java 142 Integer foundValue = trieMap.get(key);
143 if (!value.equals(foundValue)) {
146 assertEquals(style + "\tGet of '" + key + "' = {" + Utility.hex(key) + "}", value, foundValue);
430 Integer foundValue = map.get(key);
446 Integer foundValue = trieMap.get(key);
456 // Integer foundValue = trieMap.get(key);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
TrieMapTest.java 141 Integer foundValue = trieMap.get(key);
142 if (!value.equals(foundValue)) {
145 assertEquals(style + "\tGet of '" + key + "' = {" + Utility.hex(key) + "}", value, foundValue);
429 Integer foundValue = map.get(key);
445 Integer foundValue = trieMap.get(key);
455 // Integer foundValue = trieMap.get(key);
  /cts/tests/tests/telecom/src/android/telecom/cts/
TestUtils.java 403 Object foundValue = null;
408 foundValue = (mInvokeArgs.get(mInvokeArgs.size()-1))[0];
409 wasFound = predicate.test(foundValue);
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
ecj-4.6.1.jar 
  /prebuilts/sdk/tools/jacks/
jack-4.32.CANDIDATE.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.6.1/
ecj-4.6.1.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 

Completed in 787 milliseconds