/art/runtime/base/unix_file/ |
D | fd_file.cc | 146 int rc = TEMP_FAILURE_RETRY(fdatasync(fd_)); in Flush() local 148 int rc = TEMP_FAILURE_RETRY(fsync(fd_)); in Flush() local 156 int rc = TEMP_FAILURE_RETRY(pread64(fd_, buf, byte_count, offset)); in Read() local 166 int rc = TEMP_FAILURE_RETRY(ftruncate64(fd_, new_length)); in SetLength() local 168 int rc = TEMP_FAILURE_RETRY(ftruncate(fd_, new_length)); in SetLength() local 176 int rc = TEMP_FAILURE_RETRY(fstat(fd_, &s)); in GetLength() local 183 int rc = TEMP_FAILURE_RETRY(pwrite64(fd_, buf, byte_count, offset)); in Write() local 185 int rc = TEMP_FAILURE_RETRY(pwrite(fd_, buf, byte_count, offset)); in Write() local 364 off_t rc = TEMP_FAILURE_RETRY(lseek(fd_, 0, SEEK_SET)); in ResetOffset() local
|
/art/runtime/ |
D | signal_set.h | 49 int rc = TEMP_FAILURE_RETRY(sigwait(&set_, &signal_number)); in Wait() local
|
D | runtime_android.cc | 68 int rc = 0; in InitPlatformSignalHandlers() local
|
D | zip_archive.cc | 84 int rc = fcntl(fd, F_SETFD, flags | FD_CLOEXEC); in SetCloseOnExec() local
|
D | runtime_linux.cc | 402 int rc = 0; in InitPlatformSignalHandlers() local
|
D | utils.cc | 1886 int rc = stat(filename.c_str(), &stat_buf); in GetFileSizeBytes() local
|
/art/runtime/jdwp/ |
D | jdwp_handler.cc | 59 JdwpError rc = Dbg::GetObjectTag(object_id, &tag); in WriteTaggedObject() local 71 JdwpError rc = WriteTaggedObject(reply, objects[i]); in WriteTaggedObjectList() local 405 JdwpError rc = Dbg::GetInstanceCounts(class_ids, &counts); in VM_InstanceCounts() local 587 JdwpError rc = Dbg::GetInstances(class_id, max_count, &instances); in RT_Instances() local 748 JdwpError rc = Dbg::GetBytecodes(class_id, method_id, &bytecodes); in M_Bytecodes() local 872 JdwpError rc = Dbg::IsCollected(object_id, &is_collected); in OR_IsCollected() local 886 JdwpError rc = Dbg::GetReferringObjects(object_id, max_count, &referring_objects); in OR_ReferringObjects() local 1042 JdwpError rc = Dbg::GetThreadFrameCount(thread_id, &frame_count); in TR_FrameCount() local 1057 JdwpError rc = Dbg::GetOwnedMonitors(thread_id, &monitors, &stack_depths); in TR_OwnedMonitors() local 1090 JdwpError rc = Dbg::GetContendedMonitor(thread_id, &contended_monitor); in TR_CurrentContendedMonitor() local [all …]
|
D | jdwp_adb.cc | 162 int rc = TEMP_FAILURE_RETRY(recvmsg(control_sock_, &msg, 0)); in ReceiveClientFd() local
|
/art/dalvikvm/ |
D | dalvikvm.cc | 190 int rc = InvokeMain(env, &argv[arg_idx]); in dalvikvm() local
|
/art/runtime/gc/allocator/ |
D | dlmalloc.cc | 69 int rc = madvise(start, length, MADV_DONTNEED); in DlmallocMadviseCallback() local
|
/art/runtime/arch/x86/ |
D | thread_x86.cc | 113 int rc = syscall(__NR_set_thread_area, &gdt_entry); in InitCpu() local
|
/art/runtime/base/ |
D | mutex.cc | 349 int rc = pthread_mutex_destroy(&mutex_); in ~Mutex() local 926 int rc = TEMP_FAILURE_RETRY(pthread_cond_timedwait(&cond_, &guard_.mutex_, &ts)); in TimedWait() local
|
/art/dex2oat/ |
D | dex2oat.cc | 445 int rc = TEMP_FAILURE_RETRY(pthread_cond_timedwait(&cond_, &mutex_, &timeout_ts)); in Wait() local
|