Home
last modified time | relevance | path

Searched refs:host_type (Results 1 – 25 of 29) sorted by relevance

12

/third_party/ltp/testcases/network/stress/ns-tools/
Dadd_ipv6addr65 host_type=$1
71 if [ $host_type != lhost -a $host_type != rhost ]; then
81 ifname=`get_ifname $host_type $link_num` || exit 1
83 if [ $host_type = lhost ]; then
Dset_ipv4addr65 host_type=$1
71 if [ $host_type != lhost -a $host_type != rhost ]; then
82 ifname=`get_ifname $host_type $link_num` || exit 1
84 if [ $host_type = lhost ]; then
Dinitialize_if60 host_type=$1
64 if [ $host_type != lhost -a $host_type != rhost ]; then
70 ifname=`get_ifname $host_type $link_num` || exit 1
75 if [ $host_type = lhost ]; then
Dget_ifname59 host_type=$1
63 case $host_type in
87 if [ $host_type = lhost ]; then
/third_party/cef/patch/patches/
Dextensions_1947.patch67 DCHECK(host_type == mojom::ViewType::kExtensionBackgroundPage ||
68 host_type == mojom::ViewType::kExtensionDialog ||
69 host_type == mojom::ViewType::kExtensionPopup);
77 - SetViewType(host_contents_.get(), host_type);
78 + SetViewType(host_contents_, host_type);
91 + mojom::ViewType host_type)
98 + extension_host_type_(host_type) {
104 + DCHECK(host_type == mojom::ViewType::kExtensionBackgroundPage ||
105 + host_type == mojom::ViewType::kExtensionDialog ||
106 + host_type == mojom::ViewType::kExtensionPopup);
[all …]
/third_party/cef/libcef/browser/extensions/
Dextension_view_host.cc25 mojom::ViewType host_type) in CefExtensionViewHost() argument
31 host_type) { in CefExtensionViewHost()
33 DCHECK(host_type == mojom::ViewType::kExtensionDialog || in CefExtensionViewHost()
34 host_type == mojom::ViewType::kExtensionPopup); in CefExtensionViewHost()
Dextension_background_host.cc20 mojom::ViewType host_type) in CefExtensionBackgroundHost() argument
26 host_type), in CefExtensionBackgroundHost()
31 DCHECK(host_type == mojom::ViewType::kExtensionBackgroundPage); in CefExtensionBackgroundHost()
Dextension_background_host.h31 mojom::ViewType host_type);
Dextension_view_host.h33 mojom::ViewType host_type);
/third_party/ltp/testcases/network/nfs/nfs_stress/
Dnfs_lib.sh97 local host_type=rhost
100 tst_net_use_netns && host_type=
103 mount_dir="[$(tst_ipaddr $host_type)]:$remote_dir"
105 mount_dir="$(tst_ipaddr $host_type):$remote_dir"
/third_party/cef/libcef/browser/alloy/
Dbrowser_platform_delegate_alloy.cc200 extensions::mojom::ViewType host_type) { in CreateExtensionHost() argument
211 if (host_type == extensions::mojom::ViewType::kExtensionDialog || in CreateExtensionHost()
212 host_type == extensions::mojom::ViewType::kExtensionPopup) { in CreateExtensionHost()
215 alloy_browser, extension, web_contents_, url, host_type); in CreateExtensionHost()
218 } else if (host_type == in CreateExtensionHost()
227 extension, web_contents_, url, host_type); in CreateExtensionHost()
230 NOTREACHED() << " Unsupported extension host type: " << host_type; in CreateExtensionHost()
Dbrowser_platform_delegate_alloy.h43 extensions::mojom::ViewType host_type) override;
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_device_address.cc132 const ShapeVector &host_shape, TypeId host_type, size_t slot, in LoadMemToHost() argument
145 mindspore::tensor::TensorPtr out_tensor = std::make_shared<tensor::Tensor>(host_type, host_shape); in LoadMemToHost()
147 auto ret_rt_memcpy = SyncDeviceToHost(host_shape, host_size, host_type, out_tensor->data_c()); in LoadMemToHost()
160 tensor_data->SetType((unsigned int)host_type); in LoadMemToHost()
Dgpu_device_address.h54 … const ShapeVector &host_shape, TypeId host_type, size_t slot, bool keep_prev) const override;
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_device_address.cc503 … const ShapeVector &host_shape, TypeId host_type, bool trans_flag) const { in DumpMemToFile() argument
512 … mindspore::tensor::TensorPtr out_tensor = std::make_shared<tensor::Tensor>(host_type, host_shape); in DumpMemToFile()
515 ret = SyncDeviceToHost(host_shape, host_size, host_type, out_tensor->data_c()); in DumpMemToFile()
521 ret = DumpJsonParser::DumpToFile(path, out_tensor->data_c(), host_size, host_shape, host_type); in DumpMemToFile()
541 … const ShapeVector &host_shape, TypeId host_type, size_t slot, in LoadMemToHost() argument
557 mindspore::tensor::TensorPtr out_tensor = std::make_shared<tensor::Tensor>(host_type, host_shape); in LoadMemToHost()
560 auto ret_sync = SyncDeviceToHost(host_shape, host_size, host_type, out_tensor->data_c()); in LoadMemToHost()
569 tensor_data->SetType((unsigned int)host_type); in LoadMemToHost()
Dascend_device_address.h55 TypeId host_type, bool trans_flag) const override;
58 … const ShapeVector &host_shape, TypeId host_type, size_t slot, bool keep_prev) const override;
/third_party/mindspore/mindspore/ccsrc/runtime/device/cpu/
Dcpu_device_address.cc41 TypeId host_type, bool) const { in DumpMemToFile() argument
50 ret = DumpJsonParser::DumpToFile(path, ptr_, size_, host_shape, host_type); in DumpMemToFile()
Dcpu_device_address.h43 TypeId host_type, bool trans_flag) const override;
/third_party/mindspore/mindspore/ccsrc/runtime/device/executor/
Ddynamic_kernel.cc68 …auto host_type = AnfAlgo::GetOutputInferDataType(pre_node_with_index.first, pre_node_with_index.se… in RebuildDependTensor() local
69 auto out_tensor = std::make_shared<tensor::Tensor>(host_type, shapes); in RebuildDependTensor()
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Ddevice_address.h88 TypeId host_type, bool trans_flag) const { in DumpMemToFile() argument
93 … const ShapeVector &host_shape, TypeId host_type, size_t slot, bool keep_prev) const { in LoadMemToHost() argument
/third_party/mindspore/mindspore/ccsrc/debug/
Dtensor_load.h198 … const std::string &host_fmt, const std::vector<int64_t> &host_shape, TypeId host_type, in DumpTensorToFile() argument
219 return DumpJsonParser::DumpToFile(path, node->GetDataPtr(), host_size, host_shape, host_type); in DumpTensorToFile()
/third_party/mindspore/mindspore/ccsrc/debug/data_dump/
De2e_dump.h74 … const TypeId &host_type, const TypeId &device_type, bool trans_flag, size_t slot,
De2e_dump.cc47 … const TypeId &host_type, const TypeId &device_type, bool trans_flag, size_t slot, in DumpGPUMemToFile() argument
52 …ugger->DumpTensorToFile(original_kernel_name, trans_flag, file_path, format, int_shapes, host_type, in DumpGPUMemToFile()
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger.h106 … const std::string &host_fmt, const std::vector<int64_t> &host_shape, TypeId host_type,
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.h142 extensions::mojom::ViewType host_type);

12