Home
last modified time | relevance | path

Searched defs:PyDoc_STRVAR (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/python/cpython2/Mac/Modules/
DautoGIL.c9 #define PyDoc_STRVAR(Var,Str) static char Var[] = Str macro
/aosp_15_r20/external/python/cpython2/Include/
DPython.h174 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpymacro.h93 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpymacro.h93 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpymacro.h93 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str) macro
/aosp_15_r20/external/python/cpython3/Include/
Dpymacro.h93 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpymacro.h93 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str) macro
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/include/
H A Dcext.h206 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str) macro
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/include/
H A Dcext.h244 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str) macro
/aosp_15_r20/external/python/cpython2/Modules/
D_csv.c25 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str) macro
Dpyexpat.c22 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str) macro
D_tkinter.c38 #define PyDoc_STRVAR(name,str) static char name[] = str macro