Home
last modified time | relevance | path

Searched defs:copy (Results 1 – 25 of 131) 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/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/packages/SystemUI/src/com/android/systemui/assist/ui/
DEdgeLight.java38 public static EdgeLight[] copy(EdgeLight[] array) { in copy() method in EdgeLight
39 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/base/cmds/statsd/benchmark/
Dhello_world_benchmark.cpp27 while (state.KeepRunning()) std::string copy(x); in BM_StringCopy() local
/frameworks/wilhelm/tools/hashgen/
Dtest.c39 const struct SLInterfaceID_ copy = *original; in main() local
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQSTile.java180 public State copy() { in copy() method in QSTile.State
208 public State copy() { in copy() method in QSTile.BooleanState
246 public State copy() { in copy() method in QSTile.SignalState
276 public SlashState copy() { in copy() method in QSTile.SlashState
/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/core/tests/utiltests/src/com/android/internal/util/
DCharSequencesTest.java31 String copy = toString(forAsciiBytes(bytes)); in testCharSequences() local
/frameworks/base/tests/net/java/android/net/
DIpSecConfigTest.java90 IpSecConfig copy = new IpSecConfig(original); in testCopyConstructor() local
/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.cpp97 bool LocalLinearBuffer::copy(const std::shared_ptr<C2Buffer> &buffer) { in copy() function in android::LocalLinearBuffer
120 bool DummyContainerBuffer::copy(const std::shared_ptr<C2Buffer> &buffer) { in copy() function in android::DummyContainerBuffer
146 bool LinearBlockBuffer::copy(const std::shared_ptr<C2Buffer> &buffer) { in copy() function in android::LinearBlockBuffer
208 const C2GraphicView &view, int32_t colorFormat, bool copy) in GraphicView2MediaImageConverter()
734 bool ConstGraphicBlockBuffer::copy(const std::shared_ptr<C2Buffer> &buffer) { in copy() function in android::ConstGraphicBlockBuffer
DCodec2Buffer.h84 virtual bool copy(const std::shared_ptr<C2Buffer> &buffer) { in copy() function
/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/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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionInfoTest.java93 SubscriptionInfo copy = SubscriptionInfo.CREATOR.createFromParcel(p); in testParcelUnparcel() local
/frameworks/av/camera/ndk/
DNdkCameraMetadata.cpp60 ACameraMetadata* copy = new ACameraMetadata(*src); in ACameraMetadata_copy() local
/frameworks/base/tests/net/common/java/android/net/
DNetworkTest.java155 final Network copy = mNetwork.getPrivateDnsBypassingCopy(); in testGetPrivateDnsBypassingCopy() local
/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiConfigurationTest.java99 NetworkSelectionStatus copy = new NetworkSelectionStatus(); in testNetworkSelectionStatusCopy() local
119 NetworkSelectionStatus copy = new NetworkSelectionStatus(); in testNetworkSelectionStatusParcel() local
/frameworks/av/media/libdatasource/
DDataURISource.cpp104 size_t copy = mBuffer->size() - offset; in readAt() local
/frameworks/base/libs/input/
DSpriteIcon.h38 inline SpriteIcon copy() const { in copy() function
/frameworks/base/tools/aapt/
DFileFinder.cpp63 DirectoryWalker* copy = dw->clone(); in findFiles() local
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerStreamListener.cpp142 size_t copy = entry->mSize; in read() local

123456