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

  /external/qemu/include/exec/
softmmu_exec.h 161 #define stb(p, v) stb_data(p, v) macro
cpu-all.h 262 #define stb(p, v) stb_raw(p, v) macro
  /art/test/031-class-attributes/src/
ClassAttrs.java 326 StringBuilder stb = new StringBuilder(); local
329 stb.append("[" + types.length + "]");
333 stb.append(" ");
336 stb.append(", ");
338 stb.append(t.toString());
341 return stb.toString();
  /external/iproute2/misc/
ifstat.c 686 struct stat stb; local
701 if (fstat(fileno(hist_fp), &stb) != 0) {
705 if (stb.st_nlink != 1 || stb.st_uid != getuid()) {
717 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))
590 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);
  /art/test/046-reflect/src/
Main.java 529 StringBuilder stb = new StringBuilder(); local
532 stb.append("[" + types.length + "]");
536 stb.append(" ");
539 stb.append(", ");
541 stb.append(t.toString());
544 return stb.toString();
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.core_2.3.5.v201308161310.jar 
org.sat4j.pb_2.3.5.v201308161310.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.core_2.3.5.v20130525.jar 
org.sat4j.pb_2.3.5.v20130525.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 260 milliseconds