Searched defs:thunk (Results 1 – 7 of 7) sorted by relevance
40 void addBenchmark(CharSequence name, Runnable thunk); in addBenchmark()206 static void runBenchmarkInBackground(Runnable thunk, ResultListener reporter) { in runBenchmarkInBackground()
68 public void addBenchmark(CharSequence name, Runnable thunk) { in addBenchmark()
41 public static Cleaner create(Object ob, Runnable thunk) { in create()
30 void* thunk; member
50 void* thunk = function.thunk; in InterceptSymbol() local
50 auto thunk = [](void* cookie, in ReadProperty() local
129 void thunk(int value) { mF(value); } in TEST() function in TEST::Thunk188 void thunk() { mF(); } in TEST() function in TEST::Thunk