/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 51 Handle<Object> TypeFeedbackOracle::GetInfo(FeedbackSlot slot) { in GetInfo() function in v8::internal::TypeFeedbackOracle 104 Handle<Object> value = GetInfo(slot); in CallIsUninitialized() 111 Handle<Object> value = GetInfo(slot); in CallIsMonomorphic() 116 Handle<Object> info = GetInfo(slot); in CallNewIsMonomorphic() 121 Handle<Object> value = GetInfo(feedback_vector_slot); in ForInType() 141 Handle<Object> info = GetInfo(slot); in GetCallTarget() 150 Handle<Object> info = GetInfo(slot); in GetCallNewTarget() 161 Handle<Object> info = GetInfo(slot); in GetCallAllocationSite() 170 Handle<Object> info = GetInfo(slot); in GetCallNewAllocationSite() [all …]
|
D | type-info.h | 115 Handle<Object> GetInfo(TypeFeedbackId id); 119 Handle<Object> GetInfo(FeedbackSlot slot);
|
/external/v8/src/compiler/ |
D | simplified-lowering.cc | 316 GetInfo(graph()->end())->set_pushed(); in RunTypePropagationPhase() 324 NodeInfo* input_info = GetInfo(input); in RunTypePropagationPhase() 338 NodeInfo* info = GetInfo(node); in RunTypePropagationPhase() 348 if (GetInfo(user)->visited()) { in RunTypePropagationPhase() 349 GetInfo(user)->set_queued(); in RunTypePropagationPhase() 360 NodeInfo* info = GetInfo(node); in RunTypePropagationPhase() 370 if (GetInfo(user)->visited()) { in RunTypePropagationPhase() 371 GetInfo(user)->set_queued(); in RunTypePropagationPhase() 387 Type* type = GetInfo(node)->feedback_type(); in TypeOf() 392 Type* type = GetInfo(node)->feedback_type(); in FeedbackTypeOf() [all …]
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_document.h | 50 const CPDF_Dictionary* GetInfo() const { return m_pInfoDict.Get(); } in GetInfo() function 51 CPDF_Dictionary* GetInfo() { return m_pInfoDict.Get(); } in GetInfo() function
|
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/ |
D | JcopOsDownload.cpp | 33 &JcopOsDwnld::GetInfo, 35 &JcopOsDwnld::GetInfo, 37 &JcopOsDwnld::GetInfo, 327 tJBL_STATUS JcopOsDwnld::GetInfo(JcopOs_ImageInfo_t* pImageInfo, tJBL_STATUS status, JcopOs_Transci… in GetInfo() function in JcopOsDwnld
|
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/ |
D | hand.c | 353 FHand->GetInfo, in LibFileInfo() 389 FHand->GetInfo, in LibFileSystemInfo() 424 FHand->GetInfo, in LibFileSystemVolumeLabelInfo()
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/include/ |
D | send_time_history.h | 32 bool GetInfo(PacketInfo* packet, bool remove);
|
/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/pdfium/core/fxcodec/codec/ |
D | cjpx_decoder.h | 25 void GetInfo(uint32_t* width, uint32_t* height, uint32_t* components);
|
/external/libchrome/base/files/ |
D | file_enumerator.h | 124 FileInfo GetInfo() const;
|
D | file.h | 274 bool GetInfo(Info* info);
|
D | file_enumerator_posix.cc | 117 FileEnumerator::FileInfo FileEnumerator::GetInfo() const { in GetInfo() function in base::FileEnumerator
|
D | file_util_posix.cc | 239 if (traversal.GetInfo().IsDirectory()) in DeleteFile() 357 from_stat = traversal.GetInfo().stat(); in CopyDirectory() 713 return file.GetInfo(results); in GetFileInfo()
|
D | file_unittest.cc | 335 EXPECT_TRUE(file.GetInfo(&info)); 366 EXPECT_TRUE(file.GetInfo(&info)); 516 EXPECT_TRUE(dir.GetInfo(&info));
|
D | file_util.cc | 42 running_size += file_iter.GetInfo().GetSize(); in ComputeDirectorySize()
|
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/inc/ |
D | JcopOsDownload.h | 133 tJBL_STATUS GetInfo(JcopOs_ImageInfo_t* pVersionInfo, tJBL_STATUS status, JcopOs_TranscieveInfo_t* …
|
/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/lcms/src/ |
D | cmsio1.c | 983 const cmsMLU* GetInfo(cmsHPROFILE hProfile, cmsInfoType Info) in GetInfo() function 1018 const cmsMLU* mlu = GetInfo(hProfile, Info); in cmsGetProfileInfo() 1029 const cmsMLU* mlu = GetInfo(hProfile, Info); in cmsGetProfileInfoASCII()
|
/external/v8/src/debug/ |
D | liveedit.h | 306 Handle<SharedFunctionInfo> GetInfo();
|
D | liveedit.cc | 650 Handle<SharedFunctionInfo> SharedInfoWrapper::GetInfo() { in GetInfo() function in v8::internal::SharedInfoWrapper 877 Handle<SharedFunctionInfo> shared_info = shared_info_wrapper.GetInfo(); in ReplaceFunctionCode() 947 Handle<SharedFunctionInfo> shared_info = shared_info_wrapper.GetInfo(); in FunctionSourceUpdated() 1054 Handle<SharedFunctionInfo> info = shared_info_wrapper.GetInfo(); in PatchFunctionPositions()
|
/external/pdfium/core/fpdfapi/edit/ |
D | cpdf_creator.cpp | 653 if (m_pDocument->GetInfo()) { in WriteDoc_Stage4() 655 !m_Archive->WriteDWord(m_pDocument->GetInfo()->GetObjNum()) || in WriteDoc_Stage4()
|
/external/autotest/client/cros/cellular/ |
D | modem.py | 185 return self.Modem().GetInfo()[2]
|