HomeSort by relevance Sort by last modified time
    Searched defs:SUPPORTED (Results 1 - 23 of 23) sorted by null

  /external/python/cpython3/Tools/i18n/
makelocalealias.py 15 # Location of the glibc SUPPORTED locales file.
16 SUPPORTED = '/usr/share/i18n/SUPPORTED'
132 parser.add_argument('--glibc-supported', default=SUPPORTED,
133 help='location of the glibc SUPPORTED locales file '
134 '(default: %a)' % SUPPORTED)
  /cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
LightNavigationBarVerifier.java 34 * supported on the device or not.
52 * {@link android.view.View#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR} seems to be not supported.
56 * {@link android.view.View#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR} seems to be supported.
58 SUPPORTED,
60 * Not sure if {@link android.view.View#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR} is supported.
89 * Asserts that {@link android.view.View#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR} is supported on
97 assertEquals(result.getAssertionMessage(), ResultType.SUPPORTED, result.getResult());
101 * Asserts that {@link android.view.View#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR} is not supported
162 // Exactly the same image. Safe to conclude that light navigation bar is not supported.
175 return new Result(ResultType.SUPPORTED, () -> dumpDiffStreams(channelDiffs))
    [all...]
NavigationBarColorVerifier.java 31 * supported on the device or not.
53 * {@link android.view.Window#setNavigationBarColor(int)} seems to be not supported.
57 * {@link android.view.Window#setNavigationBarColor(int)} seems to be supported.
59 SUPPORTED,
101 * Asserts that {@link android.view.Window#setNavigationBarColor(int)} is supported on this
109 assertEquals(result.getAssertionMessage(), ResultType.SUPPORTED, result.getResult());
113 * Asserts that {@link android.view.Window#setNavigationBarColor(int)} is not supported on this
167 return new Result(ResultType.SUPPORTED, assertionMessage);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
OatFile.java 67 public static final int SUPPORTED = 1;
163 return SUPPORTED;
  /frameworks/base/telephony/java/android/telephony/
VoLteServiceState.java 38 public static final int SUPPORTED = 1;
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeaderNames.java 34 * SIPHeader names that are supported by this parser
96 public static final String SUPPORTED = SupportedHeader.NAME; //42
  /external/v8/src/interpreter/
interpreter-intrinsics.cc 26 #define SUPPORTED(name, lower_case, count) case Runtime::kInline##name:
27 INTRINSICS_LIST(SUPPORTED)
29 #undef SUPPORTED
  /frameworks/minikin/tests/unittest/
FontFamilyTest.cpp 158 const bool SUPPORTED = true;
167 {"en-Latn", "Latn", SUPPORTED},
168 {"ja-Jpan", "Jpan", SUPPORTED},
169 {"ja-Hira", "Hira", SUPPORTED},
170 {"ja-Kana", "Kana", SUPPORTED},
171 {"ja-Hrkt", "Hrkt", SUPPORTED},
172 {"zh-Hans", "Hans", SUPPORTED},
173 {"zh-Hant", "Hant", SUPPORTED},
174 {"zh-Hani", "Hani", SUPPORTED},
175 {"ko-Kore", "Kore", SUPPORTED},
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 66 public static final int SUPPORTED = START + 20;
Lexer.java 167 TokenTypes.SUPPORTED);
207 addKeyword(TokenNames.K.toUpperCase(), TokenTypes.SUPPORTED);
  /packages/apps/Car/Radio/libs/android-arch/room/
compiler-1.1.0-beta3.jar 
  /prebuilts/maven_repo/android/android/arch/persistence/room/compiler/1.0.0/
compiler-1.0.0.jar 
  /prebuilts/maven_repo/android/android/arch/persistence/room/compiler/1.0.0-alpha10/
compiler-1.0.0-alpha10.jar 
  /prebuilts/maven_repo/android/android/arch/persistence/room/compiler/1.0.0-rc1/
compiler-1.0.0-rc1.jar 
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 402 milliseconds