Searched refs:isMatch (Results 1 – 3 of 3) sorted by relevance
44 static bool isMatch(const char* buffer, size_t length) { in isMatch() function76 if (isMatch(buffer, length)) { in nativeWaitForNextEvent()
218 boolean isMatch = false; in performFiltering()222 isMatch = true; in performFiltering()228 isMatch = true; in performFiltering()233 if (isMatch) { in performFiltering()
189 && isMatch(desc.getMethodName()); in matchParameterizedMethod()200 private boolean isMatch(String first) { in matchParameterizedMethod() method