Home
last modified time | relevance | path

Searched refs:callit (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/third_party/upb/third_party/lunit/
Dlunit.lua535 local function callit(context, func) function
545 traceback_hide(callit)
554 local setup_ok = callit( "setup", setup )
555 local test_ok = setup_ok and callit( "test", test )
556 local teardown_ok = setup_ok and callit( "teardown", teardown )
/third_party/libffi/src/mips/
Dn32.S215 callit: label
/third_party/python/Lib/tkinter/
D__init__.py837 def callit(): function
846 callit.__name__ = func.__name__
849 callit.__name__ = type(func).__name__
850 name = self._register(callit)