OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parseElements
(Results
1 - 25
of
42
) sorted by null
1
2
/external/apache-http/src/org/apache/http/message/
HeaderValueParser.java
96
HeaderElement[]
parseElements
(
BasicHeader.java
129
* @see BasicHeaderValueParser#
parseElements
(String, HeaderValueParser)
138
return BasicHeaderValueParser.
parseElements
(this.value, null);
BufferedHeader.java
117
.
parseElements
(this.buffer, cursor);
BasicHeaderValueParser.java
98
HeaderElement[]
parseElements
(final String value,
113
return parser.
parseElements
(buffer, cursor);
118
public HeaderElement[]
parseElements
(final CharArrayBuffer buffer,
/external/apache-http/src/org/apache/http/impl/auth/
RFC2617Scheme.java
75
HeaderElement[] elements = parser.
parseElements
(buffer, cursor);
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapResponseParser.java
275
parseElements
(responseToDestroy, '\0');
375
private void
parseElements
(ImapList list, char end) throws IOException, MessagingException {
399
parseElements
(list, closing);
/packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapResponseParser.java
309
parseElements
(responseToDestroy, '\0');
402
private void
parseElements
(ImapList list, char end)
428
parseElements
(list, closing);
/external/apache-http/android/src/android/net/http/
Headers.java
179
.
parseElements
(buffer, new ParserCursor(pos,
/external/robolectric/v1/lib/main/
httpcore-4.0.1.jar
/prebuilts/devtools/tools/lib/
httpcore-4.1.jar
/prebuilts/misc/common/robolectric/3.1.1/lib/
httpcore-4.0.1.jar
/prebuilts/misc/common/robolectric/3.4.2/lib/
httpcore-4.0.1.jar
/prebuilts/misc/common/robolectric/3.5.1/lib/
httpcore-4.0.1.jar
/prebuilts/misc/common/robolectric/3.6.1/lib/
httpcore-4.0.1.jar
/prebuilts/tools/common/http-client/
httpcore-4.1.jar
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.0.1/
httpcore-4.0.1.jar
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar
/prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.1/
httpcore-4.2.1.jar
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/
httpcore-4.2.5.jar
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.3.1/
httpcore-4.3.1.jar
/prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.8.0/
commons-beanutils-1.8.0.jar
/prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.9.2/
commons-beanutils-1.9.2.jar
/prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/
commons-beanutils-core-1.8.3.jar
Completed in 1348 milliseconds
1
2