/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
D | send_time_history_unittest.cc | 77 EXPECT_TRUE(history_.GetInfo(&received_packet, false)); in TEST_F() 81 EXPECT_TRUE(history_.GetInfo(&received_packet2, true)); in TEST_F() 85 EXPECT_FALSE(history_.GetInfo(&received_packet3, true)); in TEST_F() 98 EXPECT_TRUE(history_.GetInfo(&info, true)); in TEST_F() 132 EXPECT_TRUE(history_.GetInfo(&packet, false)); in TEST_F() 136 EXPECT_TRUE(history_.GetInfo(&packet, true)); in TEST_F() 139 EXPECT_FALSE(history_.GetInfo(&packet, false)); in TEST_F() 150 EXPECT_TRUE(history_.GetInfo(&info, false)); in TEST_F() 156 EXPECT_FALSE(history_.GetInfo(&info, false)); in TEST_F() 159 EXPECT_TRUE(history_.GetInfo(&info2, false)); in TEST_F() [all …]
|
D | send_time_history.cc | 86 bool SendTimeHistory::GetInfo(PacketInfo* packet, bool remove) { in GetInfo() function in webrtc::SendTimeHistory
|
D | transport_feedback_adapter.cc | 104 if (send_time_history_.GetInfo(&info, true) && info.send_time_ms >= 0) { in OnTransportFeedback()
|
/external/v8/src/ |
D | type-info.cc | 37 Handle<Object> TypeFeedbackOracle::GetInfo(TypeFeedbackId ast_id) { in GetInfo() function in v8::internal::TypeFeedbackOracle 52 Handle<Object> TypeFeedbackOracle::GetInfo(FeedbackVectorSlot slot) { in GetInfo() function in v8::internal::TypeFeedbackOracle 110 Handle<Object> value = GetInfo(slot); in CallIsUninitialized() 118 Handle<Object> value = GetInfo(slot); in CallIsMonomorphic() 124 Handle<Object> info = GetInfo(slot); in CallNewIsMonomorphic() 130 Handle<Object> value = GetInfo(feedback_vector_slot); in ForInType() 155 Handle<Object> info = GetInfo(slot); in GetCallTarget() 166 Handle<Object> info = GetInfo(slot); in GetCallNewTarget() 178 Handle<Object> info = GetInfo(slot); in GetCallAllocationSite() 188 Handle<Object> info = GetInfo(slot); in GetCallNewAllocationSite() [all …]
|
D | type-info.h | 119 Handle<Object> GetInfo(TypeFeedbackId id); 123 Handle<Object> GetInfo(FeedbackVectorSlot slot);
|
/external/lldb/source/Plugins/Process/Utility/ |
D | ThreadMemory.h | 46 GetInfo () in GetInfo() function 49 m_backing_thread_sp->GetInfo(); in GetInfo()
|
/external/v8/src/compiler/ |
D | simplified-lowering.cc | 252 GetInfo(graph()->end())->set_pushed(); in RunTypePropagationPhase() 260 NodeInfo* input_info = GetInfo(input); in RunTypePropagationPhase() 274 NodeInfo* info = GetInfo(node); in RunTypePropagationPhase() 279 if (GetInfo(user)->visited()) { in RunTypePropagationPhase() 280 GetInfo(user)->set_queued(); in RunTypePropagationPhase() 291 NodeInfo* info = GetInfo(node); in RunTypePropagationPhase() 296 if (GetInfo(user)->visited()) { in RunTypePropagationPhase() 297 GetInfo(user)->set_queued(); in RunTypePropagationPhase() 313 Type* type = GetInfo(node)->feedback_type(); in TypeOf() 318 Type* type = GetInfo(node)->feedback_type(); in FeedbackTypeOf() [all …]
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/include/ |
D | send_time_history.h | 32 bool GetInfo(PacketInfo* packet, bool remove);
|
/external/libchrome/dbus/ |
D | file_descriptor.cc | 57 bool ok = file.GetInfo(&info); in CheckValidity()
|
/external/vboot_reference/utility/ |
D | efidecompress.c | 677 GetInfo ( in GetInfo() function 871 return GetInfo ( in EfiGetInfo() 955 return GetInfo ( in TianoGetInfo() 1074 EFI_STATUS r = GetInfo(ibuf, isize, &osize, &ssize); in main()
|
/external/libchrome/base/files/ |
D | file_enumerator.h | 124 FileInfo GetInfo() const;
|
D | file.h | 260 bool GetInfo(Info* info);
|
D | file_unittest.cc | 334 EXPECT_TRUE(file.GetInfo(&info)); 365 EXPECT_TRUE(file.GetInfo(&info)); 512 EXPECT_TRUE(dir.GetInfo(&info));
|
D | file_enumerator_posix.cc | 117 FileEnumerator::FileInfo FileEnumerator::GetInfo() const { in GetInfo() function in base::FileEnumerator
|
D | file_util_posix.cc | 225 if (traversal.GetInfo().IsDirectory()) in DeleteFile() 346 from_stat = traversal.GetInfo().stat(); in CopyDirectory() 645 return file.GetInfo(results); in GetFileInfo()
|
D | file_util.cc | 42 running_size += file_iter.GetInfo().GetSize(); in ComputeDirectorySize()
|
/external/lldb/source/Plugins/Process/POSIX/ |
D | POSIXThread.h | 48 GetInfo();
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | Document.cpp | 739 CPDF_Dictionary* pDictionary = m_pDocument->GetPDFDocument()->GetInfo(); in author() 761 CPDF_Dictionary* pDictionary = m_pDocument->GetPDFDocument()->GetInfo(); in info() 817 CPDF_Dictionary* pDictionary = m_pDocument->GetPDFDocument()->GetInfo(); in creationDate() 838 CPDF_Dictionary* pDictionary = m_pDocument->GetPDFDocument()->GetInfo(); in creator() 894 CPDF_Dictionary* pDictionary = m_pDocument->GetPDFDocument()->GetInfo(); in keywords() 915 CPDF_Dictionary* pDictionary = m_pDocument->GetPDFDocument()->GetInfo(); in modDate() 936 CPDF_Dictionary* pDictionary = m_pDocument->GetPDFDocument()->GetInfo(); in producer() 957 CPDF_Dictionary* pDictionary = m_pDocument->GetPDFDocument()->GetInfo(); in subject() 981 CPDF_Dictionary* pDictionary = m_pDocument->GetPDFDocument()->GetInfo(); in title()
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/ |
D | send_side.cc | 54 if (!send_time_history_.GetInfo(&packet_info, true)) { in GiveFeedback()
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmsio1.c | 970 const cmsMLU* GetInfo(cmsHPROFILE hProfile, cmsInfoType Info) in GetInfo() function 1005 const cmsMLU* mlu = GetInfo(hProfile, Info); in cmsGetProfileInfo() 1016 const cmsMLU* mlu = GetInfo(hProfile, Info); in cmsGetProfileInfoASCII()
|
/external/v8/src/debug/ |
D | liveedit.h | 364 Handle<SharedFunctionInfo> GetInfo();
|
/external/pdfium/fpdfsdk/src/ |
D | fpdfeditpage.cpp | 43 pInfoDict = pDoc->GetInfo(); in FPDF_CreateNewDocument()
|
/external/autotest/client/cros/cellular/ |
D | modem.py | 185 return self.Modem().GetInfo()[2]
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_jpx_opj.cpp | 667 void GetInfo(FX_DWORD* width, FX_DWORD* height, FX_DWORD* components); 779 void CJPX_Decoder::GetInfo(FX_DWORD* width, in GetInfo() function in CJPX_Decoder 876 pDecoder->GetInfo(width, height, components); in GetImageInfo()
|
/external/autotest/client/site_tests/security_DbusMap/ |
D | baseline.chronos | 281 "GetInfo"
|