HomeSort by relevance Sort by last modified time
    Searched refs:isOneOf (Results 1 - 12 of 12) sorted by null

  /external/apache-http/src/org/apache/http/impl/
DefaultHttpRequestFactory.java 73 private static boolean isOneOf(final String[] methods, final String method) {
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/
TokenAnnotator.cpp 53 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(tok::period, tok::arrow))
    [all...]
FormatToken.h 199 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const {
203 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, tok::TokenKind K3) const {
207 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, tok::TokenKind K3,
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) ||
Format.cpp 611 } 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)
    [all...]
UnwrappedLineParser.cpp 287 if (NextTok->isOneOf(tok::comma, tok::semi, tok::r_paren,
    [all...]
  /external/apache-http/src/org/apache/http/message/
BasicHeaderValueParser.java 304 private static boolean isOneOf(final char ch, final char[] chs) {
339 if (isOneOf(ch, delimiters)) {
370 if (!qouted && !escaped && isOneOf(ch, delimiters)) {
  /external/robolectric/lib/main/
httpcore-4.0.1.jar 
  /external/smack/asmack-master/lib/
httpcore-4.1.4.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 

Completed in 94 milliseconds