OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parseOne
(Results
1 - 11
of
11
) 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);
VCardParserImpl_V21.java
[
all
...]
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardParserTests.java
173
* {@link VCardParser#
parseOne
(InputStream)} parses just first entry of a vCard file
235
parser.
parseOne
(inputStream);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar
/prebuilts/go/darwin-x86/src/flag/
flag.go
830
//
parseOne
parses one flag. It reports whether a flag was seen.
831
func (f *FlagSet)
parseOne
() (bool, error) {
913
seen, err := f.
parseOne
()
/prebuilts/go/linux-x86/src/flag/
flag.go
830
//
parseOne
parses one flag. It reports whether a flag was seen.
831
func (f *FlagSet)
parseOne
() (bool, error) {
913
seen, err := f.
parseOne
()
Completed in 2312 milliseconds