Home
last modified time | relevance | path

Searched defs:binary_value (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_processing/transient/
H A Dfile_utils.cc24 uint32_t binary_value = 0; in ConvertByteArrayToFloat() local
40 uint64_t binary_value = 0; in ConvertByteArrayToDouble() local
56 uint32_t binary_value = bit_cast<uint32_t>(value); in ConvertFloatToByteArray() local
70 uint64_t binary_value = bit_cast<uint64_t>(value); in ConvertDoubleToByteArray() local
/aosp_15_r20/external/grpc-grpc/test/core/transport/chttp2/
H A Dhpack_utils_test.cc74 uint8_t binary_value[BUFFER_SIZE] = {0}; in TEST_P() local
/aosp_15_r20/external/pigweed/pw_protobuf/pw_protobuf_test_protos/
H A Dfull_test.proto71 Binary binary_value = 1; field
/aosp_15_r20/frameworks/base/cmds/idmap2/libidmap2/
H A DFabricatedOverlay.cpp113 const std::string& resource_name, std::optional<android::base::borrowed_fd>&& binary_value, in SetResourceValue()
/aosp_15_r20/external/libchrome/base/
H A Dvalues_unittest.cc1633 Value binary_value(Value::Type::BINARY); in TEST() local