Searched defs:isOneOf (Results 1 - 18 of 18) 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/include/clang/Lex/
H A DToken.h97 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const { function in class:clang::Token
101 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, Ts... Ks) const { function in class:clang::Token
102 return is(K1) || isOneOf(K2, Ks...);
/external/clang/lib/Format/
H A DFormatToken.h290 template <typename A, typename B> bool isOneOf(A K1, B K2) const { function in struct:clang::format::FormatToken
294 bool isOneOf(A K1, B K2, Ts... Ks) const { function in struct:clang::format::FormatToken
295 return is(K1) || isOneOf(K2, Ks...);
306 return isOneOf(tok::kw_public, tok::kw_protected, tok::kw_private) &&
322 return isOneOf(tok::l_paren, tok::l_brace, tok::l_square,
327 return isOneOf(tok::r_paren, tok::r_brace, tok::r_square,
333 return isOneOf(tok::arrow, tok::period, tok::arrowstar) &&
334 !isOneOf(TT_DesignatedInitializerPeriod, TT_TrailingReturnArrow,
/external/guice/extensions/struts2/lib/
H A Dcommons-fileupload-1.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/fileupload/ ...
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-fileupload-1.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/fileupload/ ...
/external/robolectric/v1/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/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/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 466 milliseconds