Home
last modified time | relevance | path

Searched refs:ToDevice (Results 1 – 25 of 40) sorted by relevance

12

/dports/net-im/mtxclient/mtxclient-0.6.0/include/mtx/responses/
H A Dsync.hpp160 struct ToDevice struct
167 from_json(const nlohmann::json &obj, ToDevice &to_device);
177 ToDevice to_device;
/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/
H A Darray_to_device_test.cc157 TEST_P(ArrayToDeviceCompatibleTest, ToDevice) { in TEST_P() argument
170 Array b = a.ToDevice(dst_dev); in TEST_P()
189 Array b = a.ToDevice(dst_dev); in TEST_P()
227 …EXPECT_THROW(a.ToDevice(dst_dev), ChainerxError) << "Array::ToDevice must throw if incompatible de… in TEST()
262 Array b_dev1 = b.ToDevice(dev1); in TEST()
H A Darray.cc399 Array Array::ToDevice(Device& dst_device) const { in ToDevice() function in chainerx::Array
430 …_device](BackwardContext& bctx) { bctx.input_grad() = bctx.output_grad()->ToDevice(src_device); }); in ToDevice()
443 return ToDevice(native_device); in ToNative()
/dports/net-im/dendrite/dendrite-0.5.1/syncapi/streams/
H A Dstream_sendtodevice.go51 req.Response.ToDevice.Events = append(req.Response.ToDevice.Events, event.SendToDeviceEvent)
/dports/print/hplip/hplip-3.20.6/prnt/hpijs/
H A Ddj8xx.cpp279 err = pSS->ToDevice(DJ895_Power_On,&length); in VerifyPenInfo()
422 DRIVER_ERROR Error = pSS->ToDevice(DJ895_Power_On,&length); in CleanPen()
427 Error = pSS->ToDevice(PEN_CLEAN_PML,&length); in CleanPen()
430 return pSS->ToDevice(DJ895_Diag_Page,&length); in CleanPen()
H A Ddj9xx.cpp571 err = pSS->ToDevice(DJ895_Power_On,&length); in VerifyPenInfo()
849 DRIVER_ERROR err = pSS->ToDevice(PEN_CLEAN_PML, &length); in CleanPen()
855 return pSS->ToDevice(DJ970_User_Output_Page, &length); in CleanPen()
H A Dservices.cpp358 DRIVER_ERROR UXServices::ToDevice(const BYTE * pBuffer, DWORD * Count) in ToDevice() function in UXServices
645 err = ToDevice (m_pbyPclBuffer, (DWORD *) &m_iCurPclBufferPos); in SendPreviousPage()
711 ToDevice (m_pbyPclBuffer, (DWORD *) &m_iCurPclBufferPos); in SendLastPage()
H A DPrinterProperties.h45 DRIVER_ERROR ToDevice (const BYTE *pBuffer, DWORD *dwCount);
H A Ddj8x5.cpp170 err = pSS->ToDevice (DJ895_Power_On, &length); in VerifyPenInfo()
H A Dsystemservices.h211 virtual DRIVER_ERROR ToDevice(const BYTE* pBuffer, DWORD* dwCount)=0;
H A Dservices.h54 DRIVER_ERROR ToDevice (const BYTE* pBuffer, DWORD* wCount);
H A DPrinterProperties.cpp87 DRIVER_ERROR PlatformServices::ToDevice (const BYTE *pBuffer, DWORD *dwCount) in ToDevice() function in PlatformServices
H A Dprinter.cpp668 write_error = pSS->ToDevice(pWritePos, &residual); in Send()
1034 return pSS->ToDevice(PEN_CLEAN_PML,&length); in CleanPen()
H A Dregistry.cpp341 err = pSS->ToDevice(DJ895_Power_On, &length); in SelectDevice()
/dports/net-im/nheko/nheko-0.9.0/src/encryption/
H A DDeviceVerificationFlow.h90 ToDevice, enumerator
140 return this->type == DeviceVerificationFlow::Type::ToDevice; in isDeviceVerification()
225 if (this->type == DeviceVerificationFlow::Type::ToDevice) { in send()
H A DDeviceVerificationFlow.cpp635 if (this->type == DeviceVerificationFlow::Type::ToDevice) { in startVerificationRequest()
657 if (this->type == DeviceVerificationFlow::Type::ToDevice) { in sendVerificationRequest()
836 parent_, Type::ToDevice, nullptr, other_user_, {QString::fromStdString(msg.from_device)})); in NewToDeviceVerification()
854 parent_, Type::ToDevice, nullptr, other_user_, {QString::fromStdString(msg.from_device)})); in NewToDeviceVerification()
879 new DeviceVerificationFlow(parent_, Type::ToDevice, nullptr, userid, devices)); in InitiateDeviceVerification()
/dports/net-im/fractal/fractal-4.4.0/fractal-matrix-api/src/r0/sync/
H A Dsync_events.rs106 pub to_device: Option<ToDevice>,
211 pub struct ToDevice { struct
/dports/net-im/dendrite/dendrite-0.5.1/syncapi/types/
H A Dtypes.go374 ToDevice struct { member
400 res.ToDevice.Events = []gomatrixserverlib.SendToDeviceEvent{}
414 len(r.ToDevice.Events) == 0
/dports/net-im/mtxclient/mtxclient-0.6.0/lib/structs/responses/
H A Dsync.cpp168 from_json(const json &obj, ToDevice &to_device) in from_json()
184 response.to_device = obj.at("to_device").get<ToDevice>(); in from_json()
/dports/net/ipsumdump/ipsumdump-1.86/libclick-2.1/
H A DNEWS32 InfiniteSource, FromHost, ToHost, ToDevice, FrontDropQueue, Print,
48 * Important bug fixes for user-level ToDevice thanks to Jaeyong Yoo.
365 TimeRange, ToDevice, ToHost, ToUserDevice, and others.
593 RandomBitErrors, RatedUnqueue, SetTimestamp, ToDevice (kernel and
1025 ** Added notification support to ToDevice, DelayUnqueue, Unqueue,
1267 ** Bug fixes in ARPQuerier, FromDevice, ToDevice, FromDump,
1418 ** In the kernel, FromDevice, PollDevice, and ToDevice watch for
1696 ToBPF ToDevice
1803 FromDevice and ToDevice.
1847 starve other router processing, and ToDevice works on Linux.
[all …]
/dports/net-im/mtxclient/mtxclient-0.6.0/tests/
H A Devents.cpp1338 TEST(ToDevice, KeyVerificationRequest) in TEST() argument
1363 TEST(ToDevice, KeyVerificationStart) in TEST() argument
1405 TEST(ToDevice, KeyVerificationAccept) in TEST() argument
1439 TEST(ToDevice, KeyVerificationReady) in TEST() argument
1460 TEST(ToDevice, KeyVerificationDone) in TEST() argument
1477 TEST(ToDevice, KeyVerificationCancel) in TEST() argument
1498 TEST(ToDevice, KeyVerificationKey) in TEST() argument
1519 TEST(ToDevice, KeyVerificationMac) in TEST() argument
1547 TEST(ToDevice, KeyRequest) in TEST() argument
1577 TEST(ToDevice, KeyCancellation) in TEST() argument
/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/testing/
H A Droutines_test.cc70 …ce](const std::vector<Array>& xs) { return std::vector<Array>{(xs[0] * 2).ToDevice(dst_device)}; }, in TEST()
/dports/x11/xditview/xditview-1.0.5/
H A DDviP.h231 #define ToDevice(dw,x) ((int) ((x) / (dw)->dvi.scale + 0.5)) macro
/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/cuda/
H A Dcuda_backend_test.cc352 Array b = a.ToDevice(device0); in TEST_P()
379 Array b = a.ToDevice(device1); in TEST_P()
/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/native/
H A Dnative_backend_test.cc250 Array b = a.ToDevice(device1); in TEST_P()

12