Home
last modified time | relevance | path

Searched refs:device_new (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/thrust/thrust-1.9.5/thrust/detail/
H A Ddevice_new.inl18 /*! \file device_new.inl
19 * \brief Inline file for device_new.h.
22 #include <thrust/device_new.h>
30 device_ptr<T> device_new(device_ptr<void> p, function
36 return device_new<T>(p, T(), n);
37 } // end device_new()
40 device_ptr<T> device_new(device_ptr<void> p, function
50 } // end device_new()
53 device_ptr<T> device_new(const size_t n) function
56 return device_new<T>(thrust::device_malloc<T>(n));
[all …]
/dports/audio/strawberry/strawberry-1.0.0/src/settings/
H A Dbackendsettingspage.cpp683 device_new = device_new.replace(QRegularExpression("^plughw:"), "hw:");
687 device_new.clear();
690 SelectDevice(device_new);
712 device_new = device_new.replace(QRegularExpression("^hw:"), "plughw:");
716 device_new.clear();
719 SelectDevice(device_new);
740 …if (!device_new.contains(QRegularExpression("^.*:.*CARD=.*")) && !device_new.contains(QRegularExpr…
741 device_new.clear();
744 SelectDevice(device_new);
752 if (device_new.isEmpty()) {
[all …]
H A Dbackendsettingspage.h88 void SelectDevice(const QString &device_new);
/dports/devel/thrust/thrust-1.9.5/thrust/
H A Ddevice_new.h51 device_ptr<T> device_new(device_ptr<void> p,
69 device_ptr<T> device_new(device_ptr<void> p,
80 device_ptr<T> device_new(const size_t n = 1);
H A Ddevice_make_unique.h50 device_new<T>(p.get(), T(THRUST_FWD(args)...));
H A Ddevice_new_allocator.h130 return pointer(device_new<T>(cnt));
/dports/graphics/py-cairo/pycairo-1.18.1/cairo/
H A Ddevice.c100 device_new (PyTypeObject *type, PyObject *args, PyObject *kwds) { in device_new() function
165 (newfunc)device_new, /* tp_new */
/dports/graphics/pyl-cairo/pycairo-1.18.1/cairo/
H A Ddevice.c100 device_new (PyTypeObject *type, PyObject *args, PyObject *kwds) { in device_new() function
165 (newfunc)device_new, /* tp_new */
/dports/devel/libgusb/libgusb-0.3.9/tools/
H A Dgusb-main.c348 GUsbDevice *device_new; in gusb_cmd_replug() local
375 device_new = g_usb_context_wait_for_replug (priv->usb_ctx, in gusb_cmd_replug()
379 if (device_new == NULL) in gusb_cmd_replug()
/dports/devel/thrust/thrust-1.9.5/testing/unittest/
H A Druntime_static_assert.h25 thrust::device_ptr<ex_t> device_ptr = thrust::device_new<ex_t>(); \
/dports/security/john/john-1.9.0-jumbo-1/src/ztex/
H A Dinouttraffic.h134 struct device *device_new(struct ztex_device *ztex_device);
H A Dinouttraffic.c83 struct device *device_new(struct ztex_device *ztex_device) in device_new() function
212 device = device_new(ztex_dev); in device_list_new()
/dports/security/samhain-server/samhain-4.4.3/sql_init/
H A Dsamhain.oracle.init45 device_new VARCHAR2(16),
H A Dsamhain.postgres.init50 device_new VARCHAR(16),
H A Dsamhain.mysql.init54 device_new VARCHAR(16),
/dports/security/samhain/samhain-4.4.3/sql_init/
H A Dsamhain.mysql.init54 device_new VARCHAR(16),
H A Dsamhain.oracle.init45 device_new VARCHAR2(16),
H A Dsamhain.postgres.init50 device_new VARCHAR(16),
/dports/security/samhain-client/samhain-4.4.3/sql_init/
H A Dsamhain.mysql.init54 device_new VARCHAR(16),
H A Dsamhain.oracle.init45 device_new VARCHAR2(16),
H A Dsamhain.postgres.init50 device_new VARCHAR(16),
/dports/devel/libgusb/libgusb-0.3.9/gusb/
H A Dgusb-context.c1082 GUsbDevice *device_new = NULL; in g_usb_context_wait_for_replug() local
1117 device_new = g_object_ref (replug_helper->device); in g_usb_context_wait_for_replug()
1120 return device_new; in g_usb_context_wait_for_replug()
/dports/security/samhain/samhain-4.4.3/src/
H A Dsh_database.c96 char device_new[16]; member
167 { NULL, N_("device_new"), 0, 36, 16, 0, offsetof(struct dbins_, device_new)},
/dports/security/samhain-server/samhain-4.4.3/src/
H A Dsh_database.c96 char device_new[16]; member
167 { NULL, N_("device_new"), 0, 36, 16, 0, offsetof(struct dbins_, device_new)},
/dports/security/samhain-client/samhain-4.4.3/src/
H A Dsh_database.c96 char device_new[16]; member
167 { NULL, N_("device_new"), 0, 36, 16, 0, offsetof(struct dbins_, device_new)},

12