OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ml_flags
(Results
1 - 3
of
3
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
methodobject.h
34
(((PyCFunctionObject *)func) -> m_ml ->
ml_flags
)
40
int
ml_flags
; /* Combination of METH_xxx flags, which mostly
member in struct:PyMethodDef
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
methodobject.h
34
(((PyCFunctionObject *)func) -> m_ml ->
ml_flags
)
40
int
ml_flags
; /* Combination of METH_xxx flags, which mostly
member in struct:PyMethodDef
/external/linux-tools-perf/util/
python.c
528
.
ml_flags
= METH_VARARGS | METH_KEYWORDS,
711
.
ml_flags
= METH_VARARGS | METH_KEYWORDS,
717
.
ml_flags
= METH_VARARGS | METH_KEYWORDS,
723
.
ml_flags
= METH_VARARGS | METH_KEYWORDS,
729
.
ml_flags
= METH_VARARGS | METH_KEYWORDS,
735
.
ml_flags
= METH_VARARGS | METH_KEYWORDS,
Completed in 248 milliseconds