Home
last modified time | relevance | path

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

12345678

/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/services/permission/java/com/android/server/permission/access/
DAccessState.kt35 fun copy(): AccessState = AccessState( in copy() method in com.android.server.permission.access.AccessState
79 fun copy(): SystemState = in copy() method in com.android.server.permission.access.SystemState
113 fun copy(): UserState = UserState( in copy() method in com.android.server.permission.access.UserState
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/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/core/tests/mockingcoretests/src/android/os/
DBundleRecyclingTest.java109 Bundle copy = new Bundle(); in bundleClear_whenClearedWithSharedParcel_doesNotRecycleParcel() local
128 Bundle copy = mBundle.deepCopy(); in bundleClear_whenClearedWithCopiedParcel_doesNotRecycleParcel() local
208 Bundle copy = new Bundle(); in bundleGet_withWithSharedParcel_doesNotRecycleParcel() 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/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/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/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerServiceUserPropertiesTest.java137 final UserProperties copy = new UserProperties(orig, exposeAll, hasManage, hasQuery); in testCopyLacksPermissions() local
157 UserProperties copy, in verifyTestCopyLacksPermissions()
/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/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
DSubscriptionInfoTest.java81 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/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/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQSTile.java266 public State copy() { in copy() method in QSTile.State
299 public State copy() { in copy() method in QSTile.BooleanState
337 public State copy() { in copy() method in QSTile.SignalState
367 public SlashState copy() { in copy() method in QSTile.SlashState
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/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/libs/hwui/
DFrameMetricsReporter.cpp24 FatVector<sp<FrameMetricsObserver>, 10> copy; in reportFrameMetrics() local
/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

12345678