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

1 2 3 4 5 6 7 8 9

  /cts/libs/vogar-expect/src/vogar/
Result.java 27 UNSUPPORTED,
  /external/vogar/src/vogar/
Result.java 27 UNSUPPORTED,
Driver.java 92 } else if (run.expectationStore.get(action.getName()).getResult() == Result.UNSUPPORTED) {
93 addEarlyResult(new Outcome(action.getName(), Result.UNSUPPORTED,
94 "Unsupported according to expectations file"));
214 if (earlyFailure.getResult() == Result.UNSUPPORTED) {
ActionFinder.java 65 outcomes.put(actionName, new Outcome(actionName, Result.UNSUPPORTED, e));
  /external/swiftshader/third_party/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...]
  /hardware/interfaces/graphics/composer/2.1/
types.hal 29 UNSUPPORTED = 8, /** permanent failure */
  /frameworks/base/core/java/android/net/
TrafficStats.java 43 * not supported by this device, {@link #UNSUPPORTED} will be returned.
53 public final static int UNSUPPORTED = -1;
405 * return {@link #UNSUPPORTED} on devices where statistics aren't available.
422 * return {@link #UNSUPPORTED} on devices where statistics aren't available.
439 * return {@link #UNSUPPORTED} on devices where statistics aren't available.
456 * return {@link #UNSUPPORTED} on devices where statistics aren't available.
471 if (stat != UNSUPPORTED) {
483 if (stat != UNSUPPORTED) {
517 * return {@link #UNSUPPORTED} on devices where statistics aren't available.
530 * return {@link #UNSUPPORTED} on devices where statistics aren't available
    [all...]
  /hardware/interfaces/graphics/mapper/2.0/
types.hal 27 UNSUPPORTED = 7, /** permanent failure */
  /external/linux-kselftest/tools/testing/selftests/timers/
nanosleep.c 59 #define UNSUPPORTED 0xf00f
118 return UNSUPPORTED;
122 return UNSUPPORTED;
160 if (ret == UNSUPPORTED) {
161 printf("[UNSUPPORTED]\n");
nsleep-lat.c 59 #define UNSUPPORTED 0xf00f
119 return UNSUPPORTED;
121 return UNSUPPORTED;
179 if (ret == UNSUPPORTED) {
180 printf("[UNSUPPORTED]\n");
  /external/ltp/testcases/realtime/include/
libtsc.h 64 #warning TSC UNSUPPORTED
  /libcore/ojluni/src/main/java/sun/nio/ch/
IOStatus.java 39 @Native public static final int UNSUPPORTED = -4; // Operation not supported
  /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...]
  /hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/
IpaEventRelay.cpp 66 case UNSUPPORTED:
  /system/bt/stack/btm/
btm_ble_gap.cc 190 constexpr uint8_t UNSUPPORTED = 255;
200 UNSUPPORTED, /* todo: lo du dir adv, not covered ? */
209 UNSUPPORTED, /* conn_adv */
213 UNSUPPORTED, /* lo du dir adv */
214 UNSUPPORTED, /* hi duty dir adv */
215 UNSUPPORTED, /* non connectable adv */
218 UNSUPPORTED /* scanable adv */
223 UNSUPPORTED, /* init */
264 UNSUPPORTED, /* conn_adv: 38,*/
268 UNSUPPORTED, /* lo duty cycle adv 40 *
    [all...]
  /external/linux-kselftest/tools/testing/selftests/ftrace/
ftracetest 135 UNSUPPORTED=4 # The test failed because of lack of feature.
177 $UNSUPPORTED)
178 prlog " [UNSUPPORTED]"
217 SIG_UNSUPPORTED=$((SIG_BASE + UNSUPPORTED))
222 trap 'SIG_RESULT=$UNSUPPORTED' $SIG_UNSUPPORTED
274 prlog "# of unsupported: " `echo $UNSUPPORTED_CASES | wc -w`
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
CommandNames.java 66 public static final String UNSUPPORTED = "UNSUPPORTED";
  /hardware/qcom/data/ipacfg-mgr/msm8998/hal/inc/
IOffloadManager.h 89 * migrated to unsupported radio access technology.
93 UNSUPPORTED
  /external/vogar/test/vogar/target/
AbstractTestRunnerTest.java 154 public ExpectedResults unsupported() { method in class:AbstractTestRunnerTest.ExpectedResults
158 Result.UNSUPPORTED);
165 String output = outcome(testClassName, null, message, Result.UNSUPPORTED);
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/
StubFtpServer.java 136 setCommandHandler(CommandNames.UNSUPPORTED, new UnsupportedCommandHandler());
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
Test.py 15 UNSUPPORTED = TestResult('UNSUPPORTED', False)
  /hardware/interfaces/graphics/allocator/2.0/default/
Gralloc0Allocator.cpp 90 error = Error::UNSUPPORTED;
  /external/autotest/client/cros/cellular/pseudomodem/
pm_errors.py 64 UNSUPPORTED = 3
82 self.UNSUPPORTED : '.Unsupported',
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
format.py 63 if test.config.unsupported:
64 return (lit.Test.UNSUPPORTED,
65 "A lit.local.cfg marked this unsupported")
79 lit_config.fatal('Unsupported RUN line found in test %s' % name)
86 return lit.Test.UNSUPPORTED, 'ShTest format not yet supported'
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/test/
format.py 72 if test.config.unsupported:
73 return (lit.Test.UNSUPPORTED,
74 "A lit.local.cfg marked this unsupported")
87 lit_config.fatal('Unsupported RUN line found in test %s' % name)
99 return lit.Test.UNSUPPORTED, 'ShTest format not yet supported'

Completed in 1562 milliseconds

1 2 3 4 5 6 7 8 9