Searched refs:updateValue (Results 1 – 2 of 2) sorted by relevance
/dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
D | DriverPropertyInfoTest.java | 79 static String updateValue = "updateValue"; field in DriverPropertyInfoTest 110 aDriverPropertyInfo.value = updateValue; in testPublicFields() 116 assertEquals(updateValue, aDriverPropertyInfo.value); in testPublicFields()
|
/dalvik/vm/analysis/ |
D | ReduceConstants.c | 449 static inline void updateValue(u2* ptr, const IndexMapSet* pIndexMapSet, in updateValue() function 461 updateValue(ptr, pIndexMapSet, kMapClasses); in updateClass() 465 updateValue(ptr, pIndexMapSet, kMapMethods); in updateMethod() 469 updateValue(ptr, pIndexMapSet, kMapFields); in updateField() 473 updateValue(ptr, pIndexMapSet, kMapStrings); in updateString()
|