Home
last modified time | relevance | path

Searched +defs:val +defs:bytes (Results 101 – 125 of 2194) sorted by relevance

12345678910>>...88

/aosp_15_r20/external/rust/android-crates-io/crates/http/src/header/
Dvalue.rs84 let bytes = src.as_bytes(); in from_static() localVariable
252 let bytes = self.as_ref(); in to_str() localVariable
375 let bytes = self.as_bytes(); in fmt() localVariable
442 let val = HeaderValue::from(n); localVariable
446 let val = HeaderValue::from(n); localVariable
787 let val = HeaderValue::from_bytes(value.as_bytes()).unwrap(); in test_debug() localVariable
/aosp_15_r20/external/protobuf/conformance/
H A DConformanceJava.java82 private void writeLittleEndianIntToStdout(int val) throws Exception { in writeLittleEndianIntToStdout()
103 ByteString bytes, BinaryDecoderType type, Parser<T> parser, ExtensionRegistry extensions) in decode()
146 ByteString bytes, Parser<T> parser, ExtensionRegistry extensions) in parseBinary()
379 int bytes = readLittleEndianIntFromStdin(); in doTestIo() local
/aosp_15_r20/external/cronet/third_party/protobuf/conformance/
H A DConformanceJava.java82 private void writeLittleEndianIntToStdout(int val) throws Exception { in writeLittleEndianIntToStdout()
103 ByteString bytes, BinaryDecoderType type, Parser<T> parser, ExtensionRegistry extensions) in decode()
146 ByteString bytes, Parser<T> parser, ExtensionRegistry extensions) in parseBinary()
379 int bytes = readLittleEndianIntFromStdin(); in doTestIo() local
/aosp_15_r20/external/libcap/libcap/
H A Dcap_extint.c30 __u8 bytes[CAP_SET_SIZE][NUMBER_OF_CAP_SETS]; member
44 __u32 val = 0; in _cap_size_locked() local
117 __u32 val; in cap_copy_ext() local
168 __u32 val = 0; in cap_copy_int() local
/aosp_15_r20/external/guava/guava/src/com/google/common/hash/
H A DHashCode.java238 public static HashCode fromBytes(byte[] bytes) { in fromBytes()
247 static HashCode fromBytesNoCopy(byte[] bytes) { in fromBytesNoCopy()
252 final byte[] bytes; field in HashCode.BytesHashCode
254 BytesHashCode(byte[] bytes) { in BytesHashCode()
393 int val = (bytes[0] & 0xFF); in hashCode() local
/aosp_15_r20/external/guava/android/guava/src/com/google/common/hash/
H A DHashCode.java238 public static HashCode fromBytes(byte[] bytes) { in fromBytes()
247 static HashCode fromBytesNoCopy(byte[] bytes) { in fromBytesNoCopy()
252 final byte[] bytes; field in HashCode.BytesHashCode
254 BytesHashCode(byte[] bytes) { in BytesHashCode()
393 int val = (bytes[0] & 0xFF); in hashCode() local
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjobb.jar ... { java.util.Stack mDirLen final synthetic boolean val$calculateSlop final synthetic int val$clusterSize final synthetic ...
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DDataUsageDetailView.java68 final long bytes; in bind() local
126 private String formatBytes(long bytes) { in formatBytes()
128 double val; in formatBytes() local
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/
H A Dconvert.c64 static void Convert_CheckInt(const char* name, upb_CType type, VALUE val) { in Convert_CheckInt()
95 int32_t val; in Convert_ToEnum() local
187 VALUE bytes = rb_enc_from_encoding(rb_ascii8bit_encoding()); in Convert_RubyToUpb() local
339 uint64_t Msgval_GetHash(upb_MessageValue val, TypeInfo type_info, in Msgval_GetHash()
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dconvert.c64 static void Convert_CheckInt(const char* name, upb_CType type, VALUE val) { in Convert_CheckInt()
95 int32_t val; in Convert_ToEnum() local
187 VALUE bytes = rb_enc_from_encoding(rb_ascii8bit_encoding()); in Convert_RubyToUpb() local
339 uint64_t Msgval_GetHash(upb_MessageValue val, TypeInfo type_info, in Msgval_GetHash()
/aosp_15_r20/system/chre/apps/test/chqts/src/shared/
H A Dnano_string.cc33 void memset(void *mem, int val, size_t count) { in memset()
34 uint8_t *bytes = static_cast<uint8_t *>(mem); in memset() local
40 void memcpy(void *d, const void *s, size_t bytes) { in memcpy()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/
H A DBitUtils.java67 public static int[] unpackBits(long val) { in unpackBits()
104 public static int bytesToBEInt(byte[] bytes) { in bytesToBEInt()
111 public static int bytesToLEInt(byte[] bytes) { in bytesToLEInt()
127 public static void put(ByteBuffer buffer, int position, byte[] bytes) { in put()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/packet/
Draw_builder.cc28 bool RawBuilder::AddOctets(size_t octets, const std::vector<uint8_t>& bytes) { in AddOctets()
40 bool RawBuilder::AddOctets(const std::vector<uint8_t>& bytes) { in AddOctets()
80 for (const auto& val : payload_) { in Serialize() local
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Dgrpc_tensor_coding.cc73 static int VarLengthEncodingSize(uint32 tag, size_t bytes) { in VarLengthEncodingSize()
80 static int SkeletonEncodingSizeUpperBound(const Tensor& val) { in SkeletonEncodingSizeUpperBound()
90 static void EncodeSkeleton(const Tensor& val, io::ProtoEncodeHelper* e) { in EncodeSkeleton()
137 void EncodeTensorToByteBuffer(bool is_dead, const Tensor& val, bool require_ack, in EncodeTensorToByteBuffer()
/aosp_15_r20/external/libopenapv/src/
H A Doapv_bs.c41 static int bsw_flush(oapv_bs_t *bs, int bytes) in bsw_flush()
83 int oapv_bsw_write_direct(void *bits, u32 val, int len) in oapv_bsw_write_direct()
98 int oapv_bsw_write1(oapv_bs_t *bs, int val) in oapv_bsw_write1()
121 int oapv_bsw_write(oapv_bs_t *bs, u32 val, int len) /* len(1 ~ 32) */ in oapv_bsw_write()
269 void oapv_bsr_peek(oapv_bs_t *bs, u32 *val, int size) in oapv_bsr_peek()
/aosp_15_r20/external/python/cpython3/Modules/
Dspwdmodule.c77 sets(PyObject *v, int i, const char* val) in sets()
95 #define SETI(i,val) PyStructSequence_SET_ITEM(v, i, PyLong_FromLong((long) val)) in mkspent() argument
96 #define SETS(i,val) sets(v, i, val) in mkspent() argument
143 PyObject *bytes, *retval = NULL; in spwd_getspnam_impl() local
/aosp_15_r20/external/executorch/exir/serde/
H A Dexport_serialize.py289 serialized_tensor_meta: bytes, is_parameter: bool
322 serialized: Union[Dict[str, Any], Tuple[Any, ...], bytes] argument
362 def _int_to_sympy_int(val) -> sympy.Expr: argument
560 def export_nn_module_stack(val): argument
1822 serialized_state_dict: Union[Dict[str, torch.Tensor], bytes], argument
1826 ] = None,
2246 state_dict: Union[Dict[str, torch.Tensor], bytes], argument
2250 ] = None,
/aosp_15_r20/external/coreboot/util/inteltool/
H A Damb.c21 uint32_t val = amb_read_config32(base, fn, reg); in amb_printreg32() local
35 uint16_t val = amb_read_config16(base, fn, reg); in amb_printreg16() local
50 uint8_t val = amb_read_config8(base, fn, reg); in amb_printreg8() local
60 uint32_t val; in amb_printreg24() local
341 int bytes; in dump_amb() local
/aosp_15_r20/external/executorch/devtools/inspector/
H A D_inspector_utils.py105 tensor: Optional[Tensor], output_buffer: Optional[bytes]
154 value: Value, output_buffer: Optional[bytes]
290 etdump_path: Optional[str] = None, etdump_data: Optional[bytes] = None
310 def style_text_size(val, size=12): argument
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/
H A Dunit_spirv.h40 std::string to_string(const T& val) { in to_string()
55 unsigned char bytes[4]; member
72 explicit WordVector(const std::vector<uint32_t>& val) : value_(val) {} in WordVector()
152 : enum_value_(val), name_(enum_name), operands_(ops) {} in enum_value_() argument
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/
Dunit_spirv.h40 std::string to_string(const T& val) { in to_string()
55 unsigned char bytes[4]; member
72 explicit WordVector(const std::vector<uint32_t>& val) : value_(val) {} in WordVector()
152 : enum_value_(val), name_(enum_name), operands_(ops) {} in enum_value_() argument
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/
H A Dunit_spirv.h40 std::string to_string(const T& val) { in to_string()
55 unsigned char bytes[4]; member
72 explicit WordVector(const std::vector<uint32_t>& val) : value_(val) {} in WordVector()
152 : enum_value_(val), name_(enum_name), operands_(ops) {} in enum_value_() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/text/
Dencode.c112 static void txtenc_enum(int32_t val, const upb_FieldDef* f, txtenc* e) { in txtenc_enum()
123 static void txtenc_string(txtenc* e, upb_StringView str, bool bytes) { in txtenc_string()
162 static void txtenc_field(txtenc* e, upb_MessageValue val, in txtenc_field()
254 upb_MessageValue val, const upb_FieldDef* f) { in txtenc_mapentry()
287 upb_MessageValue key, val; in txtenc_map() local
299 upb_MessageValue key, val; in txtenc_map() local
345 uint64_t val; in txtenc_unknown() local
351 uint32_t val; in txtenc_unknown() local
357 uint64_t val; in txtenc_unknown() local
422 upb_MessageValue val; in txtenc_msg() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/font-types-0.4.3/src/
H A Duint24.rs35 let bytes = self.0.to_be_bytes(); localVariable
68 let bytes = [0xff, 0b10101010, 0b11001100]; in be_bytes() localVariable
69 let val = Uint24::from_be_bytes(bytes); in be_bytes() localVariable
/aosp_15_r20/external/mbedtls/library/
H A Dlmots.c72 void mbedtls_lms_unsigned_int_to_network_bytes(unsigned int val, size_t len, in mbedtls_lms_unsigned_int_to_network_bytes()
73 unsigned char *bytes) in mbedtls_lms_unsigned_int_to_network_bytes()
83 const unsigned char *bytes) in mbedtls_lms_network_bytes_to_unsigned_int()
86 unsigned int val = 0; in mbedtls_lms_network_bytes_to_unsigned_int() local

12345678910>>...88