Home
last modified time | relevance | path

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

12345678910>>...33

/frameworks/base/core/java/android/text/method/
DWordIterator.java71 public int preceding(int offset) { in preceding()
82 public int following(int offset) { in following()
93 public boolean isBoundary(int offset) { in isBoundary()
105 public int nextBoundary(int offset) { in nextBoundary()
117 public int prevBoundary(int offset) { in prevBoundary()
134 public int getBeginning(int offset) { in getBeginning()
153 public int getEnd(int offset) { in getEnd()
173 public int getPrevWordBeginningOnTwoWordsBoundary(int offset) { in getPrevWordBeginningOnTwoWordsBoundary()
191 public int getNextWordEndOnTwoWordBoundary(int offset) { in getNextWordEndOnTwoWordBoundary()
211 private int getBeginning(int offset, boolean getPrevWordBeginningOnTwoWordsBoundary) { in getBeginning()
[all …]
/frameworks/base/core/java/android/os/
DHwBlob.java49 public native final boolean getBool(long offset); in getBool()
55 public native final byte getInt8(long offset); in getInt8()
61 public native final short getInt16(long offset); in getInt16()
67 public native final int getInt32(long offset); in getInt32()
73 public native final long getInt64(long offset); in getInt64()
79 public native final float getFloat(long offset); in getFloat()
85 public native final double getDouble(long offset); in getDouble()
91 public native final String getString(long offset); in getString()
103 public native final void copyToBoolArray(long offset, boolean[] array, int size); in copyToBoolArray()
114 public native final void copyToInt8Array(long offset, byte[] array, int size); in copyToInt8Array()
[all …]
/frameworks/av/media/libmediaextractor/
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()
/frameworks/base/libs/common_time/
Dcommon_time_server_packets.cpp80 ssize_t offset = 0; in serializeHeader() local
92 ssize_t offset = 0; in deserializeHeader() local
186 ssize_t offset = serializeHeader(data, length); in serializePacket() local
196 ssize_t offset = deserializeHeader(data, length); in deserializePacket() local
208 ssize_t offset = serializeHeader(data, length); in serializePacket() local
218 ssize_t offset = deserializeHeader(data, length); in deserializePacket() local
230 ssize_t offset = serializeHeader(data, length); in serializePacket() local
239 ssize_t offset = deserializeHeader(data, length); in deserializePacket() local
248 ssize_t offset = serializeHeader(data, length); in serializePacket() local
260 ssize_t offset = deserializeHeader(data, length); in deserializePacket() local
[all …]
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/java/
DCharsets.java52 public static byte[] toAsciiBytes(char[] chars, int offset, int length) { in toAsciiBytes()
62 public static byte[] toIsoLatin1Bytes(char[] chars, int offset, int length) { in toIsoLatin1Bytes()
72 public static byte[] toUtf8Bytes(char[] chars, int offset, int length) { in toUtf8Bytes()
82 public static byte[] toBigEndianUtf16Bytes(char[] chars, int offset, int length) { in toBigEndianUtf16Bytes()
102 public static void asciiBytesToChars(byte[] bytes, int offset, int length, char[] chars) { in asciiBytesToChars()
121 public static void isoLatin1BytesToChars(byte[] bytes, int offset, int length, char[] chars) { in isoLatin1BytesToChars()
/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/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/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/telephony/java/com/android/internal/telephony/uicc/
DIccUtils.java50 bcdToString(byte[] data, int offset, int length) { in bcdToString()
110 public static String bcdPlmnToString(byte[] data, int offset) { in bcdPlmnToString()
131 bchToString(byte[] data, int offset, int length) { in bchToString()
151 cdmaBcdToString(byte[] data, int offset, int length) { in cdmaBcdToString()
259 adnStringFieldToString(byte[] data, int offset, int length) { in adnStringFieldToString()
422 networkNameToString(byte[] data, int offset, int length) { in networkNameToString()
571 int offset = run - runIndex - 1; in mapTo2OrderBitColor() local
592 private static int[] getCLUT(byte[] rawData, int offset, int number) { in getCLUT()
632 public static int bytesToInt(byte[] src, int offset, int length) { in bytesToInt()
669 public static long bytesToRawLong(byte[] src, int offset, int length) { in bytesToRawLong()
[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/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 …]
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/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/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()
/frameworks/av/media/libstagefright/
DFileSource.cpp57 FileSource::FileSource(int fd, int64_t offset, int64_t length) in FileSource()
131 ssize_t FileSource::readAt(off64_t offset, void *data, size_t size) { in readAt()
197 ssize_t FileSource::readAtDRM(off64_t offset, void *data, size_t size) { in readAtDRM()
228 bool FileSource::requiresDrm(int fd, int64_t offset, int64_t length, const char *mime) { in requiresDrm()
/frameworks/av/media/extractors/mp4/
DItemTable.cpp72 off64_t offset; member
84 off64_t offset; member
118 status_t Box::parseChunk(off64_t *offset) { in parseChunk()
171 status_t Box::parseChunks(off64_t offset, size_t size) { in parseChunks()
203 status_t FullBox::parseFullBoxHeader(off64_t *offset, size_t *size) { in parseFullBoxHeader()
230 status_t PitmBox::parse(off64_t offset, size_t size, uint32_t *primaryItemId) { in parse()
320 status_t IlocBox::parse(off64_t offset, size_t size) { in parse()
595 status_t ItemReference::parse(off64_t offset, size_t size) { in parse()
642 status_t IrefBox::parse(off64_t offset, size_t size) { in parse()
653 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/data-binding/compiler/src/main/java/android/databinding/tool/solver/
DExecutionPath.java121 public void debug(StringBuilder builder, int offset) { in debug()
173 private void debug(StringBuilder builder, ExecutionBranch branch, int offset) { in debug()
182 private void offset(StringBuilder builder, int offset) { in offset() method in ExecutionPath
/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/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/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

12345678910>>...33