Searched refs:copy (Results 151 - 175 of 262) sorted by relevance

1234567891011

/frameworks/opt/vcard/tests/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/support/v7/appcompat/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/support/v7/gridlayout/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/testing/androidtestlib/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/testing/androidtestlib/tests/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/testing/uiautomator/samples/SkeletonTest/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdClearMbLayer.s6 ; You may obtain a copy of the License at
H A Dh264bsdFlushBits.s6 ; You may obtain a copy of the License at
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdClearMbLayer.S6 @ You may obtain a copy of the License at
H A Dh264bsdFlushBits.S6 @ You may obtain a copy of the License at
/frameworks/base/core/java/android/inputmethodservice/
H A DExtractEditText.java6 * You may obtain a copy of the License at
105 if (id == android.R.id.copy) stopSelectionActionMode();
/frameworks/base/core/java/android/text/
H A DAutoText.java6 * You may obtain a copy of the License at
199 // Don't let Resources cache a copy of all these strings.
269 char[] copy = new char[mTrie.length + INCREMENT];
270 System.arraycopy(mTrie, 0, copy, 0, mTrie.length);
271 mTrie = copy;
/frameworks/base/core/tests/coretests/src/android/os/
H A DMemoryFileTest.java6 * You may obtain a copy of the License at
116 byte[] copy = new byte[file.length()];
117 file.readBytes(copy, 0, 0, file.length());
118 assertEquals("[1, 2, 3, 4, 5, 6, 7, 8, 9, 0]", Arrays.toString(copy));
/frameworks/av/media/libstagefright/wifi-display/rtp/
H A DRTPSender.cpp6 * You may obtain a copy of the License at
387 size_t copy = out->capacity() - outBytesUsed - 2; local
388 if (copy > nalSize - srcOffset) {
389 copy = nalSize - srcOffset;
401 if (srcOffset + copy == nalSize) {
405 memcpy(&dst[2], nalStart + srcOffset, copy);
406 srcOffset += copy;
408 out->setRange(0, outBytesUsed + copy + 2);
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp6 * You may obtain a copy of the License at
618 size_t copy = info->mSize; local
619 if (copy > numBytesAvailableToWrite) {
620 copy = numBytesAvailableToWrite;
623 if (copy == 0) {
630 buffer->base() + info->mOffset, copy);
632 CHECK_EQ(nbytes, (ssize_t)copy);
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.h6 * You may obtain a copy of the License at
275 SkMatrix* copy = new SkMatrix(*matrix); local
276 mMatrices.add(copy);
277 return copy;
291 // contents, and drawing again. The only fix would be to always copy it the first time,
310 shaderCopy = shader->copy();
/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityGsm.java6 * You may obtain a copy of the License at
72 CellIdentityGsm copy() { method in class:CellIdentityGsm
H A DCellIdentityWcdma.java6 * You may obtain a copy of the License at
78 CellIdentityWcdma copy() { method in class:CellIdentityWcdma
H A DCellSignalStrengthGsm.java6 * You may obtain a copy of the License at
92 public CellSignalStrengthGsm copy() { method in class:CellSignalStrengthGsm
H A DCellSignalStrengthWcdma.java6 * You may obtain a copy of the License at
92 public CellSignalStrengthWcdma copy() { method in class:CellSignalStrengthWcdma
/frameworks/av/media/libstagefright/codecs/amrnb/common/
H A DAndroid.mk12 src/copy.cpp \
/frameworks/base/data/fonts/
H A Dfonts.mk5 # You may obtain a copy of the License at
/frameworks/base/libs/androidfw/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/media/mca/filterfw/jni/
H A DAndroid.mk5 # You may obtain a copy of the License at

Completed in 823 milliseconds

1234567891011