/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 | 38 const unsigned UNSUPPORTED = -1; 47 UNSUPPORTED, UNSUPPORTED, MBlaze::FADD, UNSUPPORTED, //14,15,16,17 48 MBlaze::MULI, MBlaze::BSRLI, UNSUPPORTED, MBlaze::GET, //18,19,1A,1B 49 UNSUPPORTED, UNSUPPORTED, UNSUPPORTED, UNSUPPORTED, //1C,1D,1E,1F 56 MBlaze::LBU, MBlaze::LHU, MBlaze::LW, UNSUPPORTED, //30,31,32,3 [all...] |
/libcore/expectations/ |
brokentests.txt | 97 result: UNSUPPORTED, 414 result: UNSUPPORTED, 422 result: UNSUPPORTED, 435 result: UNSUPPORTED, 445 result: UNSUPPORTED, 450 result: UNSUPPORTED, 455 result: UNSUPPORTED, 463 result: UNSUPPORTED, 468 result: UNSUPPORTED, 473 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 | 46 assertTrue(TrafficStats.getMobileTxPackets() == TrafficStats.UNSUPPORTED || 48 assertTrue(TrafficStats.getMobileRxPackets() == TrafficStats.UNSUPPORTED || 50 assertTrue(TrafficStats.getMobileTxBytes() == TrafficStats.UNSUPPORTED || 52 assertTrue(TrafficStats.getMobileRxBytes() == TrafficStats.UNSUPPORTED ||
|
/external/llvm/utils/lit/lit/ |
Test.py | 15 UNSUPPORTED = TestResult('UNSUPPORTED', False)
|
TestRunner.py | 48 raise NotImplementedError,"unsupported test command: '&'" 97 raise NotImplementedError,"Unsupported redirect: %r" % (r,) 106 raise NotImplementedError,"Unsupported redirect for stdin" 113 raise NotImplementedError,"Unsupported redirect on stdout" 481 return (Test.UNSUPPORTED, 511 if test.config.unsupported: 512 return (Test.UNSUPPORTED, 'Test is unsupported') 558 if test.config.unsupported: 559 return (Test.UNSUPPORTED, 'Test is unsupported' [all...] |
TestFormats.py | 188 if test.config.unsupported: 189 return (Test.UNSUPPORTED, 'Test is unsupported')
|
main.py | 598 # FIXME: Show unresolved and (optionally) unsupported tests. 624 ('Unsupported Tests ', Test.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; 238 * {@link #UNSUPPORTED} will be returned. 246 * {@link #UNSUPPORTED} will be returned. 254 * {@link #UNSUPPORTED} will be returned. 262 * {@link #UNSUPPORTED} will be returned. 270 * {@link #UNSUPPORTED} will be returned. 279 * {@link #UNSUPPORTED} will be returned. 288 * {@link #UNSUPPORTED} will be returned. 297 * {@link #UNSUPPORTED} will be returned [all...] |
/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/icu4c/tools/genpname/ |
preparse.pl | 92 # Properties that are unsupported in ICU 93 my %UNSUPPORTED = (Composition_Exclusion => 1, 621 if (exists $UNSUPPORTED{$name}) { [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...] |
/external/v8/src/mips/ |
simulator-mips.cc | 144 #define UNSUPPORTED() printf("Unsupported instruction.\n"); [all...] |
/prebuilt/darwin-x86/swt/ |
swt.jar | |
/prebuilt/darwin-x86_64/swt/ |
swt.jar | |
/prebuilt/linux-x86/swt/ |
swt.jar | |
/prebuilt/linux-x86_64/swt/ |
swt.jar | |
/prebuilt/windows/swt/ |
swt.jar | |