OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNSUPPORTED
(Results
26 - 50
of
158
) sorted by null
1
2
3
4
5
6
7
/external/llvm/utils/lit/lit/
Test.py
35
UNSUPPORTED
= ResultCode('
UNSUPPORTED
', False)
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/session/
DefaultSession_RunTest.java
156
// Register a handler for
unsupported
commands
159
session.sendReply(502, "
Unsupported
");
163
// Register the
UNSUPPORTED
command handler instead of the command that will be sent. So when we
164
// send the regular command, it will trigger the handling for
unsupported
/unrecognized commands.
165
commandToRegister = CommandNames.
UNSUPPORTED
;
166
runCommandAndVerifyOutput(commandHandler, "502
Unsupported
");
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DexFileFactory.java
146
if (oatFile.isSupportedVersion() == OatFile.
UNSUPPORTED
) {
222
super("
Unsupported
oat version: %d", oatFile.getOatVersion());
/external/vogar/src/vogar/
XmlReportPrinter.java
91
if (outcome.getResult() == Result.
UNSUPPORTED
) {
/external/vogar/src/vogar/target/
TestRunner.java
237
monitor.outcomeFinished(Result.
UNSUPPORTED
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAttribute.java
180
if (id.equals(ApiDetector.
UNSUPPORTED
.getId())
AddSuppressAnnotation.java
335
if (id.equals(ApiDetector.
UNSUPPORTED
.getId()) ||
/toolchain/binutils/binutils-2.25/opcodes/
msp430-decode.c
77
#define
UNSUPPORTED
() msp430->syntax = "*unknown*"
[
all
...]
msp430-decode.opc
76
#define
UNSUPPORTED
() msp430->syntax = "*unknown*"
rl78-decode.c
59
#define
UNSUPPORTED
() \
[
all
...]
rx-decode.opc
144
#define
UNSUPPORTED
() \
rl78-decode.opc
58
#define
UNSUPPORTED
() \
[
all
...]
/external/v8/src/mips/
simulator-mips.cc
132
#define
UNSUPPORTED
() printf("Sim:
Unsupported
instruction.\n");
[
all
...]
disasm-mips.cc
[
all
...]
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/session/
DefaultSession.java
417
commandHandler = (CommandHandler) commandHandlers.get(CommandNames.
UNSUPPORTED
);
/external/nist-sip/java/gov/nist/javax/sip/parser/
Lexer.java
165
TokenTypes.
UNSUPPORTED
);
/external/v8/src/mips64/
disasm-mips64.cc
[
all
...]
simulator-mips64.cc
149
#define
UNSUPPORTED
() printf("Sim:
Unsupported
instruction.\n");
[
all
...]
/prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar
/toolchain/binutils/binutils-2.25/
configure
[
all
...]
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.0/
lint-checks-22.4.0.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.2/
lint-checks-22.4.2.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.0/
lint-checks-22.5.0.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.1/
lint-checks-22.5.1.jar
Completed in 2212 milliseconds
1
2
3
4
5
6
7