/frameworks/compile/mclinker/lib/MC/ |
D | Attribute.cpp | 109 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/ |
D | AppLaunchEventTest.kt | 47 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/ |
D | Snapshots.java | 51 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/ |
D | ExifInterfaceUtils.java | 39 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/ |
D | EdgeLight.java | 43 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/ |
D | RectTest.java | 46 final Rect copy = copyOrNull(orig); in copyOrNull_copiesNonNull() local
|
/frameworks/wilhelm/tools/hashgen/ |
D | test.c | 39 const struct SLInterfaceID_ copy = *original; in main() local
|
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
D | CharSequencesTest.java | 32 String copy = toString(forAsciiBytes(bytes)); in testCharSequences() local
|
/frameworks/base/core/tests/coretests/src/com/android/internal/statusbar/ |
D | RegisterStatusBarResultTest.java | 65 final RegisterStatusBarResult copy = clone(original); in testParcelable() local
|
D | StatusBarIconTest.java | 49 final StatusBarIcon copy = clone(original); in testParcelable() local
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | AdnRecordTest.java | 191 AdnRecord copy = AdnRecord.CREATOR.createFromParcel(p); in testParcelUnParcel() local
|
D | SubscriptionInfoTest.java | 93 SubscriptionInfo copy = SubscriptionInfo.CREATOR.createFromParcel(p); in testParcelUnparcel() local
|
/frameworks/av/media/libmedia/include/media/ |
D | MediaCodecBuffer.h | 87 virtual bool copy(const std::shared_ptr<C2Buffer> &buffer) { in copy() function
|
/frameworks/base/services/tests/servicestests/src/com/android/server/utils/ |
D | WatcherTest.java | 275 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/ |
D | StatusBarSignalPolicy.java | 497 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/ |
D | QSTile.java | 240 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/ |
D | InsetUtilsTest.java | 68 final Rect copy = new Rect(insets); in rotateCopy() local
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
D | AndroidCameraSettings.java | 80 public CameraSettings copy() { in copy() method in AndroidCameraSettings
|
/frameworks/base/libs/hwui/ |
D | FrameMetricsReporter.h | 68 FatVector<sp<FrameMetricsObserver>, 10> copy; in reportFrameMetrics() local
|
/frameworks/base/tests/Codegen/src/com/android/codegentest/ |
D | SampleDataClassTest.java | 76 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/ |
D | engine.c | 147 struct SLInterfaceID_ copy = *engine_ids[index]; in main() local
|
/frameworks/av/media/codec2/sfplugin/ |
D | Codec2Buffer.cpp | 102 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/ |
D | DemoModeController.kt | 130 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/ |
D | MediaHost.kt | 241 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/ |
D | test_marshalling.cpp | 37 T copy(const T& object) { in copy() function 42 SharedMemoryParcelable copy<SharedMemoryParcelable>(const SharedMemoryParcelable& object) { in copy() function
|