Home
last modified time | relevance | path

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

1234

/frameworks/compile/mclinker/lib/MC/
DAttribute.cpp118 Attribute *copy = new Attribute(*m_pBase); in setWholeArchive() local
125 Attribute *copy = new Attribute(*m_pBase); in unsetWholeArchive() local
132 Attribute *copy = new Attribute(*m_pBase); in setAsNeeded() local
139 Attribute *copy = new Attribute(*m_pBase); in unsetAsNeeded() local
146 Attribute *copy = new Attribute(*m_pBase); in setAddNeeded() local
153 Attribute *copy = new Attribute(*m_pBase); in unsetAddNeeded() local
160 Attribute *copy = new Attribute(*m_pBase); in setStatic() local
167 Attribute *copy = new Attribute(*m_pBase); in setDynamic() local
/frameworks/base/graphics/java/android/graphics/
DBitmapShader.java53 protected Shader copy() { in copy() method in BitmapShader
54 final BitmapShader copy = new BitmapShader(mBitmap, mTileX, mTileY); in copy() local
DComposeShader.java80 protected Shader copy() { in copy() method in ComposeShader
81 final ComposeShader copy; in copy() local
DShader.java99 protected Shader copy() { in copy() method in Shader
100 final Shader copy = new Shader(); in copy() local
DSweepGradient.java89 protected Shader copy() { in copy() method in SweepGradient
90 final SweepGradient copy; in copy() local
DRadialGradient.java102 protected Shader copy() { in copy() method in RadialGradient
103 final RadialGradient copy; in copy() local
DLinearGradient.java97 protected Shader copy() { in copy() method in LinearGradient
98 final LinearGradient copy; in copy() local
/frameworks/base/core/tests/coretests/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.c146 struct SLInterfaceID_ copy = *engine_ids[index]; in main() local
/frameworks/base/telephony/java/android/telephony/
DCellSignalStrength.java69 public abstract CellSignalStrength copy(); in copy() method in CellSignalStrength
DCellIdentityGsm.java72 CellIdentityGsm copy() { in copy() method in CellIdentityGsm
DCellIdentityLte.java79 CellIdentityLte copy() { in copy() method in CellIdentityLte
/frameworks/av/media/libstagefright/
DDataURISource.cpp92 size_t copy = mBuffer->size() - offset; in readAt() local
/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/
DGenerateGLES.java26 static void copy(String filename, PrintStream out) throws IOException { in copy() method in GenerateGLES
DGenerateEGL.java26 private static void copy(String filename, PrintStream out) throws IOException { in copy() method in GenerateEGL
/frameworks/native/libs/input/tests/
DInputEvent_test.cpp450 MotionEvent copy; in TEST_F() local
460 MotionEvent copy; in TEST_F() local
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/
DIdlingPolicy.java94 private Builder(IdlingPolicy copy) { in Builder()
/frameworks/base/services/tests/servicestests/src/com/android/server/content/
DSyncOperationTest.java173 SyncOperation copy = new SyncOperation(op, fiveSecondsFromNow * 60); in testCopyConstructor() local
/frameworks/av/media/libstagefright/httplive/
DLiveDataSource.cpp114 size_t copy = size - sizeDone; in readAt_l() local
/frameworks/av/media/libstagefright/http/
DMediaHTTP.cpp90 size_t copy = size - numBytesRead; in readAt() local

1234