Searched refs:c10 (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsics_x86.cpp | 601 __m128i c0, c2, c4, c6, c8, c10, c12; in rsdIntrinsicConvolve5x5_K() local 622 c10 = _mm_shuffle_epi32(x, 0x55); in rsdIntrinsicConvolve5x5_K() 691 o0 = _mm_add_epi32(o0, _mm_madd_epi16( _mm_unpacklo_epi16(p16, p17), c10)); in rsdIntrinsicConvolve5x5_K() 706 o1 = _mm_add_epi32(o1, _mm_madd_epi16( _mm_unpacklo_epi16(p17,p18), c10)); in rsdIntrinsicConvolve5x5_K() 721 o2 = _mm_add_epi32(o2, _mm_madd_epi16( _mm_unpacklo_epi16(p18, p19), c10)); in rsdIntrinsicConvolve5x5_K() 736 o3 = _mm_add_epi32(o3, _mm_madd_epi16( _mm_unpacklo_epi16(p19, p20), c10)); in rsdIntrinsicConvolve5x5_K()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest1.java | 4369 LauncherApps.Callback c10 = mock(LauncherApps.Callback.class); in testHandlePackageUpdate() local 4375 mLauncherApps.registerCallback(c10, new Handler(Looper.getMainLooper())); in testHandlePackageUpdate() 4384 reset(c10); in testHandlePackageUpdate() 4401 verify(c10, times(0)).onShortcutsChanged( in testHandlePackageUpdate() 4423 reset(c10); in testHandlePackageUpdate() 4436 verify(c10).onShortcutsChanged( in testHandlePackageUpdate() 4452 reset(c10); in testHandlePackageUpdate() 4466 verify(c10, times(0)).onShortcutsChanged( in testHandlePackageUpdate() 4475 reset(c10); in testHandlePackageUpdate() 4492 verify(c10, times(0)).onShortcutsChanged( in testHandlePackageUpdate()
|