Home
last modified time | relevance | path

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

/cts/libs/webkit-shared/
DREADME.md76 **Note:** If you reuse the WebViewSandboxTestSdk below you will only need to follow the last step …
79 However, instead of creating a new test SDK as per the guide above, you can reuse the WebViewSandbo…
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapFactoryTest.java503 private void decodeResourceWithReuse(Bitmap reuse, int resId, boolean hasAlpha) { in decodeResourceWithReuse() argument
508 options.inBitmap = reuse; in decodeResourceWithReuse()
510 assertSame(reuse, output); in decodeResourceWithReuse()
DBitmapColorSpaceTest.java353 public void reuse() { in reuse() method in BitmapColorSpaceTest