OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyDoc_VAR
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python.h
170
#define
PyDoc_VAR
(name) static char name[]
171
#define PyDoc_STRVAR(name,str)
PyDoc_VAR
(name) = PyDoc_STR(str)
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python.h
170
#define
PyDoc_VAR
(name) static char name[]
171
#define PyDoc_STRVAR(name,str)
PyDoc_VAR
(name) = PyDoc_STR(str)
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/include/
cext.h
201
#ifndef
PyDoc_VAR
202
#define
PyDoc_VAR
(name) static char name[]
206
#define PyDoc_STRVAR(name,str)
PyDoc_VAR
(name) = PyDoc_STR(str)
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/include/
cext.h
201
#ifndef
PyDoc_VAR
202
#define
PyDoc_VAR
(name) static char name[]
206
#define PyDoc_STRVAR(name,str)
PyDoc_VAR
(name) = PyDoc_STR(str)
Completed in 373 milliseconds