HomeSort by relevance Sort by last modified time
    Searched defs:PyDoc_STR (Results 1 - 12 of 12) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Python.h 171 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str)
173 #define PyDoc_STR(str) str
175 #define PyDoc_STR(str) ""
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Python.h 171 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str)
173 #define PyDoc_STR(str) str
175 #define PyDoc_STR(str) ""
  /external/python/cpython2/Include/
Python.h 174 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str)
176 #define PyDoc_STR(str) str
178 #define PyDoc_STR(str) ""
  /external/python/cpython3/Include/
pymacro.h 71 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str)
73 #define PyDoc_STR(str) str
75 #define PyDoc_STR(str) ""
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/include/
cext.h 206 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str)
209 #ifndef PyDoc_STR
211 #define PyDoc_STR(str) str
213 #define PyDoc_STR(str) ""
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/include/
cext.h 244 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str)
247 #ifndef PyDoc_STR
249 #define PyDoc_STR(str) str
251 #define PyDoc_STR(str) ""
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
pyexpat.c 15 * Don't change the PyDoc_STR macro definition to (str), because
20 #define PyDoc_STR(str) str
22 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str)
    [all...]
_csv.c 25 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str)
27 #define PyDoc_STR(str) str
29 #define PyDoc_STR(str) ""
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
pyexpat.c 15 * Don't change the PyDoc_STR macro definition to (str), because
20 #define PyDoc_STR(str) str
22 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str)
    [all...]
_csv.c 25 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str)
27 #define PyDoc_STR(str) str
29 #define PyDoc_STR(str) ""
    [all...]
  /external/python/cpython2/Modules/
pyexpat.c 15 * Don't change the PyDoc_STR macro definition to (str), because
20 #define PyDoc_STR(str) str
22 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str)
    [all...]
_csv.c 25 #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str)
27 #define PyDoc_STR(str) str
29 #define PyDoc_STR(str) ""
    [all...]

Completed in 304 milliseconds