Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/fakes/
DRoboWebSettingsTest.java195 assertThat(webSettings.getCacheMode()).isEqualTo(7); in testSetCacheMode()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/fakes/
DRoboWebSettings.java120 public int getCacheMode() { in getCacheMode() method in RoboWebSettings
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp235 nv50_ir::CacheMode getCacheMode() const { in getCacheMode() function in tgsi::Instruction
2712 ld->cache = tgsi.getCacheMode(); in handleLOAD()
2736 ld->cache = tgsi.getCacheMode(); in handleLOAD()
2853 st->cache = tgsi.getCacheMode(); in handleSTORE()
2873 st->cache = tgsi.getCacheMode(); in handleSTORE()