Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
DBindTest.cpp33 static u4 offset_mLong; variable
166 JOBJ_set_long_long(jthis, offset_mLong, ll); in setAll()
204 && (ll == JOBJ_get_long_long(jthis, offset_mLong)); in compareAll()
280 offset_mLong = findField(clazz, "mLong", "J")->offset; in register_BindTest()