Searched defs:offset (Results 201 - 225 of 575) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64PLT.cpp51 uint32_t offset = 0; local
54 frag->setOffset(offset);
55 offset += frag->size();
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.cpp50 uint32_t offset = 0; local
53 frag->setOffset(offset);
54 offset += frag->size();
74 uint32_t offset = 0; local
77 offset = got_base - (plt_base + 16);
79 offset = (plt_base + 16) - got_base;
95 data[4] = offset;
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.cpp87 uint32_t offset = 0; local
90 frag->setOffset(offset);
91 offset += frag->size();
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsPLT.cpp77 uint32_t offset = 0; local
80 frag->setOffset(offset);
81 offset += frag->size();
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp114 uint32_t offset = 0; local
117 frag->setOffset(offset);
118 offset += frag->size();
171 uint32_t *offset = reinterpret_cast<uint32_t*>(data + 2); local
172 *offset = m_GOTPLT.addr() + 4;
173 offset = reinterpret_cast<uint32_t*>(data + 8);
174 *offset = m_GOTPLT.addr() + 8;
214 uint32_t* offset; local
216 offset = reinterpret_cast<uint32_t*>(data + 2);
217 *offset
257 uint32_t *offset = reinterpret_cast<uint32_t*>(data + 2); local
304 uint32_t* offset; local
[all...]
/frameworks/ex/framesequence/jni/
H A DFrameSequenceJNI.cpp49 jbyteArray byteArray, jint offset, jint length) {
56 MemoryStream stream(bytes + offset, length);
48 nativeDecodeByteArray(JNIEnv* env, jobject clazz, jbyteArray byteArray, jint offset, jint length) argument
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
H A DVariableSpeedNative.java66 /*package*/ static native void playFileDescriptor(int fd, long offset, long length); argument
/frameworks/minikin/include/minikin/
H A DMinikinFont.h69 void offset(float dx, float dy) { function in struct:android::MinikinRect
/frameworks/native/include/media/hardware/
H A DHDCPAPI.h113 // at location "offset" are available in "buffer" (buffer handle). "size"
122 buffer_handle_t buffer, size_t offset, size_t size,
121 encryptNative( buffer_handle_t buffer, size_t offset, size_t size, uint32_t streamCTR, uint64_t *outInputCTR, void *outData) argument
/frameworks/native/opengl/libagl/
H A Dmipmap.cpp62 size_t offset = (y*2) * bs; local
64 uint32_t p00 = src[offset];
65 uint32_t p10 = src[offset+1];
66 uint32_t p01 = src[offset+bs];
67 uint32_t p11 = src[offset+bs+1];
75 offset += 2;
84 size_t offset = (y*2) * bs; local
86 uint32_t p00 = src[offset];
87 uint32_t p10 = src[offset+1];
88 uint32_t p01 = src[offset
104 size_t offset = (y*2) * bs; local
142 size_t offset = (y*2) * bs; local
160 size_t offset = (y*2) * bs; local
[all...]
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DYearPickerView.java128 public void postSetSelectionFromTop(final int position, final int offset) { argument
133 setSelectionFromTop(position, offset);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccUtils.java43 bcdToString(byte[] data, int offset, int length) { argument
46 for (int i = offset ; i < offset + length ; i++) {
68 cdmaBcdToString(byte[] data, int offset, int length) { argument
72 for (int i = offset; count < length; i++) {
167 * remaining seven bits are an offset value added to the
176 adnStringFieldToString(byte[] data, int offset, int length) { argument
181 if (data[offset] == (byte) 0x80) {
186 ret = new String(data, offset + 1, ucslen * 2, "utf-16be");
208 if (length >= 3 && data[offset]
339 networkNameToString(byte[] data, int offset, int length) argument
510 getCLUT(byte[] rawData, int offset, int number) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccUtils.java43 bcdToString(byte[] data, int offset, int length) { argument
46 for (int i = offset ; i < offset + length ; i++) {
68 cdmaBcdToString(byte[] data, int offset, int length) { argument
72 for (int i = offset; count < length; i++) {
167 * remaining seven bits are an offset value added to the
176 adnStringFieldToString(byte[] data, int offset, int length) { argument
181 if (data[offset] == (byte) 0x80) {
186 ret = new String(data, offset + 1, ucslen * 2, "utf-16be");
208 if (length >= 3 && data[offset]
339 networkNameToString(byte[] data, int offset, int length) argument
510 getCLUT(byte[] rawData, int offset, int number) argument
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DItemAlignment.java29 * alignment at left/right or fixed offset/percentage position; it also allows
46 public void setItemAlignmentOffset(int offset) { argument
47 mOffset = offset;
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DOrientationHelper.java154 * @param view View to offset
155 * @param offset offset amount
157 public abstract void offsetChild(View view, int offset); argument
252 public void offsetChild(View view, int offset) {
253 view.offsetLeftAndRight(offset);
328 public void offsetChild(View view, int offset) {
329 view.offsetTopAndBottom(offset);
/frameworks/wilhelm/src/itf/
H A DIDynamicInterfaceManagement.c54 size_t offset = x->mOffset; local
55 void *thisItf = (char *) thisObject + offset;
162 size_t offset = x->mOffset; local
163 void *thisItf = (char *) thisObject + offset;
231 size_t offset = x->mOffset; local
232 void *thisItf = (char *) thisObject + offset;
310 size_t offset = x->mOffset; local
311 void *thisItf = (char *) thisObject + offset;
410 size_t offset = x->mOffset; local
411 void *thisItf = (char *) thiz + offset;
[all...]
/frameworks/wilhelm/tests/examples/
H A DslesTestPlayFdPath.cpp50 void TestPlayPathFromFD( SLObjectItf sl, const char* path, SLAint64 offset, SLAint64 size) argument
118 locatorFd.offset = offset;
199 fprintf(stdout, "starting at the specified offset, and using the specified length.\n");
/frameworks/av/cmds/stagefright/
H A Dcodec.cpp186 0 /* offset */,
212 0 /* offset */,
248 size_t offset; local
253 &index, &offset, &size, &presentationTimeUs, &flags,
/frameworks/av/drm/common/
H A DDrmEngineBase.cpp124 int fd, off64_t offset, off64_t length, const char* mime) {
127 return onOpenDecryptSession(uniqueId, decryptHandle, fd, offset, length);
130 return onOpenDecryptSession(uniqueId, decryptHandle, fd, offset, length, mime);
168 int uniqueId, DecryptHandle* decryptHandle, void* buffer, ssize_t numBytes, off64_t offset) {
169 return onPread(uniqueId, decryptHandle, buffer, numBytes, offset);
122 openDecryptSession( int uniqueId, DecryptHandle* decryptHandle, int fd, off64_t offset, off64_t length, const char* mime) argument
167 pread( int uniqueId, DecryptHandle* decryptHandle, void* buffer, ssize_t numBytes, off64_t offset) argument
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClient.cpp120 int fd, off64_t offset, off64_t length, const char* mime) {
123 mUniqueId, fd, offset, length, mime);
162 sp<DecryptHandle> &decryptHandle, void* buffer, ssize_t numBytes, off64_t offset) {
163 return mDrmManagerClientImpl->pread(mUniqueId, decryptHandle, buffer, numBytes, offset);
119 openDecryptSession( int fd, off64_t offset, off64_t length, const char* mime) argument
161 pread( sp<DecryptHandle> &decryptHandle, void* buffer, ssize_t numBytes, off64_t offset) argument
H A DNoOpDrmManagerClientImpl.cpp111 int uniqueId, int fd, off64_t offset, off64_t length, const char* mime) {
144 void* buffer, ssize_t numBytes, off64_t offset) {
110 openDecryptSession( int uniqueId, int fd, off64_t offset, off64_t length, const char* mime) argument
143 pread(int uniqueId, sp<DecryptHandle> &decryptHandle, void* buffer, ssize_t numBytes, off64_t offset) argument
/frameworks/av/media/libmedia/
H A DIHDCP.cpp122 size_t offset, size_t size, uint32_t streamCTR,
127 data.writeInt32(offset);
273 size_t offset = data.readInt32(); local
279 status_t err = encryptNative(graphicBuffer, offset, size,
120 encryptNative( const sp<GraphicBuffer> &graphicBuffer, size_t offset, size_t size, uint32_t streamCTR, uint64_t *outInputCTR, void *outData) argument
H A DIMediaMetadataRetriever.cpp117 status_t setDataSource(int fd, int64_t offset, int64_t length) argument
122 data.writeInt64(offset);
233 int64_t offset = data.readInt64(); local
235 reply->writeInt32(setDataSource(fd, offset, length));
H A DIMediaPlayerService.cpp121 virtual status_t decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, argument
128 data.writeInt64(offset);
255 int64_t offset = data.readInt64(); local
262 status_t status = decode(fd, offset, length, &sampleRate, &numChannels, &format,
H A DJetPlayer.cpp337 mEasJetFileLoc->offset = 0;
349 int JetPlayer::loadFromFD(const int fd, const long long offset, const long long length) argument
351 ALOGV("JetPlayer::loadFromFD(): fd=%d offset=%lld length=%lld", fd, offset, length);
357 mEasJetFileLoc->offset = offset;

Completed in 494 milliseconds

1234567891011>>