Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 830) sorted by relevance

12345678910>>...34

/frameworks/base/core/java/android/text/method/
DWordIterator.java75 public int preceding(int offset) { in preceding()
87 public int following(int offset) { in following()
99 public boolean isBoundary(int offset) { in isBoundary()
112 public int nextBoundary(int offset) { in nextBoundary()
125 public int prevBoundary(int offset) { in prevBoundary()
143 public int getBeginning(int offset) { in getBeginning()
163 public int getEnd(int offset) { in getEnd()
184 public int getPrevWordBeginningOnTwoWordsBoundary(int offset) { in getPrevWordBeginningOnTwoWordsBoundary()
203 public int getNextWordEndOnTwoWordBoundary(int offset) { in getNextWordEndOnTwoWordBoundary()
223 private int getBeginning(int offset, boolean getPrevWordBeginningOnTwoWordsBoundary) { in getBeginning()
[all …]
/frameworks/base/core/java/android/os/
DHwBlob.java52 public native final boolean getBool(long offset); in getBool()
58 public native final byte getInt8(long offset); in getInt8()
64 public native final short getInt16(long offset); in getInt16()
70 public native final int getInt32(long offset); in getInt32()
76 public native final long getInt64(long offset); in getInt64()
82 public native final float getFloat(long offset); in getFloat()
88 public native final double getDouble(long offset); in getDouble()
94 public native final String getString(long offset); in getString()
106 public native final void copyToBoolArray(long offset, boolean[] array, int size); in copyToBoolArray()
117 public native final void copyToInt8Array(long offset, byte[] array, int size); in copyToInt8Array()
[all …]
/frameworks/av/media/libstagefright/
DDataSourceBase.cpp26 bool DataSourceBase::getUInt16(off64_t offset, uint16_t *x) { in getUInt16()
39 bool DataSourceBase::getUInt24(off64_t offset, uint32_t *x) { in getUInt24()
52 bool DataSourceBase::getUInt32(off64_t offset, uint32_t *x) { in getUInt32()
65 bool DataSourceBase::getUInt64(off64_t offset, uint64_t *x) { in getUInt64()
78 bool DataSourceBase::getUInt16Var(off64_t offset, uint16_t *x, size_t size) { in getUInt16Var()
92 bool DataSourceBase::getUInt32Var(off64_t offset, uint32_t *x, size_t size) { in getUInt32Var()
106 bool DataSourceBase::getUInt64Var(off64_t offset, uint64_t *x, size_t size) { in getUInt64Var()
DFileSource.cpp37 FileSource::FileSource(int fd, int64_t offset, int64_t length) in FileSource()
65 ssize_t FileSource::readAt(off64_t offset, void *data, size_t size) { in readAt()
113 ssize_t FileSource::readAtDRM_l(off64_t offset, void *data, size_t size) { in readAtDRM_l()
144 bool FileSource::requiresDrm(int fd, int64_t offset, int64_t length, const char *mime) { in requiresDrm()
DClearFileSource.cpp51 ClearFileSource::ClearFileSource(int fd, int64_t offset, int64_t length) in ClearFileSource()
103 ssize_t ClearFileSource::readAt(off64_t offset, void *data, size_t size) { in readAt()
121 ssize_t ClearFileSource::readAt_l(off64_t offset, void *data, size_t size) { in readAt_l()
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
DGLId.java26 public void glGenBuffers(int n, int[] buffers, int offset); in glGenBuffers()
28 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset); in glDeleteTextures()
30 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset); in glDeleteBuffers()
32 public void glDeleteFramebuffers(GL11ExtensionPack gl11ep, int n, int[] buffers, int offset); in glDeleteFramebuffers()
DGLES20IdImpl.java19 public void glGenBuffers(int n, int[] buffers, int offset) { in glGenBuffers()
25 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset) { in glDeleteTextures()
32 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset) { in glDeleteBuffers()
38 public void glDeleteFramebuffers(GL11ExtensionPack gl11ep, int n, int[] buffers, int offset) { in glDeleteFramebuffers()
/frameworks/av/media/libstagefright/codecs/amrwb/src/
Ddec_alg_codebook.cpp118 void dec_1p_N1(int32 index, int16 N, int16 offset, int16 pos[]) in dec_1p_N1()
145 void dec_2p_2N1(int32 index, int16 N, int16 offset, int16 pos[]) in dec_2p_2N1()
192 void dec_3p_3N1(int32 index, int16 N, int16 offset, int16 pos[]) in dec_3p_3N1()
229 void dec_4p_4N1(int32 index, int16 N, int16 offset, int16 pos[]) in dec_4p_4N1()
265 void dec_4p_4N(int32 index, int16 N, int16 offset, int16 pos[]) in dec_4p_4N()
316 void dec_5p_5N(int32 index, int16 N, int16 offset, int16 pos[]) in dec_5p_5N()
350 void dec_6p_6N_2(int32 index, int16 N, int16 offset, int16 pos[]) in dec_6p_6N_2()
/frameworks/base/telephony/java/com/android/internal/telephony/uicc/
DIccUtils.java50 bcdToString(byte[] data, int offset, int length) { in bcdToString()
107 public static void bcdToBytes(String bcd, byte[] bytes, int offset) { in bcdToBytes()
122 public static String bcdPlmnToString(byte[] data, int offset) { in bcdPlmnToString()
146 public static void stringToBcdPlmn(final String plmn, byte[] data, int offset) { in stringToBcdPlmn()
157 bchToString(byte[] data, int offset, int length) { in bchToString()
177 cdmaBcdToString(byte[] data, int offset, int length) { in cdmaBcdToString()
285 adnStringFieldToString(byte[] data, int offset, int length) { in adnStringFieldToString()
448 networkNameToString(byte[] data, int offset, int length) { in networkNameToString()
597 int offset = run - runIndex - 1; in mapTo2OrderBitColor() local
618 private static int[] getCLUT(byte[] rawData, int offset, int number) { in getCLUT()
[all …]
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11.java161 int offset, in glBufferSubData()
169 int offset in glClipPlanef()
180 int offset in glClipPlanex()
199 int offset in glColorPointer()
205 int offset in glDeleteBuffers()
217 int offset in glDrawElements()
223 int offset in glGenBuffers()
234 int offset in glGetBooleanv()
246 int offset in glGetBufferParameteriv()
258 int offset in glGetClipPlanef()
[all …]
DGL11Ext.java40 void glTexParameterfv(int target, int pname, float[] param, int offset); in glTexParameterfv()
56 int offset in glDrawTexfvOES()
73 int offset in glDrawTexivOES()
90 int offset in glDrawTexsvOES()
107 int offset in glDrawTexxvOES()
136 int offset in glMatrixIndexPointerOES()
150 int offset in glWeightPointerOES()
/frameworks/base/opengl/java/android/opengl/
DGLES11.java174 int offset, in glBufferSubData()
184 int offset in glClipPlanef()
199 int offset in glClipPlanex()
224 int offset in glColorPointer()
232 int offset in glDeleteBuffers()
248 int offset in glDrawElements()
256 int offset in glGenBuffers()
271 int offset in glGetBooleanv()
287 int offset in glGetBufferParameteriv()
303 int offset in glGetClipPlanef()
[all …]
DGLErrorWrapper.java207 public void glDeleteTextures(int n, int[] textures, int offset) { in glDeleteTextures()
297 public void glFogfv(int pname, float[] params, int offset) { in glFogfv()
315 public void glFogxv(int pname, int[] params, int offset) { in glFogxv()
347 public void glGenTextures(int n, int[] textures, int offset) { in glGenTextures()
365 public void glGetIntegerv(int pname, int[] params, int offset) { in glGetIntegerv()
396 public void glLightModelfv(int pname, float[] params, int offset) { in glLightModelfv()
414 public void glLightModelxv(int pname, int[] params, int offset) { in glLightModelxv()
432 public void glLightfv(int light, int pname, float[] params, int offset) { in glLightfv()
450 public void glLightxv(int light, int pname, int[] params, int offset) { in glLightxv()
480 public void glLoadMatrixf(float[] m, int offset) { in glLoadMatrixf()
[all …]
DGLLogWrapper.java118 private void arg(String name, int n, int[] arr, int offset) { in arg()
122 private void arg(String name, int n, short[] arr, int offset) { in arg()
126 private void arg(String name, int n, float[] arr, int offset) { in arg()
144 private String toString(int n, int format, int[] arr, int offset) { in toString()
162 private String toString(int n, short[] arr, int offset) { in toString()
180 private String toString(int n, float[] arr, int offset) { in toString()
1032 int offset = byteBuffer.arrayOffset(); in toCharIndices() local
1422 public void glDeleteTextures(int n, int[] textures, int offset) { in glDeleteTextures()
1605 public void glFogfv(int pname, float[] params, int offset) { in glFogfv()
1636 public void glFogxv(int pname, int[] params, int offset) { in glFogxv()
[all …]
DGLES11Ext.java200 int offset in glDrawTexsvOES()
213 int offset in glDrawTexivOES()
226 int offset in glDrawTexxvOES()
249 int offset in glDrawTexfvOES()
299 int offset in glClipPlanexOES()
337 int offset in glFogxvOES()
363 int offset in glGetClipPlanexOES()
378 int offset in glGetFixedvOES()
394 int offset in glGetLightxvOES()
411 int offset in glGetMaterialxvOES()
[all …]
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DBitwiseStreamsTest.java35 int offset = 3; in testOne() local
50 int offset = 3; in testTwo() local
64 int offset = 4; in testThree() local
78 int offset = 7; in testFour() local
119 int offset = run % 8; in testSix() local
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
Dpvmp3_getbits.cpp114 uint32 offset; in getNbits() local
162 uint32 offset; in getUpTo9bits() local
198 uint32 offset; in getUpTo17bits() local
236 uint32 offset; in get1bit() local
/frameworks/base/core/java/com/android/internal/widget/
DChildHelper.java97 final int offset; in addView() local
118 int offset = index; in getOffset() local
160 final int offset = getOffset(index); in removeViewAt() local
180 final int offset = getOffset(index); in getChildAt() local
229 final int offset; in attachViewToParent() local
282 final int offset = getOffset(index); in detachViewFromParent() local
328 final int offset = mCallback.indexOfChild(view); in hide() local
350 final int offset = mCallback.indexOfChild(view); in unhide() local
523 View getChildAt(int offset); in getChildAt()
531 void detachViewFromParent(int offset); in detachViewFromParent()
/frameworks/av/media/extractors/mp4/
DItemTable.cpp75 off64_t offset; member
87 off64_t offset; member
121 status_t Box::parseChunk(off64_t *offset) { in parseChunk()
174 status_t Box::parseChunks(off64_t offset, size_t size) { in parseChunks()
206 status_t FullBox::parseFullBoxHeader(off64_t *offset, size_t *size) { in parseFullBoxHeader()
233 status_t PitmBox::parse(off64_t offset, size_t size, uint32_t *primaryItemId) { in parse()
323 status_t IlocBox::parse(off64_t offset, size_t size) { in parse()
596 status_t ItemReference::parse(off64_t offset, size_t size) { in parse()
643 status_t IrefBox::parse(off64_t offset, size_t size) { in parse()
654 status_t IrefBox::onChunkData(uint32_t type, off64_t offset, size_t size) { in onChunkData()
[all …]
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java292 int offset in glDeleteTextures()
391 int offset in glFogfv()
413 int offset in glFogxv()
456 int offset in glGenTextures()
476 int offset in glGetIntegerv()
521 int offset in glLightModelfv()
543 int offset in glLightModelxv()
567 int offset in glLightfv()
592 int offset in glLightxv()
624 int offset in glLoadMatrixf()
[all …]
/frameworks/native/opengl/tools/glgen/stubs/egl/
DeglCreateWindowSurface.java8 int offset in _eglCreateWindowSurface()
16 int offset in _eglCreateWindowSurfaceTexture()
23 int offset in eglCreateWindowSurface()
/frameworks/base/services/backup/java/com/android/server/backup/utils/
DTarBackupReader.java242 private static int readExactly(InputStream in, byte[] buffer, int offset, int size) in readExactly()
294 int offset = 0; in readAppManifestAndReturnSignatures() local
574 int offset = extractLine(buffer, 0, str); in readMetadata() local
653 private static int extractLine(byte[] buffer, int offset, String[] outStr) throws IOException { in extractLine()
703 int offset = 0; in readPaxExtendedHeader() local
747 private static long extractRadix(byte[] data, int offset, int maxChars, int radix) in extractRadix()
766 private static String extractString(byte[] data, int offset, int maxChars) throws IOException { in extractString()
777 int offset = 0; in hexLog() local
/frameworks/base/media/java/android/media/midi/
DMidiReceiver.java61 abstract public void onSend(byte[] msg, int offset, int count, long timestamp) in onSend()
103 public void send(byte[] msg, int offset, int count) throws IOException { in send()
123 public void send(byte[] msg, int offset, int count, long timestamp) in send()
/frameworks/native/libs/binder/
DMemoryBase.cpp29 ssize_t offset, size_t size) in MemoryBase()
34 sp<IMemoryHeap> MemoryBase::getMemory(ssize_t* offset, size_t* size) const in getMemory()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DLimitedInputStream.cs84 public override int Read(byte[] buffer, int offset, int count) in Read()
95 public override long Seek(long offset, SeekOrigin origin) in Seek()
105 public override void Write(byte[] buffer, int offset, int count) in Write()

12345678910>>...34