Searched defs:apply (Results 1 – 5 of 5) sorted by relevance
32 public Statement apply(Statement base, FrameworkMethod method, Object target) { in apply() method in OnSuccessRule
42 public Statement apply(Statement base, FrameworkMethod method, Object target) { in apply() method in StaticMockitoRule
99 void apply() throws Exception; in apply() method
206 static R apply(Args... args) { in apply() function646 static R apply(JNIEnv* env, jclass kls, Args ... args) { in apply() function661 static R apply(JNIEnv* env, jobject thisObj, Args ... args) { in apply() function
442 ThreadLocalHashOverride(bool apply, int32_t initial_value) { in ThreadLocalHashOverride()