Searched refs:copy (Results 101 - 125 of 180) sorted by relevance

12345678

/frameworks/base/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/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/base/media/libstagefright/chromium_http/
H A Dsupport.cpp6 * You may obtain a copy of the License at
372 size_t copy = mNumBytesTotal - mNumBytesRead; local
373 if (copy > mReadBuffer->size()) {
374 copy = mReadBuffer->size();
378 if (request->Read(mReadBuffer, copy, &n)) {
381 CHECK_LE((size_t)n, copy);
/frameworks/base/core/java/android/webkit/
H A DSelectActionModeCallback.java6 * You may obtain a copy of the License at
78 case android.R.id.copy:
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.h6 * You may obtain a copy of the License at
442 SkMatrix* copy = new SkMatrix(*matrix); local
443 addInt((int) copy);
444 mMatrices.add(copy);
450 // contents, and drawing again. The only fix would be to always copy it the first time,
466 shaderCopy = shader->copy();
/frameworks/base/libs/ui/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/media/libstagefright/codecs/amrnb/common/
H A DAndroid.mk12 src/copy.cpp \
/frameworks/base/media/tests/omxjpegdecoder/
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/carousel/
H A DAndroid.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/support/v13/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/media/libstagefright/id3/
H A DID3.cpp6 * You may obtain a copy of the License at
152 void *copy = malloc(size); local
153 memcpy(copy, mData, size);
157 memcpy(mData, copy, size);
167 free(copy);
168 copy = NULL;
/frameworks/base/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/base/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/core/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
/frameworks/base/media/libstagefright/httplive/
H A DLiveSession.cpp6 * You may obtain a copy of the License at
266 sp<ABuffer> copy = new ABuffer(buffer->size() + bufferRemaining); local
267 memcpy(copy->data(), buffer->data(), buffer->size());
268 copy->setRange(0, buffer->size());
270 buffer = copy;
/frameworks/base/opengl/tools/glgen/stubs/gles11/
H A DGLES10ExtcHeader.cpp6 ** You may obtain a copy of the License at

Completed in 675 milliseconds

12345678