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

  /dalvik/tests/031-class-attributes/src/
ClassAttrs.java 184 StringBuilder stb = new StringBuilder(); local
187 stb.append("[" + types.length + "]");
191 stb.append(" ");
194 stb.append(", ");
196 stb.append(t.toString());
199 return stb.toString();
  /external/dropbear/
scp.c 594 struct stat stb; local
616 if (fstat(fd, &stb) < 0) {
620 switch (stb.st_mode & S_IFMT) {
625 rsource(name, &stb);
644 (u_long) stb.st_mtime,
645 (u_long) stb.st_atime);
652 (u_int) (stb.st_mode & FILEMODEMASK),
653 (long long)stb.st_size, last);
669 start_progress_meter(curfile, stb.st_size, &statbytes);
672 for (haderr = i = 0; i < stb.st_size; i += bp->cnt)
825 struct stat stb; local
1179 struct stat stb; local
1225 struct stat stb; local
    [all...]
  /external/libffi/src/pa/
hpux32.S 125 stb %ret0, 0(%r20)
154 stb %ret0, 0(%r20)
164 stb %ret0, 0(%r20)
176 stb %ret0, 0(%r20)
191 stb %ret1, 0(%r20)
208 stb %ret1, 0(%r20)
227 stb %ret1, 0(%r20)
247 stb %ret1, 0(%r20)
linux.S 118 stb %ret0, 0(%r20)
147 stb %ret0, 0(%r20)
157 stb %ret0, 0(%r20)
169 stb %ret0, 0(%r20)
184 stb %ret1, 0(%r20)
201 stb %ret1, 0(%r20)
220 stb %ret1, 0(%r20)
240 stb %ret1, 0(%r20)
  /external/openssl/crypto/
ppccpuid.pl 73 stb r0,0(r3)
79 stb r0,0(r3)
sparccpuid.S 252 stb %g0,[%o0]
272 stb %g0,[%o0]
297 stb %g0,[%o0]
  /external/iproute2/misc/
rtacct.c 546 struct stat stb; local
557 if (fstat(fd, &stb) != 0) {
561 if (stb.st_nlink != 1 || stb.st_uid != getuid()) {
565 if (stb.st_size != sizeof(*hist_db))
587 if (uptime >= 0 && time(NULL) >= stb.st_mtime+uptime) {
ifstat.c 688 struct stat stb; local
703 if (fstat(fileno(hist_fp), &stb) != 0) {
707 if (stb.st_nlink != 1 || stb.st_uid != getuid()) {
719 if (uptime >= 0 && time(NULL) >= stb.st_mtime+uptime) {
nstat.c 538 struct stat stb; local
553 if (fstat(fileno(hist_fp), &stb) != 0) {
557 if (stb.st_nlink != 1 || stb.st_uid != getuid()) {
569 if (uptime >= 0 && time(NULL) >= stb.st_mtime+uptime) {
  /external/openssl/crypto/aes/asm/
aes-sparcv9.pl 592 stb %l0,[%i1+0]
594 stb %l1,[%i1+1]
595 stb %l2,[%i1+2]
597 stb %o0,[%i1+3]
600 stb %l4,[%i1+4]
602 stb %l5,[%i1+5]
603 stb %l6,[%i1+6]
605 stb %o1,[%i1+7]
608 stb %l0,[%i1+8]
610 stb %l1,[%i1+9
    [all...]
  /external/qemu/
softmmu_exec.h 131 #define stb(p, v) stb_data(p, v) macro
cpu-all.h 685 #define stb(p, v) stb_raw(p, v) macro
  /frameworks/base/services/java/com/android/server/
ProcessStats.java 236 compare(Stats sta, Stats stb) {
238 int tb = stb.rel_utime + stb.rel_stime;
242 if (sta.added != stb.added) {
245 if (sta.removed != stb.removed) {

Completed in 271 milliseconds