Searched refs:py_props (Results 1 – 7 of 7) sorted by relevance
/dports/math/hpipm/hpipm-0.1.1/interfaces/archive/matlab/hpipm_matlab/+hpipm_matlab/archive/ |
H A D | m2py_obj.m | 4 py_props = fieldnames(py_obj); variable 6 for iprop = 1:length(py_props) 7 py_thisprop = py_props{iprop};
|
/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/obs-scripting/ |
H A D | obs-scripting-python.c | 881 PyObject *py_props = NULL; in button_prop_clicked() local 884 if (libobs_to_py(obs_properties_t, props, false, &py_props) && in button_prop_clicked() 887 PyObject *args = Py_BuildValue("(OO)", py_props, py_p); in button_prop_clicked() 896 Py_XDECREF(py_props); in button_prop_clicked() 908 PyObject *py_props; in properties_add_button() local 914 if (!parse_args(args, "OssO", &py_props, &name, &text, &py_cb)) in properties_add_button() 916 if (!py_to_libobs(obs_properties_t, py_props, &props)) in properties_add_button() 945 PyObject *py_props = NULL; in modified_callback() local 949 if (libobs_to_py(obs_properties_t, props, false, &py_props) && in modified_callback() 954 Py_BuildValue("(OOO)", py_props, py_p, py_settings); in modified_callback() [all …]
|
/dports/devel/py-pyopencl/pyopencl-2018.2/src/ |
H A D | wrap_cl.hpp | 1275 py::object py_props=py::none()) in command_queue() argument 1294 if (py_props.is_none()) in command_queue() 1303 num_props = py::cast<cl_command_queue_properties>(py_props); in command_queue() 1366 cl_queue_properties props[py::len(py_props) + 1]; in command_queue() 1369 for (auto prop: py_props) in command_queue() 3598 sampler(context const &ctx, py::sequence py_props) in sampler() argument 3613 cl_sampler_properties props[py::len(py_props) + 1]; in sampler() 3616 for (auto prop: py_props) in sampler()
|
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/swig/python/libsvn_swig_py/ |
H A D | swigutil_py.c | 3535 PyObject *py_props; in svn_swig_py_proplist_receiver2() local 3554 py_props = svn_swig_py_prophash_to_dict(prop_hash); in svn_swig_py_proplist_receiver2() 3555 if (py_props == NULL) in svn_swig_py_proplist_receiver2() 3564 py_props = Py_None; in svn_swig_py_proplist_receiver2() 3574 Py_DECREF(py_props); in svn_swig_py_proplist_receiver2() 3587 path, py_props, py_iprops, py_pool); in svn_swig_py_proplist_receiver2() 3599 Py_DECREF(py_props); in svn_swig_py_proplist_receiver2()
|
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/swig/python/libsvn_swig_py/ |
H A D | swigutil_py.c | 3535 PyObject *py_props; in svn_swig_py_proplist_receiver2() local 3554 py_props = svn_swig_py_prophash_to_dict(prop_hash); in svn_swig_py_proplist_receiver2() 3555 if (py_props == NULL) in svn_swig_py_proplist_receiver2() 3564 py_props = Py_None; in svn_swig_py_proplist_receiver2() 3574 Py_DECREF(py_props); in svn_swig_py_proplist_receiver2() 3587 path, py_props, py_iprops, py_pool); in svn_swig_py_proplist_receiver2() 3599 Py_DECREF(py_props); in svn_swig_py_proplist_receiver2()
|
/dports/devel/p5-subversion/subversion-1.14.1/subversion/bindings/swig/python/libsvn_swig_py/ |
H A D | swigutil_py.c | 3535 PyObject *py_props; in svn_swig_py_proplist_receiver2() local 3554 py_props = svn_swig_py_prophash_to_dict(prop_hash); in svn_swig_py_proplist_receiver2() 3555 if (py_props == NULL) in svn_swig_py_proplist_receiver2() 3564 py_props = Py_None; in svn_swig_py_proplist_receiver2() 3574 Py_DECREF(py_props); in svn_swig_py_proplist_receiver2() 3587 path, py_props, py_iprops, py_pool); in svn_swig_py_proplist_receiver2() 3599 Py_DECREF(py_props); in svn_swig_py_proplist_receiver2()
|
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/swig/python/libsvn_swig_py/ |
H A D | swigutil_py.c | 3535 PyObject *py_props; in svn_swig_py_proplist_receiver2() local 3554 py_props = svn_swig_py_prophash_to_dict(prop_hash); in svn_swig_py_proplist_receiver2() 3555 if (py_props == NULL) in svn_swig_py_proplist_receiver2() 3564 py_props = Py_None; in svn_swig_py_proplist_receiver2() 3574 Py_DECREF(py_props); in svn_swig_py_proplist_receiver2() 3587 path, py_props, py_iprops, py_pool); in svn_swig_py_proplist_receiver2() 3599 Py_DECREF(py_props); in svn_swig_py_proplist_receiver2()
|