OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tryeat
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
PatternScanner.java
44
public String
tryEat
(Pattern pattern) {
71
String result =
tryEat
(pattern);
TextGraphReader.java
385
if ((curValue = scanner.
tryEat
(stringPattern)) != null) {
387
} else if ((curValue = scanner.
tryEat
(referencePattern)) != null) {
397
} else if ((curValue = scanner.
tryEat
(booleanPattern)) != null) {
399
} else if ((curValue = scanner.
tryEat
(floatPattern)) != null) {
401
} else if ((curValue = scanner.
tryEat
(intPattern)) != null) {
Completed in 326 milliseconds