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

  /external/strace/tests/
statfs.c 10 struct statfs stb; local
11 assert(statfs("/proc/self/status", &stb) == 0);
stat.c 108 struct stat stb; local
111 if (sizeof(stb.st_size) > 4)
113 assert(syscall(NR_stat, av[1], &stb) == 0);
115 assert(stat(av[1], &stb) == 0);
120 (unsigned int) major(stb.st_dev),
121 (unsigned int) minor(stb.st_dev));
122 printf(", st_ino=%llu", (unsigned long long) stb.st_ino);
124 print_ftype(stb.st_mode);
126 print_perms(stb.st_mode);
127 printf(", st_nlink=%u", (unsigned int) stb.st_nlink)
    [all...]
  /external/llvm/test/MC/Sparc/
sparc-mem-instructions.s 39 ! CHECK: stb %o2, [%i0+%l6] ! encoding: [0xd4,0x2e,0x00,0x16]
40 stb %o2, [%i0 + %l6]
41 ! CHECK: stb %o2, [%i0+32] ! encoding: [0xd4,0x2e,0x20,0x20]
42 stb %o2, [%i0 + 32]
43 ! CHECK: stb %o2, [%g1] ! encoding: [0xd4,0x28,0x60,0x00]
44 stb %o2, [%g1]
  /external/openssh/
scp.c 747 struct stat stb; local
768 if (fstat(fd, &stb) < 0) {
772 if (stb.st_size < 0) {
777 switch (stb.st_mode & S_IFMT) {
782 rsource(name, &stb);
796 if (do_times(remout, verbose_mode, &stb) < 0)
801 (u_int) (stb.st_mode & FILEMODEMASK),
802 (long long)stb.st_size, last);
817 start_progress_meter(curfile, stb.st_size, &statbytes);
819 for (haderr = i = 0; i < stb.st_size; i += bp->cnt)
910 struct stat stb; local
1273 struct stat stb; local
1319 struct stat stb; local
    [all...]
  /art/test/031-class-attributes/src/
ClassAttrs.java 338 StringBuilder stb = new StringBuilder(); local
341 stb.append("[" + types.length + "]");
345 stb.append(" ");
348 stb.append(", ");
350 stb.append(typeString);
353 return stb.toString();
  /external/valgrind/coregrind/m_syswrap/
syscall-ppc32-linux.S 114 stb 5,OFFSET_ppc32_CR0_0(30) /* gst->CR0.SO = cr0.so */
syscall-ppc64be-linux.S 122 stb 5,OFFSET_ppc64_CR0_0(30) /* gst->CR0.SO = cr0.so */
syscall-ppc64le-linux.S 135 stb 5,OFFSET_ppc64_CR0_0(30) /* gst->CR0.SO = cr0.so */
  /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))
590 if (uptime >= 0 && time(NULL) >= stb.st_mtime+uptime) {
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) {
  /external/mesa3d/src/mesa/sparc/
sparc_clip.S 129 stb %g3, [%i2] ! LSU
156 stb %g2, [%i3] ! LSU
161 1: stb %g3, [%i4] ! LSU Group
215 stb %g3, [%i2] ! LSU
226 stb %g2, [%i3] ! LSU
231 1: stb %g3, [%i4] ! LSU Group
  /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 543 StringBuilder stb = new StringBuilder(); local
546 stb.append("[" + types.length + "]");
550 stb.append(" ");
553 stb.append(", ");
555 stb.append(t.toString());
558 return stb.toString();
  /frameworks/base/core/java/com/android/internal/os/
ProcessCpuTracker.java 267 compare(Stats sta, Stats stb) {
269 int tb = stb.rel_utime + stb.rel_stime;
273 if (sta.added != stb.added) {
276 if (sta.removed != stb.removed) {
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 191 for (StructType::element_iterator stb = ST->element_begin(),
192 ste = ST->element_end(); stb != ste; ++stb) {
193 if (!containsPointerType(*stb)) {
    [all...]
  /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/valgrind/none/tests/ppc32/
jm-int.stdout.exp     [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-encoding.s 191 # CHECK-BE: stb 2, 128(4) # encoding: [0x98,0x44,0x00,0x80]
192 # CHECK-LE: stb 2, 128(4) # encoding: [0x80,0x00,0x44,0x98]
193 stb 2, 128(4)
    [all...]
  /external/valgrind/none/tests/ppc64/
jm-int.stdout.exp     [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 340 milliseconds