Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DVelocityTest.java242 final VelocityTracker vt2; in testObtainRecycle() local
248 vt2 = VelocityTracker.obtain(); in testObtainRecycle()
249 assertEquals(vt2.getStrategyId(), in testObtainRecycle()
/aosp12/system/chre/external/flatbuffers/include/flatbuffers/
H A Dflatbuffers.h1461 auto vt2 = reinterpret_cast<voffset_t *>(buf_.data_at(*vt_offset_ptr));
1462 auto vt2_size = ReadScalar<voffset_t>(vt2);
1463 if (vt1_size != vt2_size || 0 != memcmp(vt2, vt1, vt1_size)) continue;