Home
last modified time | relevance | path

Searched defs:parseOne (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardParser.java74 public abstract void parseOne(InputStream is) throws IOException, VCardException; in parseOne() method in VCardParser
H A DVCardParser_V30.java91 public void parseOne(InputStream is) throws IOException, VCardException { in parseOne() method in VCardParser_V30
H A DVCardParser_V40.java79 public void parseOne(InputStream is) throws IOException, VCardException { in parseOne() method in VCardParser_V40
H A DVCardParser_V21.java112 public void parseOne(InputStream is) throws IOException, VCardException { in parseOne() method in VCardParser_V21
/aosp12/build/blueprint/
H A Dcontext.go1090 func (c *Context) parseOne(rootDir, filename string, reader io.Reader, func