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

1 2

  /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;
  /external/webkit/Source/WebKit2/Shared/Plugins/Netscape/
NetscapePluginModuleNone.cpp 28 #if PLUGIN_ARCHITECTURE(UNSUPPORTED)
  /external/llvm/lib/Target/MBlaze/Disassembler/
MBlazeDisassembler.cpp 34 const uint16_t UNSUPPORTED = -1;
43 UNSUPPORTED, UNSUPPORTED, MBlaze::FADD, UNSUPPORTED, //14,15,16,17
44 MBlaze::MULI, MBlaze::BSRLI, UNSUPPORTED, MBlaze::GET, //18,19,1A,1B
45 UNSUPPORTED, UNSUPPORTED, UNSUPPORTED, UNSUPPORTED, //1C,1D,1E,1F
52 MBlaze::LBU, MBlaze::LHU, MBlaze::LW, UNSUPPORTED, //30,31,32,3
    [all...]
  /libcore/expectations/
brokentests.txt 117 result: UNSUPPORTED,
434 result: UNSUPPORTED,
442 result: UNSUPPORTED,
455 result: UNSUPPORTED,
465 result: UNSUPPORTED,
470 result: UNSUPPORTED,
475 result: UNSUPPORTED,
483 result: UNSUPPORTED,
488 result: UNSUPPORTED,
493 result: UNSUPPORTED,
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePluginNone.cpp 28 #if PLUGIN_ARCHITECTURE(UNSUPPORTED)
89 #endif // PLUGIN_ARCHITECTURE(UNSUPPORTED)
  /frameworks/base/core/java/android/net/
TrafficStats.java 39 * are not supported by this device, {@link #UNSUPPORTED} will be returned.
45 public final static int UNSUPPORTED = -1;
279 * return {@link #UNSUPPORTED} on devices where statistics aren't available.
296 * return {@link #UNSUPPORTED} on devices where statistics aren't available.
313 * return {@link #UNSUPPORTED} on devices where statistics aren't available.
330 * return {@link #UNSUPPORTED} on devices where statistics aren't available.
345 if (stat != UNSUPPORTED) {
357 if (stat != UNSUPPORTED) {
391 * return {@link #UNSUPPORTED} on devices where statistics aren't available.
404 * 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/
Test.py 19 UNSUPPORTED = TestResult('UNSUPPORTED', False)
TestRunner.py 52 raise InternalShellError(cmd,"unsupported shell operator: '&'")
102 raise InternalShellError(j,"Unsupported redirect: %r" % (r,))
111 raise InternalShellError(j,"Unsupported redirect for stdin")
118 raise InternalShellError(j,"Unsupported redirect on stdout")
425 return (Test.UNSUPPORTED,
453 if test.config.unsupported:
454 return (Test.UNSUPPORTED, 'Test is unsupported')
TestFormats.py 195 if test.config.unsupported:
196 return (Test.UNSUPPORTED, 'Test is unsupported')
main.py 370 # FIXME: Show unresolved and (optionally) unsupported tests.
396 ('Unsupported Tests ', Test.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
  /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/v8/src/mips/
disasm-mips.cc 961 Format(instr, "UNSUPPORTED");
1047 #undef UNSUPPORTED
simulator-mips.cc 154 #define UNSUPPORTED() printf("Unsupported instruction.\n");
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java 204 /** Unsupported audio format. */
345 /** Unsupported file type. */
346 public static final int UNSUPPORTED = 255;
430 /** A file contains an unsupported video format. */
433 /** A file contains an unsupported audio format. */
451 /** Unsupported video format for Video Editing. */
454 /** Unsupported H263 profile for Video Editing. */
457 /** Unsupported MPEG-4 profile for Video Editing. */
460 /** Unsupported MPEG-4 RVLC tool for Video Editing. */
463 /** Unsupported audio format for Video Editing. *
    [all...]
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 

Completed in 410 milliseconds

1 2