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
207 static R apply(Args... args) { in apply() function649 static R apply(JNIEnv* env, jclass kls, Args ... args) { in apply() function664 static R apply(JNIEnv* env, jobject thisObj, Args ... args) { in apply() function
441 ThreadLocalHashOverride(bool apply, int32_t initial_value) { in ThreadLocalHashOverride()