/aosp_15_r20/frameworks/native/libs/binder/ndk/ |
H A D | persistable_bundle_internal.h | 27 int32_t getVecInternal(const std::vector<T>& inVec, T* _Nullable buffer, int32_t bufferSizeBytes) { in getVecInternal() 51 int32_t getStringsInternal(const T& strings, char* _Nullable* _Nullable buffer, in getStringsInternal() 69 for (const auto& val : strings) { in getStringsInternal() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/ |
H A D | benchmark_tflite_model.cc | 167 void FillRandomString(tflite::DynamicBuffer* buffer, in FillRandomString() 194 for (const auto& val : value_ranges) { in PopulateInputValueRanges() local 225 for (const auto& val : value_files) { in PopulateInputValueFiles() local 549 std::stringstream buffer; in LoadInputTensorData() local 643 tflite::DynamicBuffer buffer; in ResetInputsAndOutputs() local
|
/aosp_15_r20/external/libxml2/python/ |
H A D | types.c | 229 libxml_intWrap(int val) in libxml_intWrap() 238 libxml_longWrap(long val) in libxml_longWrap() 247 libxml_doubleWrap(double val) in libxml_doubleWrap() 696 libxml_xmlOutputBufferPtrWrap(xmlOutputBufferPtr buffer) in libxml_xmlOutputBufferPtrWrap() 711 libxml_xmlParserInputBufferPtrWrap(xmlParserInputBufferPtr buffer) in libxml_xmlParserInputBufferPtrWrap()
|
/aosp_15_r20/external/libcups/ppdc/ |
H A D | ppdc-source.cxx | 340 char buffer[256]; // String buffer in get_boolean() local 950 float val; // Floating point value in get_float() local 1093 int val; // Numeric value in get_generic() local 1233 long val; // Value in get_integer() local 1471 char buffer[256], // Number buffer in get_measurement() local 1473 float val; // Measurement value in get_measurement() local 1928 char *buffer, // I - Buffer in get_token()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/powerpc/cache_shape/ |
H A D | cache_shape.c | 31 static void print_size(const char *label, uint32_t val) in print_size() 36 static void print_geo(const char *label, uint32_t val) in print_geo() 53 static char buffer[4096]; in test_cache_shape() local
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Context.cpp | 173 GLuint val = stream->getBe32(); in GLESv2Context() local 362 auto bindBuffer = [this](GLenum target, GLuint buffer) { in postLoadRestoreCtx() 437 const GLfloat* val) { in setAttribValue() 897 GLuint buffer, in bindIndexedBuffer() 917 GLuint buffer) { in bindIndexedBuffer() 921 void GLESv2Context::unbindBuffer(GLuint buffer) { in unbindBuffer()
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | string_encode.cc | 30 char hex_encode(unsigned char val) { in hex_encode() 36 bool hex_decode(char ch, unsigned char* val) { in hex_decode() 55 void hex_encode_with_delimiter(char* buffer, in hex_encode_with_delimiter() 133 size_t hex_decode(ArrayView<char> buffer, absl::string_view source) { in hex_decode()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/system/include/boost/system/detail/ |
D | error_code.hpp | 55 BOOST_SYSTEM_CONSTEXPR error_code( int val, const error_category & cat ) BOOST_NOEXCEPT: in error_code() 68 BOOST_SYSTEM_CONSTEXPR void assign( int val, const error_category & cat ) BOOST_NOEXCEPT in assign() 77 operator=( ErrorCodeEnum val ) BOOST_NOEXCEPT in operator =() 112 char const * message( char * buffer, std::size_t len ) const BOOST_NOEXCEPT in message()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/ |
H A D | SpmmReduceKernel.cpp | 27 inline void _update(at::opmath_type<scalar_t>* out_ptr, int64_t e, int64_t c, const scalar_t val, c… in _update() 93 Tensor buffer; in spmm_reduce_kernel_impl() local 132 scalar_t val = val_data[e]; in spmm_reduce_kernel_impl() local 153 inline void update_with_index(scalar_t *val, scalar_t new_val, index_t *arg, index_t new_arg) { in update_with_index() 191 Tensor buffer; in spmm_reduce_arg_kernel_impl() local 223 opmath_t val = opmath_t(val_data[e]); in spmm_reduce_arg_kernel_impl() local 273 scalar_t val = vec::map2_reduce_all<scalar_t>( in spmm_reduce_backward_input_kernel_impl() local 526 Tensor val; in spmm_reduce_backward_other_kernel() local
|
/aosp_15_r20/external/flac/src/flac/ |
H A D | decode.c | 319 FLAC__byte buffer[3]; in DecoderSession_init_decoder() local 985 FLAC__bool write_little_endian_uint16(FILE *f, FLAC__uint16 val) in write_little_endian_uint16() 995 FLAC__bool write_little_endian_uint32(FILE *f, FLAC__uint32 val) in write_little_endian_uint32() 1006 FLAC__bool write_little_endian_uint64(FILE *f, FLAC__uint64 val) in write_little_endian_uint64() 1019 FLAC__bool write_big_endian_uint16(FILE *f, FLAC__uint16 val) in write_big_endian_uint16() 1029 FLAC__bool write_big_endian_uint32(FILE *f, FLAC__uint32 val) in write_big_endian_uint32() 1040 FLAC__bool write_sane_extended(FILE *f, uint32_t val) in write_sane_extended() 1100 …st FLAC__StreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int32 * const buffer[], voi… in write_callback()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sdp/ |
H A D | data_element.cc | 74 uint8_t val = static_cast<uint8_t>(length); in WriteLength() local 394 size_t DataElement::Read(DataElement* elem, const ByteBuffer& buffer) { in Read() 609 uint8_t val = int_value_ != 0 ? 1 : 0; in Write() local 616 uint8_t val = static_cast<uint8_t>(uint_value_); in Write() local 628 uint64_t val = in Write() local 637 int8_t val = static_cast<int8_t>(int_value_); in Write() local 649 int64_t val = pw::bytes::ConvertOrderTo( in Write() local
|
/aosp_15_r20/external/freetype/src/type1/ |
H A D | t1driver.c | 62 FT_Pointer buffer, in t1_get_glyph_name() 227 FT_Fixed val = 0; in t1_ps_get_font_value() local 257 FT_Fixed val = 0; in t1_ps_get_font_value() local 369 size_t* val = ft_hash_num_lookup( (FT_Int)idx, in t1_ps_get_font_value() local
|
/aosp_15_r20/system/core/storaged/ |
H A D | storaged_info.cpp | 53 struct stat buffer; in FileExists() local 247 string buffer; in report_sysfs() local 284 string buffer; in report() local 303 uint16_t val; in report() local
|
/aosp_15_r20/external/protobuf/conformance/ |
H A D | ConformanceJava.java | 82 private void writeLittleEndianIntToStdout(int val) throws Exception { in writeLittleEndianIntToStdout() 111 ByteBuffer buffer = ByteBuffer.allocate(bytes.size()); in decode() local 123 ByteBuffer buffer = ByteBuffer.allocateDirect(bytes.size()); in decode() local 130 ByteBuffer buffer = ByteBuffer.allocateDirect(bytes.size()); in decode() local
|
/aosp_15_r20/external/cronet/third_party/protobuf/conformance/ |
H A D | ConformanceJava.java | 82 private void writeLittleEndianIntToStdout(int val) throws Exception { in writeLittleEndianIntToStdout() 111 ByteBuffer buffer = ByteBuffer.allocate(bytes.size()); in decode() local 123 ByteBuffer buffer = ByteBuffer.allocateDirect(bytes.size()); in decode() local 130 ByteBuffer buffer = ByteBuffer.allocateDirect(bytes.size()); in decode() local
|
/aosp_15_r20/external/libcups/cups/ |
H A D | snmp.c | 298 int val; /* Socket option value */ in _cupsSNMPOpen() local 347 unsigned char buffer[CUPS_SNMP_MAX_PACKET]; in _cupsSNMPRead() local 649 unsigned char buffer[CUPS_SNMP_MAX_PACKET]; in _cupsSNMPWrite() local 727 unsigned char *buffer, /* I - Buffer */ in asn1_debug() 927 asn1_decode_snmp(unsigned char *buffer, /* I - Buffer */ in asn1_decode_snmp() 1085 asn1_encode_snmp(unsigned char *buffer, /* I - Buffer */ in asn1_encode_snmp() 1229 unsigned char **buffer, /* IO - Pointer in buffer */ in asn1_get_integer() 1259 asn1_get_length(unsigned char **buffer, /* IO - Pointer in buffer */ in asn1_get_length() 1298 unsigned char **buffer, /* IO - Pointer in buffer */ in asn1_get_oid() 1355 unsigned char **buffer, /* IO - Pointer in buffer */ in asn1_get_packed() [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/vkscserver/ |
H A D | vksSerializer.hpp | 100 inline void SerializeItem(TYPE &serializer, u8 &val) in SerializeItem() 105 inline void SerializeItem(Serializer<ToRead> &serializer, u32 &val) in SerializeItem() 112 inline void SerializeItem(Serializer<ToWrite> &serializer, u32 &val) in SerializeItem() 118 inline void SerializeItem(Serializer<ToRead> &serializer, u64 &val) in SerializeItem() 125 inline void SerializeItem(Serializer<ToWrite> &serializer, u64 &val) in SerializeItem() 131 inline void SerializeItem(Serializer<ToRead> &serializer, s32 &val) in SerializeItem() 138 inline void SerializeItem(Serializer<ToWrite> &serializer, s32 &val) in SerializeItem() 292 inline T Deserialize(vector<u8> &buffer) in Deserialize()
|
/aosp_15_r20/external/nanopb-c/ |
H A D | pb_encode.c | 585 pb_byte_t buffer[10]; in pb_encode_negative_varint() local 610 pb_byte_t buffer[10]; in pb_encode_varint() local 643 uint32_t val = *(const uint32_t*)value; in pb_encode_fixed32() local 655 uint64_t val = *(const uint64_t*)value; in pb_encode_fixed64() local 709 bool checkreturn pb_encode_string(pb_ostream_t *stream, const pb_byte_t *buffer, size_t size) in pb_encode_string()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/staticlibs/net-utils-framework-connectivity/android_common/javac/ |
D | net-utils-framework-connectivity.jar | ... .util.Struct$S32 key
long mask
long val
public void clear () throws android.system. ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/staticlibs/net-utils-framework-connectivity/android_common_apex30/javac/ |
D | net-utils-framework-connectivity.jar | ... .util.Struct$S32 key
long mask
long val
public void clear () throws android.system. ... |
/aosp_15_r20/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/ |
D | Struct.java | 687 final ByteBuffer buffer = ByteBuffer.wrap(output); in writeToBytes() local 765 public final boolean val; field in Struct.Bool 767 public Bool(final boolean val) { in Bool() 775 public final short val; field in Struct.U8 777 public U8(final short val) { in U8() 785 public final int val; field in Struct.S32 787 public S32(final int val) { in S32() 795 public final long val; field in Struct.U32 797 public U32(final long val) { in U32() 805 public final long val; field in Struct.S64 [all …]
|
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/X509/ |
H A D | TpmASN1.c | 53 BYTE *buffer in ASN1UnmarshalContextInitialize() 156 UINT32 *val in ASN1GetBitStringValue() 252 BYTE *buffer in ASN1InitialializeMarshalContext() 348 const BYTE *buffer in ASN1PushBytes()
|
/aosp_15_r20/frameworks/av/media/libstagefright/ |
H A D | MediaAppender.cpp | 181 int32_t val = 0; in init() local 219 int32_t val = 0; in init() local 264 int32_t val = 0; in init() local 344 int32_t val = 0; in start() local 418 status_t MediaAppender::writeSampleData(const sp<ABuffer>& buffer, size_t trackIndex, in writeSampleData()
|
/aosp_15_r20/external/deqp/framework/qphelper/ |
H A D | qpTestLog.c | 267 DE_INLINE void int32ToString(int val, char buf[32]) in int32ToString() 272 DE_INLINE void int64ToString(int64_t val, char buf[32]) in int64ToString() 689 void Buffer_init(Buffer *buffer) in Buffer_init() 696 void Buffer_deinit(Buffer *buffer) in Buffer_deinit() 702 bool Buffer_resize(Buffer *buffer, size_t newSize) in Buffer_resize() 724 bool Buffer_append(Buffer *buffer, const uint8_t *data, size_t numBytes) in Buffer_append() 739 Buffer *buffer = (Buffer *)png_get_io_ptr(png); in pngWriteData() local 768 static bool compressImagePNG(Buffer *buffer, qpImageFormat imageFormat, int width, int height, int … in compressImagePNG()
|
/aosp_15_r20/out/soong/.intermediates/external/cronet/components/cronet/android/cronet_aml_components_cronet_android_cronet_impl_native_java/android_common/javac/ |
D | cronet_aml_components_cronet_android_cronet_impl_native_java.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/net/
android/ ... |