Searched defs:UNSUPPORTED (Results 1 - 25 of 39) sorted by relevance

12

/external/vogar/src/vogar/
H A DResult.java27 UNSUPPORTED, enum constant in enum:Result
/external/swiftshader/third_party/LLVM/utils/lit/lit/
H A DTest.py15 UNSUPPORTED = TestResult('UNSUPPORTED', False) variable
/external/linux-kselftest/tools/testing/selftests/timers/
H A Dnanosleep.c48 #define UNSUPPORTED 0xf00f macro
107 return UNSUPPORTED;
111 return UNSUPPORTED;
149 if (ret == UNSUPPORTED) {
150 printf("[UNSUPPORTED]\n");
H A Dnsleep-lat.c48 #define UNSUPPORTED 0xf00f macro
108 return UNSUPPORTED;
110 return UNSUPPORTED;
168 if (ret == UNSUPPORTED) {
169 printf("[UNSUPPORTED]\n");
/external/llvm/utils/lit/lit/
H A DTest.py35 UNSUPPORTED = ResultCode('UNSUPPORTED', False) variable
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
H A DCommandNames.java66 public static final String UNSUPPORTED = "UNSUPPORTED"; field in class:CommandNames
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/core/command/
H A DCommandNames.java64 public static final String UNSUPPORTED = "UNSUPPORTED"; field in class:CommandNames
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/core/command/
H A DCommandNames.java64 public static final String UNSUPPORTED = "UNSUPPORTED"; field in class:CommandNames
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/core/command/
H A DCommandNames.java64 public static final String UNSUPPORTED = "UNSUPPORTED"; field in class:CommandNames
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/core/command/
H A DCommandNames.java64 public static final String UNSUPPORTED = "UNSUPPORTED"; field in class:CommandNames
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/core/command/
H A DCommandNames.java64 public static final String UNSUPPORTED = "UNSUPPORTED"; field in class:CommandNames
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/core/command/
H A DCommandNames.java66 public static final String UNSUPPORTED = "UNSUPPORTED"; field in class:CommandNames
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/core/command/
H A DCommandNames.java66 public static final String UNSUPPORTED = "UNSUPPORTED"; field in class:CommandNames
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/command/
H A DCommandNames.java66 public static final String UNSUPPORTED = "UNSUPPORTED"; field in class:CommandNames
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/core/command/
H A DCommandNames.java66 public static final String UNSUPPORTED = "UNSUPPORTED"; field in class:CommandNames
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/core/command/
H A DCommandNames.java66 public static final String UNSUPPORTED = "UNSUPPORTED"; field in class:CommandNames
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPHeaderNames.java70 public static final String UNSUPPORTED = UnsupportedHeader.NAME; //22 field in interface:SIPHeaderNames
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/Disassembler/
H A 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, //3
[all...]
/external/autotest/client/cros/cellular/pseudomodem/
H A Dpm_errors.py64 UNSUPPORTED = 3 variable in class:MMCoreError
82 self.UNSUPPORTED : '.Unsupported',
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
H A DOatFile.java66 public static final int UNSUPPORTED = 0; field in class:OatFile
160 return UNSUPPORTED;
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DTokenTypes.java65 public static final int UNSUPPORTED = START + 28; field in interface:TokenTypes
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationShrinker.java57 private static final int UNSUPPORTED = -1; field in class:EvaluationShrinker
73 private static final int POP_X3 = UNSUPPORTED;
962 if (newOpcodes == UNSUPPORTED)
1152 // stackEntryNecessary0 ? UNSUPPORTED : // ...XYO -> ...OYO
1153 UNSUPPORTED : // ...XYO -> ...OY
1177 stackEntryNecessary0 ? UNSUPPORTED : // ...XYO -> ...OO
1299 stackEntriesNecessary01 ? UNSUPPORTED : // ...XAB -> ...ABAB
1344 stackEntriesNecessary01 ? UNSUPPORTED : // ...XYAB -> ...ABYAB
1361 stackEntriesNecessary01 ? UNSUPPORTED : // ...XYAB -> ...ABXAB
1369 stackEntriesNecessary01 ? UNSUPPORTED
[all...]
/external/v8/src/mips/
H A Ddisasm-mips.cc1729 Format(instr, "UNSUPPORTED");
1815 #undef UNSUPPORTED macro
H A Dsimulator-mips.cc87 #define UNSUPPORTED() printf("Sim: Unsupported instruction.\n"); macro
2800 UNSUPPORTED();
2815 UNSUPPORTED();
2835 UNSUPPORTED();
2849 UNSUPPORTED();
2863 UNSUPPORTED();
3305 UNSUPPORTED();
3328 UNSUPPORTED();
3362 UNSUPPORTED();
3385 UNSUPPORTED();
4848 #undef UNSUPPORTED macro
[all...]
/external/v8/src/mips64/
H A Ddisasm-mips64.cc1962 Format(instr, "UNSUPPORTED");
2048 #undef UNSUPPORTED macro

Completed in 1682 milliseconds

12