HomeSort by relevance Sort by last modified time
    Searched refs:UNSUPPORTED (Results 1 - 25 of 62) sorted by null

1 2 3

  /cts/libs/vogar-expect/src/vogar/
Result.java 27 UNSUPPORTED,
Outcome.java 130 * For example, for a test skipped because it is unsupported, we don't care about the result.
133 return result != Result.UNSUPPORTED;
  /frameworks/base/core/java/android/net/
TrafficStats.java 40 * are not supported by this device, {@link #UNSUPPORTED} will be returned.
46 public final static int UNSUPPORTED = -1;
292 * return {@link #UNSUPPORTED} on devices where statistics aren't available.
309 * return {@link #UNSUPPORTED} on devices where statistics aren't available.
326 * return {@link #UNSUPPORTED} on devices where statistics aren't available.
343 * return {@link #UNSUPPORTED} on devices where statistics aren't available.
358 if (stat != UNSUPPORTED) {
370 if (stat != UNSUPPORTED) {
404 * return {@link #UNSUPPORTED} on devices where statistics aren't available.
417 * return {@link #UNSUPPORTED} on devices where statistics aren't available
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
UnsupportedParser.java 33 * Parser for Unsupported header.
46 * @param unsupported - Unsupported header to parse
48 public UnsupportedParser(String unsupported) {
49 super(unsupported);
62 * @return SIPHeader (Unsupported object)
71 headerName(TokenTypes.UNSUPPORTED);
75 Unsupported unsupported = new Unsupported(); local
    [all...]
TokenTypes.java 65 public static final int UNSUPPORTED = START + 28;
Lexer.java 165 TokenTypes.UNSUPPORTED);
  /external/llvm/utils/lit/lit/formats/
base.py 87 if test.config.unsupported:
88 return (lit.Test.UNSUPPORTED, 'Test is unsupported')
  /external/nist-sip/java/gov/nist/javax/sip/header/
NameMap.java 121 putNameMap(UNSUPPORTED, Unsupported.class.getName()); //22
SIPHeaderNames.java 70 public static final String UNSUPPORTED = UnsupportedHeader.NAME; //22
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java 57 private static final int UNSUPPORTED = -1;
73 private static final int POP_X3 = UNSUPPORTED;
    [all...]
  /external/llvm/utils/lit/lit/
Test.py 32 UNSUPPORTED = ResultCode('UNSUPPORTED', False)
TestRunner.py 31 raise InternalShellError(cmd,"unsupported shell operator: '&'")
81 raise InternalShellError(j,"Unsupported redirect: %r" % (r,))
90 raise InternalShellError(j,"Unsupported redirect for stdin")
97 raise InternalShellError(j,"Unsupported redirect on stdout")
464 return lit.Test.Result(Test.UNSUPPORTED,
471 if test.config.unsupported:
472 return (Test.UNSUPPORTED, 'Test is unsupported')
main.py 80 lit_config.fatal('test output unsupported with Python 2.5')
403 ('Unsupported Tests ', lit.Test.UNSUPPORTED),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAttribute.java 180 if (id.equals(ApiDetector.UNSUPPORTED.getId())
AddSuppressAnnotation.java 335 if (id.equals(ApiDetector.UNSUPPORTED.getId()) ||
  /external/chromium_org/v8/src/mips64/
disasm-mips64.cc     [all...]
simulator-mips64.cc 150 #define UNSUPPORTED() printf("Unsupported instruction.\n");
    [all...]
  /external/chromium_org/v8/src/mips/
simulator-mips.cc 133 #define UNSUPPORTED() printf("Unsupported instruction.\n");
    [all...]
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.0/
lint-checks-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.2/
lint-checks-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.0/
lint-checks-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.1/
lint-checks-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.3/
lint-checks-22.5.3.jar 

Completed in 677 milliseconds

1 2 3