Home
last modified time | relevance | path

Searched defs:copy (Results 1 – 25 of 33) sorted by relevance

12

/cts/tests/tests/tv/src/android/media/tv/cts/
DTvTrackInfoTest.java61 TvTrackInfo copy = Parcelables.forceParcel(info, TvTrackInfo.CREATOR); in newAudioTrack_default() local
92 TvTrackInfo copy = Parcelables.forceParcel(info, TvTrackInfo.CREATOR); in newAudioTrack_everything() local
113 TvTrackInfo copy = Parcelables.forceParcel(info, TvTrackInfo.CREATOR); in newVideoTrack_default() local
145 TvTrackInfo copy = Parcelables.forceParcel(info, TvTrackInfo.CREATOR); in newVideoTrack_everything() local
164 TvTrackInfo copy = Parcelables.forceParcel(info, TvTrackInfo.CREATOR); in newSubtitleTrack_default() local
188 TvTrackInfo copy = Parcelables.forceParcel(info, TvTrackInfo.CREATOR); in newSubtitleTrack_everything() local
/cts/tests/tests/widget/src/android/widget/cts/
DFrameLayout_LayoutParamsTest.java92 FrameLayout.LayoutParams copy; in testCopyConstructor() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DFileCopyHelper.java62 public String copy(int resId, String fileName) throws IOException { in copy() method in FileCopyHelper
/cts/tests/openglperf2/jni/graphics/
DVector2D.cpp26 Vector2D Vector2D::copy() { in copy() function in Vector2D
/cts/tests/tests/view/src/android/view/cts/
DMotionEventTest.java744 PointerCoords copy = new PointerCoords(coords); in testPointerCoordsCopyConstructor() local
771 PointerCoords copy = new PointerCoords(); in testPointerCoordsCopyFrom() local
799 PointerProperties copy = new PointerProperties(properties); in testPointerPropertiesCopyConstructor() local
810 PointerProperties copy = new PointerProperties(); in testPointerPropertiesCopyFrom() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapRGBAF16Test.java87 Bitmap copy = Bitmap.createBitmap(mOpaqueBitmap); in testCopy() local
DVulkanPreTransformTest.java150 SynchronousPixelCopy copy = new SynchronousPixelCopy(); in takeScreenshot() local
DPictureTest.java60 Picture copy = new Picture(original); in testSaveRestoreBalance() local
DBitmapColorSpaceTest.java911 Bitmap copy = b.copy(Bitmap.Config.RGBA_F16, mutable); in copyF16() local
924 Bitmap copy = b.copy(config, mutable); in copyF16() local
947 Bitmap copy = b.copy(Bitmap.Config.ALPHA_8, false); in copyAlpha8() local
975 Bitmap copy = b.copy(Bitmap.Config.ALPHA_8, false); in copyHardwareToAlpha8() local
980 public void copy() { in copy() method in BitmapColorSpaceTest
/cts/tests/autofillservice/src/android/autofillservice/cts/
DAbstractAutoFillActivity.java100 final SynchronousPixelCopy copy = new SynchronousPixelCopy(); in takeScreenshot() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsTest.java99 final WindowInsets copy = new WindowInsets.Builder(insets).build(); in testBuilder_copy() local
542 final WindowInsets copy = new WindowInsets(consumed); in testConsumed_copy() local
DSurfaceControlTest.java105 SurfaceControl copy = new SurfaceControl(sc, "SurfaceControlTest.testSameSurface"); in testSameSurface() local
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/systemupdate/
DSystemUpdatePolicyTest.java321 SystemUpdatePolicy copy) { in assertSystemUpdatePoliciesEqual()
329 List<FreezePeriod> copy) { in assertFreezePeriodListsEqual()
/cts/tests/tests/content/src/android/content/pm/cts/
DApplicationInfoTest.java81 ApplicationInfo copy = new ApplicationInfo(info); in testConstructor() local
/cts/tests/media/src/android/mediav2/cts/
DEncoderColorAspectsTest.java101 MediaCodec.BufferInfo copy = new MediaCodec.BufferInfo(); in dequeueOutput() local
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeEventStream.java65 public ImeEventStream copy() { in copy() method in ImeEventStream
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiEnterpriseConfigTest.java890 WifiEnterpriseConfig copy = new WifiEnterpriseConfig(config); in testCopyConstructor() local
DScanResultTest.java210 InformationElement copy = new InformationElement(ie); in testInformationElementCopyConstructor() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DSurfaceViewTests.java138 SynchronousPixelCopy copy = new SynchronousPixelCopy(); in takeScreenshot() local
DHardwareBitmapTests.java325 Bitmap copy = bitmap.copy(to, false); in testBitmapCopy() local
/cts/tests/tests/security/src/android/security/cts/
DAmbiguousBundlesTest.java618 Bundle copy = p.readBundle(); in reparcel() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatedVectorDrawableParameterizedTest.java345 SynchronousPixelCopy copy = new SynchronousPixelCopy(); in takeScreenshot() local
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DUtils.java196 public static int copy(InputStream in, OutputStream out) throws IOException { in copy() method in Utils
/cts/tests/camera/src/android/hardware/camera2/cts/
DConcurrentCameraTest.java181 HashMap<String, GeneratedEntry> copy = (HashMap)entryMap.clone(); in generateStreamSelectionsInternal() local
/cts/tests/tests/media/src/android/media/cts/
DAudioHelper.java540 ByteBuffer copy = audioBuffer.duplicate(); in read() local
557 ByteBuffer copy = audioBuffer.duplicate(); in read() local

12