Home
last modified time | relevance | path

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

123456

/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/wifi/tests/src/android/net/wifi/p2p/
DWifiP2pDeviceTest.java77 WifiP2pDevice copy = new WifiP2pDevice(device); in testCopyConstructorWithDefaultValues() local
96 WifiP2pDevice copy = new WifiP2pDevice(device); in testCopyConstructorWithUpdatedValues() local
115 WifiP2pDevice copy = new WifiP2pDevice(device); in testCopyConstructorWithNullWfdInfo() local
/frameworks/base/wifi/tests/src/android/net/wifi/
DSoftApConfigurationTest.java87 SoftApConfiguration copy = new SoftApConfiguration.Builder(original).build(); in testBasicSettings() local
111 SoftApConfiguration copy = new SoftApConfiguration.Builder(original).build(); in testWpa2() local
152 SoftApConfiguration copy = new SoftApConfiguration.Builder(original).build(); in testWpa2WithAllFieldCustomized() local
178 SoftApConfiguration copy = new SoftApConfiguration.Builder(original).build(); in testWpa3Sae() local
205 SoftApConfiguration copy = new SoftApConfiguration.Builder(original).build(); in testWpa3SaeTransition() local
/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/cmds/statsd/benchmark/
Dhello_world_benchmark.cpp27 while (state.KeepRunning()) std::string copy(x); in BM_StringCopy() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DAdnRecordTest.java187 AdnRecord copy = AdnRecord.CREATOR.createFromParcel(p); in testParcelUnParcel() local
DSubscriptionInfoTest.java93 SubscriptionInfo copy = SubscriptionInfo.CREATOR.createFromParcel(p); in testParcelUnparcel() local
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DCharSequencesTest.java31 String copy = toString(forAsciiBytes(bytes)); in testCharSequences() local
/frameworks/base/core/tests/coretests/src/com/android/internal/statusbar/
DRegisterStatusBarResultTest.java63 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.java206 public State copy() { in copy() method in QSTile.State
234 public State copy() { in copy() method in QSTile.BooleanState
272 public State copy() { in copy() method in QSTile.SignalState
302 public SlashState copy() { in copy() method in QSTile.SlashState
/frameworks/base/tests/net/java/android/net/
DIpSecConfigTest.java90 IpSecConfig copy = new IpSecConfig(original); in testCopyConstructor() 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/media/
DMediaHost.kt193 override fun copy(): MediaHostState { in <lambda>() method in com.android.systemui.media.MediaHost.<lambda>.MediaHostStateHolder
291 fun copy(): MediaHostState method
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/
DInsetUtilsTest.java68 final Rect copy = new Rect(insets); in rotateCopy() local
/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.cpp101 bool LocalLinearBuffer::copy(const std::shared_ptr<C2Buffer> &buffer) { in copy() function in android::LocalLinearBuffer
128 bool DummyContainerBuffer::copy(const std::shared_ptr<C2Buffer> &buffer) { in copy() function in android::DummyContainerBuffer
154 bool LinearBlockBuffer::copy(const std::shared_ptr<C2Buffer> &buffer) { in copy() function in android::LinearBlockBuffer
220 const C2GraphicView &view, int32_t colorFormat, bool copy) in GraphicView2MediaImageConverter()
750 bool ConstGraphicBlockBuffer::copy(const std::shared_ptr<C2Buffer> &buffer) { in copy() function in android::ConstGraphicBlockBuffer
/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
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarSignalPolicy.java366 public WifiIconState copy() { in copy() method in StatusBarSignalPolicy.WifiIconState
424 public MobileIconState copy() { in copy() method in StatusBarSignalPolicy.MobileIconState
425 MobileIconState copy = new MobileIconState(this.subId); in copy() local
443 MobileIconState copy = new MobileIconState(state.subId); in copyStates() local
/frameworks/wilhelm/tests/sandbox/
Dengine.c147 struct SLInterfaceID_ copy = *engine_ids[index]; in main() local
/frameworks/base/tests/net/common/java/android/net/
DNetworkTest.java155 final Network copy = mNetwork.getPrivateDnsBypassingCopy(); in testGetPrivateDnsBypassingCopy() local
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DInlineContentProviderImpl.java82 public InlineContentProviderImpl copy() { in copy() method in InlineContentProviderImpl

123456