Searched defs:dummy (Results 1 - 9 of 9) sorted by path

/system/core/adb/
H A Djdwp_service.c322 char dummy = '!'; local
326 iov.iov_base = &dummy;
/system/core/libcutils/
H A Dzygote.c189 int dummy; local
190 err = read(fd, &dummy, sizeof(dummy));
/system/core/sdcard/
H A Dfuse.h295 __u32 dummy; member in struct:fuse_getattr_in
304 __u32 dummy; member in struct:fuse_attr_out
/system/extras/tests/bionic/libc/common/
H A Dbench_pthread.c197 int dummy; local
199 BENCH(sem_getvalue(&semaphore,&dummy));
H A Dtest_pthread_getcpuclockid.c82 void* dummy; local
83 pthread_join( threads[nn], &dummy );
H A Dtest_pthread_mutex.c323 void* dummy; local
339 TZERO(pthread_join(th1, &dummy));
340 TZERO(pthread_join(th2, &dummy));
H A Dtest_pthread_rwlock.c300 void* dummy; local
316 TZERO(pthread_join(th1, &dummy));
317 TZERO(pthread_join(th2, &dummy));
/system/extras/tests/memtest/
H A Dmemtest.cpp734 int dummy = 0; local
736 *(volatile long long*)&dummy = 0;
/system/extras/tests/sdcard/
H A Dsysutil.cpp477 char dummy; local
478 size = sizeof(dummy);
486 s = read(readfd, &dummy, size);
571 char dummy; local
575 size = sizeof(dummy);
579 ssize_t s = write(writefd, &dummy, size);

Completed in 114 milliseconds