Searched refs:offset (Results 151 - 175 of 980) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp52 uint32_t offset = 0; local
54 // setup GOT0 offset
57 frag->setOffset(offset);
58 offset += frag->size();
61 // push GOTPLT into the SectionData and setup the offset
69 entry->setOffset(offset);
70 offset += entry->size();
75 // push GOT into the SectionData and setup the offset
83 entry->setOffset(offset);
84 offset
[all...]
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DeglCreateWindowSurface.cpp4 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) {
18 if (offset < 0) {
21 _exceptionMessage = "offset < 0";
24 _remaining = _env->GetArrayLength(attrib_list_ref) - offset;
27 attrib_list = attrib_list_base + offset;
77 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) {
97 if (offset < 0) {
100 _exceptionMessage = "offset < 0";
120 _remaining = _env->GetArrayLength(attrib_list_ref) - offset;
123 attrib_list = attrib_list_base + offset;
3 android_eglCreateWindowSurface(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) argument
76 android_eglCreateWindowSurfaceTexture(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) argument
[all...]
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/util/
H A DRecyclerViewRequireScrollHelper.java63 final int offset = mRecyclerView.computeVerticalScrollOffset();
66 return range != 0 && offset < range - 1;
/frameworks/support/compat/java/android/support/v4/util/
H A DLogWriter.java55 @Override public void write(char[] buf, int offset, int count) { argument
57 char c = buf[offset + i];
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A DFwdLockFile.h54 * @param[in] offset The offset with which to update the file position.
60 off64_t FwdLockFile_lseek(int fileDesc, off64_t offset, int whence);
/frameworks/av/media/img_utils/include/img_utils/
H A DInput.h44 * at the index given in the offset argument.
49 virtual ssize_t read(uint8_t* buf, size_t offset, size_t count) = 0;
H A DOutput.h44 * at the index given in the offset argument.
48 virtual status_t write(const uint8_t* buf, size_t offset, size_t count) = 0;
H A DTiffIfd.h41 * - A 4-byte offset to the next IFD.
73 * the given offset should be word aligned.
77 virtual status_t writeData(uint32_t offset, /*out*/EndianOutput* out) const;
107 * This sets all strip related tags, but leaves offset values unitialized.
108 * setStripOffsets must be called with the desired offset before writing.
124 * Convenience method to set beginning offset for strips.
130 virtual status_t setStripOffset(uint32_t offset);
135 * This sums the byte count at each strip offset, and returns
156 virtual uint32_t checkAndGetOffset(uint32_t offset) const;
/frameworks/av/media/libstagefright/
H A DAVIExtractor.cpp172 off64_t offset; local
177 mTrackIndex, mSampleIndex, &offset, &size, &isKey, &timeUs);
188 ssize_t n = mExtractor->mDataSource->readAt(offset, out->data(), size);
245 if (mBuffer != NULL && mBuffer->offset() > 0) {
278 for (size_t offset = 0; offset + 3 < mBuffer->size(); ++offset) {
279 uint32_t firstHeader = U32_AT(mBuffer->data() + offset);
286 size_t subsequentOffset = offset + frameSize;
311 mBuffer->data() + offset,
422 parseChunk(off64_t offset, off64_t size, int depth) argument
589 parseStreamHeader(off64_t offset, size_t size) argument
669 parseStreamFormat(off64_t offset, size_t size) argument
767 parseIndex(off64_t offset, size_t size) argument
810 uint32_t offset = U32LE_AT(&data[8]); local
845 off64_t offset; local
881 off64_t offset; local
1002 off64_t offset; local
1050 off64_t offset; local
1104 getSampleInfo( size_t trackIndex, size_t sampleIndex, off64_t *offset, size_t *size, bool *isKey, int64_t *sampleTimeUs) argument
1165 off64_t offset; local
[all...]
/frameworks/base/obex/javax/obex/
H A DPrivateInputStream.java106 public synchronized int read(byte[] b, int offset, int length) throws IOException { argument
111 if ((offset | length) < 0 || length > b.length - offset) {
118 int offset1 = offset;
H A DPrivateOutputStream.java97 public synchronized void write(byte[] buffer, int offset, int count) throws IOException { argument
98 int offset1 = offset;
104 if ((offset | count) < 0 || count > buffer.length - offset) {
/frameworks/base/tools/layoutlib/bridge/src/android/text/
H A DHyphenator_Delegate.java43 static long loadHyphenator(ByteBuffer buffer, int offset) { argument
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/
H A DObexTime.java32 * match OBEX time string: YYYYMMDDTHHMMSS with optional UTF offset
54 * if 7th group is matched then we have UTC offset information
61 /* time zone offset is specified in miliseconds */
62 int offset = (ohh * 60 + omm) * 60 * 1000;
65 offset = -offset;
69 tz.setRawOffset(offset);
/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java243 int offset
261 int offset
359 int offset
374 int offset
396 int offset
528 int offset
547 int offset
566 int offset
585 int offset
604 int offset
1066 glBindVertexBuffer( int bindingindex, int buffer, long offset, int stride ) argument
[all...]
/frameworks/av/include/media/stagefright/
H A DFileSource.h34 FileSource(int fd, int64_t offset, int64_t length);
38 virtual ssize_t readAt(off64_t offset, void *data, size_t size);
67 ssize_t readAtDRM(off64_t offset, void *data, size_t size);
H A DMediaHTTP.h35 off64_t offset);
41 virtual ssize_t readAt(off64_t offset, void *data, size_t size);
47 virtual status_t reconnectAtOffset(off64_t offset);
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dlsp_lsf.cpp174 Word16 i, ind, offset;
180 offset = lsf[i] & 0x00ff; // offset = b0-b7 of lsf[i]
182 // lsp[i] = table[ind]+ ((table[ind+1]-table[ind])*offset) / 256
184 L_tmp = L_mult (sub (table[ind + 1], table[ind]), offset);
221 Word16 i, ind, offset; local
227 offset = lsf[i] & 0x00ff; /* offset = b0-b7 of lsf[i] */
229 /* lsp[i] = table[ind]+ ((table[ind+1]-table[ind])*offset) / 256 */
231 L_tmp = ((Word32)(table[ind + 1] - table[ind]) * offset) >>
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Disp_isf.c67 Word16 offset; local
79 offset = (Word16) (isp[i] & 0x007f); /* offset = b0-b6 of isf[i] */
81 /* isp[i] = table[ind]+ ((table[ind+1]-table[ind])*offset) / 128 */
82 L_tmp = vo_L_mult(vo_sub(table[ind + 1], table[ind]), offset);
/frameworks/av/media/libstagefright/include/
H A DThrottledSource.h32 virtual ssize_t readAt(off64_t offset, void *data, size_t size);
53 virtual status_t reconnectAtOffset(off64_t offset) { argument
54 return mSource->reconnectAtOffset(offset);
/frameworks/base/core/java/android/app/backup/
H A DBackupDataInput.java156 * @param offset Offset within the 'data' array at which the data will be placed
163 public int readEntityData(byte[] data, int offset, int size) throws IOException { argument
165 int result = readEntityData_native(mBackupReader, data, offset, size);
196 private native int readEntityData_native(long mBackupReader, byte[] data, int offset, int size); argument
/frameworks/base/core/java/com/android/internal/util/
H A DBitwiseInputStream.java32 // The current position offset, in bits, from the msb in byte 0.
35 // The last valid bit offset.
76 int offset = 16 - (mPos & 0x07) - bits; // &7==%8
82 if (offset < 8) data |= mBuf[index + 1] & 0xFF;
83 data >>>= offset;
H A DBitwiseOutputStream.java32 // The current position offset, in bits, from the msb in byte 0.
35 // The last bit offset, given the current buf length.
99 int offset = 16 - (mPos & 0x07) - bits; // &7==%8
100 data <<= offset;
103 if (offset < 8) mBuf[index + 1] |= data & 0xFF;
/frameworks/base/tools/aapt/
H A DCrunchCache.cpp43 // and offset our beginning pointer to the length of the sourcePath
49 int offset = 0; local
51 offset = 1;
52 relativePath = String8(rPathPtr + offset);
/frameworks/native/include/binder/
H A DIMemory.h75 virtual sp<IMemoryHeap> getMemory(ssize_t* offset=0, size_t* size=0) const = 0;
78 void* fastPointer(const sp<IBinder>& heap, ssize_t offset) const;
81 ssize_t offset() const;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmSmsAddress.java35 * @param offset the offset of the Address-Length byte
41 public GsmSmsAddress(byte[] data, int offset, int length) throws ParseException { argument
43 System.arraycopy(data, offset, origBytes, 0, length);
54 offset + OFFSET_TOA);

Completed in 632 milliseconds

1234567891011>>