/external/bzip2/ |
bzdiff | 48 STAT="$?" 58 STAT="$?" 62 STAT="$?";; 67 STAT="$?";; 69 STAT="$?";; 72 exit "$STAT"
|
/external/qemu/slirp/ |
tcp_timer.c | 61 STAT(tcpstat.tcps_delack++); 187 STAT(tcpstat.tcps_timeoutdrop++); 199 STAT(tcpstat.tcps_rexmttimeo++); 262 STAT(tcpstat.tcps_persisttimeo++); 274 STAT(tcpstat.tcps_keeptimeo++); 294 STAT(tcpstat.tcps_keepprobe++); 312 STAT(tcpstat.tcps_keepdrops++);
|
tcp_output.c | 261 STAT(tcpstat.tcps_didnuttin++); 337 STAT(tcpstat.tcps_sndprobe++); 339 STAT(tcpstat.tcps_sndrexmitpack++); 340 STAT(tcpstat.tcps_sndrexmitbyte += len); 342 STAT(tcpstat.tcps_sndpack++); 343 STAT(tcpstat.tcps_sndbyte += len); 380 STAT(tcpstat.tcps_sndacks++); 382 STAT(tcpstat.tcps_sndctrl++); 384 STAT(tcpstat.tcps_sndurg++); 386 STAT(tcpstat.tcps_sndwinup++) [all...] |
ip_output.c | 81 STAT(ipstat.ips_localout++); 113 STAT(ipstat.ips_cantfrag++); 138 STAT(ipstat.ips_odropped++); 171 STAT(ipstat.ips_ofragments++); 194 STAT(ipstat.ips_fragmented++);
|
tcp_input.c | 78 STAT(tcpstat.tcps_rcvpack++); \ 79 STAT(tcpstat.tcps_rcvbyte += (ti)->ti_len); \ 98 STAT(tcpstat.tcps_rcvpack++); \ 99 STAT(tcpstat.tcps_rcvbyte += (ti)->ti_len); \ 150 STAT(tcpstat.tcps_rcvduppack++); 151 STAT(tcpstat.tcps_rcvdupbyte += ti->ti_len); 167 STAT(tcpstat.tcps_rcvoopack++); 168 STAT(tcpstat.tcps_rcvoobyte += ti->ti_len); 273 STAT(tcpstat.tcps_rcvtotal++); 307 STAT(tcpstat.tcps_rcvbadsum++) [all...] |
ip_input.c | 85 STAT(ipstat.ips_total++); 88 STAT(ipstat.ips_toosmall++); 95 STAT(ipstat.ips_badvers++); 101 STAT(ipstat.ips_badhlen++); /* or packet too short */ 110 STAT(ipstat.ips_badsum++); 119 STAT(ipstat.ips_badlen++); 132 STAT(ipstat.ips_tooshort++); 222 STAT(ipstat.ips_fragments++); 226 STAT(ipstat.ips_reassembled++); 238 STAT(ipstat.ips_delivered++) [all...] |
ip_icmp.c | 82 STAT(icmpstat.icps_received++); 89 STAT(icmpstat.icps_tooshort++); 99 STAT(icmpstat.icps_checksum++); 169 STAT(icmpstat.icps_notsupp++); 174 STAT(icmpstat.icps_badtype++); 309 STAT(icmpstat.icps_reflect++); 365 STAT(icmpstat.icps_reflect++);
|
slirp.h | 12 #define STAT(expr) expr 14 #define STAT(expr) do { } while(0) 191 #include <sys/stat.h>
|
udp.c | 88 STAT(udpstat.udps_ipackets++); 115 STAT(udpstat.udps_badlen++); 141 STAT(udpstat.udps_badsum++); 185 STAT(udpstat.udpps_pcbcachemiss++); 303 STAT(udpstat.udps_opackets++);
|
tcp_subr.c | 236 STAT(tcpstat.tcps_drops++); 238 STAT(tcpstat.tcps_conndrops++); 285 STAT(tcpstat.tcps_closed++); 503 STAT(tcpstat.tcps_connattempt++); 835 STAT(tcpstat.tcps_connattempt++); [all...] |
/external/qemu/slirp-android/ |
tcp_timer.c | 61 STAT(tcpstat.tcps_delack++); 187 STAT(tcpstat.tcps_timeoutdrop++); 199 STAT(tcpstat.tcps_rexmttimeo++); 262 STAT(tcpstat.tcps_persisttimeo++); 274 STAT(tcpstat.tcps_keeptimeo++); 294 STAT(tcpstat.tcps_keepprobe++); 312 STAT(tcpstat.tcps_keepdrops++);
|
tcp_output.c | 261 STAT(tcpstat.tcps_didnuttin++); 337 STAT(tcpstat.tcps_sndprobe++); 339 STAT(tcpstat.tcps_sndrexmitpack++); 340 STAT(tcpstat.tcps_sndrexmitbyte += len); 342 STAT(tcpstat.tcps_sndpack++); 343 STAT(tcpstat.tcps_sndbyte += len); 380 STAT(tcpstat.tcps_sndacks++); 382 STAT(tcpstat.tcps_sndctrl++); 384 STAT(tcpstat.tcps_sndurg++); 386 STAT(tcpstat.tcps_sndwinup++) [all...] |
ip_output.c | 81 STAT(ipstat.ips_localout++); 113 STAT(ipstat.ips_cantfrag++); 138 STAT(ipstat.ips_odropped++); 171 STAT(ipstat.ips_ofragments++); 194 STAT(ipstat.ips_fragmented++);
|
tcp_input.c | 78 STAT(tcpstat.tcps_rcvpack++); \ 79 STAT(tcpstat.tcps_rcvbyte += (ti)->ti_len); \ 98 STAT(tcpstat.tcps_rcvpack++); \ 99 STAT(tcpstat.tcps_rcvbyte += (ti)->ti_len); \ 150 STAT(tcpstat.tcps_rcvduppack++); 151 STAT(tcpstat.tcps_rcvdupbyte += ti->ti_len); 167 STAT(tcpstat.tcps_rcvoopack++); 168 STAT(tcpstat.tcps_rcvoobyte += ti->ti_len); 273 STAT(tcpstat.tcps_rcvtotal++); 307 STAT(tcpstat.tcps_rcvbadsum++) [all...] |
ip_input.c | 85 STAT(ipstat.ips_total++); 88 STAT(ipstat.ips_toosmall++); 95 STAT(ipstat.ips_badvers++); 101 STAT(ipstat.ips_badhlen++); /* or packet too short */ 110 STAT(ipstat.ips_badsum++); 119 STAT(ipstat.ips_badlen++); 132 STAT(ipstat.ips_tooshort++); 222 STAT(ipstat.ips_fragments++); 226 STAT(ipstat.ips_reassembled++); 238 STAT(ipstat.ips_delivered++) [all...] |
ip_icmp.c | 83 STAT(icmpstat.icps_received++); 90 STAT(icmpstat.icps_tooshort++); 100 STAT(icmpstat.icps_checksum++); 171 STAT(icmpstat.icps_notsupp++); 176 STAT(icmpstat.icps_badtype++); 311 STAT(icmpstat.icps_reflect++); 367 STAT(icmpstat.icps_reflect++);
|
slirp.h | 12 #define STAT(expr) expr 14 #define STAT(expr) do { } while(0)
|
udp.c | 95 STAT(udpstat.udps_ipackets++); 122 STAT(udpstat.udps_badlen++); 179 STAT(udpstat.udps_badsum++); 235 STAT(udpstat.udpps_pcbcachemiss++); 358 STAT(udpstat.udps_opackets++);
|
/external/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.
|
/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.
|
/system/core/toolbox/ |
dd.h | 69 } STAT;
|
/external/webkit/Tools/Scripts/ |
resolve-ChangeLogs | 181 open STAT, "-|", $SVN, "status", $file or die $!; 182 my $status = <STAT>; 183 close STAT; 259 $statCommand = "$SVN stat | grep '^C'"; 267 open STAT, "-|", $statCommand or die "The status failed: $!.\n"; 268 while (<STAT>) { 283 print; # error output from svn stat 294 close STAT;
|
svn-create-patch | 49 use File::stat; 185 my ($stat) = @_; 186 my $fileStat = substr($stat, 0, 1); 187 my $propertyStat = substr($stat, 1, 1); 189 my $additionWithHistory = substr($stat, 3, 1); 251 open STAT, "svn stat '$statPath' |" or die; 252 while (my $line = <STAT>) { 255 my $stat; 258 $stat = substr($line, 0, 8) [all...] |