OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyCFunction_Check
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
methodobject.h
16
#define
PyCFunction_Check
(op) (Py_TYPE(op) == &PyCFunction_Type)
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
methodobject.h
16
#define
PyCFunction_Check
(op) (Py_TYPE(op) == &PyCFunction_Type)
/external/chromium_org/third_party/bintrees/bintrees/
cwalker.c
729
if (!
PyCFunction_Check
(__pyx_t_1) || (PyCFunction_GET_FUNCTION(__pyx_t_1) != (PyCFunction)__pyx_pw_8bintrees_7cwalker_7cWalker_5reset)) {
[
all
...]
/external/chromium_org/third_party/simplejson/
_speedups.c
[
all
...]
Completed in 318 milliseconds