Home
last modified time | relevance | path

Searched defs:copy (Results 1 – 25 of 170) 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/packages/SystemUI/tests/utils/src/com/android/systemui/settings/
DFakeUserTracker.kt75 val copy = callbacks.toList() in onUserChanging() constant
81 val copy = callbacks.toList() in onUserChanged() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/complication/
DComplicationLayoutParamsTest.java146 final ComplicationLayoutParams copy = new ComplicationLayoutParams(params); in testCopyConstruction() local
169 final ComplicationLayoutParams copy = new ComplicationLayoutParams(params); in testCopyConstructionWithUnspecifiedMargin() local
/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/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/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/native/libs/ftl/
Dsmall_vector_test.cpp100 const auto copy = "quince"s; in TEST() local
119 const auto copy = "red"s; in TEST() local
146 SmallVector<const std::string, 2> copy(vector); in TEST() local
158 SmallVector<const std::string, 3> copy(vector); in TEST() local
170 SmallVector<const std::string, 0> copy(vector); in TEST() local
182 SmallVector<const std::string, 0> copy(vector); in TEST() local
525 const auto copy = counts; in TEST() local
Dstatic_vector_test.cpp92 const auto copy = "quince"s; in TEST() local
109 const auto copy = "red"s; in TEST() local
152 StaticVector<const std::string, 2> copy(vector); in TEST() local
164 StaticVector<const std::string, 3> copy(vector); in TEST() local
419 const auto copy = counts; in TEST() 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/services/core/java/com/android/server/health/
DUtils.java33 public static void copy( in copy() method in Utils
/frameworks/base/core/tests/mockingcoretests/src/android/os/
DBundleRecyclingTest.java125 Bundle copy = new Bundle(); in bundleClear_whenClearedWithSharedParcel_doesNotRecycleParcel() local
142 Bundle copy = mBundle.deepCopy(); in bundleClear_whenClearedWithCopiedParcel_doesNotRecycleParcel() local
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DCharSequencesTest.java32 String copy = toString(forAsciiBytes(bytes)); in testCharSequences() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DAdnRecordTest.java191 AdnRecord copy = AdnRecord.CREATOR.createFromParcel(p); in testParcelUnParcel() local
/frameworks/base/core/tests/coretests/src/com/android/internal/statusbar/
DRegisterStatusBarResultTest.java73 final RegisterStatusBarResult copy = clone(original); in testParcelable() local
DStatusBarIconTest.java49 final StatusBarIcon copy = clone(original); in testParcelable() local
/frameworks/av/media/libmedia/include/media/
DMediaCodecBuffer.h87 virtual bool copy(const std::shared_ptr<C2Buffer> &buffer) { in copy() function
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarSignalPolicy.java464 CallIndicatorIconState copy = new CallIndicatorIconState(state.subId); in copyStates() local
543 public WifiIconState copy() { in copy() method in StatusBarSignalPolicy.WifiIconState
604 public MobileIconState copy() { in copy() method in StatusBarSignalPolicy.MobileIconState
605 MobileIconState copy = new MobileIconState(this.subId); in copy() local
624 MobileIconState copy = new MobileIconState(state.subId); in copyStates() local
/frameworks/base/libs/hwui/
DFrameMetricsReporter.cpp24 FatVector<sp<FrameMetricsObserver>, 10> copy; in reportFrameMetrics() local
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQSTile.java269 public State copy() { in copy() method in QSTile.State
302 public State copy() { in copy() method in QSTile.BooleanState
340 public State copy() { in copy() method in QSTile.SignalState
370 public SlashState copy() { in copy() method in QSTile.SlashState
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/utils/
DWatcherTest.java276 WatchedArrayMap<Integer, Leaf> copy = new WatchedArrayMap<>(); in testWatchedArrayMap() local
379 WatchedArraySet<Leaf> copy = new WatchedArraySet<>(); in testWatchedArraySet() local
493 WatchedArrayList<Leaf> copy = new WatchedArrayList<>(); in testWatchedArrayList() local
614 WatchedSparseArray<Leaf> copy = new WatchedSparseArray<>(); in testWatchedSparseArray() local
737 WatchedLongSparseArray<Leaf> copy = new WatchedLongSparseArray<>(); in testWatchedLongSparseArray() local
795 WatchedSparseBooleanArray copy = new WatchedSparseBooleanArray(); in testWatchedSparseBooleanArray() local
853 WatchedSparseIntArray copy = new WatchedSparseIntArray(); in testWatchedSparseIntArray() local
1140 WatchedSparseBooleanMatrix copy = new WatchedSparseBooleanMatrix(); in testWatchedSparseBooleanMatrix() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/
DInsetUtilsTest.java68 final Rect copy = new Rect(insets); in rotateCopy() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/
DControlsServiceInfo.kt132 fun copy(): ControlsServiceInfo { in copy() method
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DAndroidCameraSettings.java80 public CameraSettings copy() { in copy() method in AndroidCameraSettings
/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

1234567