Searched defs:stb (Results 1 - 17 of 17) sorted by relevance

/external/strace/tests/
H A Dstatfs.c10 struct statfs stb; local
11 assert(statfs("/proc/self/status", &stb) == 0);
H A Dsendfile.c62 struct stat stb; local
63 if (fstat(reg_in, &stb))
65 const size_t blen = stb.st_size / 3;
66 const size_t alen = stb.st_size - blen;
67 assert(S_ISREG(stb.st_mode) && blen > 0);
106 if (syscall(__NR_sendfile, sv[1], reg_in, p_off, stb.st_size + 1)
111 (unsigned long) stb.st_size,
112 (unsigned long) stb.st_size + 1,
H A Dsendfile64.c62 struct stat stb; local
63 if (fstat(reg_in, &stb))
65 const size_t blen = stb.st_size / 3;
66 const size_t alen = stb.st_size - blen;
67 assert(S_ISREG(stb.st_mode) && blen > 0);
99 if (syscall(__NR_sendfile64, sv[1], reg_in, p_off, stb.st_size + 1)
104 (unsigned long) stb.st_size,
105 (unsigned long) stb.st_size + 1,
/external/avahi/avahi-core/
H A Davahi-test.c335 AvahiSServiceTypeBrowser *stb; local
365 stb = avahi_s_service_type_browser_new(server, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, NULL, 0, stb_callback, NULL);
385 avahi_s_service_type_browser_free(stb);
/external/iproute2/misc/
H A Drtacct.c545 struct stat stb; local
556 if (fstat(fd, &stb) != 0) {
560 if (stb.st_nlink != 1 || stb.st_uid != getuid()) {
564 if (stb.st_size != sizeof(*hist_db))
589 if (uptime >= 0 && time(NULL) >= stb.st_mtime+uptime) {
H A Difstat.c789 struct stat stb; local
804 if (fstat(fileno(hist_fp), &stb) != 0) {
808 if (stb.st_nlink != 1 || stb.st_uid != getuid()) {
820 if (uptime >= 0 && time(NULL) >= stb.st_mtime+uptime) {
H A Dnstat.c619 struct stat stb; local
634 if (fstat(fileno(hist_fp), &stb) != 0) {
638 if (stb.st_nlink != 1 || stb.st_uid != getuid()) {
650 if (uptime >= 0 && time(NULL) >= stb.st_mtime+uptime) {
/external/v8/src/ppc/
H A Dassembler-ppc.cc1206 void Assembler::stb(Register dst, const MemOperand& src) { function in class:v8::internal::Assembler
/external/guice/extensions/persist/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/robolectric/v1/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1028 milliseconds