OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyRun_SimpleFile
(Results
1 - 3
of
3
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pythonrun.h
91
#define
PyRun_SimpleFile
(f, p) PyRun_SimpleFileExFlags(f, p, 0, NULL)
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
pythonrun.h
91
#define
PyRun_SimpleFile
(f, p) PyRun_SimpleFileExFlags(f, p, 0, NULL)
/external/linux-tools-perf/src/tools/perf/util/scripting-engines/
trace-event-python.c
496
err =
PyRun_SimpleFile
(fp, script);
Completed in 784 milliseconds