Home
last modified time | relevance | path

Searched refs:mutable (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/adpf/app/hintsession/src/cpp/
DRenderer.h267 [=, this, fn = std::move(fn), dataInner = std::move(data)]() mutable { in recursiveSchedule()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapColorSpaceTest.java921 for (boolean mutable : new boolean[] { true, false }) { in copyF16()
922 Bitmap copy = b.copy(Bitmap.Config.RGBA_F16, mutable); in copyF16()
934 for (boolean mutable : new boolean[] { true, false }) { in copyF16()
935 Bitmap copy = b.copy(config, mutable); in copyF16()
998 for (boolean mutable : trueFalse) { in copy()
999 c = b.copy(Bitmap.Config.ARGB_8888, mutable); in copy()
DBitmapTest.java2588 public void testAsSharedImageDecoder(boolean mutable) { in testAsSharedImageDecoder() argument
2595 if (mutable) decoder.setMutableRequired(true); in testAsSharedImageDecoder()
2599 if (mutable) { in testAsSharedImageDecoder()
/cts/common/device-side/bedstead/testapisreflection/javac/src/processor/main/java/com/android/bedstead/testapisreflection/processor/generators/common/
DCodeGenerator.java632 .mutable(true) in implementParcelable()
/cts/tests/translation/src/android/translation/cts/
DUiTranslationManagerTest.java1455 private BlockingBroadcastReceiver sendCommandToIme(String action, boolean mutable) { in sendCommandToIme() argument
1466 mutable ? PendingIntent.FLAG_MUTABLE : PendingIntent.FLAG_IMMUTABLE); in sendCommandToIme()