Home
last modified time | relevance | path

Searched +defs:val +defs:decoded (Results 1 – 25 of 460) sorted by relevance

12345678910>>...19

/aosp_15_r20/external/rust/android-crates-io/crates/der/src/asn1/
Dreal.rs292 let val = 0.0; in encdec_normal() localVariable
301 let decoded = f64::from_der(encoded).unwrap(); in encdec_normal() localVariable
312 let val = 1.0; in encdec_normal() localVariable
321 let decoded = f64::from_der(encoded).unwrap(); in encdec_normal() localVariable
332 let val = -1.0; in encdec_normal() localVariable
341 let decoded = f64::from_der(encoded).unwrap(); in encdec_normal() localVariable
352 let val = -1.0000000000000002; in encdec_normal() localVariable
361 let decoded = f64::from_der(encoded).unwrap(); in encdec_normal() localVariable
373 let val = f64::MIN_POSITIVE; in encdec_normal() localVariable
382 let decoded = f64::from_der(encoded).unwrap(); in encdec_normal() localVariable
[all …]
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/
H A Descaping_test.cc138 for (const epair& val : oct_values) { in TEST() local
142 for (const epair& val : hex_values) { in TEST() local
146 for (const epair& val : utf8_oct_values) { in TEST() local
150 for (const epair& val : utf8_hex_values) { in TEST() local
164 for (const epair& val : tests) { in TEST() local
570 StringType decoded("this junk should be ignored"); in TestEscapeAndUnescape() local
631 std::string decoded; in TEST() local
655 std::string decoded; in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Descaping_test.cc138 for (const epair& val : oct_values) { in TEST() local
142 for (const epair& val : hex_values) { in TEST() local
146 for (const epair& val : utf8_oct_values) { in TEST() local
150 for (const epair& val : utf8_hex_values) { in TEST() local
164 for (const epair& val : tests) { in TEST() local
570 StringType decoded("this junk should be ignored"); in TestEscapeAndUnescape() local
631 std::string decoded; in TEST() local
655 std::string decoded; in TEST() local
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/
H A Descaping_test.cc138 for (const epair& val : oct_values) { in TEST() local
142 for (const epair& val : hex_values) { in TEST() local
146 for (const epair& val : utf8_oct_values) { in TEST() local
150 for (const epair& val : utf8_hex_values) { in TEST() local
164 for (const epair& val : tests) { in TEST() local
570 StringType decoded("this junk should be ignored"); in TestEscapeAndUnescape() local
631 std::string decoded; in TEST() local
655 std::string decoded; in TEST() local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/
H A Descaping_test.cc141 for (const epair& val : oct_values) { in TEST() local
145 for (const epair& val : hex_values) { in TEST() local
149 for (const epair& val : utf8_oct_values) { in TEST() local
153 for (const epair& val : utf8_hex_values) { in TEST() local
167 for (const epair& val : tests) { in TEST() local
574 StringType decoded("this junk should be ignored"); in TestEscapeAndUnescape() local
639 std::string decoded; in TEST() local
663 std::string decoded; in TEST() local
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/
H A Descaping_test.cc141 for (const epair& val : oct_values) { in TEST() local
145 for (const epair& val : hex_values) { in TEST() local
149 for (const epair& val : utf8_oct_values) { in TEST() local
153 for (const epair& val : utf8_hex_values) { in TEST() local
167 for (const epair& val : tests) { in TEST() local
574 StringType decoded("this junk should be ignored"); in TestEscapeAndUnescape() local
639 std::string decoded; in TEST() local
663 std::string decoded; in TEST() local
/aosp_15_r20/external/abseil-cpp/absl/strings/
H A Descaping_test.cc141 for (const epair& val : oct_values) { in TEST() local
145 for (const epair& val : hex_values) { in TEST() local
149 for (const epair& val : utf8_oct_values) { in TEST() local
153 for (const epair& val : utf8_hex_values) { in TEST() local
167 for (const epair& val : tests) { in TEST() local
574 StringType decoded("this junk should be ignored"); in TestEscapeAndUnescape() local
639 std::string decoded; in TEST() local
663 std::string decoded; in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/ciborium/tests/
Dcodec.rs15 macro_rules! val { macro
303 let decoded: V = from_reader(&bytes[..]).unwrap(); localVariable
308 let decoded: Value = from_reader(&bytes[..]).unwrap(); localVariable
313 let decoded: Value = from_reader_with_buffer(&bytes[..], &mut scratch).unwrap(); localVariable
317 let decoded: V = value.deserialized().unwrap(); localVariable
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/strings/
H A Dordered_code_test.cc54 void OCWriteIncreasing<string>(string* dest, const string& val) { in OCWriteIncreasing()
64 void OCWriteIncreasing<uint64>(string* dest, const uint64& val) { in OCWriteIncreasing()
74 void OCWriteIncreasing<int64_t>(string* dest, const int64_t& val) { in OCWriteIncreasing()
83 string OCWrite(T val) { in OCWrite()
90 void OCWriteToString(string* result, T val) { in OCWriteToString()
95 bool OCRead(StringPiece* s, T* val) { in OCRead()
405 T val = NextBits(&rnd, i % 64) * multiplier; in BM_ReadNum() local
410 T val; in BM_ReadNum() local
530 string decoded; in TEST() local
762 uint64 decoded; in TEST() local
[all …]
/aosp_15_r20/external/tink/cc/subtle/
H A Dwycheproof_util.cc47 std::string decoded(hex.size() / 2, static_cast<char>(0)); in HexDecode() local
50 char val; in HexDecode() local
71 std::string WycheproofUtil::GetBytes(const rapidjson::Value &val) { in GetBytes()
97 HashType WycheproofUtil::GetHashType(const rapidjson::Value &val) { in GetHashType()
113 const rapidjson::Value &val) { in GetEllipticCurveType()
126 std::string WycheproofUtil::GetInteger(const rapidjson::Value &val) { in GetInteger()
/aosp_15_r20/external/mesa3d/src/freedreno/decode/
H A Dscript.c86 int val; member
121 pushenum(struct lua_State *L, int val, struct rnnenum *info) in pushenum()
170 union rnndecval val; in pushdecval() local
370 char *decoded; in l_rnn_reg_meta_tostring() local
472 uint32_t val = (uint32_t)lua_tonumber(L, 3); in l_rnn_enumname() local
493 char *decoded; in l_rnn_regval() local
H A Drddecompiler.c236 char *decoded = rnndec_decodeval(rnn->vc, info->typeinfo, dword); in decompile_register() local
283 char *decoded = rnndec_decodeval(rnn->vc, info->typeinfo, dword); in decompile_register_reg_bunch() local
346 char *decoded; in decompile_domain() local
376 uint32_t val; in decompile_commands() local
H A Dcffdec.c328 reg_set(uint32_t regbase, uint32_t val) in reg_set()
726 int val = strtol(options->querystrs[i], NULL, 0); in init_rnn() local
878 char *decoded = rnndec_decodeval(rnn->vc, info->typeinfo, r->value); in dump_register_val() local
991 char *decoded; in dump_domain() local
1733 dump_a2xx_tex_const(uint32_t *dwords, uint32_t sizedwords, uint32_t val, in dump_a2xx_tex_const()
1803 dump_a2xx_shader_const(uint32_t *dwords, uint32_t sizedwords, uint32_t val, in dump_a2xx_shader_const()
1833 uint32_t val = dwords[0] & 0xffff; in cp_set_const() local
2446 uint32_t val = dwords[0] & 0xffff; in cp_rmw() local
2460 uint32_t val = dwords[0] & 0xffff; in cp_reg_mem() local
2646 uint32_t val = dwords[0] & 0xf; in cp_set_marker() local
[all …]
/aosp_15_r20/external/mesa3d/src/freedreno/afuc/
H A Demu.c94 unsigned val = src2 & 1; in emu_alu() local
127 uint32_t val = emu_alu(emu, instr->opc, in emu_instr() local
170 uint32_t val = instr->immed << instr->shift; in emu_instr() local
263 uint32_t val = emu_mem_read_dword(emu, addr); in emu_instr() local
278 uint32_t val = emu_get_gpr_reg(emu, instr->src1); in emu_instr() local
368 bool decoded = in emu_step() local
500 mem_write_dword(struct emu *emu, uintptr_t gpuaddr, uint32_t val) in mem_write_dword()
507 emu_mem_write_dword(struct emu *emu, uintptr_t gpuaddr, uint32_t val) in emu_mem_write_dword()
/aosp_15_r20/external/webrtc/test/fuzzers/
H A Daudio_decoder_fuzzer.cc30 uint64_t val = ByteReader<uint64_t, B>::ReadBigEndian(*data); in ParseInt() local
50 int16_t* decoded) { in FuzzAudioDecoder()
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/
H A Descaping_test.cc138 for (const epair& val : oct_values) { in TEST() local
142 for (const epair& val : hex_values) { in TEST() local
146 for (const epair& val : utf8_oct_values) { in TEST() local
150 for (const epair& val : utf8_hex_values) { in TEST() local
164 for (const epair& val : tests) { in TEST() local
570 StringType decoded("this junk should be ignored"); in TestEscapeAndUnescape() local
/aosp_15_r20/external/mesa3d/src/broadcom/qpu/
H A Dqpu_disasm.c67 uint32_t val; in v3d42_qpu_disasm_raddr() local
116 uint32_t val; in v3d71_qpu_disasm_raddr() local
417 const char *decoded = v3d_qpu_decode(devinfo, instr); in v3d_qpu_dump() local
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/encoding/
H A Dapr_escape.c211 char decoded; in apr_unescape_url() local
251 char decoded; in apr_unescape_url() local
706 int val, i, j; in apr_unescape_entity() local
/aosp_15_r20/external/python/cpython2/Modules/_io/
Dtextio.c240 check_decoded(PyObject *decoded) in check_decoded()
1518 PyObject *decoded, *final; in textiowrapper_read() local
2138 PyObject *decoded; in textiowrapper_seek() local
2283 PyObject *decoded = PyObject_CallMethod( in textiowrapper_tell() local
2316 PyObject *decoded = PyObject_CallMethod( in textiowrapper_tell() local
2480 PyObject *exc = NULL, *val, *tb; in textiowrapper_close() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/
H A Dlayout.rs327 let mut decoded = [None; 8]; in iter_packed_values() localVariable
339 let val = (raw & mask) >> ((16 - bits) - i * bits); in iter_packed_values() localVariable
342 let val = if sign { in iter_packed_values() localVariable
/aosp_15_r20/external/wpa_supplicant_8/src/eap_peer/
H A Dtncc.c620 unsigned char *decoded; in tncc_get_base64() local
690 unsigned char *decoded; in tncc_process_if_tnccs() local
898 TCHAR name[255], *val; in tncc_read_config_reg() local
/aosp_15_r20/external/python/cpython3/Modules/_io/
Dtextio.c260 check_decoded(PyObject *decoded) in check_decoded()
1915 PyObject *decoded; in _io_TextIOWrapper_read_impl() local
2558 PyObject *decoded; in _io_TextIOWrapper_seek_impl() local
2805 PyObject *decoded = _PyObject_CallMethod( in _io_TextIOWrapper_tell_impl() local
3035 PyObject *exc = NULL, *val, *tb; in _io_TextIOWrapper_close_impl() local
/aosp_15_r20/external/tink/cc/util/
H A Dtest_util.cc93 std::string decoded(hex.size() / 2, static_cast<char>(0)); in HexDecode() local
96 char val; in HexDecode() local
/aosp_15_r20/external/angle/third_party/glslang/src/gtests/
H A DHexFloat.cpp67 spvutils::HexFloat<FloatProxy<T>> decoded(0.f); in Decode() local
605 uint32_t val= 0; in bits_set() local
616 uint32_t val= 0; in half_bits_set() local
/aosp_15_r20/external/deqp-deps/glslang/gtests/
DHexFloat.cpp67 spvutils::HexFloat<FloatProxy<T>> decoded(0.f); in Decode() local
605 uint32_t val= 0; in bits_set() local
616 uint32_t val= 0; in half_bits_set() local

12345678910>>...19