/art/openjdkjvm/ |
D | OpenjdkJvm.cc | 81 int fd = TEMP_FAILURE_RETRY(open(fname, flags & ~JVM_O_DELETE, mode)); in JVM_Open() local 95 JNIEXPORT jint JVM_Close(jint fd) { in JVM_Close() 101 JNIEXPORT jint JVM_Read(jint fd, char* buf, jint nbytes) { in JVM_Read() 106 JNIEXPORT jint JVM_Write(jint fd, char* buf, jint nbytes) { in JVM_Write() 111 JNIEXPORT jlong JVM_Lseek(jint fd, jlong offset, jint whence) { in JVM_Lseek() 196 JNIEXPORT jint JVM_Sync(jint fd) { in JVM_Sync() 234 JNIEXPORT jint JVM_SetSockOpt(jint fd, int level, int optname, in JVM_SetSockOpt() 239 JNIEXPORT jint JVM_SocketShutdown(jint fd, jint howto) { in JVM_SocketShutdown() 243 JNIEXPORT jint JVM_GetSockOpt(jint fd, int level, int optname, char* optval, in JVM_GetSockOpt() 251 JNIEXPORT jint JVM_GetSockName(jint fd, struct sockaddr* addr, int* addrlen) { in JVM_GetSockName() [all …]
|
/art/libartbase/base/ |
D | file_magic.cc | 34 File fd(filename, O_RDONLY, /* check_usage= */ false); in OpenAndReadMagic() local 46 bool ReadMagicAndReset(int fd, uint32_t* magic, std::string* error_msg) { in ReadMagicAndReset()
|
D | memfd_test.cc | 23 int fd = art::memfd_create("memfd_create_test", 0); in TEST() local
|
D | socket_peer_is_trusted.cc | 30 bool SocketPeerIsTrusted(int fd) { in SocketPeerIsTrusted()
|
D | mem_map_unix.cc | 27 void* MemMap::TargetMMap(void* start, size_t len, int prot, int flags, int fd, off_t fd_off) { in TargetMMap()
|
D | scoped_flock.h | 71 LockedFile(int fd, const std::string& path, bool check_usage, bool read_only_mode) in LockedFile()
|
D | zip_archive_test.cc | 53 int fd = open(tmp.GetFilename().c_str(), O_RDONLY | O_CLOEXEC); in TEST_F() local
|
D | scoped_flock.cc | 103 ScopedFlock LockedFile::DupOf(const int fd, const std::string& path, in DupOf()
|
D | zip_archive.cc | 205 static void SetCloseOnExec(int fd) { in SetCloseOnExec() 240 ZipArchive* ZipArchive::OpenFromFd(int fd, const char* filename, std::string* error_msg) { in OpenFromFd()
|
D | mem_map.cc | 262 int fd, in TryMemMapLow4GB() 339 unique_fd fd; in MapAnonymous() local 485 int fd, in MapFileAtAddress() 710 int fd, in RemapAtEnd() 1023 int fd, in MapInternalArtLow4GBAllocator() 1117 int fd, in MapInternal()
|
D | mem_map_windows.cc | 45 void* MemMap::TargetMMap(void* start, size_t len, int prot, int flags, int fd, off_t fd_off) { in TargetMMap()
|
D | mem_map_fuchsia.cc | 61 void* MemMap::TargetMMap(void* start, size_t len, int prot, int flags, int fd, off_t fd_off) { in TargetMMap()
|
D | mem_map.h | 184 int fd, in MapFile()
|
/art/libartbase/base/unix_file/ |
D | fd_file.cc | 70 static ssize_t pread(int fd, void* data, size_t byte_count, off64_t offset) { in pread() 99 static ssize_t pwrite(int fd, const void* buf, size_t count, off64_t offset) { in pwrite() 128 static int fsync(int fd) { in fsync() 145 FdFile::FdFile(int fd, bool check_usage) in FdFile() 148 FdFile::FdFile(int fd, const std::string& path, bool check_usage) in FdFile() 151 FdFile::FdFile(int fd, const std::string& path, bool check_usage, in FdFile() 243 void FdFile::Reset(int fd, bool check_usage) { in Reset() 415 static ssize_t ReadIgnoreOffset(int fd, void *buf, size_t count, off_t offset) { in ReadIgnoreOffset() 421 static bool ReadFullyGeneric(int fd, void* buffer, size_t byte_count, size_t offset) { in ReadFullyGeneric()
|
/art/libdexfile/dex/ |
D | art_dex_file_loader.cc | 95 File fd; in GetMultiDexChecksums() local 230 File fd = OpenAndReadMagic(filename, &magic, error_msg); in Open() local 239 bool ArtDexFileLoader::Open(int fd, in Open() 254 int fd, in OpenWithMagic() 283 std::unique_ptr<const DexFile> ArtDexFileLoader::OpenDex(int fd, in OpenDex() 293 bool ArtDexFileLoader::OpenZip(int fd, in OpenZip() 310 std::unique_ptr<const DexFile> ArtDexFileLoader::OpenFile(int fd, in OpenFile()
|
/art/compiler/utils/mips64/ |
D | assembler_mips64.cc | 164 void Mips64Assembler::EmitFR(int opcode, int fmt, FpuRegister ft, FpuRegister fs, FpuRegister fd, in EmitFR() 977 void Mips64Assembler::AddS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in AddS() 981 void Mips64Assembler::SubS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in SubS() 985 void Mips64Assembler::MulS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in MulS() 989 void Mips64Assembler::DivS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in DivS() 993 void Mips64Assembler::AddD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in AddD() 997 void Mips64Assembler::SubD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in SubD() 1001 void Mips64Assembler::MulD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in MulD() 1005 void Mips64Assembler::DivD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in DivD() 1009 void Mips64Assembler::SqrtS(FpuRegister fd, FpuRegister fs) { in SqrtS() [all …]
|
/art/compiler/utils/mips/ |
D | assembler_mips.cc | 306 FRegister fd, in EmitFR() 1226 void MipsAssembler::AddS(FRegister fd, FRegister fs, FRegister ft) { in AddS() 1230 void MipsAssembler::SubS(FRegister fd, FRegister fs, FRegister ft) { in SubS() 1234 void MipsAssembler::MulS(FRegister fd, FRegister fs, FRegister ft) { in MulS() 1238 void MipsAssembler::DivS(FRegister fd, FRegister fs, FRegister ft) { in DivS() 1242 void MipsAssembler::AddD(FRegister fd, FRegister fs, FRegister ft) { in AddD() 1246 void MipsAssembler::SubD(FRegister fd, FRegister fs, FRegister ft) { in SubD() 1250 void MipsAssembler::MulD(FRegister fd, FRegister fs, FRegister ft) { in MulD() 1254 void MipsAssembler::DivD(FRegister fd, FRegister fs, FRegister ft) { in DivD() 1258 void MipsAssembler::SqrtS(FRegister fd, FRegister fs) { in SqrtS() [all …]
|
/art/profman/ |
D | profman.cc | 73 static bool FdIsValid(int fd) { in FdIsValid() 515 std::unique_ptr<const ProfileCompilationInfo> LoadProfile(const std::string& filename, int fd) { in LoadProfile() 538 int fd, in DumpOneProfile() 631 bool GetClassNamesAndMethods(int fd, in GetClassNamesAndMethods() 691 int fd = open(profile_file.c_str(), flags); in GetClassNamesAndMethods() local 1069 int fd = reference_profile_file_fd_; in OpenReferenceProfile() local 1111 int fd = OpenReferenceProfile(); in CreateProfile() local 1294 int fd; in ParseFdForCollection() local
|
/art/dt_fd_forward/ |
D | dt_fd_forward.cc | 106 static void SendListenMessage(const android::base::unique_fd& fd) { in SendListenMessage() 111 static int DupCloexec(int fd) { in DupCloexec() 131 static void SendListenEndMessage(const android::base::unique_fd& fd) { in SendListenEndMessage() 247 explicit ScopedEventFdLock(const android::base::unique_fd& fd) : fd_(fd), data_(0) { in ScopedEventFdLock() 286 static void SendAcceptMessage(int fd) { in SendAcceptMessage() 411 void SendClosingMessage(int fd) { in SendClosingMessage()
|
/art/runtime/ |
D | monitor_android.cc | 46 int fd = open("/proc/self/cmdline", O_RDONLY | O_CLOEXEC); in LogContentionEvent() local
|
/art/compiler/utils/ |
D | swap_space_test.cc | 38 int fd = scratch.GetFd(); in SwapTest() local
|
D | swap_space.cc | 62 SwapSpace::SwapSpace(int fd, size_t initial_size) in SwapSpace()
|
/art/runtime/jdwp/ |
D | jdwp_socket.cc | 202 static int SetNoDelay(int fd) { in SetNoDelay() 390 int fd; in ProcessIncoming() local
|
/art/libprofile/profile/ |
D | profile_compilation_info.cc | 223 int fd = profile_file->Fd(); in MergeWith() local 258 int fd = profile_file->Fd(); in Load() local 299 int fd = profile_file->Fd(); in Save() local 327 static bool WriteBuffer(int fd, const uint8_t* buffer, size_t byte_count) { in WriteBuffer() 380 bool ProfileCompilationInfo::Save(int fd) { in Save() 946 static int testEOF(int fd) { in testEOF() 1176 int fd, bool merge_classes, const ProfileLoadFilterFn& filter_fn) { in Load() 1282 int32_t fd, in OpenSource() 1373 int32_t fd, in LoadInternal() 1954 bool ProfileCompilationInfo::GenerateTestProfile(int fd, in GenerateTestProfile() [all …]
|
/art/runtime/gc/space/ |
D | image_space_test.cc | 181 int fd = creat(bad_dalvik_cache_.c_str(), /* mode */ 0); in SetUpRuntimeOptions() local
|