Searched defs:copy (Results 1 - 25 of 84) sorted by last modified time

1234

/frameworks/wilhelm/tests/sandbox/
H A Dengine.c6 * You may obtain a copy of the License at
144 // Use a copy of the interface ID to make sure lookup is not purely relying on address
146 struct SLInterfaceID_ copy = *engine_ids[index]; local
147 result = (*engineObject)->GetInterface(engineObject, &copy, &interface_again);
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
H A DAnimatedVectorDrawableCompat.java5 * in compliance with the License. You may obtain a copy of the License at
473 AnimatedVectorDrawableCompatState copy, Callback owner, Resources res) {
474 if (copy != null) {
475 mChangingConfigurations = copy.mChangingConfigurations;
476 if (copy.mVectorDrawable != null) {
477 final ConstantState cs = copy.mVectorDrawable.getConstantState();
485 mVectorDrawable.setBounds(copy.mVectorDrawable.getBounds());
488 if (copy.mAnimators != null) {
489 final int numAnimators = copy.mAnimators.size();
493 Animator anim = copy
472 AnimatedVectorDrawableCompatState(Context context, AnimatedVectorDrawableCompatState copy, Callback owner, Resources res) argument
[all...]
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java5 * in compliance with the License. You may obtain a copy of the License at
781 // Deep copy for mutate() or implicitly mutate.
782 public VectorDrawableCompatState(VectorDrawableCompatState copy) { argument
783 if (copy != null) {
784 mChangingConfigurations = copy.mChangingConfigurations;
785 mVPathRenderer = new VPathRenderer(copy.mVPathRenderer);
786 if (copy.mVPathRenderer.mFillPaint != null) {
787 mVPathRenderer.mFillPaint = new Paint(copy.mVPathRenderer.mFillPaint);
789 if (copy.mVPathRenderer.mStrokePaint != null) {
790 mVPathRenderer.mStrokePaint = new Paint(copy
952 VPathRenderer(VPathRenderer copy) argument
1143 VGroup(VGroup copy, ArrayMap<String, Object> targetsMap) argument
1374 VPath(VPath copy) argument
1427 VClipPath(VClipPath copy) argument
1493 VFullPath(VFullPath copy) argument
[all...]
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DEncodedStringValue.java7 * You may obtain a copy of the License at
264 public static EncodedStringValue copy(EncodedStringValue value) { method in class:EncodedStringValue
H A DPduComposer.java7 * You may obtain a copy of the License at
347 mStack.copy();
460 temp = EncodedStringValue.copy(address);
557 mStack.copy();
638 mStack.copy();
866 mStack.copy();
895 mStack.copy();
957 mStack.copy();
1021 mStack.copy();
1072 // That is after calling pop() and before calling copy()
1115 void copy() { method in class:PduComposer.BufferStack
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigManager.java6 * You may obtain a copy of the License at
551 * @param copy If true, the returned list will contain copies of the configurations for the
556 List<WifiConfiguration> getRecentSavedNetworks(int scanResultAgeMs, boolean copy) { argument
580 if (copy) {
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jar ... DelegatedHdf objNext () org.clearsilver.HDF hdf public void copy (java.lang.String, org.clearsilver.HDF ...
/frameworks/native/libs/input/tests/
H A DInputEvent_test.cpp6 * You may obtain a copy of the License at
450 MotionEvent copy; local
451 copy.copyFrom(&event, true /*keepHistory*/);
460 MotionEvent copy; local
461 copy.copyFrom(&event, false /*keepHistory*/);
463 ASSERT_EQ(event.getPointerCount(), copy.getPointerCount());
464 ASSERT_EQ(0U, copy.getHistorySize());
466 ASSERT_EQ(event.getPointerId(0), copy.getPointerId(0));
467 ASSERT_EQ(event.getPointerId(1), copy.getPointerId(1));
469 ASSERT_EQ(event.getEventTime(), copy
[all...]
/frameworks/native/opengl/tools/glgen/src/
H A DGenerateEGL.java6 * You may obtain a copy of the License at
26 private static void copy(String filename, PrintStream out) throws IOException { method in class:GenerateEGL
52 copy(javaPath, glStream);
53 copy(stubRoot + ".cpp", cStream);
96 copy("stubs/egl/" + suffix + "Header.java-if", egljStream);
97 copy("stubs/egl/" + suffix + "cHeader.cpp", eglcStream);
H A DGenerateGL.java6 * You may obtain a copy of the License at
26 static void copy(String filename, PrintStream out) throws IOException { method in class:GenerateGL
53 copy("stubs/jsr239/" + fname +
55 copy("stubs/jsr239/" + fname + ".java-impl", glImplStream);
56 copy("stubs/jsr239/" + fname + ".cpp", cStream);
153 copy("stubs/jsr239/GL10Header.java-if", gl10Stream);
154 copy("stubs/jsr239/GL10ExtHeader.java-if", gl10ExtStream);
155 copy("stubs/jsr239/GL11Header.java-if", gl11Stream);
156 copy("stubs/jsr239/GL11ExtHeader.java-if", gl11ExtStream);
157 copy("stub
[all...]
H A DGenerateGLES.java6 * You may obtain a copy of the License at
26 static void copy(String filename, PrintStream out) throws IOException { method in class:GenerateGLES
51 copy(javaPath, glStream);
52 copy(stubRoot + ".cpp", cStream);
99 copy("stubs/gles11/" + suffix + "Header.java-if", gl11Stream);
100 copy("stubs/gles11/" + suffix + "cHeader.cpp", gl11cStream);
101 copy("stubs/gles11/common.cpp", gl11cStream);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer_hwc1.h6 * You may obtain a copy of the License at
188 static HWCLayer* copy(HWCLayer *rhs) { function in class:android::HWComposer::HWCLayer
213 // copy operators
215 : mLayerList(HWCLayer::copy(rhs.mLayerList)), mIndex(rhs.mIndex) {
352 // internally doesn't copy the memory unless one of the copies is
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCamera2Settings.java6 * You may obtain a copy of the License at
147 public CameraSettings copy() { method in class:AndroidCamera2Settings
H A DAndroidCameraSettings.java6 * You may obtain a copy of the License at
80 public CameraSettings copy() { method in class:AndroidCameraSettings
H A DCameraSettings.java6 * You may obtain a copy of the License at
114 * @return The copy of the source.
146 * @return A copy of this object, as an instance of the implementing class.
148 public abstract CameraSettings copy(); method in class:CameraSettings
/frameworks/compile/mclinker/lib/MC/
H A DAttribute.cpp109 Attribute* copy = new Attribute(*m_pBase); local
110 copy->setWholeArchive();
111 ReplaceOrRecord(m_AttrPool, m_pBase, copy);
115 Attribute* copy = new Attribute(*m_pBase); local
116 copy->unsetWholeArchive();
117 ReplaceOrRecord(m_AttrPool, m_pBase, copy);
121 Attribute* copy = new Attribute(*m_pBase); local
122 copy->setAsNeeded();
123 ReplaceOrRecord(m_AttrPool, m_pBase, copy);
127 Attribute* copy local
133 Attribute* copy = new Attribute(*m_pBase); local
139 Attribute* copy = new Attribute(*m_pBase); local
145 Attribute* copy = new Attribute(*m_pBase); local
151 Attribute* copy = new Attribute(*m_pBase); local
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityCdma.java6 * You may obtain a copy of the License at
93 CellIdentityCdma copy() { method in class:CellIdentityCdma
H A DCellIdentityGsm.java6 * You may obtain a copy of the License at
99 CellIdentityGsm copy() { method in class:CellIdentityGsm
H A DCellIdentityLte.java6 * You may obtain a copy of the License at
101 CellIdentityLte copy() { method in class:CellIdentityLte
H A DCellIdentityWcdma.java6 * You may obtain a copy of the License at
100 CellIdentityWcdma copy() { method in class:CellIdentityWcdma
H A DCellSignalStrength.java6 * You may obtain a copy of the License at
73 * @return A deep copy of this class.
76 public abstract CellSignalStrength copy(); method in class:CellSignalStrength
H A DCellSignalStrengthCdma.java6 * You may obtain a copy of the License at
101 public CellSignalStrengthCdma copy() { method in class:CellSignalStrengthCdma
H A DCellSignalStrengthGsm.java6 * You may obtain a copy of the License at
110 public CellSignalStrengthGsm copy() { method in class:CellSignalStrengthGsm
H A DCellSignalStrengthLte.java6 * You may obtain a copy of the License at
121 public CellSignalStrengthLte copy() { method in class:CellSignalStrengthLte

Completed in 2275 milliseconds

1234