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

  /external/google-breakpad/src/common/linux/tests/
auto_testfile.h 87 int GetFd() {
  /external/webrtc/webrtc/test/channel_transport/
udp_socket_posix.cc 165 SOCKET UdpSocketPosix::GetFd() { return _socket; }
udp_socket2_win.h 65 SOCKET GetFd() { return _socket;}
  /system/bt/vendor_libs/test_vendor_lib/src/
test_channel_transport.cc 77 return GetFd() >= 0;
80 int TestChannelTransport::GetFd() {
90 CHECK(fd == 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...]
  /art/runtime/
common_runtime_test.cc 97 int ScratchFile::GetFd() const {

Completed in 232 milliseconds