Home
last modified time | relevance | path

Searched defs:raw_data (Results 1 – 25 of 155) sorted by relevance

1234567

/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/device_path/
Dmod.rs760 let mut raw_data = Vec::new(); in create_raw_device_path() localVariable
797 let raw_data = create_raw_device_path(); in test_device_path_nodes() localVariable
821 let raw_data = create_raw_device_path(); in test_device_path_instances() localVariable
855 let raw_data = create_raw_device_path(); in test_to_owned() localVariable
868 let mut raw_data = Vec::new(); in test_device_path_node_from_bytes() localVariable
897 let raw_data = create_raw_device_path(); in test_device_path_nodes_from_bytes() localVariable
/aosp_15_r20/external/rust/crates/uefi/src/proto/device_path/
Dmod.rs760 let mut raw_data = Vec::new(); in create_raw_device_path() localVariable
797 let raw_data = create_raw_device_path(); in test_device_path_nodes() localVariable
821 let raw_data = create_raw_device_path(); in test_device_path_instances() localVariable
855 let raw_data = create_raw_device_path(); in test_to_owned() localVariable
868 let mut raw_data = Vec::new(); in test_device_path_node_from_bytes() localVariable
897 let raw_data = create_raw_device_path(); in test_device_path_nodes_from_bytes() localVariable
/aosp_15_r20/external/pdfium/third_party/libtiff/
H A Dtif_print.c76 uint32_t value_count, void *raw_data) in _TIFFPrintField()
153 void *raw_data) in _TIFFPrettyPrintField()
620 void *raw_data = NULL; in TIFFPrintDirectory() local
/aosp_15_r20/external/fonttools/Snippets/
H A Dedit_raw_table_data.py13 raw_data = font.getTableData(table_tag) variable
19 raw_data = b"\0\0\0\1\0\0\0\0" variable
/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dunwinding.cc87 void ReadFromRawData(unwindstack::Regs* regs, void* raw_data) { in ReadFromRawData()
95 void* raw_data) { in CreateRegsFromRawData()
445 HandoffData* raw_data = new HandoffData(std::move(handoff_data)); in PostHandoffSocket() local
/aosp_15_r20/external/chromium-trace/catapult/common/py_utils/py_utils/
H A Dexpectations_parser.py85 def __init__(self, raw_data): argument
90 def _ParseRawExpectationData(self, raw_data): argument
/aosp_15_r20/tools/acloud/internal/lib/
H A Dcvd_runtime_config.py123 def __init__(self, config_path=None, raw_data=None): argument
167 def _GetCuttlefishRuntimeConfig(runtime_cf_config_path, raw_data=None): argument
/aosp_15_r20/external/libcap/libcap/
H A Dcap_alloc.c57 struct _cap_alloc_s *raw_data; in cap_init() local
102 char *raw_data; in _libcap_strdup() local
/aosp_15_r20/external/autotest/client/cros/audio/
H A Dcheck_quality.py279 def __init__(self, raw_data, rate): argument
490 raw_data, rate = read_audio_file(args) variable
/aosp_15_r20/test/vts-testcase/kernel/encryption/
Dmetadata_encryption_tests.cpp225 std::vector<uint8_t> raw_data; in VerifyDecryption() local
321 std::vector<uint8_t> raw_data; in TEST() local
/aosp_15_r20/out/soong/.intermediates/external/cronet/third_party/metrics_proto/cronet_aml_third_party_metrics_proto_metrics_proto_gen_headers/android_arm64_armv8-2a_cortex-a55_apex30/gen/third_party/metrics_proto/
Dtrace_log.pb.h285 inline const std::string& TraceLog::raw_data() const { in raw_data() function
326 inline void TraceLog::set_allocated_raw_data(std::string* raw_data) { in set_allocated_raw_data()
/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/UNIT/
H A DTensorAllocator.cpp112 auto raw_data = std::make_unique<uint8_t[]>(space); in TEST_CASE() local
161 auto raw_data = std::make_unique<uint8_t[]>(total_size_in_bytes); in TEST_CASE() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Ddense_to_sparse.cc49 uint16_t raw_data = val.bitcastToAPInt().getZExtValue(); in APFloatToEigenHalf() local
54 uint16_t raw_data = Eigen::numext::bit_cast<uint16_t>(val); in EigenHalfToAPFloat() local
/aosp_15_r20/system/unwinding/libunwindstack/
H A DDwarfCfa.cpp192 std::string raw_data = "Raw Data:"; in LogOffsetRegisterString() local
247 std::string raw_data("Raw Data:"); in LogInstruction() local
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/util/
H A Drecordio.cc103 Status Read(std::string* raw_data) final { in Read()
307 Status Write(absl::string_view raw_data) final { in Write()
H A Dproto_util.h54 inline ProtoType ProtoUtils::FromString(absl::string_view raw_data) { in FromString()
/aosp_15_r20/external/chromium-trace/catapult/systrace/systrace/
H A Dtrace_result.py15 def __init__(self, source_name, raw_data): argument
/aosp_15_r20/external/cronet/third_party/metrics_proto/
H A Dtrace_log.proto24 optional bytes raw_data = 1; field
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_endian.c19 const void *raw_data, *swap_raw_data; in test_btf_endian() local
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dutils.cc25 void parse_gap_data(const std::vector<uint8_t> &raw_data, std::vector<hci::GapData> &output) { in parse_gap_data()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/numerics/numarray/template.valarray/valarray.sub/
H A Dindirect_array_const.pass.cpp61 int raw_data[] = {0,1,2,3,4,5,6,7,8,9}; in main() local
H A Dindirect_array_non_const.pass.cpp62 int raw_data[] = {0,1,2,3,4,5,6,7,8,9}; in main() local
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/auth/tbbr/
Dtbbr_cot_common.c45 auth_param_type_desc_t raw_data = AUTH_PARAM_TYPE_DESC( variable
/aosp_15_r20/external/arm-trusted-firmware/drivers/auth/tbbr/
H A Dtbbr_cot_common.c44 auth_param_type_desc_t raw_data = AUTH_PARAM_TYPE_DESC( variable
/aosp_15_r20/external/leveldb/util/
H A Dtestutil.cc38 std::string raw_data; in CompressibleString() local

1234567