OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curKey
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/preference/
PreferenceGroup.java
233
final String
curKey
= preference.getKey();
235
if (
curKey
!= null &&
curKey
.equals(key)) {
/system/media/mca/filterfw/java/android/filterfw/io/
TextGraphReader.java
369
String
curKey
= null;
375
curKey
= scanner.eat(wordPattern, "<identifier>");
386
newVals.put(
curKey
, curValue.substring(1, curValue.length() - 1));
396
newVals.put(
curKey
, referencedObject);
398
newVals.put(
curKey
, Boolean.parseBoolean(curValue));
400
newVals.put(
curKey
, Float.parseFloat(curValue));
402
newVals.put(
curKey
, Integer.parseInt(curValue));
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java
677
int
curKey
= mKeyIndex;
678
if (newKey ==
curKey
) {
680
} else if (isValidKeyIndex(
curKey
)) {
681
return mKeys.get(
curKey
).squaredDistanceToEdge(x, y)
/external/icu4c/tools/genrb/
wrtxml.cpp
93
static char* getID(const char* id, const char*
curKey
, char* result) {
94
if(
curKey
== NULL) {
99
result = (char *)uprv_malloc(sizeof(char)*(uprv_strlen(id) + 1 + uprv_strlen(
curKey
)) + 1);
100
uprv_memset(result, 0, sizeof(char)*(uprv_strlen(id) + 1 + uprv_strlen(
curKey
)) + 1);
105
uprv_strcat(result,
curKey
);
[
all
...]
/prebuilt/common/tradefed/
tradefed-prebuilt.jar
Completed in 3204 milliseconds