Home
last modified time | relevance | path

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

12345678910>>...85

/aosp12/frameworks/base/core/java/android/text/method/
H A 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()
302 public int getPunctuationEnd(int offset) { in getPunctuationEnd()
319 public boolean isAfterPunctuation(int offset) { in isAfterPunctuation()
335 public boolean isOnPunctuation(int offset) { in isOnPunctuation()
[all …]
/aosp12/frameworks/base/core/java/android/os/
H A 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()
195 public native final void putInt8(long offset, byte x); in putInt8()
[all …]
/aosp12/art/runtime/interpreter/
H A Dcfi_asm_support.h48 #define CFI_DEF_CFA_BREG_PLUS_UCONST_1_1(reg, offset, size) .cfi_escape \ argument
54 #define CFI_DEF_CFA_BREG_PLUS_UCONST_1_2(reg, offset, size) .cfi_escape \ argument
62 #define CFI_EXPRESSION_BREG_1(n, b, offset) .cfi_escape \ argument
69 #define CFI_EXPRESSION_BREG_2(n, b, offset) .cfi_escape \ argument
80 #define CFI_DEF_CFA_BREG_PLUS_UCONST_1_1(reg, offset, size) argument
81 #define CFI_DEF_CFA_BREG_PLUS_UCONST_1_2(reg, offset, size) argument
82 #define CFI_EXPRESSION_BREG_1(n, b, offset) argument
83 #define CFI_EXPRESSION_BREG_2(n, b, offset) argument
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DSinglePhotoDataAdapter.java184 public void getImageSize(int offset, PhotoView.Size size) { in getImageSize()
195 public int getImageRotation(int offset) { in getImageRotation()
200 public ScreenNail getScreenNail(int offset) { in getScreenNail()
210 public boolean isCamera(int offset) { in isCamera()
215 public boolean isPanorama(int offset) { in isPanorama()
220 public boolean isStaticCamera(int offset) { in isStaticCamera()
225 public boolean isVideo(int offset) { in isVideo()
230 public boolean isDeletable(int offset) { in isDeletable()
235 public MediaItem getMediaItem(int offset) { in getMediaItem()
260 public int getLoadingState(int offset) { in getLoadingState()
/aosp12/bootable/recovery/updater_sample/tests/res/raw/
H A Dupdate_config_002_stream.json9 "offset": 41, number
14 "offset": 41, number
19 "offset": 1485, number
24 "offset": 1674, number
29 "offset": 1733, number
34 "offset": 1809, number
/aosp12/system/core/property_service/libpropertyinfoserializer/
H A Dtrie_node_arena.h29 ArenaObjectPointer(std::string& arena_data, uint32_t offset) in ArenaObjectPointer()
48 uint32_t offset; in AllocateObject() local
55 uint32_t offset; in AllocateUint32Array() local
60 uint32_t* uint32_array(uint32_t offset) { in uint32_array()
65 uint32_t offset; in AllocateAndWriteString() local
76 void* AllocateData(size_t size, uint32_t* offset) { in AllocateData()
/aosp12/art/libartbase/base/
H A Dmemory_region.h62 ALWAYS_INLINE T Load(uintptr_t offset) const { in Load()
72 ALWAYS_INLINE void Store(uintptr_t offset, T value) const { in Store()
81 ALWAYS_INLINE T LoadUnaligned(uintptr_t offset) const { in LoadUnaligned()
96 ALWAYS_INLINE void StoreUnaligned(uintptr_t offset, T value) const { in StoreUnaligned()
108 ALWAYS_INLINE T* PointerTo(uintptr_t offset) const { in PointerTo()
115 void CopyFromVector(size_t offset, Vector& vector) const { in CopyFromVector()
122 ALWAYS_INLINE MemoryRegion Subregion(uintptr_t offset, uintptr_t size_in) const { in Subregion()
136 ALWAYS_INLINE T* ComputeInternalPointer(size_t offset) const { in ComputeInternalPointer()
/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/impl/datamodels/
H A DNewMessageLiveData.java100 Instant offset = in onDataChange() local
133 Instant offset = in postNewMessageIfFound() local
135 mOffsetMap.put(userAccount.getId(), offset); in postNewMessageIfFound() local
142 private Cursor getMmsCursor(@NonNull UserAccount userAccount, @NonNull Instant offset) { in getMmsCursor()
148 private Cursor getSmsCursor(@NonNull UserAccount userAccount, @NonNull Instant offset) { in getSmsCursor()
153 private Cursor getCursor(Uri uri, @NonNull UserAccount userAccount, long offset) { in getCursor()
/aosp12/packages/apps/Gallery/src/com/android/camera/
H A DImageGetter.java53 public void imageLoaded(int pos, int offset, RotateBitmap bitmap, in imageLoaded()
55 public boolean wantsThumbnail(int pos, int offset); in wantsThumbnail()
56 public boolean wantsFullImage(int pos, int offset); in wantsFullImage()
57 public int fullImageSizeToUse(int pos, int offset); in fullImageSizeToUse()
102 private Runnable callback(final int position, final int offset, in callback()
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A 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()
/aosp12/art/libelffile/dwarf/
H A Ddebug_frame_opcode_writer.h73 void ALWAYS_INLINE RelOffset(Reg reg, int offset) { in RelOffset()
84 int32_t offset, in RelOffsetForMany()
119 void ALWAYS_INLINE Offset(Reg reg, int offset) { in Offset()
193 void ALWAYS_INLINE DefCFA(Reg reg, int offset) { in DefCFA()
218 void ALWAYS_INLINE DefCFAOffset(int offset) { in DefCFAOffset()
236 void ALWAYS_INLINE ValOffset(Reg reg, int offset) { in ValOffset()
298 void SetCurrentCFAOffset(int offset) { current_cfa_offset_ = offset; } in SetCurrentCFAOffset()
320 int FactorDataOffset(int offset) const { in FactorDataOffset()
325 int FactorCodeOffset(int offset) const { in FactorCodeOffset()
/aosp12/system/extras/libfec/
H A Dfec_open.cpp42 static int find_offset(uint64_t file_size, int roots, uint64_t *offset, in find_offset()
89 static int find_verity_offset(fec_handle *f, uint64_t *offset) in find_verity_offset()
99 static int parse_ecc_header(fec_handle *f, uint64_t offset) in parse_ecc_header()
198 static int parse_ecc(fec_handle *f, uint64_t offset) in parse_ecc()
220 static int get_squashfs_size(fec_handle *f, uint64_t *offset) in get_squashfs_size()
248 static int get_ext4_size(fec_handle *f, uint64_t *offset) in get_ext4_size()
275 static int get_fs_size(fec_handle *f, uint64_t *offset) in get_fs_size()
309 uint64_t offset = f->data_size - VERITY_METADATA_SIZE; in load_verity() local
351 uint64_t offset = f->data_size - FEC_BLOCKSIZE; in load_ecc() local
H A Dfec_read.cpp50 ptrdiff_t offset = &hex[m * 3] - hex; in dump() local
69 static inline bool is_erasure(fec_handle *f, uint64_t offset, in is_erasure()
86 static inline bool is_zero(fec_handle *f, uint64_t offset) in is_zero()
107 static int __ecc_read(fec_handle *f, void *rs, uint8_t *dest, uint64_t offset, in __ecc_read()
235 uint64_t offset, size_t *errors) in ecc_read()
286 uint64_t offset, size_t *errors) in verity_read()
403 int fec_seek(struct fec_handle *f, int64_t offset, int whence) in fec_seek()
458 static inline size_t get_max_count(uint64_t offset, size_t count, uint64_t max) in get_max_count()
471 bool raw_pread(int fd, void *buf, size_t count, uint64_t offset) { in raw_pread()
493 bool raw_pwrite(int fd, const void *buf, size_t count, uint64_t offset) { in raw_pwrite()
[all …]
/aosp12/bionic/libc/bionic/
H A Dlegacy_32_bit_support.cpp64 ssize_t pread(int fd, void* buf, size_t byte_count, off_t offset) { in pread()
69 ssize_t pwrite(int fd, const void* buf, size_t byte_count, off_t offset) { in pwrite()
77 ssize_t preadv(int fd, const struct iovec* ios, int count, off_t offset) { in preadv()
80 ssize_t preadv64(int fd, const struct iovec* ios, int count, off64_t offset) { in preadv64()
83 ssize_t pwritev(int fd, const struct iovec* ios, int count, off_t offset) { in pwritev()
86 ssize_t pwritev64(int fd, const struct iovec* ios, int count, off64_t offset) { in pwritev64()
91 int fallocate(int fd, int mode, off_t offset, off_t length) { in fallocate()
/aosp12/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A 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()
H A 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()
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A 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()
H A 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()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A 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()
H A 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()
H A DGLES11IdImpl.java38 public void glGenBuffers(int n, int[] buffers, int offset) { in glGenBuffers()
47 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset) { in glDeleteTextures()
54 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset) { in glDeleteBuffers()
61 public void glDeleteFramebuffers(GL11ExtensionPack gl11ep, int n, int[] buffers, int offset) { in glDeleteFramebuffers()
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/uicc/
H A 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()
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()
715 public static int bytesToInt(byte[] src, int offset, int length) { in bytesToInt()
[all …]
/aosp12/system/unwinding/libunwindstack/tests/
H A DElfFake.h47 uint64_t offset; member
82 void FakeSetGlobalVariable(const std::string& global, uint64_t offset) { in FakeSetGlobalVariable()
103 void FakeSetDataOffset(uint64_t offset) { data_offset_ = offset; } in FakeSetDataOffset()
107 void FakeSetDynamicOffset(uint64_t offset) { dynamic_offset_ = offset; } in FakeSetDynamicOffset()
111 void FakeSetGnuDebugdataOffset(uint64_t offset) { gnu_debugdata_offset_ = offset; } in FakeSetGnuDebugdataOffset()
128 void FakeSetEhFrameOffset(uint64_t offset) { eh_frame_offset_ = offset; } in FakeSetEhFrameOffset()
130 void FakeSetDebugFrameOffset(uint64_t offset) { debug_frame_offset_ = offset; } in FakeSetDebugFrameOffset()
139 void FakeSetEhFrameOffset(uint64_t offset) { eh_frame_offset_ = offset; } in FakeSetEhFrameOffset()
141 void FakeSetDebugFrameOffset(uint64_t offset) { debug_frame_offset_ = offset; } in FakeSetDebugFrameOffset()
150 void FakeSetStartOffset(uint64_t offset) { start_offset_ = offset; } in FakeSetStartOffset()
/aosp12/frameworks/av/media/codecs/amrwb/dec/src/
H A 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()
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DDwarfMemory.h52 void set_pc_offset(int64_t offset) { pc_offset_ = offset; } in set_pc_offset()
55 void set_data_offset(uint64_t offset) { data_offset_ = offset; } in set_data_offset()
58 void set_func_offset(uint64_t offset) { func_offset_ = offset; } in set_func_offset()
61 void set_text_offset(uint64_t offset) { text_offset_ = offset; } in set_text_offset()

12345678910>>...85