HomeSort by relevance Sort by last modified time
    Searched refs:GetFd (Results 1 - 24 of 24) sorted by null

  /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/runtime/
vdex_file_test.cc 34 std::unique_ptr<VdexFile> vdex = VdexFile::Open(tmp.GetFd(),
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 73 int GetFd() const;
common_runtime_test.cc 182 int ScratchFile::GetFd() const {
mem_map_test.cc 205 scratch_file.GetFd(),
  /frameworks/native/libs/vr/libdisplay/include/private/dvr/
vsync_client.h 31 int GetFd();
  /art/runtime/jit/
profile_compilation_info_test.cc 81 uint32_t GetFd(const ScratchFile& file) {
82 return static_cast<uint32_t>(file.GetFd());
289 ASSERT_TRUE(info1.Load(GetFd(profile)));
305 ASSERT_TRUE(info2.Load(GetFd(profile)));
327 ASSERT_TRUE(saved_info.Save(GetFd(profile)));
333 ASSERT_TRUE(loaded_info.Load(GetFd(profile)));
343 ASSERT_TRUE(saved_info.Save(GetFd(profile)));
349 ASSERT_TRUE(loaded_info2.Load(GetFd(profile)));
389 ASSERT_TRUE(saved_info.Save(GetFd(profile)));
395 ASSERT_TRUE(loaded_info.Load(GetFd(profile)))
    [all...]
  /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...]
  /art/profman/
profile_assistant_test.cc 70 ASSERT_TRUE(info->Save(GetFd(profile)));
120 int GetFd(const ScratchFile& file) const {
121 return static_cast<int>(file.GetFd());
127 ASSERT_TRUE(file_info.Load(GetFd(file)));
205 argv_str.push_back("--dump-output-to-fd=" + std::to_string(GetFd(class_names_file)));
304 GetFd(profile1),
305 GetFd(profile2)});
306 int reference_profile_fd = GetFd(reference_profile);
338 GetFd(profile1)});
339 int reference_profile_fd = GetFd(reference_profile)
    [all...]
  /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() {
  /frameworks/native/libs/vr/libdisplay/
vsync_client.cpp 37 int VSyncClient::GetFd() { return event_fd(); }
  /art/dex2oat/
dex2oat_test.cc 252 copy.push_back(android::base::StringPrintf("--swap-fd=%d", sf->GetFd()));
732 std::string output_vdex = StringPrintf("--output-vdex-fd=%d", vdex_file2.GetFd());
  /art/compiler/
oat_test.cc     [all...]
  /frameworks/native/libs/vr/libpdx_uds/
remote_method_tests.cpp 326 int GetFd() const { return event_fd(); }
    [all...]

Completed in 385 milliseconds