/external/google-breakpad/src/client/linux/minidump_writer/ |
cpu_set_unittest.cc | 68 ASSERT_TRUE(set.ParseSysFile(file.GetFd())); 77 ASSERT_TRUE(set.ParseSysFile(file.GetFd())); 86 ASSERT_TRUE(set.ParseSysFile(file.GetFd())); 95 ASSERT_TRUE(set.ParseSysFile(file.GetFd())); 104 ASSERT_TRUE(set.ParseSysFile(file.GetFd())); 113 ASSERT_TRUE(set.ParseSysFile(file.GetFd())); 121 ASSERT_TRUE(set1.ParseSysFile(file1.GetFd())); 127 ASSERT_TRUE(set2.ParseSysFile(file2.GetFd())); 139 ASSERT_TRUE(set1.ParseSysFile(file1.GetFd())); 150 ASSERT_TRUE(set1.ParseSysFile(file1.GetFd())); [all...] |
proc_cpuinfo_reader_unittest.cc | 66 ProcCpuInfoReader reader(file.GetFd()); 75 ProcCpuInfoReader reader(file.GetFd()); 88 ProcCpuInfoReader reader(file.GetFd()); 103 ProcCpuInfoReader reader(file.GetFd()); 120 ProcCpuInfoReader reader(file.GetFd()); 133 ProcCpuInfoReader reader(file.GetFd()); 146 ProcCpuInfoReader reader(file.GetFd()); 159 ProcCpuInfoReader reader(file.GetFd()); 176 ProcCpuInfoReader reader(file.GetFd()); 189 ProcCpuInfoReader reader(file.GetFd()); [all...] |
line_reader_unittest.cc | 60 LineReader reader(file.GetFd()); 70 LineReader reader(file.GetFd()); 86 LineReader reader(file.GetFd()); 102 LineReader reader(file.GetFd()); 124 LineReader reader(file.GetFd()); 148 LineReader reader(file.GetFd()); 164 LineReader reader(file.GetFd());
|
/art/profman/ |
profile_assistant_test.cc | 48 ASSERT_TRUE(info->Save(GetFd(profile))); 53 int GetFd(const ScratchFile& file) const { 54 return static_cast<int>(file.GetFd()); 60 ASSERT_TRUE(file_info.Load(GetFd(file))); 91 GetFd(profile1), 92 GetFd(profile2)}); 93 int reference_profile_fd = GetFd(reference_profile); 125 GetFd(profile1)}); 126 int reference_profile_fd = GetFd(reference_profile); 154 GetFd(profile1) [all...] |
/art/runtime/jit/ |
profile_compilation_info_test.cc | 67 uint32_t GetFd(const ScratchFile& file) { 68 return static_cast<uint32_t>(file.GetFd()); 111 ASSERT_TRUE(info1.Load(GetFd(profile))); 127 ASSERT_TRUE(info2.Load(GetFd(profile))); 149 ASSERT_TRUE(saved_info.Save(GetFd(profile))); 155 ASSERT_TRUE(loaded_info.Load(GetFd(profile))); 165 ASSERT_TRUE(saved_info.Save(GetFd(profile))); 171 ASSERT_TRUE(loaded_info2.Load(GetFd(profile))); 211 ASSERT_TRUE(saved_info.Save(GetFd(profile))); 217 ASSERT_TRUE(loaded_info.Load(GetFd(profile))) [all...] |
/system/bt/vendor_libs/test_vendor_lib/include/ |
test_channel_transport.h | 40 int GetFd();
|
/art/runtime/ |
zip_archive_test.cc | 43 ASSERT_NE(-1, tmp.GetFd()); 44 std::unique_ptr<File> file(new File(tmp.GetFd(), tmp.GetFilename(), false));
|
common_runtime_test.h | 57 int GetFd() const;
|
mem_map_test.cc | 205 scratch_file.GetFd(),
|
common_runtime_test.cc | 97 int ScratchFile::GetFd() const {
|
/external/webrtc/webrtc/test/channel_transport/ |
udp_socket_manager_posix.cc | 299 if(sl->GetFd() == INVALID_SOCKET || !(sl->GetFd() < FD_SETSIZE)) 318 unsigned int addFD = addSocket->GetFd(); 319 unsigned int removeFD = static_cast<UdpSocketPosix*>(s)->GetFd(); 330 if (_socketMap.find(static_cast<UdpSocketPosix*>(s)->GetFd()) != 332 _removeList.push_back(static_cast<UdpSocketPosix*>(s)->GetFd()); 354 SOCKET addFD = addSocket->GetFd(); 384 _socketMap[s->GetFd()] = s;
|
udp_socket_wrapper.cc | 107 if (sl->GetFd() != INVALID_SOCKET && sl->GetFd() < FD_SETSIZE)
|
udp_socket_posix.h | 55 SOCKET GetFd();
|
udp_socket2_manager_win.cc | 331 if(s->GetFd() == NULL || s->GetFd() == INVALID_SOCKET) 337 "UdpSocket2ManagerWindows(%d)::AddSocketPrv() socket->GetFd() ==\ 340 (int32_t)s->GetFd()); 345 _ioCompletionHandle = CreateIoCompletionPort((HANDLE)s->GetFd(),
|
udp_socket2_win.h | 65 SOCKET GetFd() { return _socket;}
|
udp_socket_posix.cc | 165 SOCKET UdpSocketPosix::GetFd() { return _socket; }
|
udp_socket2_win.cc | 221 return GetFd() != INVALID_SOCKET; 795 int32_t result = WSAIoctl(GetFd(), SIO_SET_QOS, &Qos, sizeof(QOS), [all...] |
/system/bt/vendor_libs/test_vendor_lib/src/ |
test_channel_transport.cc | 77 return GetFd() >= 0; 80 int TestChannelTransport::GetFd() { 90 CHECK(fd == GetFd());
|
vendor_manager.cc | 118 test_channel_transport_.GetFd(), true,
|
/art/compiler/utils/ |
swap_space_test.cc | 36 int fd = scratch.GetFd();
|
/external/google-breakpad/src/common/linux/tests/ |
auto_testfile.h | 87 int GetFd() {
|
/art/dex2oat/ |
dex2oat_test.cc | 206 copy.push_back(StringPrintf("--swap-fd=%d", sf->GetFd()));
|
/art/compiler/ |
oat_test.cc | 711 ScopedFd zip_fd(dup(zip_file.GetFd())); [all...] |