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

  /external/qemu/
softmmu_exec.h 150 #define stb(p, v) stb_data(p, v) macro
cpu-all.h 694 #define stb(p, v) stb_raw(p, v) macro
  /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/iproute2/misc/
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) {
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) {
  /external/javassist/src/main/javassist/compiler/
Javac.java 212 SymbolTable stb = new SymbolTable(stable); local
213 Stmnt s = p.parseStatement(stb);
564 SymbolTable stb = new SymbolTable(stable); local
566 Stmnt s = p.parseStatement(stb);
  /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...]

Completed in 1052 milliseconds