Searched refs:isOneOf (Results 1 - 9 of 9) sorted by relevance

/external/apache-http/src/org/apache/http/impl/
H A DDefaultHttpRequestFactory.java73 private static boolean isOneOf(final String[] methods, final String method) { method in class:DefaultHttpRequestFactory
88 if (isOneOf(RFC2616_COMMON_METHODS, method)) {
90 } else if (isOneOf(RFC2616_ENTITY_ENC_METHODS, method)) {
92 } else if (isOneOf(RFC2616_SPECIAL_METHODS, method)) {
101 if (isOneOf(RFC2616_COMMON_METHODS, method)) {
103 } else if (isOneOf(RFC2616_ENTITY_ENC_METHODS, method)) {
105 } else if (isOneOf(RFC2616_SPECIAL_METHODS, method)) {
/external/clang/lib/Format/
H A DTokenAnnotator.cpp53 if (CurrentToken->isOneOf(tok::r_paren, tok::r_square, tok::r_brace,
62 if (CurrentToken->Previous->isOneOf(tok::pipepipe, tok::ampamp) &&
118 Prev->isOneOf(tok::star, tok::amp, tok::ampamp) &&
153 if (CurrentToken->isOneOf(tok::r_square, tok::r_brace))
156 CurrentToken->Previous->Previous->isOneOf(tok::l_paren,
183 (!Parent || Parent->isOneOf(tok::colon, tok::l_square, tok::l_paren,
225 if (CurrentToken->isOneOf(tok::r_paren, tok::r_brace))
255 if (CurrentToken->isOneOf(tok::r_paren, tok::r_square))
387 if (CurrentToken->isOneOf(tok::star, tok::amp))
491 if (CurrentToken->isOneOf(to
[all...]
H A DFormatToken.h199 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const { function in struct:clang::format::FormatToken
203 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, tok::TokenKind K3) const { function in struct:clang::format::FormatToken
207 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, tok::TokenKind K3, function in struct:clang::format::FormatToken
227 return isOneOf(tok::kw_public, tok::kw_protected, tok::kw_private) &&
240 return isOneOf(tok::l_paren, tok::l_brace, tok::l_square) ||
245 return isOneOf(tok::r_paren, tok::r_brace, tok::r_square) ||
H A DFormat.cpp611 } else if (Current.isOneOf(tok::period, tok::arrow) &&
645 Previous.isOneOf(tok::coloncolon, tok::equal) ||
658 if ((Previous.isOneOf(tok::comma, tok::semi) &&
677 if (Current.isOneOf(tok::arrow, tok::period) &&
689 if (TokenBefore && !TokenBefore->isOneOf(tok::comma, tok::semi) &&
701 if (!(Previous.isOneOf(tok::l_paren, tok::l_brace) ||
754 if (Current.is(tok::l_paren) && Previous.isOneOf(tok::kw_if, tok::kw_for))
782 if (Next && Next->isOneOf(tok::period, tok::arrow))
811 if (Current.isOneOf(tok::period, tok::arrow) &&
908 if (Current.isOneOf(to
[all...]
H A DUnwrappedLineParser.cpp287 if (NextTok->isOneOf(tok::comma, tok::semi, tok::r_paren,
/external/apache-http/src/org/apache/http/message/
H A DBasicHeaderValueParser.java304 private static boolean isOneOf(final char ch, final char[] chs) { method in class:BasicHeaderValueParser
339 if (isOneOf(ch, delimiters)) {
370 if (!qouted && !escaped && isOneOf(ch, delimiters)) {
/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 ...

Completed in 179 milliseconds