Home
last modified time | relevance | path

Searched refs:py_unicode (Results 1 – 18 of 18) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/psutil/psutil/arch/windows/
H A Dprocess_info.c478 PyObject *py_unicode = NULL; in psutil_get_cmdline() local
512 py_unicode = PyUnicode_FromWideChar(szArglist[i], in psutil_get_cmdline()
514 if (py_unicode == NULL) in psutil_get_cmdline()
516 PyList_SET_ITEM(py_retlist, i, py_unicode); in psutil_get_cmdline()
517 py_unicode = NULL; in psutil_get_cmdline()
527 Py_XDECREF(py_unicode); in psutil_get_cmdline()
/dports/sysutils/py-psutil/psutil-5.8.0/psutil/arch/windows/
H A Dprocess_info.c543 PyObject *py_unicode = NULL; in psutil_get_cmdline() local
577 py_unicode = PyUnicode_FromWideChar(szArglist[i], in psutil_get_cmdline()
579 if (py_unicode == NULL) in psutil_get_cmdline()
581 PyList_SET_ITEM(py_retlist, i, py_unicode); in psutil_get_cmdline()
582 py_unicode = NULL; in psutil_get_cmdline()
592 Py_XDECREF(py_unicode); in psutil_get_cmdline()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/psutil/psutil/arch/windows/
H A Dprocess_info.c814 PyObject *py_unicode = NULL; in psutil_get_cmdline() local
834 py_unicode = PyUnicode_FromWideChar(szArglist[i], in psutil_get_cmdline()
836 if (py_unicode == NULL) in psutil_get_cmdline()
838 PyList_SET_ITEM(py_retlist, i, py_unicode); in psutil_get_cmdline()
839 py_unicode = NULL; in psutil_get_cmdline()
848 Py_XDECREF(py_unicode); in psutil_get_cmdline()
/dports/devel/py-ddtrace/ddtrace-0.56.1/ddtrace/vendor/psutil/arch/windows/
H A Dprocess_info.c859 PyObject *py_unicode = NULL; in psutil_get_cmdline() local
893 py_unicode = PyUnicode_FromWideChar(szArglist[i], in psutil_get_cmdline()
895 if (py_unicode == NULL) in psutil_get_cmdline()
897 PyList_SET_ITEM(py_retlist, i, py_unicode); in psutil_get_cmdline()
898 py_unicode = NULL; in psutil_get_cmdline()
908 Py_XDECREF(py_unicode); in psutil_get_cmdline()
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dcpp_stl_conversion.pyx16 py_unicode = unicode variable
59 >>> normalize(test_unicode_encode_to_string(py_unicode('abc')))
61 >>> normalize(test_unicode_encode_to_string(py_unicode('abc\\x00def')))
/dports/security/py-python-nss/python-nss-1.0.1/src/
H A Dpy_nspr_common.h445 PyObject *py_unicode = NULL;
448 if ((py_unicode = PyUnicode_from_basestring(obj)) == NULL) {
453 Py_DECREF(py_unicode);
457 Py_DECREF(py_unicode);
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dcpp_stl_conversion.pyx18 py_unicode = unicode variable
61 >>> normalize(test_unicode_encode_to_string(py_unicode('abc')))
63 >>> normalize(test_unicode_encode_to_string(py_unicode('abc\\x00def')))
/dports/devel/py-rchitect/rchitect-0.3.24/rchitect/
H A Dpy_tools.py106 def py_unicode(obj): function
126 assign("py_unicode", rfunction(py_unicode, convert=False), e)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp272 PyObject *py_unicode = PyUnicode_FromString(test_string); in TEST_F() local
273 EXPECT_TRUE(PythonString::Check(py_unicode)); in TEST_F()
274 PythonString python_unicode(PyRefType::Owned, py_unicode); in TEST_F()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp272 PyObject *py_unicode = PyUnicode_FromString(test_string); in TEST_F() local
273 EXPECT_TRUE(PythonString::Check(py_unicode)); in TEST_F()
274 PythonString python_unicode(PyRefType::Owned, py_unicode); in TEST_F()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp272 PyObject *py_unicode = PyUnicode_FromString(test_string); in TEST_F() local
273 EXPECT_TRUE(PythonString::Check(py_unicode)); in TEST_F()
274 PythonString python_unicode(PyRefType::Owned, py_unicode); in TEST_F()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp272 PyObject *py_unicode = PyUnicode_FromString(test_string); in TEST_F() local
273 EXPECT_TRUE(PythonString::Check(py_unicode)); in TEST_F()
274 PythonString python_unicode(PyRefType::Owned, py_unicode); in TEST_F()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp272 PyObject *py_unicode = PyUnicode_FromString(test_string); in TEST_F() local
273 EXPECT_TRUE(PythonString::Check(py_unicode)); in TEST_F()
274 PythonString python_unicode(PyRefType::Owned, py_unicode); in TEST_F()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp272 PyObject *py_unicode = PyUnicode_FromString(test_string); in TEST_F() local
273 EXPECT_TRUE(PythonString::Check(py_unicode)); in TEST_F()
274 PythonString python_unicode(PyRefType::Owned, py_unicode); in TEST_F()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp272 PyObject *py_unicode = PyUnicode_FromString(test_string); in TEST_F() local
273 EXPECT_TRUE(PythonString::Check(py_unicode)); in TEST_F()
274 PythonString python_unicode(PyRefType::Owned, py_unicode); in TEST_F()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp272 PyObject *py_unicode = PyUnicode_FromString(test_string); in TEST_F() local
273 EXPECT_TRUE(PythonString::Check(py_unicode)); in TEST_F()
274 PythonString python_unicode(PyRefType::Owned, py_unicode); in TEST_F()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp273 PyObject *py_unicode = PyUnicode_FromString(test_string); in TEST_F() local
274 EXPECT_TRUE(PythonString::Check(py_unicode)); in TEST_F()
275 PythonString python_unicode(PyRefType::Owned, py_unicode); in TEST_F()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp272 PyObject *py_unicode = PyUnicode_FromString(test_string); in TEST_F() local
273 EXPECT_TRUE(PythonString::Check(py_unicode)); in TEST_F()
274 PythonString python_unicode(PyRefType::Owned, py_unicode); in TEST_F()