OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:membernamepattern
(Results
1 - 1
of
1
) sorted by null
/dalvik/dx/src/com/android/dx/command/findusages/
FindUsages.java
52
Pattern
memberNamePattern
= Pattern.compile(memberName);
59
if (
memberNamePattern
.matcher(string).matches()) {
Completed in 153 milliseconds