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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
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) ""
bytes_methods.h 73 #define PyDoc_STRVAR_shared(name,str) const char name[] = PyDoc_STR(str)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
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) ""
bytes_methods.h 73 #define PyDoc_STRVAR_shared(name,str) const char name[] = PyDoc_STR(str)
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/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/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_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) ""
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 61 PyDoc_STR("demo() -> None")},
324 PyDoc_STR("roj(a,b) -> None")},
328 PyDoc_STR("new() -> new Xx object")},
330 PyDoc_STR("bug(o) -> None")},
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 61 PyDoc_STR("demo() -> None")},
324 PyDoc_STR("roj(a,b) -> None")},
328 PyDoc_STR("new() -> new Xx object")},
330 PyDoc_STR("bug(o) -> None")},
  /external/linux-tools-perf/src/tools/perf/util/
python.c 72 static char pyrf_mmap_event__doc[] = PyDoc_STR("perf mmap event object.");
115 static char pyrf_task_event__doc[] = PyDoc_STR("perf task (fork/exit) event object.");
150 static char pyrf_comm_event__doc[] = PyDoc_STR("perf comm event object.");
179 static char pyrf_throttle_event__doc[] = PyDoc_STR("perf throttle event object.");
210 static char pyrf_lost_event__doc[] = PyDoc_STR("perf lost event object.");
245 static char pyrf_read_event__doc[] = PyDoc_STR("perf read event object.");
275 static char pyrf_sample_event__doc[] = PyDoc_STR("perf sample event object.");
420 static char pyrf_cpu_map__doc[] = PyDoc_STR("cpu map object.");
489 static char pyrf_thread_map__doc[] = PyDoc_STR("thread map object.");
664 .ml_doc = PyDoc_STR("open the event selector file descriptor table."
    [all...]

Completed in 560 milliseconds