/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | numberformattesttuple.cpp | 100 int32_t val, in fromEnum() 167 char16_t buffer[20]; in intToStr() local 186 CharString buffer; in strToDouble() local 196 char buffer[256]; in doubleToStr() local 204 int32_t val = toEnum( in strToERounding() local 222 int32_t val = toEnum( in strToCurrencyUsage() local 240 int32_t val = toEnum( in strToEPadPosition() local 259 int32_t val = toEnum( in strToFormatStyle() local 413 CharString buffer; in getFieldByName() local
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | validationEGL.cpp | 102 bool ValidateStreamAttribute(const ValidationContext *val, in ValidateStreamAttribute() 142 bool ValidateCreateImageMipLevelCommon(const ValidationContext *val, in ValidateCreateImageMipLevelCommon() 172 bool ValidateConfigAttribute(const ValidationContext *val, in ValidateConfigAttribute() 278 bool ValidateConfigAttributeValue(const ValidationContext *val, in ValidateConfigAttributeValue() 400 bool ValidateConfigAttributes(const ValidationContext *val, in ValidateConfigAttributes() 416 bool ValidateColorspaceAttribute(const ValidationContext *val, in ValidateColorspaceAttribute() 500 bool ValidatePlatformType(const ValidationContext *val, in ValidatePlatformType() 569 bool ValidateGetPlatformDisplayCommon(const ValidationContext *val, in ValidateGetPlatformDisplayCommon() 1030 bool ValidateStream(const ValidationContext *val, const Display *display, const Stream *stream) in ValidateStream() 1050 bool ValidateLabeledObject(const ValidationContext *val, in ValidateLabeledObject() [all …]
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | pystrtod.c | 128 double val = -1.0; in _PyOS_ascii_strtod() local 376 change_decimal_from_locale_to_dot(char* buffer) in change_decimal_from_locale_to_dot() 414 ensure_minimum_exponent_length(char* buffer, size_t buf_size) in ensure_minimum_exponent_length() 482 remove_trailing_zeros(char *buffer) in remove_trailing_zeros() 528 ensure_decimal_point(char* buffer, size_t buf_size, int precision) in ensure_decimal_point() 640 _PyOS_ascii_formatd(char *buffer, in _PyOS_ascii_formatd() 720 PyOS_ascii_formatd(char *buffer, in PyOS_ascii_formatd() 737 PyAPI_FUNC(char *) PyOS_double_to_string(double val, in PyOS_double_to_string() 1185 PyAPI_FUNC(char *) PyOS_double_to_string(double val, in PyOS_double_to_string()
|
/aosp_15_r20/external/tpm2-tss/test/unit/ |
H A D | TPM2B-marshal.c | 26 uint8_t buffer[sizeof(dgst) + sizeof(point)] = {0}; in tpm2b_marshal_success() local 73 uint8_t buffer[sizeof(dgst) + sizeof(point) + 10] = {0}; in tpm2b_marshal_success_offset() local 156 uint8_t buffer[offset]; in tpm2b_marshal_buffer_null_with_offset() local 195 uint8_t buffer[sizeof(dgst) + sizeof(point)] = {0}; in tpm2b_marshal_buffer_size_lt_data_nad_lt_offset() local 223 uint8_t buffer[] = { 0x00, 0x04, 0xef, 0xbe, 0xad, 0xde, /* digest of 4 bytes */ in tpm2b_unmarshal_success() local 231 uint32_t val; in tpm2b_unmarshal_success() local 261 uint8_t buffer[] = { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, /* random 6 bytes offset */ in tpm2b_unmarshal_success_offset() local 271 uint32_t val; in tpm2b_unmarshal_success_offset() local 329 uint8_t buffer [1]; in tpm2b_unmarshal_dest_null() local 347 uint8_t buffer[] = { 0x00, 0x04, 0xef, 0xbe, 0xad, 0xde, /* digest of 4 bytes */ in tpm2b_unmarshal_dest_null_offset_valid() local [all …]
|
/aosp_15_r20/frameworks/av/media/libmediametrics/include/media/ |
H A D | MediaMetricsItem.h | 332 static status_t insert(const T& val, char **bufferpptr, char *bufferptrmax) { in insert() 344 status_t insert(const std::string& val, char **bufferpptr, char *bufferptrmax) { in insert() 355 status_t insert(const std::pair<int64_t, int64_t>& val, in insert() argument 372 static status_t insert(const char *val, char **bufferpptr, char *bufferptrmax) { in insert() 410 const char *name, const int32_t& value, char *buffer, size_t length) { in toStringBuffer() 415 const char *name, const int64_t& value, char *buffer, size_t length) { in toStringBuffer() 420 const char *name, const double& value, char *buffer, size_t length) { in toStringBuffer() 426 char *buffer, size_t length) { in toStringBuffer() 432 const char *name, const std::string& value, char *buffer, size_t length) { in toStringBuffer() 438 const char *name, const std::monostate&, char *buffer, size_t length) { in toStringBuffer() [all …]
|
/aosp_15_r20/external/libchrome/mojo/public/js/lib/ |
H A D | codec.js | 41 function Decoder(buffer, handles, associatedEndpointHandles, base) { argument 218 function Encoder(buffer, handles, associatedEndpointHandles, base) { argument 234 Encoder.prototype.writeInt8 = function(val) { argument 239 Encoder.prototype.writeUint8 = function(val) { argument 247 Encoder.prototype.writeInt16 = function(val) { argument 252 Encoder.prototype.writeUint16 = function(val) { argument 260 Encoder.prototype.writeInt32 = function(val) { argument 265 Encoder.prototype.writeUint32 = function(val) { argument 273 Encoder.prototype.writeInt64 = function(val) { argument 278 Encoder.prototype.writeUint64 = function(val) { argument [all …]
|
/aosp_15_r20/external/pigweed/pw_kvs/ |
H A D | key_value_store_binary_format_test.cc | 190 byte buffer[64]; in TEST_F() local 199 byte buffer[64]; in TEST_F() local 211 byte buffer[64]; in TEST_F() local 234 byte buffer[64]; in TEST_F() local 274 byte buffer[64]; in TEST_F() local 311 byte buffer[64]; in TEST_F() local 336 char buffer[64] = {}; in TEST_F() local 398 byte buffer[64]; in TEST_F() local 410 byte buffer[64]; in TEST_F() local 422 byte buffer[64]; in TEST_F() local [all …]
|
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/ |
H A D | Pipeline.cpp | 111 SpecVar::SpecVar(const float val) : type(SpecVar::Type::FLOAT) { in SpecVar() 115 SpecVar::SpecVar(const int32_t val) : type(SpecVar::Type::INT) { in SpecVar() 119 SpecVar::SpecVar(const uint32_t val) : type(SpecVar::Type::UINT) { in SpecVar() 123 SpecVar::SpecVar(const bool val) : type(SpecVar::Type::BOOL) { in SpecVar() 377 auto buffer = load_cache(); local 448 std::vector<char> buffer(size); in load_cache() local 469 std::vector<char> buffer(size); in save_cache() local
|
/aosp_15_r20/frameworks/native/libs/binder/ |
H A D | Debug.cpp | 60 static inline char makehexdigit(uint32_t val) in makehexdigit() 65 static char* appendhexnum(uint32_t val, char* out) in appendhexnum() 152 char buffer[32]; in printTypeCode() local 194 char buffer[256]; in printHexData() local 238 const unsigned char val = *(pos+startIndex-index); in printHexData() local 255 const unsigned char val = *(pos+startIndex-index); in printHexData() local 273 const unsigned char val = pos[index]; in printHexData() local
|
/aosp_15_r20/system/libhwbinder/ |
H A D | Debug.cpp | 61 static inline char makehexdigit(uint32_t val) in makehexdigit() 66 static char* appendhexnum(uint32_t val, char* out) in appendhexnum() 153 char buffer[32]; in printTypeCode() local 195 char buffer[256]; in printHexData() local 239 const unsigned char val = *(pos+startIndex-index); in printHexData() local 256 const unsigned char val = *(pos+startIndex-index); in printHexData() local 274 const unsigned char val = pos[index]; in printHexData() local
|
H A D | Parcel.cpp | 467 status_t Parcel::writeInt8(int8_t val) in writeInt8() 472 status_t Parcel::writeUint8(uint8_t val) in writeUint8() 477 status_t Parcel::writeInt16(int16_t val) in writeInt16() 482 status_t Parcel::writeUint16(uint16_t val) in writeUint16() 487 status_t Parcel::writeInt32(int32_t val) in writeInt32() 492 status_t Parcel::writeUint32(uint32_t val) in writeUint32() 497 status_t Parcel::writeBool(bool val) in writeBool() 501 status_t Parcel::writeInt64(int64_t val) in writeInt64() 506 status_t Parcel::writeUint64(uint64_t val) in writeUint64() 511 status_t Parcel::writePointer(uintptr_t val) in writePointer() [all …]
|
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/ |
H A D | FileMap.java | 283 private static byte[] copyBytes(byte[] buffer, int offset, int length) { in copyBytes() 295 private static int findCentralDir(byte[] buffer) throws IOException { in findCentralDir() 300 int val = readInt(buffer, scanOffset); in findCentralDir() local 318 private static int findCentralDir64(byte[] buffer) throws IOException { in findCentralDir64() 323 int val = readInt(buffer, scanOffset); in findCentralDir64() local 342 private static int readInt(byte[] buffer, int offset) { in readInt() 348 private static long readLong(byte[] buffer, int offset) { in readLong() 361 private static short readShort(byte[] buffer, int offset) { in readShort()
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/ |
H A D | ShaderData.java | 157 public void write(@NonNull WireBuffer buffer) { in write() 231 public static void apply( in apply() 286 public static void read(@NonNull WireBuffer buffer, @NonNull List<Operation> operations) { in read() 301 float[] val = new float[len]; in read() local 318 int[] val = new int[len]; in read() local 331 int val = buffer.readInt(); in read() local
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | pystrtod.c | 167 double val; in _PyOS_ascii_strtod() local 448 change_decimal_from_locale_to_dot(char* buffer) in change_decimal_from_locale_to_dot() 486 ensure_minimum_exponent_length(char* buffer, size_t buf_size) in ensure_minimum_exponent_length() 554 remove_trailing_zeros(char *buffer) in remove_trailing_zeros() 600 ensure_decimal_point(char* buffer, size_t buf_size, int precision) in ensure_decimal_point() 714 _PyOS_ascii_formatd(char *buffer, in _PyOS_ascii_formatd() 795 char * PyOS_double_to_string(double val, in PyOS_double_to_string() 1259 char * PyOS_double_to_string(double val, in PyOS_double_to_string()
|
/aosp_15_r20/external/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_command_buffer.h | 23 vn_sizeof_VkCommandBufferAllocateInfo_pnext(const void *val) in vn_sizeof_VkCommandBufferAllocateInfo_pnext() 30 vn_sizeof_VkCommandBufferAllocateInfo_self(const VkCommandBufferAllocateInfo *val) in vn_sizeof_VkCommandBufferAllocateInfo_self() 41 vn_sizeof_VkCommandBufferAllocateInfo(const VkCommandBufferAllocateInfo *val) in vn_sizeof_VkCommandBufferAllocateInfo() 53 vn_encode_VkCommandBufferAllocateInfo_pnext(struct vn_cs_encoder *enc, const void *val) in vn_encode_VkCommandBufferAllocateInfo_pnext() 60 …VkCommandBufferAllocateInfo_self(struct vn_cs_encoder *enc, const VkCommandBufferAllocateInfo *val) in vn_encode_VkCommandBufferAllocateInfo_self() 69 …code_VkCommandBufferAllocateInfo(struct vn_cs_encoder *enc, const VkCommandBufferAllocateInfo *val) in vn_encode_VkCommandBufferAllocateInfo() 80 vn_sizeof_VkCommandBufferInheritanceConditionalRenderingInfoEXT_pnext(const void *val) in vn_sizeof_VkCommandBufferInheritanceConditionalRenderingInfoEXT_pnext() 87 …InheritanceConditionalRenderingInfoEXT_self(const VkCommandBufferInheritanceConditionalRenderingIn… in vn_sizeof_VkCommandBufferInheritanceConditionalRenderingInfoEXT_self() 96 …ufferInheritanceConditionalRenderingInfoEXT(const VkCommandBufferInheritanceConditionalRenderingIn… in vn_sizeof_VkCommandBufferInheritanceConditionalRenderingInfoEXT() 108 …mmandBufferInheritanceConditionalRenderingInfoEXT_pnext(struct vn_cs_encoder *enc, const void *val) in vn_encode_VkCommandBufferInheritanceConditionalRenderingInfoEXT_pnext() [all …]
|
/aosp_15_r20/external/pdfium/fpdfsdk/ |
H A D | fpdf_structtree_embeddertest.cpp | 56 unsigned short buffer[12]; in TEST_F() local 108 unsigned short buffer[12] = {}; in TEST_F() local 137 uint16_t buffer[kBufLen] = {0}; in TEST_F() local 200 uint16_t buffer[kBufLen] = {0}; in TEST_F() local 240 uint16_t buffer[kBufLen] = {0}; in TEST_F() local 285 uint16_t buffer[kBufLen] = {0}; in TEST_F() local 407 unsigned short buffer[12]; in TEST_F() local 441 unsigned short buffer[28] = {}; in TEST_F() local 525 unsigned short buffer[13]; in TEST_F() local 603 char buffer[8] = {}; in TEST_F() local [all …]
|
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/ |
H A D | C2OMXNode.cpp | 68 uint64_t val; in getParameter() local 78 uint64_t val; in getParameter() local 196 OMX_U32 portIndex, size_t size, buffer_id *buffer, in allocateSecureBuffer() 207 OMX_U32 portIndex, const OMXBuffer &omxBuf, buffer_id *buffer) { in useBuffer() 214 status_t C2OMXNode::freeBuffer(OMX_U32 portIndex, buffer_id buffer) { in freeBuffer() 221 buffer_id buffer, const OMXBuffer &omxBuf, int fenceFd) { in fillBuffer() 251 buffer_id buffer, const OMXBuffer &omxBuf, in emptyBuffer()
|
/aosp_15_r20/external/deqp/framework/delibs/dethread/ |
H A D | deThreadTest.c | 38 int32_t val = *((int32_t *)arg); in threadTestThr1() local 94 int32_t val = 123; in deThread_selfTest() local 358 uint32_t buffer[32]; member 368 TestBuffer *buffer = (TestBuffer *)arg; in producerThread() local 378 uint32_t val; in producerThread() local 403 TestBuffer *buffer = (TestBuffer *)arg; in consumerThread() local 408 int32_t val; in consumerThread() local
|
/aosp_15_r20/trusty/user/base/lib/apploader_package/include/apploader/ |
D | cbor.h | 63 static inline size_t encodedSizeOf(uint64_t val) { in encodedSizeOf() 64 uint8_t buffer[16]; in encodedSizeOf() local 78 static inline size_t encodedSizeOfInt(int64_t val) { in encodedSizeOfInt() 79 uint8_t buffer[16]; in encodedSizeOfInt() local 354 void encodeKeyValue(int64_t key, int64_t val) { in encodeKeyValue() 360 void encodeKeyValue(int64_t key, int val) { in encodeKeyValue() 364 void encodeKeyValue(int64_t key, __UNUSED bool val) { in encodeKeyValue() 371 void encodeKeyValue(int64_t key, const char* val) { in encodeKeyValue() 417 void encodeInt(const int64_t val) { in encodeInt() 422 void encodeUint(const uint64_t val) { in encodeUint() [all …]
|
/aosp_15_r20/external/vboot_reference/firmware/lib/tpm2_lite/ |
H A D | marshaling.c | 13 static void write_be16(void *dest, uint16_t val) in write_be16() 21 static void write_be32(void *dest, uint32_t val) in write_be32() 56 static uint8_t unmarshal_u8(void **buffer, int *buffer_space) in unmarshal_u8() 72 static uint16_t unmarshal_u16(void **buffer, int *buffer_space) in unmarshal_u16() 88 static uint32_t unmarshal_u32(void **buffer, int *buffer_space) in unmarshal_u32() 107 static void unmarshal_TPM2B(void **buffer, int *size, TPM2B *tpm2b) in unmarshal_TPM2B() 125 static void unmarshal_authorization_section(void **buffer, int *size, in unmarshal_authorization_section() 140 static void unmarshal_nv_read(void **buffer, int *size, in unmarshal_nv_read() 159 static void unmarshal_read_public(void **buffer, int *size, in unmarshal_read_public() 172 static void unmarshal_TPMS_NV_PUBLIC(void **buffer, in unmarshal_TPMS_NV_PUBLIC() [all …]
|
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/ |
H A D | KMEncoder.java | 97 short object, byte[] buffer, short startOff, short bufLen, short encoderOutLimitLen) { in encode() 110 public short encode(short object, byte[] buffer, short startOff, short bufLen) { in encode() 407 private void encodeInteger(byte[] val, short len, short startOff, short majorType) { in encodeInteger() 534 public short encodeByteBlobHeader(short bufLen, byte[] buffer, short startOff, short length) { in encodeByteBlobHeader() 689 private short getEncodedIntegerLength(byte[] val, short startOff, short len) { in getEncodedIntegerLength() 725 private void writeByteValue(byte val) { in writeByteValue() 758 private void writeShort(short val) { in writeShort() 766 private void writeByte(byte val) { in writeByte() 779 public short encodeArrayHeader(short bufLen, byte[] buffer, short startOff, short length) { in encodeArrayHeader()
|
/aosp_15_r20/external/deqp-deps/amber/src/amberscript/ |
D | parser.cc | 198 Result ParseBufferData(Buffer* buffer, in ParseBufferData() 232 double val = token->IsHex() ? static_cast<double>(token->AsHex()) in ParseBufferData() local 242 uint64_t val = token->IsHex() ? token->AsHex() : token->AsUint64(); in ParseBufferData() local 975 float val[2]; in ParsePipelineViewport() local 1090 auto* buffer = script_->GetBuffer(token->AsString()); in ParsePipelineBind() local 1431 auto* buffer = script_->GetBuffer(token->AsString()); in ParsePipelineVertexData() local 1510 auto* buffer = script_->GetBuffer(token->AsString()); in ParsePipelineIndexData() local 2089 std::unique_ptr<Buffer> buffer; in ParseBuffer() local 2165 std::unique_ptr<Buffer> buffer = MakeUnique<Buffer>(); in ParseImage() local 2316 Result Parser::ParseBufferInitializer(Buffer* buffer) { in ParseBufferInitializer() [all …]
|
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/renderer/ |
H A D | HorizontalBarChartRenderer.java | 106 BarBuffer buffer = mBarBuffers[index]; in drawDataSet() local 188 BarBuffer buffer = mBarBuffers[i]; in drawValues() local 213 float val = entry.getY(); in drawValues() local 284 float val = entry.getY(); in drawValues() local 355 final float val = vals[k / 2]; in drawValues() local
|
/aosp_15_r20/external/coreboot/src/device/ |
H A D | mmio.c | 10 void buffer_from_fifo32(void *buffer, size_t size, void *fifo, in buffer_from_fifo32() 20 u32 val = read32(fifo); in buffer_from_fifo32() local 26 void buffer_to_fifo32_prefix(const void *buffer, u32 prefix, int prefsz, size_t size, in buffer_to_fifo32_prefix() 35 uint32_t val = prefix; in buffer_to_fifo32_prefix() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/ |
D | sync_mpsc.rs | 63 let val = rx.recv().await; in send_recv_with_buffer() localVariable 66 let val = rx.recv().await; in send_recv_with_buffer() localVariable 69 let val = rx.recv().await; in send_recv_with_buffer() localVariable 148 let mut buffer = Vec::<i32>::with_capacity(3); in async_send_recv_many_with_buffer() localVariable 232 let mut buffer: Vec<i32> = Vec::new(); in send_recv_many_unbounded() localVariable 280 let mut buffer: Vec<String> = Vec::with_capacity(9); in send_recv_many_bounded_capacity() localVariable 322 let mut buffer: Vec<String> = Vec::with_capacity(9); // capacity >= 9 in send_recv_many_unbounded_capacity() localVariable 883 let val = assert_ready!(recv.poll()); in ready_close_cancel_bounded() localVariable
|