Home
last modified time | relevance | path

Searched refs:get_binary (Results 1 – 7 of 7) sorted by relevance

/external/autotest/client/cros/chameleon/
Daudio_widget_arc.py95 return converted_test_data.get_binary()
Daudio_test_utils.py516 binary=recorder.get_binary(),
800 golden_file.get_binary(), golden_file.data_format,
801 recorder.get_binary(), recorder.data_format, recorder.channel_map,
Daudio_widget.py164 def get_binary(self): member in AudioInputWidget
469 return converted_test_data.get_binary()
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/core/
Dparser.hpp96 binary_parser const& get_binary() const { return *this; } in get_binary() function
/external/autotest/client/cros/audio/
Daudio_test_data.py53 def get_binary(self): member in AudioTestData
/external/icu/icu4c/source/tools/toolutil/
Djson-json.hpp6120 auto seed = combine(type, j.get_binary().size()); in hash()
6121 const auto h = std::hash<bool> {}(j.get_binary().has_subtype()); in hash()
6123 seed = combine(seed, static_cast<std::size_t>(j.get_binary().subtype())); in hash()
6124 for (const auto byte : j.get_binary()) in hash()
9431 return get_binary(input_format_t::bson, len, result); in get_bson_binary()
10214 … return get_binary(input_format_t::cbor, static_cast<unsigned int>(current) & 0x1Fu, result); in get_cbor_binary()
10221 get_binary(input_format_t::cbor, len, result); in get_cbor_binary()
10228 get_binary(input_format_t::cbor, len, result); in get_cbor_binary()
10235 get_binary(input_format_t::cbor, len, result); in get_cbor_binary()
10242 get_binary(input_format_t::cbor, len, result); in get_cbor_binary()
[all …]
/external/ublksrv/include/nlohmann/
Djson.hpp5837 auto seed = combine(type, j.get_binary().size()); in hash()
5838 const auto h = std::hash<bool> {}(j.get_binary().has_subtype()); in hash()
5840 seed = combine(seed, static_cast<std::size_t>(j.get_binary().subtype())); in hash()
5841 for (const auto byte : j.get_binary()) in hash()
9147 return get_binary(input_format_t::bson, len, result); in get_bson_binary()
9930 … return get_binary(input_format_t::cbor, static_cast<unsigned int>(current) & 0x1Fu, result); in get_cbor_binary()
9937 get_binary(input_format_t::cbor, len, result); in get_cbor_binary()
9944 get_binary(input_format_t::cbor, len, result); in get_cbor_binary()
9951 get_binary(input_format_t::cbor, len, result); in get_cbor_binary()
9958 get_binary(input_format_t::cbor, len, result); in get_cbor_binary()
[all …]