/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/0/libcore/ojluni/src/main/java/java/io/ |
D | Bits.java | 39 static boolean getBoolean(byte[] b, int off) { in getBoolean() 43 static char getChar(byte[] b, int off) { in getChar() 48 static short getShort(byte[] b, int off) { in getShort() 53 static int getInt(byte[] b, int off) { in getInt() 60 static float getFloat(byte[] b, int off) { in getFloat() 64 static long getLong(byte[] b, int off) { in getLong() 75 static double getDouble(byte[] b, int off) { in getDouble() 84 static void putBoolean(byte[] b, int off, boolean val) { in putBoolean() 88 static void putChar(byte[] b, int off, char val) { in putChar() 93 static void putShort(byte[] b, int off, short val) { in putShort() [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/io/ |
H A D | Bits.java | 39 static boolean getBoolean(byte[] b, int off) { in getBoolean() 43 static char getChar(byte[] b, int off) { in getChar() 48 static short getShort(byte[] b, int off) { in getShort() 53 static int getInt(byte[] b, int off) { in getInt() 60 static float getFloat(byte[] b, int off) { in getFloat() 64 static long getLong(byte[] b, int off) { in getLong() 75 static double getDouble(byte[] b, int off) { in getDouble() 84 static void putBoolean(byte[] b, int off, boolean val) { in putBoolean() 88 static void putChar(byte[] b, int off, char val) { in putChar() 93 static void putShort(byte[] b, int off, short val) { in putShort() [all …]
|
H A D | ObjectInputStream.java | 917 public int read(byte[] buf, int off, int len) throws IOException { in read() 1087 public void readFully(byte[] buf, int off, int len) throws IOException { in readFully() 1202 public abstract boolean get(String name, boolean val) in get() 1217 public abstract byte get(String name, byte val) throws IOException; in get() 1231 public abstract char get(String name, char val) throws IOException; in get() 1245 public abstract short get(String name, short val) throws IOException; in get() 1259 public abstract int get(String name, int val) throws IOException; in get() 1273 public abstract long get(String name, long val) throws IOException; in get() 1287 public abstract float get(String name, float val) throws IOException; in get() 1301 public abstract double get(String name, double val) throws IOException; in get() [all …]
|
H A D | ObjectOutputStream.java | 700 public void write(int val) throws IOException { in write() 723 public void write(byte[] buf, int off, int len) throws IOException { in write() 775 public void writeBoolean(boolean val) throws IOException { in writeBoolean() 786 public void writeByte(int val) throws IOException { in writeByte() 797 public void writeShort(int val) throws IOException { in writeShort() 808 public void writeChar(int val) throws IOException { in writeChar() 819 public void writeInt(int val) throws IOException { in writeInt() 830 public void writeLong(long val) throws IOException { in writeLong() 841 public void writeFloat(float val) throws IOException { in writeFloat() 852 public void writeDouble(double val) throws IOException { in writeDouble() [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/io/ |
D | Bits.java | 39 static boolean getBoolean(byte[] b, int off) { in getBoolean() 43 static char getChar(byte[] b, int off) { in getChar() 48 static short getShort(byte[] b, int off) { in getShort() 53 static int getInt(byte[] b, int off) { in getInt() 60 static float getFloat(byte[] b, int off) { in getFloat() 64 static long getLong(byte[] b, int off) { in getLong() 75 static double getDouble(byte[] b, int off) { in getDouble() 84 static void putBoolean(byte[] b, int off, boolean val) { in putBoolean() 88 static void putChar(byte[] b, int off, char val) { in putChar() 93 static void putShort(byte[] b, int off, short val) { in putShort() [all …]
|
D | ObjectInputStream.java | 917 public int read(byte[] buf, int off, int len) throws IOException { in read() 1087 public void readFully(byte[] buf, int off, int len) throws IOException { in readFully() 1202 public abstract boolean get(String name, boolean val) in get() 1217 public abstract byte get(String name, byte val) throws IOException; in get() 1231 public abstract char get(String name, char val) throws IOException; in get() 1245 public abstract short get(String name, short val) throws IOException; in get() 1259 public abstract int get(String name, int val) throws IOException; in get() 1273 public abstract long get(String name, long val) throws IOException; in get() 1287 public abstract float get(String name, float val) throws IOException; in get() 1301 public abstract double get(String name, double val) throws IOException; in get() [all …]
|
D | ObjectOutputStream.java | 700 public void write(int val) throws IOException { in write() 723 public void write(byte[] buf, int off, int len) throws IOException { in write() 775 public void writeBoolean(boolean val) throws IOException { in writeBoolean() 786 public void writeByte(int val) throws IOException { in writeByte() 797 public void writeShort(int val) throws IOException { in writeShort() 808 public void writeChar(int val) throws IOException { in writeChar() 819 public void writeInt(int val) throws IOException { in writeInt() 830 public void writeLong(long val) throws IOException { in writeLong() 841 public void writeFloat(float val) throws IOException { in writeFloat() 852 public void writeDouble(double val) throws IOException { in writeDouble() [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/1/libcore/ojluni/src/main/java/java/io/ |
D | ObjectInputStream.java | 917 public int read(byte[] buf, int off, int len) throws IOException { in read() 1087 public void readFully(byte[] buf, int off, int len) throws IOException { in readFully() 1202 public abstract boolean get(String name, boolean val) in get() 1217 public abstract byte get(String name, byte val) throws IOException; in get() 1231 public abstract char get(String name, char val) throws IOException; in get() 1245 public abstract short get(String name, short val) throws IOException; in get() 1259 public abstract int get(String name, int val) throws IOException; in get() 1273 public abstract long get(String name, long val) throws IOException; in get() 1287 public abstract float get(String name, float val) throws IOException; in get() 1301 public abstract double get(String name, double val) throws IOException; in get() [all …]
|
D | ObjectOutputStream.java | 700 public void write(int val) throws IOException { in write() 723 public void write(byte[] buf, int off, int len) throws IOException { in write() 775 public void writeBoolean(boolean val) throws IOException { in writeBoolean() 786 public void writeByte(int val) throws IOException { in writeByte() 797 public void writeShort(int val) throws IOException { in writeShort() 808 public void writeChar(int val) throws IOException { in writeChar() 819 public void writeInt(int val) throws IOException { in writeInt() 830 public void writeLong(long val) throws IOException { in writeLong() 841 public void writeFloat(float val) throws IOException { in writeFloat() 852 public void writeDouble(double val) throws IOException { in writeDouble() [all …]
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/io/ |
H A D | ObjectInputStream.java | 103 public int read(byte[] buf, int off, int len) throws java.io.IOException { in read() 159 public void readFully(byte[] buf, int off, int len) throws java.io.IOException { in readFully() 384 public int read(byte[] b, int off, int len) throws java.io.IOException { in read() 400 int read(byte[] b, int off, int len, boolean copy) throws java.io.IOException { in read() 408 public void readFully(byte[] b, int off, int len) throws java.io.IOException { in readFully() 412 public void readFully(byte[] b, int off, int len, boolean copy) throws java.io.IOException { in readFully() 468 void readBooleans(boolean[] v, int off, int len) throws java.io.IOException { in readBooleans() 472 void readChars(char[] v, int off, int len) throws java.io.IOException { in readChars() 476 void readShorts(short[] v, int off, int len) throws java.io.IOException { in readShorts() 480 void readInts(int[] v, int off, int len) throws java.io.IOException { in readInts() [all …]
|
H A D | ObjectOutputStream.java | 99 public void write(int val) throws java.io.IOException { in write() 107 public void write(byte[] buf, int off, int len) throws java.io.IOException { in write() 123 public void writeBoolean(boolean val) throws java.io.IOException { in writeBoolean() 127 public void writeByte(int val) throws java.io.IOException { in writeByte() 131 public void writeShort(int val) throws java.io.IOException { in writeShort() 135 public void writeChar(int val) throws java.io.IOException { in writeChar() 139 public void writeInt(int val) throws java.io.IOException { in writeInt() 143 public void writeLong(long val) throws java.io.IOException { in writeLong() 147 public void writeFloat(float val) throws java.io.IOException { in writeFloat() 151 public void writeDouble(double val) throws java.io.IOException { in writeDouble() [all …]
|
/aosp_15_r20/external/libdav1d/src/ |
H A D | ctx.h | 55 #define set_ctx1(var, off, val) \ argument 57 #define set_ctx2(var, off, val) \ argument 59 #define set_ctx4(var, off, val) \ argument 61 #define set_ctx8(var, off, val) \ argument 63 #define set_ctx16(var, off, val) do { \ argument 66 #define set_ctx32(var, off, val) do { \ argument
|
/aosp_15_r20/external/coreboot/src/device/ |
H A D | i2c_bus.c | 52 uint8_t val; in i2c_dev_readb() local 73 int i2c_dev_writeb(struct device *const dev, uint8_t val) in i2c_dev_writeb() 95 int i2c_dev_readb_at(struct device *const dev, uint8_t off) in i2c_dev_readb_at() 102 uint8_t val; in i2c_dev_readb_at() local 132 int i2c_dev_writeb_at(struct device *const dev, const uint8_t off, const uint8_t val) in i2c_dev_writeb_at() 156 uint16_t off) in i2c_dev_read_at16() 192 uint8_t off) in i2c_dev_read_at() 227 uint8_t off) in i2c_dev_write_at()
|
/aosp_15_r20/external/libnl/lib/route/cls/ |
H A D | u32.c | 565 …lector(struct rtnl_cls *cls, int offoff, uint32_t offmask, char offshift, uint16_t off, char flags) in rtnl_u32_set_selector() 697 int rtnl_u32_add_key(struct rtnl_cls *cls, uint32_t val, uint32_t mask, in rtnl_u32_add_key() 698 int off, int offmask) in rtnl_u32_add_key() 731 int rtnl_u32_add_mark(struct rtnl_cls *cls, uint32_t val, uint32_t mask) in rtnl_u32_add_mark() 783 uint32_t *val, uint32_t *mask, int *off, int *offmask) in rtnl_u32_get_key() 806 int rtnl_u32_add_key_uint8(struct rtnl_cls *cls, uint8_t val, uint8_t mask, in rtnl_u32_add_key_uint8() 807 int off, int offmask) in rtnl_u32_add_key_uint8() 825 int rtnl_u32_add_key_uint16(struct rtnl_cls *cls, uint16_t val, uint16_t mask, in rtnl_u32_add_key_uint16() 826 int off, int offmask) in rtnl_u32_add_key_uint16() 846 int rtnl_u32_add_key_uint32(struct rtnl_cls *cls, uint32_t val, uint32_t mask, in rtnl_u32_add_key_uint32() [all …]
|
/aosp_15_r20/external/arm-trusted-firmware/plat/nvidia/tegra/include/drivers/ |
H A D | memctrl_v2.h | 35 uint32_t val; member 62 static inline uint32_t tegra_mc_read_32(uint32_t off) in tegra_mc_read_32() 67 static inline void tegra_mc_write_32(uint32_t off, uint32_t val) in tegra_mc_write_32() 73 static inline uint32_t tegra_mc_streamid_read_32(uint32_t off) in tegra_mc_streamid_read_32() 78 static inline void tegra_mc_streamid_write_32(uint32_t off, uint32_t val) in tegra_mc_streamid_write_32()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/nvidia/tegra/include/drivers/ |
D | memctrl_v2.h | 35 uint32_t val; member 62 static inline uint32_t tegra_mc_read_32(uint32_t off) in tegra_mc_read_32() 67 static inline void tegra_mc_write_32(uint32_t off, uint32_t val) in tegra_mc_write_32() 73 static inline uint32_t tegra_mc_streamid_read_32(uint32_t off) in tegra_mc_streamid_read_32() 78 static inline void tegra_mc_streamid_write_32(uint32_t off, uint32_t val) in tegra_mc_streamid_write_32()
|
/aosp_15_r20/external/ublksrv/qcow2/ |
H A D | qcow2_meta.cpp | 11 Qcow2Meta::Qcow2Meta(Qcow2Header &h, u64 off, u32 sz, const char *name, u32 f): in Qcow2Meta() 83 int Qcow2Meta::flush(Qcow2State &qs, const qcow2_io_ctx_t &ioc, u64 off, in flush() 119 unsigned off = offset; in Qcow2HeaderExtFeatureNameTable() local 152 int Qcow2Header::flush(Qcow2State &qs, const qcow2_io_ctx_t &ioc, u64 off, in flush() 282 Qcow2MappingMeta::Qcow2MappingMeta(Qcow2State &qs, u64 off, u32 buf_sz, in Qcow2MappingMeta() 297 u64 off, u32 len, bool run_fsync) in __flush() 368 Qcow2TopTable::Qcow2TopTable(Qcow2State &qs, u64 off, u32 buf_sz, in Qcow2TopTable() 418 u64 off, u32 len) in flush() 505 void Qcow2L1Table::set_entry(u32 idx, u64 val) { in set_entry() 532 void Qcow2RefcountTable::set_entry(u32 idx, u64 val) { in set_entry() [all …]
|
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_emit_gv100.h | 200 inline void emitSYS(int pos, const Value *val) { in emitSYS() 231 inline void emitBTS(int pos, const Value *val) { in emitBTS() 248 inline void emitGPR(int pos, const Value *val, int off) { in emitGPR() 273 inline void emitGPR(int pos, const ValueDef &def, int off) { in emitGPR() 277 inline void emitPRED(int pos, const Value *val) { in emitPRED() 293 inline void emitCBUF(int buf, int gpr, int off, int len, int align, in emitCBUF() 308 uint32_t val = imm->reg.data.u32; in emitIMMD() local 318 inline void emitADDR(int gpr, int off, int len, int shr, in emitADDR()
|
/aosp_15_r20/system/core/trusty/storage/tests/ |
H A D | main.cpp | 36 static bool is_valid_offset(storage_off_t off) in is_valid_offset() 41 static void fill_pattern32(uint32_t *buf, size_t len, storage_off_t off) in fill_pattern32() 50 static bool check_pattern32(const uint32_t *buf, size_t len, storage_off_t off) in check_pattern32() 63 static bool check_value32(const uint32_t *buf, size_t len, uint32_t val) in check_value32() 125 void StorageServiceTest::WriteZeroChunk(file_handle_t handle, storage_off_t off, in WriteZeroChunk() 141 void StorageServiceTest::WritePatternChunk(file_handle_t handle, storage_off_t off, in WritePatternChunk() 157 void StorageServiceTest::WritePattern(file_handle_t handle, storage_off_t off, in WritePattern() 174 storage_off_t off, size_t chunk_len, in ReadChunk() 205 void StorageServiceTest::ReadPattern(file_handle_t handle, storage_off_t off, in ReadPattern() 226 void StorageServiceTest::ReadPatternEOF(file_handle_t handle, storage_off_t off, in ReadPatternEOF() [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_vcn_dec_jpeg.c | 59 uint32_t val) in set_reg_jpeg() 66 static void send_cmd_bitstream(struct radeon_decoder *dec, struct pb_buffer_lean *buf, uint32_t off, in send_cmd_bitstream() 109 static void send_cmd_target(struct radeon_decoder *dec, struct pb_buffer_lean *buf, uint32_t off, in send_cmd_target() 189 uint32_t off, unsigned usage, in send_cmd_bitstream_direct() 228 …c void send_cmd_target_direct(struct radeon_decoder *dec, struct pb_buffer_lean *buf, uint32_t off, in send_cmd_target_direct() 233 uint32_t val; in send_cmd_target_direct() local
|
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/math/ |
H A D | BigInteger.annotated.java | 31 public BigInteger(byte[] val, int off, int len) { throw new RuntimeException("Stub!"); } in BigInteger() 33 public BigInteger(byte[] val) { throw new RuntimeException("Stub!"); } in BigInteger() 35 …public BigInteger(int signum, byte[] magnitude, int off, int len) { throw new RuntimeException("St… in BigInteger() 39 …ger(@libcore.util.NonNull java.lang.String val, int radix) { throw new RuntimeException("Stub!"); } in BigInteger() 41 …lic BigInteger(@libcore.util.NonNull java.lang.String val) { throw new RuntimeException("Stub!"); } in BigInteger() 53 …@libcore.util.NonNull public static BigInteger valueOf(long val) { throw new RuntimeException("Stu… in valueOf() 63 …ublic BigInteger add(@libcore.util.NonNull BigInteger val) { throw new RuntimeException("Stub!"); } in add() 65 … BigInteger subtract(@libcore.util.NonNull BigInteger val) { throw new RuntimeException("Stub!"); } in subtract() 67 … BigInteger multiply(@libcore.util.NonNull BigInteger val) { throw new RuntimeException("Stub!"); } in multiply() 69 …ic BigInteger divide(@libcore.util.NonNull BigInteger val) { throw new RuntimeException("Stub!"); } in divide() [all …]
|
/aosp_15_r20/external/dtc/tests/ |
H A D | overlay.c | 29 const fdt32_t *val; in fdt_getprop_u32_by_poffset() local 51 const char *name, const char *val) in check_getprop_string_by_name() 65 const char *name, uint32_t val) in check_getprop_u32_by_name() 127 unsigned long val = 0; in fdt_overlay_local_phandle() local 128 int off; in fdt_overlay_local_phandle() local 152 unsigned long val = 0; in fdt_overlay_local_phandles() local 153 int off; in fdt_overlay_local_phandles() local
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
H A D | Arrays.java | 16 public static boolean areAllZeroes(byte[] buf, int off, int len) in areAllZeroes() 190 public static boolean contains(boolean[] a, boolean val) in contains() 202 public static boolean contains(byte[] a, byte val) in contains() 214 public static boolean contains(char[] a, char val) in contains() 226 public static boolean contains(int[] a, int val) in contains() 238 public static boolean contains(long[] a, long val) in contains() 250 public static boolean contains(short[] a, short val) in contains() 262 public static void fill(boolean[] a, boolean val) in fill() 267 public static void fill(boolean[] a, int fromIndex, int toIndex, boolean val) in fill() 272 public static void fill(byte[] a, byte val) in fill() [all …]
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/ |
H A D | Arrays.java | 18 public static boolean areAllZeroes(byte[] buf, int off, int len) in areAllZeroes() 192 public static boolean contains(boolean[] a, boolean val) in contains() 204 public static boolean contains(byte[] a, byte val) in contains() 216 public static boolean contains(char[] a, char val) in contains() 228 public static boolean contains(int[] a, int val) in contains() 240 public static boolean contains(long[] a, long val) in contains() 252 public static boolean contains(short[] a, short val) in contains() 264 public static void fill(boolean[] a, boolean val) in fill() 269 public static void fill(boolean[] a, int fromIndex, int toIndex, boolean val) in fill() 274 public static void fill(byte[] a, byte val) in fill() [all …]
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/ |
H A D | Arrays.java | 18 public static boolean areAllZeroes(byte[] buf, int off, int len) in areAllZeroes() 192 public static boolean contains(boolean[] a, boolean val) in contains() 204 public static boolean contains(byte[] a, byte val) in contains() 216 public static boolean contains(char[] a, char val) in contains() 228 public static boolean contains(int[] a, int val) in contains() 240 public static boolean contains(long[] a, long val) in contains() 252 public static boolean contains(short[] a, short val) in contains() 264 public static void fill(boolean[] a, boolean val) in fill() 269 public static void fill(boolean[] a, int fromIndex, int toIndex, boolean val) in fill() 274 public static void fill(byte[] a, byte val) in fill() [all …]
|