Home
last modified time | relevance | path

Searched refs:GetInfo (Results 1 – 25 of 43) 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
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 …]
Dtype-info.h115 Handle<Object> GetInfo(TypeFeedbackId id);
119 Handle<Object> GetInfo(FeedbackSlot slot);
/external/v8/src/compiler/
Dsimplified-lowering.cc316 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/
Dcpdf_document.h50 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/
DJcopOsDownload.cpp33 &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/
Dhand.c353 FHand->GetInfo, in LibFileInfo()
389 FHand->GetInfo, in LibFileSystemInfo()
424 FHand->GetInfo, in LibFileSystemVolumeLabelInfo()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/include/
Dsend_time_history.h32 bool GetInfo(PacketInfo* packet, bool remove);
/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/pdfium/core/fxcodec/codec/
Dcjpx_decoder.h25 void GetInfo(uint32_t* width, uint32_t* height, uint32_t* components);
/external/libchrome/base/files/
Dfile_enumerator.h124 FileInfo GetInfo() const;
Dfile.h274 bool GetInfo(Info* info);
Dfile_enumerator_posix.cc117 FileEnumerator::FileInfo FileEnumerator::GetInfo() const { in GetInfo() function in base::FileEnumerator
Dfile_util_posix.cc239 if (traversal.GetInfo().IsDirectory()) in DeleteFile()
357 from_stat = traversal.GetInfo().stat(); in CopyDirectory()
713 return file.GetInfo(results); in GetFileInfo()
Dfile_unittest.cc335 EXPECT_TRUE(file.GetInfo(&info));
366 EXPECT_TRUE(file.GetInfo(&info));
516 EXPECT_TRUE(dir.GetInfo(&info));
Dfile_util.cc42 running_size += file_iter.GetInfo().GetSize(); in ComputeDirectorySize()
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/inc/
DJcopOsDownload.h133 tJBL_STATUS GetInfo(JcopOs_ImageInfo_t* pVersionInfo, tJBL_STATUS status, JcopOs_TranscieveInfo_t* …
/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/lcms/src/
Dcmsio1.c983 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/
Dliveedit.h306 Handle<SharedFunctionInfo> GetInfo();
Dliveedit.cc650 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/
Dcpdf_creator.cpp653 if (m_pDocument->GetInfo()) { in WriteDoc_Stage4()
655 !m_Archive->WriteDWord(m_pDocument->GetInfo()->GetObjNum()) || in WriteDoc_Stage4()
/external/autotest/client/cros/cellular/
Dmodem.py185 return self.Modem().GetInfo()[2]

12