HomeSort by relevance Sort by last modified time
    Searched defs:isOneOf (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/apache-http/src/org/apache/http/impl/
DefaultHttpRequestFactory.java 78 private static boolean isOneOf(final String[] methods, final String method) {
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/hamcrest-library/src/main/java/org/hamcrest/collection/
IsIn.java 99 * <pre>assertThat("foo", isOneOf("bar", "foo"))</pre>
108 public static <T> Matcher<T> isOneOf(T... elements) {
  /frameworks/base/services/tests/servicestests/src/com/android/server/
BatteryServiceTest.java 67 public static <T> ArgumentMatcher<T> isOneOf(Collection<T> collection) {
89 argThat(isOneOf(instanceNames)),
98 .when(mHealthServiceSupplier).get(argThat(isOneOf(instanceNames)));
  /external/apache-http/src/org/apache/http/message/
BasicHeaderValueParser.java 309 private static boolean isOneOf(final char ch, final char[] chs) {
344 if (isOneOf(ch, delimiters)) {
375 if (!qouted && !escaped && isOneOf(ch, delimiters)) {
  /external/clang/include/clang/Lex/
Token.h 96 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const {
100 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, Ts... Ks) const {
101 return is(K1) || isOneOf(K2, Ks...);
  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
Matchers.java     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Token.h 96 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const {
100 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, Ts... Ks) const {
101 return is(K1) || isOneOf(K2, Ks...);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
Token.h 97 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const {
101 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, Ts... Ks) const {
102 return is(K1) || isOneOf(K2, Ks...);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
Token.h 97 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const {
101 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, Ts... Ks) const {
102 return is(K1) || isOneOf(K2, Ks...);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
Token.h 97 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const {
101 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, Ts... Ks) const {
102 return is(K1) || isOneOf(K2, Ks...);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
Token.h 97 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const {
101 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, Ts... Ks) const {
102 return is(K1) || isOneOf(K2, Ks...);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
Token.h 97 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const {
101 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, Ts... Ks) const {
102 return is(K1) || isOneOf(K2, Ks...);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
Token.h 97 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const {
101 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, Ts... Ks) const {
102 return is(K1) || isOneOf(K2, Ks...);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Token.h 96 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const {
100 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, Ts... Ks) const {
101 return is(K1) || isOneOf(K2, Ks...);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
Token.h 97 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const {
101 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, Ts... Ks) const {
102 return is(K1) || isOneOf(K2, Ks...);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
Token.h 97 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const {
101 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, Ts... Ks) const {
102 return is(K1) || isOneOf(K2, Ks...);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
Token.h 97 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const {
101 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, Ts... Ks) const {
102 return is(K1) || isOneOf(K2, Ks...);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
Token.h 97 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const {
101 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, Ts... Ks) const {
102 return is(K1) || isOneOf(K2, Ks...);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
Token.h 97 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const {
101 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, Ts... Ks) const {
102 return is(K1) || isOneOf(K2, Ks...);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
Token.h 97 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const {
101 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, Ts... Ks) const {
102 return is(K1) || isOneOf(K2, Ks...);
  /external/clang/lib/Format/
FormatToken.h 291 template <typename A, typename B> bool isOneOf(A K1, B K2) const {
295 bool isOneOf(A K1, B K2, Ts... Ks) const {
296 return is(K1) || isOneOf(K2, Ks...);
321 return isOneOf(tok::kw_public, tok::kw_protected, tok::kw_private) &&
337 return isOneOf(tok::l_paren, tok::l_brace, tok::l_square,
342 return isOneOf(tok::r_paren, tok::r_brace, tok::r_square,
348 return isOneOf(tok::arrow, tok::period, tok::arrowstar) &&
349 !isOneOf(TT_DesignatedInitializerPeriod, TT_TrailingReturnArrow,
  /frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/
WorkManagerImplTest.java 42 import static org.hamcrest.Matchers.isOneOf;
267 assertThat(workSpecDao.getState(work2.getStringId()), isOneOf(ENQUEUED, RUNNING));
    [all...]
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.1/
hamcrest-library-1.1.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
hamcrest-library-1.3.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
hamcrest-library-1.3.jar 

Completed in 352 milliseconds

1 2 3