Searched refs:iFace (Results 1 – 3 of 3) sorted by relevance
89 Class<?> iFace = new ByteBuddy() in shouldAllowSpyingOnDefaultMethod() local98 .subclass(iFace) in shouldAllowSpyingOnDefaultMethod()100 .load(iFace.getClassLoader(), ClassLoadingStrategy.Default.WRAPPER) in shouldAllowSpyingOnDefaultMethod()
147 uint32_t iFace; in vmw_ioctl_surface_create() local162 for (iFace = 0; iFace < numFaces; ++iFace) { in vmw_ioctl_surface_create()165 req->mip_levels[iFace] = numMipLevels; in vmw_ioctl_surface_create()176 for (iFace = numFaces; iFace < SVGA3D_MAX_SURFACE_FACES; ++iFace) { in vmw_ioctl_surface_create()177 req->mip_levels[iFace] = 0; in vmw_ioctl_surface_create()
121 for (Class<?> iFace : features.interfaces) { in mockClass()122 assertVisibility(iFace); in mockClass()