OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:parseOne
(Results
1 - 5
of
5
) sorted by null
/frameworks/opt/vcard/java/com/android/vcard/
VCardParser.java
38
* a vCard file with multiple entries, try {@link #
parseOne
(InputStream)}.</p>
74
public abstract void
parseOne
(InputStream is) throws IOException, VCardException;
VCardParser_V21.java
112
public void
parseOne
(InputStream is) throws IOException, VCardException {
113
mVCardParserImpl.
parseOne
(is);
VCardParser_V30.java
91
public void
parseOne
(InputStream is) throws IOException, VCardException {
92
mVCardParserImpl.
parseOne
(is);
VCardParser_V40.java
79
public void
parseOne
(InputStream is) throws IOException, VCardException {
80
mVCardParserImpl.
parseOne
(is);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar
Completed in 65 milliseconds