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

  /external/ltp/utils/benchmark/ebizzy-0.3/
configure 4 SUPPORTED="Linux SunOS HP-UX FreeBSD"
6 for i in `echo "$SUPPORTED"`
9 supported="yes"
14 if [ "$supported" != "yes" ]; then
15 echo "Only this list are supported for now: $SUPPORTED"
  /external/v8/src/interpreter/
interpreter-intrinsics.cc 16 #define SUPPORTED(name, lower_case, count) case Runtime::kInline##name:
17 INTRINSICS_LIST(SUPPORTED)
19 #undef SUPPORTED
  /external/nist-sip/java/gov/nist/javax/sip/header/
Supported.java 35 * Supported SIP Header.
45 public class Supported extends SIPHeader implements SupportedHeader {
58 public Supported() {
59 super(SIPHeaderNames.SUPPORTED);
67 public Supported(String option_tag) {
68 super(SIPHeaderNames.SUPPORTED);
103 "JAIN-SIP Exception, Supported, "
118 * $Log: Supported.java,v $
NameMap.java 161 putNameMap(SUPPORTED, Supported.class.getName()); //42
SIPHeaderNames.java 34 * SIPHeader names that are supported by this parser
96 public static final String SUPPORTED = SupportedHeader.NAME; //42
  /external/nist-sip/java/gov/nist/javax/sip/parser/
SupportedParser.java 33 * Parser for Supported header.
48 * @param supported the header to parse
50 public SupportedParser(String supported) {
51 super(supported);
64 * @return SIPHeader (Supported object)
73 headerName(TokenTypes.SUPPORTED);
77 Supported supported = new Supported(); local
78 supported.setHeaderName(SIPHeaderNames.SUPPORTED)
    [all...]
TokenTypes.java 66 public static final int SUPPORTED = START + 20;
Lexer.java 167 TokenTypes.SUPPORTED);
207 addKeyword(TokenNames.K.toUpperCase(), TokenTypes.SUPPORTED);
  /cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
NavigationBarColorVerifier.java 32 * supported on the device or not.
54 * {@link android.view.Window#setNavigationBarColor(int)} seems to be not supported.
58 * {@link android.view.Window#setNavigationBarColor(int)} seems to be supported.
60 SUPPORTED,
102 * Asserts that {@link android.view.Window#setNavigationBarColor(int)} is supported on this
110 assertEquals(result.getAssertionMessage(), ResultType.SUPPORTED, result.getResult());
114 * Asserts that {@link android.view.Window#setNavigationBarColor(int)} is not supported on this
168 return new Result(ResultType.SUPPORTED, assertionMessage);
LightNavigationBarVerifier.java 35 * supported on the device or not.
53 * {@link android.view.View#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR} seems to be not supported.
57 * {@link android.view.View#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR} seems to be supported.
59 SUPPORTED,
61 * Not sure if {@link android.view.View#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR} is supported.
90 * Asserts that {@link android.view.View#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR} is supported on
98 assertEquals(result.getAssertionMessage(), ResultType.SUPPORTED, result.getResult());
102 * Asserts that {@link android.view.View#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR} is not supported
163 // Exactly the same image. Safe to conclude that light navigation bar is not supported.
176 return new Result(ResultType.SUPPORTED, () -> dumpDiffStreams(channelDiffs))
    [all...]
NavigationBarInfo.java 128 == NavigationBarColorVerifier.ResultType.SUPPORTED;
134 == LightNavigationBarVerifier.ResultType.SUPPORTED;
140 == LightNavigationBarVerifier.ResultType.SUPPORTED;
  /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)
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
OatFile.java 67 public static final int SUPPORTED = 1;
163 return SUPPORTED;

Completed in 1125 milliseconds