Searched refs:copy (Results 176 - 200 of 262) sorted by relevance

1234567891011

/frameworks/base/media/tests/omxjpegdecoder/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/packages/InputDevices/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/packages/WAPPushManager/tests/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/services/input/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/tools/preload/
H A DMemoryUsage.java6 * You may obtain a copy of the License at
240 copy(err, System.err);
274 private static void copy(InputStream in, OutputStream out) { method in class:MemoryUsage
/frameworks/compile/slang/
H A DSlangData.mk5 # You may obtain a copy of the License at
/frameworks/ex/common/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/ex/variablespeed/jni/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/native/libs/binder/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/native/libs/input/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/native/libs/ui/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h6 * You may obtain a copy of the License at
182 static HWCLayer* copy(HWCLayer *rhs) { function in class:android::HWComposer::HWCLayer
207 // copy operators
209 : mLayerList(HWCLayer::copy(rhs.mLayerList)), mIndex(rhs.mIndex) {
/frameworks/opt/photoviewer/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/opt/photoviewer/sample/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/support/v13/
H A DAndroid.mk5 # You may obtain a copy of the License at
/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/av/media/libstagefright/chromium_http/
H A Dsupport.cpp6 * You may obtain a copy of the License at
496 size_t copy = mNumBytesTotal - mNumBytesRead; local
497 if (copy > mReadBuffer->size()) {
498 copy = mReadBuffer->size();
502 if (request->Read(mReadBuffer, copy, &n)) {
505 CHECK_LE((size_t)n, copy);
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A DFilt_6k_7k_opt.s6 @ ** You may obtain a copy of the License at
37 MOV r8, r0 @ copy signal[] address
38 MOV r4, r1 @ copy lg address
39 MOV r5, r2 @ copy mem[] address
H A DNorm_Corr_opt.s6 @ ** You may obtain a copy of the License at
71 MOV r14, r1 @copy xn[] address
107 MOV r12, r1 @copy of xn[]
108 ADD r14, r13, #20 @copy of excf[]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A DNorm_Corr_neon.s6 @ ** You may obtain a copy of the License at
71 MOV r14, r1 @copy xn[] address
112 ADD r14, r13, #20 @copy of excf[]
113 MOV r12, r1 @copy of xn[]
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrame.java6 * You may obtain a copy of the License at
185 Bitmap result = bitmap.copy(Bitmap.Config.ARGB_8888, false);
/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityCdma.java6 * You may obtain a copy of the License at
91 CellIdentityCdma copy() { method in class:CellIdentityCdma
H A DCellIdentityLte.java6 * You may obtain a copy of the License at
79 CellIdentityLte copy() { method in class:CellIdentityLte
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameImage2D.java6 * You may obtain a copy of the License at
91 * @param target The target frame to copy to.
122 result = bitmap.copy(Bitmap.Config.ARGB_8888, false);
/frameworks/opt/mms/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

Completed in 3710 milliseconds

1234567891011