/external/bzip2/ |
bzdiff | 48 STAT="$?" 58 STAT="$?" 62 STAT="$?";; 67 STAT="$?";; 69 STAT="$?";; 72 exit "$STAT"
|
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/command/ |
StatCommandHandlerTest.java | 43 final Command COMMAND = new Command(CommandNames.STAT, EMPTY);
61 final Command COMMAND = new Command(CommandNames.STAT, array(PATHNAME));
79 final Command COMMAND = new Command(CommandNames.STAT, EMPTY);
|
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/ |
StatCommandHandlerTest.java | 45 final Command COMMAND = new Command(CommandNames.STAT, EMPTY);
63 final Command COMMAND = new Command(CommandNames.STAT, array(PATHNAME));
81 final Command COMMAND = new Command(CommandNames.STAT, EMPTY);
|
/system/core/toolbox/upstream-netbsd/bin/dd/ |
extern.h | 70 extern STAT st;
|
dd.h | 38 #include <sys/stat.h> 53 int (*op_fstat)(int, struct stat *); 103 } STAT;
|
dd.c | 51 #include <sys/stat.h> 79 STAT st; /* statistics */ 287 struct stat sb;
|
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/ |
CommandNames.java | 54 public static final String STAT = "STAT";
|
/external/webrtc/webrtc/tools/converter/ |
converter.cc | 12 #include <sys/stat.h> 21 #define STAT _stat 24 #define STAT stat 161 struct STAT file_info; 162 int result = STAT(file_name_to_check.c_str(), &file_info);
|
/external/e2fsprogs/contrib/ |
populate-extfs.sh | 46 # Only stat once since stat is a time consuming command 47 STAT=$(stat -c "TYPE=\"%F\";DEVNO=\"0x%t 0x%T\";MODE=\"%f\";U=\"%u\";G=\"%g\"" $FILE) 48 eval $STAT
|
/ndk/sources/cxx-stl/stlport/src/details/ |
fstream_stdio.cpp | 21 // For sunpro, it chokes if time.h is included through stat.h 33 # include <sys/stat.h> 47 # include <sys/stat.h> // For _fstat 114 # define STAT stat 120 # define STAT stat64 129 struct STAT buf; 137 struct STAT buf; 165 // Return the size of the file. This is a wrapper for stat. 278 struct STAT buf [all...] |
fstream_unistd.cpp | 21 // For sunpro, it chokes if time.h is included through stat.h 32 #include <sys/stat.h> // For stat 60 # define STAT stat 66 # define STAT stat64 105 struct STAT buf; 113 struct STAT buf; 148 // Return the size of the file. This is a wrapper for stat.
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/ |
Fuzzy.h | 35 #define STAT 18
|
FuzzyLexer.h | 25 #define STAT 15
|
Fuzzy.m | 959 // $ANTLR start "STAT" 967 NSInteger _type = STAT; 1086 /* $ANTLR end "STAT" */ [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/ |
FuzzyLexer.h | 25 #define STAT 15
|
Fuzzy.m | 288 return @"1:1: Tokens options {k=1; backtrack=true; } : ( IMPORT | RETURN | CLASS | METHOD | FIELD | STAT | CALL | COMMENT | SL_COMMENT | STRING | CHAR | WS );"; [all...] |
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/ |
CommandNames.java | 54 public static final String STAT = "STAT";
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/ |
StubFtpServer.java | 129 setCommandHandler(CommandNames.STAT, new StatCommandHandler());
|
/external/opencv3/modules/core/src/ |
alloc.cpp | 94 #define STAT(stmt) 322 STAT(stat.bruttoBytes += MEM_BLOCK_SIZE); 332 STAT(stat.bruttoBytes -= MEM_BLOCK_SIZE); 505 STAT( 506 stat.nettoBytes += size; 507 stat.mallocCalls++; 616 STAT( 617 stat.nettoBytes -= block->objSize [all...] |
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/ |
FakeFtpServer.java | 202 setCommandHandler(CommandNames.STAT, new StatCommandHandler());
286 * Set the system status description text, used by the STAT command handler.
|
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/ |
StubFtpServerIntegrationTest.java | 182 // Modify Stat CommandHandler to return predefined text
184 StatCommandHandler statCommandHandler = (StatCommandHandler) stubFtpServer.getCommandHandler(CommandNames.STAT);
189 // STAT
191 assertEquals("STAT reply", "211 " + STATUS + ".", status.trim());
196 * Test getting the status (STAT), when the reply text contains multiple lines
199 // Modify Stat CommandHandler to return predefined text
202 StatCommandHandler statCommandHandler = (StatCommandHandler) stubFtpServer.getCommandHandler(CommandNames.STAT);
207 // STAT
209 assertEquals("STAT reply", FORMATTED_REPLY_STATUS, status.trim());
|
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/ |
StubFtpServerIntegrationTest.java | 203 * Test getting the status (STAT)
206 // Modify Stat CommandHandler to return predefined text
208 StatCommandHandler statCommandHandler = (StatCommandHandler) stubFtpServer.getCommandHandler(CommandNames.STAT);
213 // STAT
215 assertEquals("STAT reply", "211 " + STATUS + ".", status.trim());
220 * Test getting the status (STAT), when the reply text contains multiple lines
223 // Modify Stat CommandHandler to return predefined text
226 StatCommandHandler statCommandHandler = (StatCommandHandler) stubFtpServer.getCommandHandler(CommandNames.STAT);
231 // STAT
233 assertEquals("STAT reply", FORMATTED_REPLY_STATUS, status.trim()); [all...] |
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/ |
StubFtpServer.java | 197 setCommandHandler(CommandNames.STAT, new StatCommandHandler());
|
/external/curl/tests/ |
ftpserver.pl | 600 'STAT' => \&STAT_pop3, [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
od-xcoff.c | 206 SC_ENTRY(STAT), [all...] |