Searched defs:thunk (Results 1 – 5 of 5) 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()
50 auto thunk = [](void* cookie, in ReadProperty() local
98 void thunk(int value) { mF(value); } in TEST() function in TEST::Thunk157 void thunk() { mF(); } in TEST() function in TEST::Thunk