Home
last modified time | relevance | path

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

12345678910>>...35

/frameworks/base/core/java/android/text/method/
DWordIterator.java76 public int preceding(int offset) { in preceding()
88 public int following(int offset) { in following()
100 public boolean isBoundary(int offset) { in isBoundary()
113 public int nextBoundary(int offset) { in nextBoundary()
126 public int prevBoundary(int offset) { in prevBoundary()
144 public int getBeginning(int offset) { in getBeginning()
164 public int getEnd(int offset) { in getEnd()
185 public int getPrevWordBeginningOnTwoWordsBoundary(int offset) { in getPrevWordBeginningOnTwoWordsBoundary()
204 public int getNextWordEndOnTwoWordBoundary(int offset) { in getNextWordEndOnTwoWordBoundary()
224 private int getBeginning(int offset, boolean getPrevWordBeginningOnTwoWordsBoundary) { in getBeginning()
[all …]
/frameworks/base/core/java/android/os/
DHwBlob.java50 public native final boolean getBool(long offset); in getBool()
56 public native final byte getInt8(long offset); in getInt8()
62 public native final short getInt16(long offset); in getInt16()
68 public native final int getInt32(long offset); in getInt32()
74 public native final long getInt64(long offset); in getInt64()
80 public native final float getFloat(long offset); in getFloat()
86 public native final double getDouble(long offset); in getDouble()
92 public native final String getString(long offset); in getString()
100 public native final long getFieldHandle(long offset); in getFieldHandle()
112 public native final void copyToBoolArray(long offset, boolean[] array, int size); in copyToBoolArray()
[all …]
/frameworks/av/media/libstagefright/include/media/stagefright/
DDataSourceBase.h50 bool getUInt16(off64_t offset, uint16_t *x) { in getUInt16()
63 bool getUInt24(off64_t offset, uint32_t *x) { in getUInt24()
75 bool getUInt32(off64_t offset, uint32_t *x) { in getUInt32()
87 bool getUInt64(off64_t offset, uint64_t *x) { in getUInt64()
101 bool getUInt16Var(off64_t offset, uint16_t *x, size_t size) { in getUInt16Var()
114 bool getUInt32Var(off64_t offset, uint32_t *x, size_t size) { in getUInt32Var()
127 bool getUInt64Var(off64_t offset, uint64_t *x, size_t size) { in getUInt64Var()
/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/codecs/amrwb/dec/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.java62 bcdToString(byte[] data, int offset, int length) { in bcdToString()
119 public static void bcdToBytes(String bcd, byte[] bytes, int offset) { in bcdToBytes()
134 public static String bcdPlmnToString(byte[] data, int offset) { in bcdPlmnToString()
158 public static void stringToBcdPlmn(final String plmn, byte[] data, int offset) { in stringToBcdPlmn()
169 bchToString(byte[] data, int offset, int length) { in bchToString()
190 cdmaBcdToString(byte[] data, int offset, int length) { in cdmaBcdToString()
336 adnStringFieldToString(byte[] data, int offset, int length) { in adnStringFieldToString()
503 networkNameToString(byte[] data, int offset, int length) { in networkNameToString()
654 int offset = run - runIndex - 1; in mapTo2OrderBitColor() local
675 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/services/core/java/com/android/server/biometrics/
DHardwareAuthTokenUtils.java103 private static void writeLong(long l, byte[] dest, int offset) { in writeLong()
114 private static void writeInt(int i, byte[] dest, int offset) { in writeInt()
121 private static long getLong(byte[] array, int offset) { in getLong()
130 private static int getInt(byte[] array, int offset) { in getInt()
/frameworks/av/media/libmediaplayerservice/datasource/
DPlayerServiceFileSource.cpp37 PlayerServiceFileSource::PlayerServiceFileSource(int fd, int64_t offset, int64_t length) in PlayerServiceFileSource()
66 ssize_t PlayerServiceFileSource::readAt(off64_t offset, void *data, size_t size) { in readAt()
119 ssize_t PlayerServiceFileSource::readAtDRM_l(off64_t offset, void *data, size_t size) { in readAtDRM_l()
150 bool PlayerServiceFileSource::requiresDrm(int fd, int64_t offset, int64_t length, const char *mime)… in requiresDrm()
/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 …]
/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/codecs/mp3dec/src/
Dpvmp3_getbits.cpp114 uint32 offset; in getNbits() local
175 uint32 offset; in getUpTo9bits() local
221 uint32 offset; in getUpTo17bits() local
274 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/native/opengl/tools/glgen/stubs/egl/
DeglCreateWindowSurface.java8 int offset in _eglCreateWindowSurface()
16 int offset in _eglCreateWindowSurfaceTexture()
23 int offset in eglCreateWindowSurface()
DeglCreateSync.java7 int offset in eglCreateSync()
20 int offset in eglGetSyncAttrib()
/frameworks/av/media/extractors/mp4/
DItemTable.cpp75 off64_t offset; member
89 off64_t offset; member
124 status_t Box::parseChunk(off64_t *offset) { in parseChunk()
177 status_t Box::parseChunks(off64_t offset, size_t size) { in parseChunks()
209 status_t FullBox::parseFullBoxHeader(off64_t *offset, size_t *size) { in parseFullBoxHeader()
236 status_t PitmBox::parse(off64_t offset, size_t size, uint32_t *primaryItemId) { in parse()
326 status_t IlocBox::parse(off64_t offset, size_t size) { in parse()
603 status_t ItemReference::parse(off64_t offset, size_t size) { in parse()
650 status_t IrefBox::parse(off64_t offset, size_t size) { in parse()
661 status_t IrefBox::onChunkData(uint32_t type, off64_t offset, size_t size) { in onChunkData()
[all …]
/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/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java295 int offset in glDeleteTextures()
394 int offset in glFogfv()
416 int offset in glFogxv()
459 int offset in glGenTextures()
479 int offset in glGetIntegerv()
524 int offset in glLightModelfv()
546 int offset in glLightModelxv()
570 int offset in glLightfv()
595 int offset in glLightxv()
627 int offset in glLoadMatrixf()
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipSnapAlgorithm.java90 int offset = movementBounds.left + (int) (snapFraction * movementBounds.width()); in applySnapFraction() local
94 int offset = movementBounds.top + (int) (snapFraction * movementBounds.height()); in applySnapFraction() local
98 int offset = movementBounds.left + (int) ((1f - snapFraction) * movementBounds.width()); in applySnapFraction() local
102 int offset = movementBounds.top + (int) ((1f - snapFraction) * movementBounds.height()); in applySnapFraction() 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/av/media/libdatasource/
DFileSource.cpp51 FileSource::FileSource(int fd, int64_t offset, int64_t length) in FileSource()
103 ssize_t FileSource::readAt(off64_t offset, void *data, size_t size) { in readAt()
124 ssize_t FileSource::readAt_l(off64_t offset, void *data, size_t size) { in readAt_l()

12345678910>>...35