HomeSort by relevance Sort by last modified time
    Searched refs:REST (Results 1 - 14 of 14) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
tic54x-opc.c 232 #define REST 0,0,ZPAR
235 { "???", 1,0,0,0x0000, 0x0000, {0}, 0, REST};
238 { "fb", 2,1,1,0xF880, 0xFF80, {OP_xpmad}, B_BRANCH|FL_FAR|FL_NR, REST},
239 { "fbd", 2,1,1,0xFA80, 0xFF80, {OP_xpmad}, B_BRANCH|FL_FAR|FL_DELAY|FL_NR, REST},
240 { "fcall", 2,1,1,0xF980, 0xFF80, {OP_xpmad}, B_BRANCH|FL_FAR|FL_NR, REST},
241 { "fcalld",2,1,1,0xFB80, 0xFF80, {OP_xpmad}, B_BRANCH|FL_FAR|FL_DELAY|FL_NR, REST},
243 { "abdst", 1,2,2,0xE300, 0xFF00, {OP_Xmem,OP_Ymem}, 0, REST},
244 { "abs", 1,1,2,0xF485, 0xFCFF, {OP_SRC,OPT|OP_DST}, 0, REST},
245 { "add", 1,1,3,0xF400, 0xFCE0, {OP_SRC,OPT|OP_SHIFT,OPT|OP_DST}, 0, REST},/*SRC*/
246 { "add", 1,2,3,0xF480, 0xFCFF, {OP_SRC,OP_ASM,OPT|OP_DST}, 0, REST},/*SRC*
    [all...]
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/command/
RestCommandHandlerTest.java 61 testHandleCommand_InvalidParameters(commandHandler, CommandNames.REST, EMPTY);
74 command1 = new Command(CommandNames.REST, array(MARKER1));
75 command2 = new Command(CommandNames.REST, array(MARKER2));
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
RestCommandHandlerTest.java 61 testHandleCommand_InvalidParameters(commandHandler, CommandNames.REST, EMPTY);
74 command1 = new Command(CommandNames.REST, array(MARKER1));
75 command2 = new Command(CommandNames.REST, array(MARKER2));
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
RestCommandHandlerTest.groovy 34 assertSessionReply(ReplyCodes.REST_OK, 'rest')
46 return new Command(CommandNames.REST, [])
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
CommandNames.java 47 public static final String REST = "REST";
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
CommandNames.java 47 public static final String REST = "REST";
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/
StubFtpServer.java 123 setCommandHandler(CommandNames.REST, new RestCommandHandler());
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/
FakeFtpServer.java 195 setCommandHandler(CommandNames.REST, new RestCommandHandler());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 883 local I1 I2 I3 I4 I5 I6 I7 I8 I9 REST RET
887 REST="$*"
888 if [ "$REST" ]; then
889 RET=$(_list_reverse $REST)$RET
1120 local I1 I2 I3 I4 I5 I6 I7 I8 I9 REST RET
1124 REST="$*"
1125 if [ -n "$REST" ]; then
1126 RET=$(list_reverse $REST)" "$RET
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/
build-precise-multilib-toolchain.sh 885 local I1 I2 I3 I4 I5 I6 I7 I8 I9 REST RET
889 REST="$*"
890 if [ "$REST" ]; then
891 RET=$(_list_reverse $REST)$RET
1122 local I1 I2 I3 I4 I5 I6 I7 I8 I9 REST RET
1126 REST="$*"
1127 if [ -n "$REST" ]; then
1128 RET=$(list_reverse $REST)" "$RET
    [all...]
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/
StubFtpServer.java 191 setCommandHandler(CommandNames.REST, new RestCommandHandler());
  /external/bison/build-aux/
texinfo.tex 421 % Parse an argument, then pass it to #1. The argument is the rest of
468 % to get _exactly_ the rest of the line, we had to prevent such situation.
    [all...]
  /external/libmicrohttpd/doc/
texinfo.tex 422 % Parse an argument, then pass it to #1. The argument is the rest of
469 % to get _exactly_ the rest of the line, we had to prevent such situation.
    [all...]
  /toolchain/binutils/binutils-2.25/texinfo/
texinfo.tex 442 % Parse an argument, then pass it to #1. The argument is the rest of
489 % to get _exactly_ the rest of the line, we had to prevent such situation.
    [all...]

Completed in 2560 milliseconds