Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
DBindTest.cpp30 static u4 offset_mInt; variable
161 JOBJ_set_int(jthis, offset_mInt, i); in setAll()
202 && (i == JOBJ_get_int(jthis, offset_mInt)) in compareAll()
277 offset_mInt = findField(clazz, "mInt", "I")->offset; in register_BindTest()