HomeSort by relevance Sort by last modified time
    Searched refs:UNSUPPORTED (Results 1 - 25 of 35) 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 37 const uint16_t UNSUPPORTED = -1;
46 UNSUPPORTED, UNSUPPORTED, MBlaze::FADD, UNSUPPORTED, //14,15,16,17
47 MBlaze::MULI, MBlaze::BSRLI, UNSUPPORTED, MBlaze::GET, //18,19,1A,1B
48 UNSUPPORTED, UNSUPPORTED, UNSUPPORTED, UNSUPPORTED, //1C,1D,1E,1F
55 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)
  /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);
  /cts/tests/tests/net/src/android/net/cts/
TrafficStatsTest.java 35 assertTrue(TrafficStats.getMobileTxPackets() == TrafficStats.UNSUPPORTED ||
37 assertTrue(TrafficStats.getMobileRxPackets() == TrafficStats.UNSUPPORTED ||
39 assertTrue(TrafficStats.getMobileTxBytes() == TrafficStats.UNSUPPORTED ||
41 assertTrue(TrafficStats.getMobileRxBytes() == TrafficStats.UNSUPPORTED ||
  /external/llvm/utils/lit/lit/
Test.py 15 UNSUPPORTED = TestResult('UNSUPPORTED', False)
TestRunner.py 98 raise NotImplementedError,"unsupported test command: '&'"
147 raise NotImplementedError,"Unsupported redirect: %r" % (r,)
156 raise NotImplementedError,"Unsupported redirect for stdin"
163 raise NotImplementedError,"Unsupported redirect on stdout"
541 return (Test.UNSUPPORTED,
571 if test.config.unsupported:
572 return (Test.UNSUPPORTED, 'Test is unsupported')
619 if test.config.unsupported:
620 return (Test.UNSUPPORTED, 'Test is unsupported'
    [all...]
TestFormats.py 192 if test.config.unsupported:
193 return (Test.UNSUPPORTED, 'Test is unsupported')
main.py 619 # FIXME: Show unresolved and (optionally) unsupported tests.
645 ('Unsupported Tests ', Test.UNSUPPORTED),
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
ApiDetector.java 66 /** Accessing an unsupported API */
67 public static final Issue UNSUPPORTED = Issue.create("NewApi", //$NON-NLS-1$
151 context.report(UNSUPPORTED, attribute, location, message, null);
191 context.report(UNSUPPORTED, element, location, message, null);
217 context.report(UNSUPPORTED, element, location, message, null);
462 context.report(UNSUPPORTED, method, location, message, null);
BuiltinIssueRegistry.java 63 issues.add(ApiDetector.UNSUPPORTED);
294 sAdtFixes.add(ApiDetector.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
  /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;
266 * {@link #UNSUPPORTED} will be returned.
280 * {@link #UNSUPPORTED} will be returned.
294 * {@link #UNSUPPORTED} will be returned.
308 * {@link #UNSUPPORTED} will be returned.
322 * {@link #UNSUPPORTED} will be returned.
333 * {@link #UNSUPPORTED} will be returned.
344 * {@link #UNSUPPORTED} will be returned.
355 * {@link #UNSUPPORTED} will be returned
    [all...]
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAnnotation.java 300 if (id.equals(ApiDetector.UNSUPPORTED.getId())) {
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 5583 milliseconds

1 2