OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:foundvalue
(Results
1 - 5
of
5
) sorted by null
/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/latin/utils/
ResourceUtils.java
130
String
foundValue
= null;
145
if (
foundValue
== null) {
146
foundValue
= conditionConstant.substring(posComma + 1);
154
return
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
140
Integer
foundValue
= trieMap.get(key);
141
if (!value.equals(
foundValue
)) {
144
assertEquals(style + "\tGet of '" + key + "' = {" + Utility.hex(key) + "}", value,
foundValue
);
416
Integer
foundValue
= map.get(key);
432
Integer
foundValue
= trieMap.get(key);
442
// Integer
foundValue
= trieMap.get(key);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
TrieMapTest.java
136
Integer
foundValue
= trieMap.get(key);
137
if (!value.equals(
foundValue
)) {
140
assertEquals(style + "\tGet of '" + key + "' = {" + Utility.hex(key) + "}", value,
foundValue
);
412
Integer
foundValue
= map.get(key);
428
Integer
foundValue
= trieMap.get(key);
438
// Integer
foundValue
= trieMap.get(key);
Completed in 1347 milliseconds