/aosp_15_r20/prebuilts/vndk/v31/x86/include/system/core/libutils/include/utils/ |
D | List.h | 52 explicit _Node(const T& val) : mVal(val) {} in _Node() 58 inline void setVal(const T& val) { mVal = val; } in setVal() 168 List(const List<T>& src) { // copy-constructor in List() 209 void push_front(const T& val) { insert(begin(), val); } in push_front() 210 void push_back(const T& val) { insert(end(), val); } in push_back() 213 iterator insert(iterator posn, const T& val) in insert()
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/core/libutils/include/utils/ |
D | List.h | 52 explicit _Node(const T& val) : mVal(val) {} in _Node() 58 inline void setVal(const T& val) { mVal = val; } in setVal() 168 List(const List<T>& src) { // copy-constructor in List() 209 void push_front(const T& val) { insert(begin(), val); } in push_front() 210 void push_back(const T& val) { insert(end(), val); } in push_back() 213 iterator insert(iterator posn, const T& val) in insert()
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/core/libutils/include/utils/ |
D | List.h | 52 explicit _Node(const T& val) : mVal(val) {} in _Node() 58 inline void setVal(const T& val) { mVal = val; } in setVal() 168 List(const List<T>& src) { // copy-constructor in List() 209 void push_front(const T& val) { insert(begin(), val); } in push_front() 210 void push_back(const T& val) { insert(end(), val); } in push_back() 213 iterator insert(iterator posn, const T& val) in insert()
|
/aosp_15_r20/system/core/libutils/include/utils/ |
H A D | List.h | 52 explicit _Node(const T& val) : mVal(val) {} in _Node() 58 inline void setVal(const T& val) { mVal = val; } in setVal() 168 List(const List<T>& src) { // copy-constructor in List() 209 void push_front(const T& val) { insert(begin(), val); } in push_front() 210 void push_back(const T& val) { insert(end(), val); } in push_back() 213 iterator insert(iterator posn, const T& val) in insert()
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/core/libutils/include/utils/ |
D | List.h | 52 explicit _Node(const T& val) : mVal(val) {} in _Node() 58 inline void setVal(const T& val) { mVal = val; } in setVal() 168 List(const List<T>& src) { // copy-constructor in List() 209 void push_front(const T& val) { insert(begin(), val); } in push_front() 210 void push_back(const T& val) { insert(end(), val); } in push_back() 213 iterator insert(iterator posn, const T& val) in insert()
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/system/core/libutils/include/utils/ |
D | List.h | 52 explicit _Node(const T& val) : mVal(val) {} in _Node() 58 inline void setVal(const T& val) { mVal = val; } in setVal() 168 List(const List<T>& src) { // copy-constructor in List() 209 void push_front(const T& val) { insert(begin(), val); } in push_front() 210 void push_back(const T& val) { insert(end(), val); } in push_back() 213 iterator insert(iterator posn, const T& val) in insert()
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/system/core/libutils/include/utils/ |
D | List.h | 52 explicit _Node(const T& val) : mVal(val) {} in _Node() 58 inline void setVal(const T& val) { mVal = val; } in setVal() 168 List(const List<T>& src) { // copy-constructor in List() 209 void push_front(const T& val) { insert(begin(), val); } in push_front() 210 void push_back(const T& val) { insert(end(), val); } in push_back() 213 iterator insert(iterator posn, const T& val) in insert()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/1/libcore/ojluni/src/main/java/java/io/ |
D | ObjectOutputStream.java | 700 public void write(int val) 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() 913 public abstract void put(String name, boolean val); in put() [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/io/ |
H A D | ObjectOutputStream.java | 700 public void write(int val) 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() 913 public abstract void put(String name, boolean val); in put() [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/io/ |
D | ObjectOutputStream.java | 700 public void write(int val) 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() 913 public abstract void put(String name, boolean val); in put() [all …]
|
/aosp_15_r20/external/lz4/lib/ |
H A D | xxhash.c | 112 static void* XXH_memcpy(void* dest, const void* src, size_t size) { return memcpy(dest,src,size); } in XXH_memcpy() 176 U32 val; in XXH_read32() local 572 XXH_PUBLIC_API XXH32_hash_t XXH32_hashFromCanonical(const XXH32_canonical_t* src) in XXH32_hashFromCanonical() 620 U64 val; in XXH_read64() local 680 static U64 XXH64_mergeRound(U64 acc, U64 val) in XXH64_mergeRound() 1025 XXH_PUBLIC_API XXH64_hash_t XXH64_hashFromCanonical(const XXH64_canonical_t* src) in XXH64_hashFromCanonical()
|
/aosp_15_r20/external/angle/src/common/third_party/xxhash/ |
H A D | xxhash.c | 112 static void* XXH_memcpy(void* dest, const void* src, size_t size) { return memcpy(dest,src,size); } in XXH_memcpy() 176 U32 val; in XXH_read32() local 572 XXH_PUBLIC_API XXH32_hash_t XXH32_hashFromCanonical(const XXH32_canonical_t* src) in XXH32_hashFromCanonical() 620 U64 val; in XXH_read64() local 680 static U64 XXH64_mergeRound(U64 acc, U64 val) in XXH64_mergeRound() 1025 XXH_PUBLIC_API XXH64_hash_t XXH64_hashFromCanonical(const XXH64_canonical_t* src) in XXH64_hashFromCanonical()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_nir_lower_blend.c | 66 nir_def **src, in vc4_blend_channel_f() 141 nir_def *src, in vc4_blend_channel_i() 199 vc4_blend_func_f(nir_builder *b, nir_def *src, nir_def *dst, in vc4_blend_func_f() 223 vc4_blend_func_i(nir_builder *b, nir_def *src, nir_def *dst, in vc4_blend_func_i() 286 vc4_nir_splat(nir_builder *b, nir_def *src) in vc4_nir_splat() 372 nir_def *src, nir_def *dst) in vc4_logicop() 434 vc4_nir_blend_pipeline(struct vc4_compile *c, nir_builder *b, nir_def *src, in vc4_nir_blend_pipeline() 506 nir_def *val) in vc4_nir_store_sample_mask()
|
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/ |
D | dic_node_state_input.h | 40 void init(const DicNodeStateInput *const src, const bool resetTerminalDiffCost) { in init() 56 void initByCopy(const DicNodeStateInput *const src) { in initByCopy() 65 void forwardInputIndex(const int pointerId, const int val) { in forwardInputIndex()
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_mod_analysis.c | 27 nir_alu_src_type(const nir_alu_instr *instr, unsigned src) in nir_alu_src_type() 36 const nir_alu_src *src = &alu->src[arg]; in nir_alu_arg() local 48 nir_mod_analysis(nir_scalar val, nir_alu_type val_type, unsigned div, unsigned *mod) in nir_mod_analysis()
|
/aosp_15_r20/packages/modules/Bluetooth/system/embdrv/sbc/decoder/include/ |
D | oi_string.h | 59 #define OI_MemSet(block, val, size) memset((block), (val), (size)) argument 62 #define OI_Strcpy(dest, src) strcpy((dest), (src)) argument 63 #define OI_Strcat(dest, src) strcat((dest), (src)) argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/ |
D | functable.c | 19 Z_INTERNAL uint32_t update_hash_stub(deflate_state *const s, uint32_t h, uint32_t val) { in update_hash_stub() 205 Z_INTERNAL uint32_t adler32_fold_copy_stub(uint32_t adler, uint8_t *dst, const uint8_t *src, size_t… in adler32_fold_copy_stub() 236 Z_INTERNAL void crc32_fold_copy_stub(crc32_fold *crc, uint8_t *dst, const uint8_t *src, size_t len)… in crc32_fold_copy_stub() 246 Z_INTERNAL void crc32_fold_stub(crc32_fold *crc, const uint8_t *src, size_t len, uint32_t init_crc)… in crc32_fold_stub()
|
/aosp_15_r20/system/chre/apps/test/chqts/src/shared/ |
H A D | nano_string.cc | 33 void memset(void *mem, int val, size_t count) { in memset() 42 const uint8_t *src = static_cast<const uint8_t *>(s); in memcpy() local 55 char *strncpy(char *dest, const char *src, size_t len) { in strncpy()
|
/aosp_15_r20/external/skia/src/base/ |
H A D | SkUTF.cpp | 74 const uint16_t* src = (const uint16_t*)utf16; in CountUTF16() local 155 SkUnichar val = SkUTF::NextUTF8(ptr, end); in NextUTF8WithReplacement() local 163 const uint16_t* src = *ptr; in NextUTF16() local 259 int SkUTF::UTF8ToUTF16(uint16_t dst[], int dstCapacity, const char src[], size_t srcByteLength) { in UTF8ToUTF16() 291 int SkUTF::UTF16ToUTF8(char dst[], int dstCapacity, const uint16_t src[], size_t srcLength) { in UTF16ToUTF8()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/mediatek/drivers/spm/mt8188/constraints/ |
D | mt_spm_rc_api.c | 13 const void *val, in spm_rc_condition_modifier() 64 struct constraint_status * const src, in spm_rc_constraint_status_get() 108 struct constraint_status * const src, in spm_rc_constraint_status_set()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/5/libcore/ojluni/src/main/java/java/math/ |
D | MutableBigInteger.java | 111 MutableBigInteger(int val) { in MutableBigInteger() 121 MutableBigInteger(int[] val) { in MutableBigInteger() 139 MutableBigInteger(MutableBigInteger val) { in MutableBigInteger() method in MutableBigInteger 339 int[] val = value; in compareHalf() local 438 void setInt(int index, int val) { in setInt() 446 void setValue(int[] val, int length) { in setValue() 456 void copyValue(MutableBigInteger src) { in copyValue() 469 void copyValue(int[] val) { in copyValue() 682 int[] val = value; in primitiveRightShift() local 698 int[] val = value; in primitiveLeftShift() local [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/math/ |
D | MutableBigInteger.java | 111 MutableBigInteger(int val) { in MutableBigInteger() 121 MutableBigInteger(int[] val) { in MutableBigInteger() 139 MutableBigInteger(MutableBigInteger val) { in MutableBigInteger() method in MutableBigInteger 339 int[] val = value; in compareHalf() local 438 void setInt(int index, int val) { in setInt() 446 void setValue(int[] val, int length) { in setValue() 456 void copyValue(MutableBigInteger src) { in copyValue() 469 void copyValue(int[] val) { in copyValue() 682 int[] val = value; in primitiveRightShift() local 698 int[] val = value; in primitiveLeftShift() local [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/math/ |
H A D | MutableBigInteger.java | 111 MutableBigInteger(int val) { in MutableBigInteger() 121 MutableBigInteger(int[] val) { in MutableBigInteger() 139 MutableBigInteger(MutableBigInteger val) { in MutableBigInteger() method in MutableBigInteger 339 int[] val = value; in compareHalf() local 438 void setInt(int index, int val) { in setInt() 446 void setValue(int[] val, int length) { in setValue() 456 void copyValue(MutableBigInteger src) { in copyValue() 469 void copyValue(int[] val) { in copyValue() 682 int[] val = value; in primitiveRightShift() local 698 int[] val = value; in primitiveLeftShift() local [all …]
|
/aosp_15_r20/external/libvpx/vpx_dsp/ppc/ |
H A D | deblock_vsx.c | 37 static INLINE void vert_ctx(uint8x16_t ctx[4], int col, uint8_t *src, in vert_ctx() 168 static INLINE int16x8_t filter_s16(int16x8_t b, int16x8_t sum, int16x8_t val) { in filter_s16() 190 void vpx_mbpost_proc_across_ip_vsx(unsigned char *src, int pitch, int rows, in vpx_mbpost_proc_across_ip_vsx() 226 const uint8x16_t val = vec_vsx_ld(0, src + col); in vpx_mbpost_proc_across_ip_vsx() local
|
/aosp_15_r20/packages/modules/NetworkStack/tests/unit/src/android/net/apf/ |
D | Bpf2Apf.java | 162 Register src = opcode.contains("x") ? R1 : R0; in convertLine() local 167 gen.addStoreToMemory(byIndex(memory_slot), src); in convertLine() local 212 int val = 0; in convertLine() local
|