Home
last modified time | relevance | path

Searched +defs:val +defs:buf (Results 1226 – 1250 of 3372) sorted by relevance

1...<<41424344454647484950>>...135

/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/wrapper/library/
H A Dssl_lib.c879 void SSL_set_info_callback(SSL *ssl, void (*cb) (const SSL *ssl, int type, int val)) in SSL_set_info_callback()
1102 void ERR_error_string_n(unsigned long e, char *buf, size_t len) in ERR_error_string_n()
1111 char *ERR_error_string(unsigned long e, char *buf) in ERR_error_string()
/aosp_15_r20/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DExifInterface.java1040 ByteBuffer buf = file.getChannel().map(MapMode.READ_WRITE, 0, exifSize); in rewriteExif() local
1068 public boolean rewriteExif(ByteBuffer buf, Collection<ExifTag> tags) throws IOException { in rewriteExif()
1497 public ExifTag buildTag(int tagId, int ifdId, Object val) { in buildTag()
1522 public ExifTag buildTag(int tagId, Object val) { in buildTag()
1551 public boolean setTagValue(int tagId, int ifdId, Object val) { in setTagValue()
1568 public boolean setTagValue(int tagId, Object val) { in setTagValue()
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/exif/
DExifInterface.java1025 ByteBuffer buf = file.getChannel().map(MapMode.READ_WRITE, 0, exifSize); in rewriteExif() local
1050 public boolean rewriteExif(ByteBuffer buf, Collection<ExifTag> tags) throws IOException { in rewriteExif()
1476 public ExifTag buildTag(int tagId, int ifdId, Object val) { in buildTag()
1501 public ExifTag buildTag(int tagId, Object val) { in buildTag()
1530 public boolean setTagValue(int tagId, int ifdId, Object val) { in setTagValue()
1547 public boolean setTagValue(int tagId, Object val) { in setTagValue()
/aosp_15_r20/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java1040 ByteBuffer buf = file.getChannel().map(MapMode.READ_WRITE, 0, exifSize); in rewriteExif() local
1068 public boolean rewriteExif(ByteBuffer buf, Collection<ExifTag> tags) throws IOException { in rewriteExif()
1497 public ExifTag buildTag(int tagId, int ifdId, Object val) { in buildTag()
1522 public ExifTag buildTag(int tagId, Object val) { in buildTag()
1551 public boolean setTagValue(int tagId, int ifdId, Object val) { in setTagValue()
1568 public boolean setTagValue(int tagId, Object val) { in setTagValue()
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dxpath.c189 xmlXPathIsNaN(double val) { in xmlXPathIsNaN()
206 xmlXPathIsInf(double val) { in xmlXPathIsInf()
1056 #define PUSH_FULL_EXPR(op, op1, op2, val, val2, val3, val4, val5) \ argument
1059 #define PUSH_LONG_EXPR(op, val, val2, val3, val4, val5) \ argument
1063 #define PUSH_LEAVE_EXPR(op, val, val2) \ argument
1066 #define PUSH_UNARY_EXPR(op, ch, val, val2) \ argument
1069 #define PUSH_BINARY_EXPR(op, ch1, ch2, val, val2) \ argument
1668 xmlXPathCacheWrapNodeSet(xmlXPathParserContextPtr pctxt, xmlNodeSetPtr val) in xmlXPathCacheWrapNodeSet()
1705 xmlXPathCacheWrapString(xmlXPathParserContextPtr pctxt, xmlChar *val) in xmlXPathCacheWrapString()
1741 xmlXPathCacheNewNodeSet(xmlXPathParserContextPtr pctxt, xmlNodePtr val) in xmlXPathCacheNewNodeSet()
[all …]
H A Dxmlwriter.c147 const char *msg, int val) in xmlWriterErrMsgInt()
267 xmlNewTextWriterMemory(xmlBufferPtr buf, int compression ATTRIBUTE_UNUSED) in xmlNewTextWriterMemory()
889 xmlChar *buf; in xmlTextWriterWriteVFormatComment() local
1052 xmlChar *buf; in xmlTextWriterStartElementNS() local
1317 xmlChar *buf; in xmlTextWriterWriteVFormatRaw() local
1446 xmlChar *buf; in xmlTextWriterWriteVFormatString() local
1477 xmlChar *buf; in xmlTextWriterWriteString() local
1827 xmlChar *buf; in xmlTextWriterStartAttributeNS() local
1992 xmlChar *buf; in xmlTextWriterWriteVFormatAttribute() local
2094 xmlChar *buf; in xmlTextWriterWriteVFormatAttributeNS() local
[all …]
/aosp_15_r20/external/strace/
H A Ddefs.h502 static inline int set_tcb_priv_ulong(struct tcb *tcp, unsigned long val) in set_tcb_priv_ulong()
695 printxval_searchn(const struct xlat *xlat, size_t xlat_size, uint64_t val, in printxval_searchn()
717 printxval_indexn(const struct xlat *xlat, size_t xlat_size, uint64_t val, in printxval_indexn()
734 sprintxval(char *buf, size_t size, const struct xlat *xlat, unsigned int val, in sprintxval()
744 printxval_dispatch(const struct xlat *xlat, size_t xlat_size, uint64_t val, in printxval_dispatch()
1052 printxval64(const struct xlat *x, const uint64_t val, const char *dflt) in printxval64()
1058 printxval(const struct xlat *x, const unsigned int val, const char *dflt) in printxval()
1064 printxval64_u(const struct xlat *x, const uint64_t val, const char *dflt) in printxval64_u()
1070 printxval_u(const struct xlat *x, const unsigned int val, const char *dflt) in printxval_u()
1076 printxval64_d(const struct xlat *x, const int64_t val, const char *dflt) in printxval64_d()
[all …]
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/
DMdnsServiceTypeClientTests.java133 private final byte[] buf = new byte[10]; field in MdnsServiceTypeClientTests
2220 long val = lastScheduledDelayInMs; in getAndClearLastScheduledDelayInMs() local
2227 Runnable val = lastScheduledRunnable; in getAndClearLastScheduledRunnable() local
2233 Runnable val = lastSubmittedRunnable; in getAndClearSubmittedRunnable() local
2239 Future<?> val = lastSubmittedFuture; in getAndClearSubmittedFuture() local
/aosp_15_r20/external/dnsmasq/src/
H A Doption.c31 int val; member
371 unsigned char val, size; member
606 int val; in do_usage() member
761 int i, val = atoi(comma); in parse_dhcp_opt() local
970 struct stat buf; in one_opt() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/vulkan/
H A Dtest_vulkan_interop_buffer.cpp339 uint8_t val = 0; in run_test_with_two_queue() local
646 uint8_t val = 0; in run_test_with_one_queue() local
996 uint8_t val = 0; in run_test_with_multi_import_same_ctx() local
1474 uint8_t val = 0; in run_test_with_multi_import_diff_ctx() local
1664 char buf[BUFFERSIZE]; in test_buffer_common() local
/aosp_15_r20/external/skia/src/svg/
H A DSkSVGDevice.cpp312 void addAttribute(const char name[], const char val[]) { in addAttribute()
316 void addAttribute(const char name[], const SkString& val) { in addAttribute()
320 void addAttribute(const char name[], int32_t val) { in addAttribute()
324 void addAttribute(const char name[], SkScalar val) { in addAttribute()
992 SkDynamicMemoryWStream buf; in encode() local
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DIccProvider.java241 StringBuilder buf = new StringBuilder("content://icc/"); in insert() local
346 String val = pair[1].trim(); in delete() local
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
H A DTextTrieMap.java48 public TextTrieMap<V> put(CharSequence text, V val) { in put()
263 StringBuilder buf = new StringBuilder(); in add() local
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTextTrieMap.java53 public TextTrieMap<V> put(CharSequence text, V val) { in put()
272 StringBuilder buf = new StringBuilder(); in add() local
/aosp_15_r20/cts/tests/sensor/src/android/hardware/cts/helpers/
H A DSensorCtsHelper.java161 public static <TValue extends Number> double clamp(TValue val, TValue min, TValue max) { in clamp()
532 StringBuffer buf = new StringBuffer(); in judge() local
/aosp_15_r20/external/flashrom/
H A Djedec.c31 uint8_t oddparity(uint8_t val) in oddparity()
440 int write_jedec(struct flashctx *flash, const uint8_t *buf, unsigned int start, in write_jedec()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/staticlibs/net-utils-framework-common/android_common/jarjar/
Dnet-utils-framework-common.jarcom/android/net/module/util/SdkUtil.class SdkUtil.java package com. ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/staticlibs/net-utils-framework-common/android_common_apex30/jarjar/
Dnet-utils-framework-common.jarcom/android/net/module/util/SdkUtil.class SdkUtil.java package com. ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/staticlibs/net-utils-framework-common/android_common_apex30/javac/
Dnet-utils-framework-common.jar ... public static int[] unpackBits (long) long val int size int[] result int index int bitPos ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/staticlibs/net-utils-framework-common/android_common/javac/
Dnet-utils-framework-common.jar ... public static int[] unpackBits (long) long val int size int[] result int index int bitPos ...
/aosp_15_r20/external/libxml2/
H A Dxmlwriter.c147 const char *msg, int val) in xmlWriterErrMsgInt()
267 xmlNewTextWriterMemory(xmlBufferPtr buf, int compression ATTRIBUTE_UNUSED) in xmlNewTextWriterMemory()
885 xmlChar *buf; in xmlTextWriterWriteVFormatComment() local
1048 xmlChar *buf; in xmlTextWriterStartElementNS() local
1313 xmlChar *buf; in xmlTextWriterWriteVFormatRaw() local
1442 xmlChar *buf; in xmlTextWriterWriteVFormatString() local
1473 xmlChar *buf; in xmlTextWriterWriteString() local
1822 xmlChar *buf; in xmlTextWriterStartAttributeNS() local
1987 xmlChar *buf; in xmlTextWriterWriteVFormatAttribute() local
2089 xmlChar *buf; in xmlTextWriterWriteVFormatAttributeNS() local
[all …]
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/
H A Dtest_config.cc157 std::vector<uint8_t> buf(len); in DecodeBase64() local
743 const void *buf, size_t len, SSL *ssl, void *arg) { in MessageCallback()
881 static void InfoCallback(const SSL *ssl, int type, int val) { in InfoCallback()
1281 bssl::UniquePtr<CRYPTO_BUFFER> buf( in CredentialFromConfig() local
1292 bssl::UniquePtr<CRYPTO_BUFFER> buf(CRYPTO_BUFFER_new( in CredentialFromConfig() local
1302 bssl::UniquePtr<CRYPTO_BUFFER> buf( in CredentialFromConfig() local
1363 auto buf = std::make_unique<uint8_t[]>(in.size() / 2); in HexDecode() local
1856 auto buf = std::make_unique<uint8_t[]>(2 + in_len); in SetupCtx() local
/aosp_15_r20/external/boringssl/src/ssl/test/
H A Dtest_config.cc157 std::vector<uint8_t> buf(len); in DecodeBase64() local
746 const void *buf, size_t len, SSL *ssl, void *arg) { in MessageCallback()
888 static void InfoCallback(const SSL *ssl, int type, int val) { in InfoCallback()
1288 bssl::UniquePtr<CRYPTO_BUFFER> buf( in CredentialFromConfig() local
1299 bssl::UniquePtr<CRYPTO_BUFFER> buf(CRYPTO_BUFFER_new( in CredentialFromConfig() local
1309 bssl::UniquePtr<CRYPTO_BUFFER> buf( in CredentialFromConfig() local
1370 auto buf = std::make_unique<uint8_t[]>(in.size() / 2); in HexDecode() local
1877 auto buf = std::make_unique<uint8_t[]>(2 + in_len); in SetupCtx() local
/aosp_15_r20/external/f2fs-tools/tools/f2fs_io/
H A Df2fs_io.c112 static ssize_t xread(int fd, void *buf, size_t count) in xread()
121 static void full_write(int fd, const void *buf, size_t count) in full_write()
648 char *buf = NULL; in do_write_with_advice() local
859 char *buf = NULL; in do_read() local
969 char *buf = NULL; in do_randread() local
1263 char *buf = aligned_xalloc(F2FS_DEFAULT_BLKSIZE, F2FS_DEFAULT_BLKSIZE); in do_copy() local
1697 char *buf, *key, *val; in do_listxattr() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/upb-generated/envoy/config/bootstrap/v3/
Dbootstrap.upb.h129 …ig_bootstrap_v3_Bootstrap* envoy_config_bootstrap_v3_Bootstrap_parse(const char* buf, size_t size,… in envoy_config_bootstrap_v3_Bootstrap_parse()
137 …_bootstrap_v3_Bootstrap* envoy_config_bootstrap_v3_Bootstrap_parse_ex(const char* buf, size_t size, in envoy_config_bootstrap_v3_Bootstrap_parse_ex()
552 …bootstrap_v3_Bootstrap* msg, upb_StringView key, struct envoy_config_core_v3_TypedExtensionConfig*… in envoy_config_bootstrap_v3_Bootstrap_certificate_provider_instances_get()
1079 …_bootstrap_v3_Bootstrap* msg, upb_StringView key, struct envoy_config_core_v3_TypedExtensionConfig… in envoy_config_bootstrap_v3_Bootstrap_certificate_provider_instances_set()
1112 …_add_node_context_params(envoy_config_bootstrap_v3_Bootstrap* msg, upb_StringView val, upb_Arena* … in envoy_config_bootstrap_v3_Bootstrap_add_node_context_params()
1271 …Resources* envoy_config_bootstrap_v3_Bootstrap_StaticResources_parse(const char* buf, size_t size,… in envoy_config_bootstrap_v3_Bootstrap_StaticResources_parse()
1279 …sources* envoy_config_bootstrap_v3_Bootstrap_StaticResources_parse_ex(const char* buf, size_t size, in envoy_config_bootstrap_v3_Bootstrap_StaticResources_parse_ex()
1497 …esources* envoy_config_bootstrap_v3_Bootstrap_DynamicResources_parse(const char* buf, size_t size,… in envoy_config_bootstrap_v3_Bootstrap_DynamicResources_parse()
1505 …ources* envoy_config_bootstrap_v3_Bootstrap_DynamicResources_parse_ex(const char* buf, size_t size, in envoy_config_bootstrap_v3_Bootstrap_DynamicResources_parse_ex()
1666 UPB_INLINE envoy_config_bootstrap_v3_Admin* envoy_config_bootstrap_v3_Admin_parse(const char* buf, … in envoy_config_bootstrap_v3_Admin_parse()
[all …]

1...<<41424344454647484950>>...135