Searched refs:copy (Results 26 - 50 of 180) sorted by relevance

12345678

/frameworks/base/core/tests/hosttests/test-apps/ExternalLocPermsFLTestApp/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocTestApp/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocVersionedTestApp_v1/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocVersionedTestApp_v2/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsBT/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/InternalLocTestApp/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/NoLocTestApp/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/NoLocVersionedTestApp_v1/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/NoLocVersionedTestApp_v2/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/SimpleTestApp/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/UpdateExtToIntLocTestApp_v1_ext/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/UpdateExtToIntLocTestApp_v2_int/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/UpdateExternalLocTestApp_v1_ext/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/UpdateExternalLocTestApp_v2_none/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/VersatileTestApp_Auto/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/VersatileTestApp_External/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/VersatileTestApp_Internal/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/VersatileTestApp_None/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/libs/diskusage/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/location/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/media/libmediaplayerservice/nuplayer/
H A DNuPlayerRenderer.cpp6 * You may obtain a copy of the License at
279 size_t copy = entry->mBuffer->size() - entry->mOffset; local
280 if (copy > numBytesAvailableToWrite) {
281 copy = numBytesAvailableToWrite;
285 entry->mBuffer->data() + entry->mOffset, copy),
286 (ssize_t)copy);
288 entry->mOffset += copy;
296 numBytesAvailableToWrite -= copy;
297 size_t copiedFrames = copy / mAudioSink->frameSize();
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dasm_common.S6 @ You may obtain a copy of the License at

Completed in 840 milliseconds

12345678