Home
last modified time | relevance | path

Searched refs:_value (Results 1 – 6 of 6) sorted by relevance

/dalvik/vm/
DAtomicCache.h92 # define CACHE_XARG(_value) ,_value argument
94 # define CACHE_XARG(_value) argument
/dalvik/vm/mterp/common/
Dasm-constants.h25 # define MTERP_CONSTANT(_name, _value) \ argument
26 if ((_name) != (_value)) { \
28 #_name, (_value), (_name)); \
/dalvik/libcore/luni/src/main/java/java/lang/
DString.java1018 char[] _value = value; in hashCode() local
1020 hash += _value[i] * multiplier; in hashCode()
1047 char[] _value = value; in indexOf() local
1049 if (_value[i] == c) { in indexOf()
1080 char[] _value = value; in indexOf() local
1082 if (_value[i] == c) { in indexOf()
1121 char[] _value = value; in indexOf() local
1122 while (++o2 < end && _value[++o1] == target[o2]) { in indexOf()
1169 char[] _value = value; in indexOf() local
1170 while (++o2 < end && _value[++o1] == target[o2]) { in indexOf()
[all …]
/dalvik/libcore/luni/src/main/java/java/util/
DIdentityHashMap.java443 Object _value = value;
448 if (_value == null) {
449 _value = NULL_OBJECT;
469 elementData[index + 1] = _value;
/dalvik/libcore/security/src/main/java/java/security/
DProvider.java740 Object _value; in updatePropertyServiceTable() local
751 _value = entry.getValue(); in updatePropertyServiceTable()
752 if (_key == null || _value == null || !(_key instanceof String) in updatePropertyServiceTable()
753 || !(_value instanceof String)) { in updatePropertyServiceTable()
757 String value = (String) _value; in updatePropertyServiceTable()
/dalvik/libdex/
DDexSwapVerify.c38 # define SWAP2(_value) (_value) argument
39 # define SWAP4(_value) (_value) argument
40 # define SWAP8(_value) (_value) argument
42 # define SWAP2(_value) endianSwapU2((_value)) argument
43 # define SWAP4(_value) endianSwapU4((_value)) argument
44 # define SWAP8(_value) endianSwapU8((_value)) argument