Home
last modified time | relevance | path

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

12345678910>>...32

/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.java37 public native final boolean getBool(long offset); in getBool()
38 public native final byte getInt8(long offset); in getInt8()
39 public native final short getInt16(long offset); in getInt16()
40 public native final int getInt32(long offset); in getInt32()
41 public native final long getInt64(long offset); in getInt64()
42 public native final float getFloat(long offset); in getFloat()
43 public native final double getDouble(long offset); in getDouble()
44 public native final String getString(long offset); in getString()
46 public native final void putBool(long offset, boolean x); in putBool()
47 public native final void putInt8(long offset, byte x); in putInt8()
[all …]
/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/av/media/libstagefright/
DDataSource.cpp43 bool DataSource::getUInt16(off64_t offset, uint16_t *x) { in getUInt16()
56 bool DataSource::getUInt24(off64_t offset, uint32_t *x) { in getUInt24()
69 bool DataSource::getUInt32(off64_t offset, uint32_t *x) { in getUInt32()
82 bool DataSource::getUInt64(off64_t offset, uint64_t *x) { in getUInt64()
95 bool DataSource::getUInt16Var(off64_t offset, uint16_t *x, size_t size) { in getUInt16Var()
109 bool DataSource::getUInt32Var(off64_t offset, uint32_t *x, size_t size) { in getUInt32Var()
123 bool DataSource::getUInt64Var(off64_t offset, uint64_t *x, size_t size) { in getUInt64Var()
216 sp<DataSource> DataSource::CreateFromFd(int fd, int64_t offset, int64_t length) { in CreateFromFd()
DItemTable.cpp69 off64_t offset; member
110 status_t Box::parseChunk(off64_t *offset) { in parseChunk()
163 status_t Box::parseChunks(off64_t offset, size_t size) { in parseChunks()
195 status_t FullBox::parseFullBoxHeader(off64_t *offset, size_t *size) { in parseFullBoxHeader()
222 status_t PitmBox::parse(off64_t offset, size_t size, uint32_t *primaryItemId) { in parse()
312 status_t IlocBox::parse(off64_t offset, size_t size) { in parse()
517 status_t ItemReference::parse(off64_t offset, size_t size) { in parse()
564 status_t IrefBox::parse(off64_t offset, size_t size) { in parse()
575 status_t IrefBox::onChunkData(uint32_t type, off64_t offset, size_t size) { in onChunkData()
628 status_t IspeBox::parse(off64_t offset, size_t size) { in parse()
[all …]
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()
203 ssize_t FileSource::readAtDRM(off64_t offset, void *data, size_t size) { in readAtDRM()
234 bool FileSource::requiresDrm(int fd, int64_t offset, int64_t length, const char *mime) { in requiresDrm()
/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/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/android/support/v7/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/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.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/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/services/backup/java/com/android/server/backup/utils/
DTarBackupReader.java241 private static int readExactly(InputStream in, byte[] buffer, int offset, int size) in readExactly()
293 int offset = 0; in readAppManifestAndReturnSignatures() local
572 int offset = extractLine(buffer, 0, str); in readMetadata() local
651 private static int extractLine(byte[] buffer, int offset, String[] outStr) throws IOException { in extractLine()
701 int offset = 0; in readPaxExtendedHeader() local
745 private static long extractRadix(byte[] data, int offset, int maxChars, int radix) in extractRadix()
764 private static String extractString(byte[] data, int offset, int maxChars) throws IOException { in extractString()
775 int offset = 0; in hexLog() local
/frameworks/base/telephony/java/com/android/internal/telephony/uicc/
DIccUtils.java44 bcdToString(byte[] data, int offset, int length) { in bcdToString()
69 public static String bcdPlmnToString(byte[] data, int offset) { in bcdPlmnToString()
90 bchToString(byte[] data, int offset, int length) { in bchToString()
110 cdmaBcdToString(byte[] data, int offset, int length) { in cdmaBcdToString()
218 adnStringFieldToString(byte[] data, int offset, int length) { in adnStringFieldToString()
381 networkNameToString(byte[] data, int offset, int length) { in networkNameToString()
531 int offset = run - runIndex - 1; in mapTo2OrderBitColor() local
552 private static int[] getCLUT(byte[] rawData, int offset, int number) { in getCLUT()

12345678910>>...32