Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockitousage/spies/
DSpyingOnInterfacesTest.java90 Class<?> iFace = new ByteBuddy() in shouldAllowSpyingOnDefaultMethod() local
99 .subclass(iFace) in shouldAllowSpyingOnDefaultMethod()
101 .load(iFace.getClassLoader(), ClassLoadingStrategy.Default.WRAPPER) in shouldAllowSpyingOnDefaultMethod()
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_ioctl.c142 uint32_t iFace; in vmw_ioctl_surface_create() local
157 for (iFace = 0; iFace < numFaces; ++iFace) { in vmw_ioctl_surface_create()
160 req->mip_levels[iFace] = numMipLevels; in vmw_ioctl_surface_create()
171 for (iFace = numFaces; iFace < SVGA3D_MAX_SURFACE_FACES; ++iFace) { in vmw_ioctl_surface_create()
172 req->mip_levels[iFace] = 0; in vmw_ioctl_surface_create()