Searched refs:copy (Results 126 - 150 of 180) sorted by relevance

12345678

/frameworks/base/opengl/tools/glgen/stubs/gles11/
H A DGLES10cHeader.cpp6 ** You may obtain a copy of the License at
H A DGLES11ExtcHeader.cpp6 ** You may obtain a copy of the License at
H A DGLES11cHeader.cpp6 ** You may obtain a copy of the License at
H A DGLES20cHeader.cpp6 ** You may obtain a copy of the License at
/frameworks/base/core/java/android/text/
H A DTextUtils.java6 * You may obtain a copy of the License at
833 * placeholder values. This object is not modified; a copy is
1020 * copy with ellipsis character added at the specified edge or center.
1031 * or, if it does not fit, a copy with ellipsis character added
1033 * If <code>preserveLength</code> is specified, the returned copy
1053 * or, if it does not fit, a copy with ellipsis character added
1055 * If <code>preserveLength</code> is specified, the returned copy
1632 T[] copy = null;
1641 if (copy == null) {
1642 copy
[all...]
/frameworks/base/data/fonts/
H A DAndroid.mk5 # You may obtain a copy of the License at
H A Dfonts.mk5 # You may obtain a copy of the License at
/frameworks/base/libs/utils/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/opengl/tests/hwc/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/opt/mailcommon/java/com/android/mailcommon/
H A DWebViewContextMenu.java7 * You may obtain a copy of the License at
86 // For our copy menu items.
96 copy(mText);
137 private void copy(CharSequence text) { method in class:WebViewContextMenu
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A Dsyn_filt_opt.s6 @ ** You may obtain a copy of the License at
39 MOV r4, r3 @ copy mem[] address
40 MOV r5, r13 @ copy yy = y_buf address
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A DFilt_6k_7k_neon.s6 @ ** You may obtain a copy of the License at
36 MOV r8, r0 @ copy signal[] address
37 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/base/media/libstagefright/foundation/
H A DAMessage.cpp6 * You may obtain a copy of the License at
284 sp<AMessage> copy =
287 to->u.refValue = copy.get();
/frameworks/support/v4/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/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/base/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/base/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/services/input/
H A DSpriteController.h6 * You may obtain a copy of the License at
68 inline SpriteIcon copy() const { function in struct:android::SpriteIcon
105 * The sprite retains a copy of the bitmap for subsequent rendering. */
211 * asynchronously with no locks held except in short critical section to copy
/frameworks/base/media/libstagefright/
H A DMPEG4Writer.cpp6 * You may obtain a copy of the License at
1917 // Make a deep copy of the MediaBuffer and Metadata and release
1919 MediaBuffer *copy = new MediaBuffer(buffer->range_length());
1920 memcpy(copy->data(), (uint8_t *)buffer->data() + buffer->range_offset(),
1922 copy->set_range(0, buffer->range_length());
1927 if (mIsAvc) StripStartcode(copy);
1929 size_t sampleSize = copy->range_length();
2071 off64_t offset = mIsAvc? mOwner->addLengthPrefixedSample_l(copy)
2072 : mOwner->addSample_l(copy);
2076 copy
[all...]
/frameworks/base/core/java/android/widget/
H A DStackView.java5 * You may obtain a copy of the License at
900 public StackSlider(StackSlider copy) { argument
901 mView = copy.mView;
902 mYProgress = copy.mYProgress;
903 mXProgress = copy.mXProgress;
904 mMode = copy.mMode;
/frameworks/base/media/libstagefright/codecs/mp3dec/src/asm/
H A Dpvmp3_dct_9_arm.s6 ; You may obtain a copy of the License at

Completed in 580 milliseconds

12345678