Searched refs:copy (Results 251 - 275 of 318) sorted by relevance

<<111213

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A DFilt_6k_7k_neon.s6 @ ** You may obtain a copy of the License at
37 MOV r8, r0 @ copy signal[] address
38 MOV r5, r2 @ copy mem[] address
H A Dresidu_asm_neon.s6 @ ** You may obtain a copy of the License at
41 ADD r9, r1, r7, LSL #1 @copy the address
H A Dscale_sig_neon.s6 @ ** You may obtain a copy of the License at
37 MOV r5, r0 @ copy x[] address
/frameworks/opt/net/wifi/service/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/opt/photoviewer/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/support/v7/cardview/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/support/v7/mediarouter/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_mid_hor.s5 ; You may obtain a copy of the License at
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdFillRow7.s6 ; You may obtain a copy of the License at
H A Dh264bsdWriteMacroblock.s6 ; You may obtain a copy of the License at
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdFillRow7.S6 @ You may obtain a copy of the License at
H A Dh264bsdWriteMacroblock.S6 @ You may obtain a copy of the License at
/frameworks/base/core/tests/coretests/src/com/android/internal/net/
H A DNetworkStatsFactoryTest.java6 * You may obtain a copy of the License at
139 Streams.copy(in, out);
/frameworks/base/libs/input/
H A DSpriteController.h6 * You may obtain a copy of the License at
66 inline SpriteIcon copy() const { function in struct:android::SpriteIcon
103 * The sprite retains a copy of the bitmap for subsequent rendering. */
209 * asynchronously with no locks held except in short critical section to copy
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DNetworkStatsCollectionTest.java6 * You may obtain a copy of the License at
165 Streams.copy(in, out);
/frameworks/base/telephony/java/android/telephony/
H A DCellSignalStrengthCdma.java6 * You may obtain a copy of the License at
101 public CellSignalStrengthCdma copy() { method in class:CellSignalStrengthCdma
H A DCellSignalStrengthLte.java6 * You may obtain a copy of the License at
121 public CellSignalStrengthLte copy() { method in class:CellSignalStrengthLte
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
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/base/core/java/android/widget/
H A DStackView.java5 * You may obtain a copy of the License at
910 public StackSlider(StackSlider copy) { argument
911 mView = copy.mView;
912 mYProgress = copy.mYProgress;
913 mXProgress = copy.mXProgress;
914 mMode = copy.mMode;
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp6 * You may obtain a copy of the License at
388 sp<AMessage> copy = local
391 to->u.refValue = copy.get();
/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java6 ** You may obtain a copy of the License at
505 copy(new FileInputStream(fd.getFileDescriptor()), System.out);
508 private static void copy(InputStream is, OutputStream os) throws IOException { method in class:Content.ReadCommand
/frameworks/base/data/fonts/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/services/core/java/com/android/server/job/
H A DJobStore.java6 * You may obtain a copy of the License at
54 * reference, so none of the functions in this class should make a copy.
279 JobStatus copy = new JobStatus(jobStatus.getJob(), jobStatus.getUid(),
281 mStoreCopy.add(copy);
/frameworks/support/v17/leanback/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
H A Dpvmp3_dct_9_gcc.s6 @ You may obtain a copy of the License at

Completed in 847 milliseconds

<<111213