Searched defs:isOneOf (Results 1 - 10 of 10) sorted by relevance

/external/apache-http/src/org/apache/http/impl/
H A DDefaultHttpRequestFactory.java78 private static boolean isOneOf(final String[] methods, final String method) { method in class:DefaultHttpRequestFactory
93 if (isOneOf(RFC2616_COMMON_METHODS, method)) {
95 } else if (isOneOf(RFC2616_ENTITY_ENC_METHODS, method)) {
97 } else if (isOneOf(RFC2616_SPECIAL_METHODS, method)) {
106 if (isOneOf(RFC2616_COMMON_METHODS, method)) {
108 } else if (isOneOf(RFC2616_ENTITY_ENC_METHODS, method)) {
110 } else if (isOneOf(RFC2616_SPECIAL_METHODS, method)) {
/external/hamcrest/library/src/org/hamcrest/collection/
H A DIsIn.java42 public static <T> Matcher<T> isOneOf(T... elements) { method in class:IsIn
/external/apache-http/src/org/apache/http/message/
H A DBasicHeaderValueParser.java309 private static boolean isOneOf(final char ch, final char[] chs) { method in class:BasicHeaderValueParser
344 if (isOneOf(ch, delimiters)) {
375 if (!qouted && !escaped && isOneOf(ch, delimiters)) {
/external/hamcrest/library/src/org/hamcrest/
H A DMatchers.java221 public static <T> org.hamcrest.Matcher<T> isOneOf(T... elements) { method in class:Matchers
222 return org.hamcrest.collection.IsIn.isOneOf(elements);
/external/clang/lib/Format/
H A DFormatToken.h271 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const { function in struct:clang::format::FormatToken
275 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, tok::TokenKind K3) const { function in struct:clang::format::FormatToken
279 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, tok::TokenKind K3, function in struct:clang::format::FormatToken
300 return isOneOf(tok::kw_public, tok::kw_protected, tok::kw_private) &&
316 return isOneOf(tok::l_paren, tok::l_brace, tok::l_square) ||
321 return isOneOf(tok::r_paren, tok::r_brace, tok::r_square) ||
327 return isOneOf(tok::arrow, tok::period, tok::arrowstar) &&
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpcore-4.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/message/ ...
/external/robolectric/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
/external/smack/asmack-master/lib/
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 2056 milliseconds