Home
last modified time | relevance | path

Searched refs:UNSUPPORTED (Results 1 – 25 of 183) sorted by relevance

12345678

/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/Disassembler/
DMBlazeDisassembler.cpp38 const unsigned UNSUPPORTED = -1; variable
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,33
57 MBlaze::SB, MBlaze::SH, MBlaze::SW, UNSUPPORTED, //34,35,36,37
58 MBlaze::LBUI, MBlaze::LHUI, MBlaze::LWI, UNSUPPORTED, //38,39,3A,3B
59 MBlaze::SBI, MBlaze::SHI, MBlaze::SWI, UNSUPPORTED, //3C,3D,3E,3F
64 return UNSUPPORTED; in getRD()
70 return UNSUPPORTED; in getRA()
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTrafficStatsTest.java17 assertEquals(TrafficStats.UNSUPPORTED, TrafficStats.getThreadStatsTag()); in allQueriesAreStubbed()
18 assertEquals(TrafficStats.UNSUPPORTED, TrafficStats.getMobileTxPackets()); in allQueriesAreStubbed()
19 assertEquals(TrafficStats.UNSUPPORTED, TrafficStats.getMobileRxPackets()); in allQueriesAreStubbed()
20 assertEquals(TrafficStats.UNSUPPORTED, TrafficStats.getMobileTxBytes()); in allQueriesAreStubbed()
21 assertEquals(TrafficStats.UNSUPPORTED, TrafficStats.getMobileRxBytes()); in allQueriesAreStubbed()
22 assertEquals(TrafficStats.UNSUPPORTED, TrafficStats.getTotalTxPackets()); in allQueriesAreStubbed()
23 assertEquals(TrafficStats.UNSUPPORTED, TrafficStats.getTotalRxPackets()); in allQueriesAreStubbed()
24 assertEquals(TrafficStats.UNSUPPORTED, TrafficStats.getTotalTxBytes()); in allQueriesAreStubbed()
25 assertEquals(TrafficStats.UNSUPPORTED, TrafficStats.getTotalRxBytes()); in allQueriesAreStubbed()
26 assertEquals(TrafficStats.UNSUPPORTED, TrafficStats.getUidTxBytes(anything)); in allQueriesAreStubbed()
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTrafficStats.java16 return TrafficStats.UNSUPPORTED; in getThreadStatsTag()
41 return TrafficStats.UNSUPPORTED; in getMobileTxPackets()
46 return TrafficStats.UNSUPPORTED; in getMobileRxPackets()
51 return TrafficStats.UNSUPPORTED; in getMobileTxBytes()
56 return TrafficStats.UNSUPPORTED; in getMobileRxBytes()
61 return TrafficStats.UNSUPPORTED; in getTotalTxPackets()
66 return TrafficStats.UNSUPPORTED; in getTotalRxPackets()
71 return TrafficStats.UNSUPPORTED; in getTotalTxBytes()
76 return TrafficStats.UNSUPPORTED; in getTotalRxBytes()
81 return TrafficStats.UNSUPPORTED; in getUidTxBytes()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/shtest-format/
Dunsupported-expr-false.txt1 # UNSUPPORTED with only false clauses. Test should run.
2 UNSUPPORTED: false
3 UNSUPPORTED: false, not-true
4 UNSUPPORTED: false
5 UNSUPPORTED: still-not-true
6 UNSUPPORTED: false
7 UNSUPPORTED: false
8 UNSUPPORTED: false
Dunsupported-expr-true.txt1 # UNSUPPORTED with a true clause. Test should not run.
2 UNSUPPORTED: false
3 UNSUPPORTED: false, false, false, _64-unk && a-present-feature, false
/external/linux-kselftest/tools/testing/selftests/timers/
Dnanosleep.c48 #define UNSUPPORTED 0xf00f macro
107 return UNSUPPORTED; in nanosleep_test()
111 return UNSUPPORTED; in nanosleep_test()
149 if (ret == UNSUPPORTED) { in main()
Dnsleep-lat.c48 #define UNSUPPORTED 0xf00f macro
108 return UNSUPPORTED; in nanosleep_lat_test()
110 return UNSUPPORTED; in nanosleep_lat_test()
168 if (ret == UNSUPPORTED) { in main()
/external/llvm/test/ExecutionEngine/MCJIT/remote/
Dsimpletest-remote.ll3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
Dcross-module-a.ll3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
Dmulti-module-a.ll3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
Dtest-data-align-remote.ll3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/MCJIT/remote/
Dsimpletest-remote.ll3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
Dcross-module-a.ll3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
Dmulti-module-a.ll3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
Dtest-data-align-remote.ll3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
Dtest-ptr-reloc-remote.ll3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
/external/llvm/test/ExecutionEngine/OrcMCJIT/remote/
Dsimpletest-remote.ll3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
Dcross-module-a.ll3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
Dmulti-module-a.ll3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
Dtest-data-align-remote.ll3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/OrcMCJIT/remote/
Dsimpletest-remote.ll3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
Dcross-module-a.ll3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
Dmulti-module-a.ll3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
Dtest-data-align-remote.ll3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
/external/nist-sip/java/gov/nist/javax/sip/parser/
DUnsupportedParser.java71 headerName(TokenTypes.UNSUPPORTED); in parse()
76 unsupported.setHeaderName(SIPHeaderNames.UNSUPPORTED); in parse()

12345678