Searched refs:cfunc (Results 1 - 8 of 8) sorted by relevance

/external/vboot_reference/tests/
H A Dcommon.sh55 local cfunc=${x#* }
56 cfunc=${cfunc##*/}
59 echo -e "${COL_RED}ERROR at ${cfunc}, line ${cline}${spacer}${args}" \
/external/python/cpython2/Lib/
H A Dtrace.py285 for ((pfile, pmod, pfunc), (cfile, cmod, cfunc)) in calls:
294 print " %s.%s -> %s.%s" % (pmod, pfunc, cmod, cfunc)
/external/python/cpython3/Modules/_decimal/tests/
H A Ddeccheck.py548 cfunc = "c_func: %s(" % t.funcname
553 cfunc = "c_func: %s.%s(" % (repr(cself), t.funcname)
556 err = cfunc
/external/opencv/cxcore/src/
H A Dcxsumpixels.cpp961 CvReduceToColFunc cfunc = local
998 if( !cfunc )
1002 IPPI_CALL( cfunc( src->data.ptr, src->step ? src->step : CV_STUB_STEP,
/external/python/cpython3/Lib/
H A Dtrace.py243 for ((pfile, pmod, pfunc), (cfile, cmod, cfunc)) \
253 print(" %s.%s -> %s.%s" % (pmod, pfunc, cmod, cfunc))
/external/mesa3d/prebuilt-intermediates/main/
H A Denums.c7256 typedef int (*cfunc)(const void *, const void *); typedef
7288 (cfunc) compar_nr);
/external/python/cpython2/Objects/
H A Dtypeobject.c3683 PyObject *cfunc = PyCFunction_New(meth, NULL); local
3684 if (cfunc == NULL)
3686 descr = PyStaticMethod_New(cfunc);
3687 Py_DECREF(cfunc);
/external/python/cpython3/Objects/
H A Dtypeobject.c4573 PyObject *cfunc = PyCFunction_NewEx(meth, (PyObject*)type, NULL); local
4574 if (cfunc == NULL)
4576 descr = PyStaticMethod_New(cfunc);
4577 Py_DECREF(cfunc);

Completed in 1316 milliseconds