HomeSort by relevance Sort by last modified time
    Searched defs:stb (Results 1 - 11 of 11) 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 191 StringBuilder stb = new StringBuilder(); local
194 stb.append("[" + types.length + "]");
198 stb.append(" ");
201 stb.append(", ");
203 stb.append(t.toString());
206 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) {
  /dalvik/tests/046-reflect/src/
Main.java 445 StringBuilder stb = new StringBuilder(); local
448 stb.append("[" + types.length + "]");
452 stb.append(" ");
455 stb.append(", ");
457 stb.append(t.toString());
460 return stb.toString();
  /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...]
  /external/openssh/
scp.c 724 struct stat stb; local
745 if (fstat(fd, &stb) < 0) {
749 if (stb.st_size < 0) {
754 switch (stb.st_mode & S_IFMT) {
759 rsource(name, &stb);
778 (u_long) (stb.st_mtime < 0 ? 0 : stb.st_mtime),
779 (u_long) (stb.st_atime < 0 ? 0 : stb.st_atime));
782 (long)stb.st_mtime, (long)stb.st_atime)
901 struct stat stb; local
1251 struct stat stb; local
1297 struct stat stb; local
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 470 milliseconds