Home
last modified time | relevance | path

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

12345

/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/
DWifiConfigurationTest.java76 NetworkSelectionStatus copy = new NetworkSelectionStatus(); in testNetworkSelectionStatusCopy() local
96 NetworkSelectionStatus copy = new NetworkSelectionStatus(); in testNetworkSelectionStatusParcel() local
/frameworks/base/graphics/java/android/graphics/
DBitmapShader.java68 protected Shader copy() { in copy() method in BitmapShader
69 final BitmapShader copy = new BitmapShader(mBitmap, mTileX, mTileY); in copy() local
DComposeShader.java94 protected Shader copy() { in copy() method in ComposeShader
95 final ComposeShader copy = new ComposeShader( in copy() local
DShader.java139 protected Shader copy() { in copy() method in Shader
140 final Shader copy = new Shader(); in copy() local
DSweepGradient.java102 protected Shader copy() { in copy() method in SweepGradient
103 final SweepGradient copy; in copy() local
DRadialGradient.java117 protected Shader copy() { in copy() method in RadialGradient
118 final RadialGradient copy; in copy() local
DLinearGradient.java117 protected Shader copy() { in copy() method in LinearGradient
118 final LinearGradient copy; in copy() local
/frameworks/wilhelm/tools/hashgen/
Dtest.c39 const struct SLInterfaceID_ copy = *original; in main() local
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/
DAccessPointTest.java93 AccessPoint copy = new AccessPoint(mContext, originalAccessPoint); in testCopyAccessPoint_dataShouldMatch() local
107 AccessPoint copy = new AccessPoint(mContext, createWifiConfiguration()); in testThatCopyAccessPoint_scanCacheShouldMatch() local
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQSTile.java161 public State copy() { in copy() method in QSTile.State
189 public State copy() { in copy() method in QSTile.BooleanState
227 public State copy() { in copy() method in QSTile.SignalState
248 public State copy() { in copy() method in QSTile.AirplaneBooleanState
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DCharSequencesTest.java31 String copy = toString(forAsciiBytes(bytes)); in testCharSequences() local
/frameworks/av/include/private/media/
DVideoFrame.h36 VideoFrame(const VideoFrame& copy) { in VideoFrame()
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DAndroidCameraSettings.java80 public CameraSettings copy() { in copy() method in AndroidCameraSettings
/frameworks/wilhelm/tests/sandbox/
Dengine.c147 struct SLInterfaceID_ copy = *engine_ids[index]; in main() local
/frameworks/base/telephony/java/android/telephony/
DCellSignalStrength.java76 public abstract CellSignalStrength copy(); in copy() method in CellSignalStrength
/frameworks/av/media/libstagefright/
DDataURISource.cpp93 size_t copy = mBuffer->size() - offset; in readAt() local
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DVolumeDialogController.java73 public StreamState copy() { in copy() method in VolumeDialogController.StreamState
103 public State copy() { in copy() method in VolumeDialogController.State
/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
/frameworks/base/core/java/android/view/
DInputEvent.java103 public abstract InputEvent copy(); in copy() method in InputEvent
/frameworks/native/opengl/tools/glgen/src/
DGenerateEGL.java26 private static void copy(String filename, PrintStream out) throws IOException { in copy() method in GenerateEGL
DGenerateGLES.java26 static void copy(String filename, PrintStream out) throws IOException { in copy() method in GenerateGLES
/frameworks/native/libs/input/tests/
DInputEvent_test.cpp450 MotionEvent copy; in TEST_F() local
460 MotionEvent copy; in TEST_F() local
/frameworks/base/tools/aapt2/util/
DMaybe.h173 Maybe<T>& Maybe<T>::copy(const Maybe<U>& rhs) { in copy() function

12345