Home
last modified time | relevance | path

Searched refs:GetInfo (Results 1 – 25 of 40) sorted by relevance

12

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dsend_time_history_unittest.cc77 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 …]
Dsend_time_history.cc86 bool SendTimeHistory::GetInfo(PacketInfo* packet, bool remove) { in GetInfo() function in webrtc::SendTimeHistory
Dtransport_feedback_adapter.cc104 if (send_time_history_.GetInfo(&info, true) && info.send_time_ms >= 0) { in OnTransportFeedback()
/external/v8/src/
Dtype-info.cc37 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 …]
Dtype-info.h119 Handle<Object> GetInfo(TypeFeedbackId id);
123 Handle<Object> GetInfo(FeedbackVectorSlot slot);
/external/lldb/source/Plugins/Process/Utility/
DThreadMemory.h46 GetInfo () in GetInfo() function
49 m_backing_thread_sp->GetInfo(); in GetInfo()
/external/v8/src/compiler/
Dsimplified-lowering.cc252 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/
Dsend_time_history.h32 bool GetInfo(PacketInfo* packet, bool remove);
/external/libchrome/dbus/
Dfile_descriptor.cc57 bool ok = file.GetInfo(&info); in CheckValidity()
/external/vboot_reference/utility/
Defidecompress.c677 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/
Dfile_enumerator.h124 FileInfo GetInfo() const;
Dfile.h260 bool GetInfo(Info* info);
Dfile_unittest.cc334 EXPECT_TRUE(file.GetInfo(&info));
365 EXPECT_TRUE(file.GetInfo(&info));
512 EXPECT_TRUE(dir.GetInfo(&info));
Dfile_enumerator_posix.cc117 FileEnumerator::FileInfo FileEnumerator::GetInfo() const { in GetInfo() function in base::FileEnumerator
Dfile_util_posix.cc225 if (traversal.GetInfo().IsDirectory()) in DeleteFile()
346 from_stat = traversal.GetInfo().stat(); in CopyDirectory()
645 return file.GetInfo(results); in GetFileInfo()
Dfile_util.cc42 running_size += file_iter.GetInfo().GetSize(); in ComputeDirectorySize()
/external/lldb/source/Plugins/Process/POSIX/
DPOSIXThread.h48 GetInfo();
/external/pdfium/fpdfsdk/src/javascript/
DDocument.cpp739 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/
Dsend_side.cc54 if (!send_time_history_.GetInfo(&packet_info, true)) { in GiveFeedback()
/external/pdfium/third_party/lcms2-2.6/src/
Dcmsio1.c970 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/
Dliveedit.h364 Handle<SharedFunctionInfo> GetInfo();
/external/pdfium/fpdfsdk/src/
Dfpdfeditpage.cpp43 pInfoDict = pDoc->GetInfo(); in FPDF_CreateNewDocument()
/external/autotest/client/cros/cellular/
Dmodem.py185 return self.Modem().GetInfo()[2]
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpx_opj.cpp667 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/
Dbaseline.chronos281 "GetInfo"

12