Home
last modified time | relevance | path

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

1234567

/frameworks/compile/mclinker/lib/MC/
DAttribute.cpp109 Attribute* copy = new Attribute(*m_pBase); in setWholeArchive() local
115 Attribute* copy = new Attribute(*m_pBase); in unsetWholeArchive() local
121 Attribute* copy = new Attribute(*m_pBase); in setAsNeeded() local
127 Attribute* copy = new Attribute(*m_pBase); in unsetAsNeeded() local
133 Attribute* copy = new Attribute(*m_pBase); in setAddNeeded() local
139 Attribute* copy = new Attribute(*m_pBase); in unsetAddNeeded() local
145 Attribute* copy = new Attribute(*m_pBase); in setStatic() local
151 Attribute* copy = new Attribute(*m_pBase); in setDynamic() local
/frameworks/base/startop/iorap/tests/src/com/google/android/startop/iorap/
DAppLaunchEventTest.kt47 val copy = IntentStarted(/* sequenceId= */2L, intent, /* timestampNs= */ 1L) in testIntentStarted() constant
69 val copy = IntentFailed(/* sequenceId= */2L) in testIntentFailed() constant
89 val copy = ActivityLaunched(/* sequenceId= */2L, "test".toByteArray(), in testActivityLaunched() constant
117 val copy = ActivityLaunchFinished(/* sequenceId= */2L, "test".toByteArray(), in testActivityLaunchFinished() constant
143 val copy = ActivityLaunchCancelled(/* sequenceId= */2L, "test".toByteArray()) in testActivityLaunchCancelled() constant
163 val copy = ReportFullyDrawn(/* sequenceId= */2L, "test".toByteArray(), /* timestampNs= */ 1L) in testReportFullyDrawn() constant
/frameworks/base/services/core/java/com/android/server/utils/
DSnapshots.java51 public static <E> void copy(@NonNull SparseArray<E> dst, @NonNull SparseArray<E> src) { in copy() method in Snapshots
68 public static <E> void copy(@NonNull SparseSetArray<E> dst, @NonNull SparseSetArray<E> src) { in copy() method in Snapshots
/frameworks/base/media/java/android/media/
DExifInterfaceUtils.java39 public static int copy(InputStream in, OutputStream out) throws IOException { in copy() method in ExifInterfaceUtils
54 public static void copy(InputStream in, OutputStream out, int numBytes) throws IOException { in copy() method in ExifInterfaceUtils
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
DEdgeLight.java43 public static EdgeLight[] copy(EdgeLight[] array) { in copy() method in EdgeLight
44 EdgeLight[] copy = new EdgeLight[array.length]; in copy() local
/frameworks/base/core/tests/coretests/src/android/graphics/
DRectTest.java46 final Rect copy = copyOrNull(orig); in copyOrNull_copiesNonNull() local
/frameworks/wilhelm/tools/hashgen/
Dtest.c39 const struct SLInterfaceID_ copy = *original; in main() local
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DCharSequencesTest.java32 String copy = toString(forAsciiBytes(bytes)); in testCharSequences() local
/frameworks/base/core/tests/coretests/src/com/android/internal/statusbar/
DRegisterStatusBarResultTest.java65 final RegisterStatusBarResult copy = clone(original); in testParcelable() local
DStatusBarIconTest.java49 final StatusBarIcon copy = clone(original); in testParcelable() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DAdnRecordTest.java191 AdnRecord copy = AdnRecord.CREATOR.createFromParcel(p); in testParcelUnParcel() local
DSubscriptionInfoTest.java93 SubscriptionInfo copy = SubscriptionInfo.CREATOR.createFromParcel(p); in testParcelUnparcel() local
/frameworks/av/media/libmedia/include/media/
DMediaCodecBuffer.h87 virtual bool copy(const std::shared_ptr<C2Buffer> &buffer) { in copy() function
/frameworks/base/services/tests/servicestests/src/com/android/server/utils/
DWatcherTest.java275 WatchedArrayMap<Integer, Leaf> copy = new WatchedArrayMap<>(); in testWatchedArrayMap() local
378 WatchedArraySet<Leaf> copy = new WatchedArraySet<>(); in testWatchedArraySet() local
492 WatchedArrayList<Leaf> copy = new WatchedArrayList<>(); in testWatchedArrayList() local
613 WatchedSparseArray<Leaf> copy = new WatchedSparseArray<>(); in testWatchedSparseArray() local
736 WatchedLongSparseArray<Leaf> copy = new WatchedLongSparseArray<>(); in testWatchedLongSparseArray() local
794 WatchedSparseBooleanArray copy = new WatchedSparseBooleanArray(); in testWatchedSparseBooleanArray() local
852 WatchedSparseIntArray copy = new WatchedSparseIntArray(); in testWatchedSparseIntArray() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarSignalPolicy.java497 CallIndicatorIconState copy = new CallIndicatorIconState(state.subId); in copyStates() local
576 public WifiIconState copy() { in copy() method in StatusBarSignalPolicy.WifiIconState
637 public MobileIconState copy() { in copy() method in StatusBarSignalPolicy.MobileIconState
638 MobileIconState copy = new MobileIconState(this.subId); in copy() local
657 MobileIconState copy = new MobileIconState(state.subId); in copyStates() local
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQSTile.java240 public State copy() { in copy() method in QSTile.State
273 public State copy() { in copy() method in QSTile.BooleanState
311 public State copy() { in copy() method in QSTile.SignalState
341 public SlashState copy() { in copy() method in QSTile.SlashState
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/
DInsetUtilsTest.java68 final Rect copy = new Rect(insets); in rotateCopy() local
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DAndroidCameraSettings.java80 public CameraSettings copy() { in copy() method in AndroidCameraSettings
/frameworks/base/libs/hwui/
DFrameMetricsReporter.h68 FatVector<sp<FrameMetricsObserver>, 10> copy; in reportFrameMetrics() local
/frameworks/base/tests/Codegen/src/com/android/codegentest/
DSampleDataClassTest.java76 SampleDataClass copy = parcelAndUnparcel(mSpecimen, SampleDataClass.CREATOR); in testParcelling_producesEqualInstance() local
83 SampleDataClass copy = parcelAndUnparcel(mSpecimen, SampleDataClass.CREATOR); in testParcelling_producesInstanceWithEqualFields() local
/frameworks/wilhelm/tests/sandbox/
Dengine.c147 struct SLInterfaceID_ copy = *engine_ids[index]; in main() local
/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.cpp102 bool LocalLinearBuffer::copy(const std::shared_ptr<C2Buffer> &buffer) { in copy() function in android::LocalLinearBuffer
129 bool DummyContainerBuffer::copy(const std::shared_ptr<C2Buffer> &buffer) { in copy() function in android::DummyContainerBuffer
155 bool LinearBlockBuffer::copy(const std::shared_ptr<C2Buffer> &buffer) { in copy() function in android::LinearBlockBuffer
219 const C2GraphicView &view, const sp<AMessage> &format, bool copy) in GraphicView2MediaImageConverter()
862 bool ConstGraphicBlockBuffer::copy(const std::shared_ptr<C2Buffer> &buffer) { in copy() function in android::ConstGraphicBlockBuffer
/frameworks/base/packages/SystemUI/src/com/android/systemui/demomode/
DDemoModeController.kt130 val copy: List<DemoModeCommandReceiver> in <lambda>() constant
144 val copy: List<DemoModeCommandReceiver> in <lambda>() constant
184 val copy: List<DemoModeCommandReceiver> in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaHost.kt241 override fun copy(): MediaHostState { in <lambda>() method in com.android.systemui.media.MediaHost.<lambda>.MediaHostStateHolder
344 fun copy(): MediaHostState method
/frameworks/av/media/libaaudio/tests/
Dtest_marshalling.cpp37 T copy(const T& object) { in copy() function
42 SharedMemoryParcelable copy<SharedMemoryParcelable>(const SharedMemoryParcelable& object) { in copy() function

1234567