/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/Disassembler/ |
D | MBlazeDisassembler.cpp | 38 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/ |
D | ShadowTrafficStatsTest.java | 17 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/ |
D | ShadowTrafficStats.java | 16 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/ |
D | unsupported-expr-false.txt | 1 # 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
|
D | unsupported-expr-true.txt | 1 # 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/ |
D | nanosleep.c | 48 #define UNSUPPORTED 0xf00f macro 107 return UNSUPPORTED; in nanosleep_test() 111 return UNSUPPORTED; in nanosleep_test() 149 if (ret == UNSUPPORTED) { in main()
|
D | nsleep-lat.c | 48 #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/ |
D | simpletest-remote.ll | 3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu 4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
|
D | cross-module-a.ll | 3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu 4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
|
D | multi-module-a.ll | 3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu 4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
|
D | test-data-align-remote.ll | 3 ; 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/ |
D | simpletest-remote.ll | 3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu 4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
|
D | cross-module-a.ll | 3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu 4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
|
D | multi-module-a.ll | 3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu 4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
|
D | test-data-align-remote.ll | 3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu 4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
|
D | test-ptr-reloc-remote.ll | 3 ; 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/ |
D | simpletest-remote.ll | 3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu 4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
|
D | cross-module-a.ll | 3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu 4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
|
D | multi-module-a.ll | 3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu 4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
|
D | test-data-align-remote.ll | 3 ; 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/ |
D | simpletest-remote.ll | 3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu 4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
|
D | cross-module-a.ll | 3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu 4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
|
D | multi-module-a.ll | 3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu 4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
|
D | test-data-align-remote.ll | 3 ; 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/ |
D | UnsupportedParser.java | 71 headerName(TokenTypes.UNSUPPORTED); in parse() 76 unsupported.setHeaderName(SIPHeaderNames.UNSUPPORTED); in parse()
|