Searched defs:GetInfo (Results 1 - 17 of 17) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Dsend_time_history.cc86 bool SendTimeHistory::GetInfo(PacketInfo* packet, bool remove) { function in class:webrtc::SendTimeHistory
/external/libchrome/base/files/
H A Dfile_enumerator_posix.cc117 FileEnumerator::FileInfo FileEnumerator::GetInfo() const { function in class:base::FileEnumerator
H A Dfile_posix.cc352 bool File::GetInfo(Info* info) { function in class:base::File
355 SCOPED_FILE_TRACE("GetInfo");
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_document.h53 CPDF_Dictionary* GetInfo() const { return m_pInfoDict; } function in class:CPDF_Document
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
H A DJcopOsDownload.cpp33 &JcopOsDwnld::GetInfo,
35 &JcopOsDwnld::GetInfo,
37 &JcopOsDwnld::GetInfo,
320 ** Function: GetInfo
327 tJBL_STATUS JcopOsDwnld::GetInfo(JcopOs_ImageInfo_t* pImageInfo, tJBL_STATUS status, JcopOs_TranscieveInfo_t* pTranscv_Info) function in class:JcopOsDwnld
329 static const char fn [] = "JcopOsDwnld::GetInfo";
390 ALOGD("%s: GetInfo Transceive status = 0x%X", fn, status);
401 ALOGD("%s; Invalid response for GetInfo", fn);
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmsio1.c970 const cmsMLU* GetInfo(cmsHPROFILE hProfile, cmsInfoType Info) function
1005 const cmsMLU* mlu = GetInfo(hProfile, Info);
1016 const cmsMLU* mlu = GetInfo(hProfile, Info);
/external/v8/src/
H A Dtype-info.cc37 Handle<Object> TypeFeedbackOracle::GetInfo(TypeFeedbackId ast_id) { function in class:v8::internal::TypeFeedbackOracle
51 Handle<Object> TypeFeedbackOracle::GetInfo(FeedbackSlot slot) { function in class:v8::internal::TypeFeedbackOracle
104 Handle<Object> value = GetInfo(slot);
111 Handle<Object> value = GetInfo(slot);
116 Handle<Object> info = GetInfo(slot);
121 Handle<Object> value = GetInfo(feedback_vector_slot);
141 Handle<Object> info = GetInfo(slot);
150 Handle<Object> info = GetInfo(slot);
161 Handle<Object> info = GetInfo(slot);
170 Handle<Object> info = GetInfo(slo
[all...]
/external/vboot_reference/utility/
H A Defidecompress.c677 GetInfo ( function
687 The internal implementation of *_DECOMPRESS_PROTOCOL.GetInfo().
854 The implementation is same as that of EFI_DECOMPRESS_PROTOCOL.GetInfo().
871 return GetInfo (
938 The implementation is same as that of EFI_TIANO_DECOMPRESS_PROTOCOL.GetInfo().
955 return GetInfo (
1074 EFI_STATUS r = GetInfo(ibuf, isize, &osize, &ssize);
1076 fprintf(stderr, "%s: GetInfo failed with code %d\n",
/external/pdfium/core/fxcodec/codec/
H A Dfx_codec_jpx_opj.cpp696 void GetInfo(uint32_t* width, uint32_t* height, uint32_t* components);
808 void CJPX_Decoder::GetInfo(uint32_t* width, function in class:CJPX_Decoder
907 pDecoder->GetInfo(width, height, components);
/external/syslinux/efi32/include/efi/
H A Defiprot.h289 EFI_FILE_GET_INFO GetInfo; member in struct:_EFI_FILE_HANDLE
/external/syslinux/efi64/include/efi/
H A Defiprot.h289 EFI_FILE_GET_INFO GetInfo; member in struct:_EFI_FILE_HANDLE
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
H A Defiprot.h289 EFI_FILE_GET_INFO GetInfo; member in struct:_EFI_FILE_HANDLE
/external/swiftshader/src/D3D8/
H A DDirect3DDevice8.cpp1384 long Direct3DDevice8::GetInfo(unsigned long devInfoID, void *devInfoStruct, unsigned long devInfoStructSize) function in class:D3D8::Direct3DDevice8
/external/v8/src/compiler/
H A Dsimplified-lowering.cc316 GetInfo(graph()->end())->set_pushed();
324 NodeInfo* input_info = GetInfo(input);
338 NodeInfo* info = GetInfo(node);
348 if (GetInfo(user)->visited()) {
349 GetInfo(user)->set_queued();
360 NodeInfo* info = GetInfo(node);
370 if (GetInfo(user)->visited()) {
371 GetInfo(user)->set_queued();
387 Type* type = GetInfo(node)->feedback_type();
392 Type* type = GetInfo(nod
2815 NodeInfo* GetInfo(Node* node) { function in class:v8::internal::compiler::RepresentationSelector
[all...]
/external/v8/src/debug/
H A Dliveedit.cc650 Handle<SharedFunctionInfo> SharedInfoWrapper::GetInfo() { function in class:v8::internal::Differencer::SharedInfoWrapper
877 Handle<SharedFunctionInfo> shared_info = shared_info_wrapper.GetInfo();
947 Handle<SharedFunctionInfo> shared_info = shared_info_wrapper.GetInfo();
1054 Handle<SharedFunctionInfo> info = shared_info_wrapper.GetInfo();
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
H A Dmkvparser.cc2452 const SegmentInfo* const pInfo = pSegment->GetInfo();
3205 const SegmentInfo* Segment::GetInfo() const { return m_pInfo; } function in class:Segment
3556 const SegmentInfo* const pInfo = pSegment->GetInfo();
7041 const SegmentInfo* const pInfo = m_pSegment->GetInfo();
7968 const SegmentInfo* const pInfo = pSegment->GetInfo();
/external/libvpx/libwebm/mkvparser/
H A Dmkvparser.cc2460 const SegmentInfo* const pInfo = pSegment->GetInfo();
3213 const SegmentInfo* Segment::GetInfo() const { return m_pInfo; } function in class:Segment
3564 const SegmentInfo* const pInfo = pSegment->GetInfo();
6959 const SegmentInfo* const pInfo = m_pSegment->GetInfo();
7886 const SegmentInfo* const pInfo = pSegment->GetInfo();

Completed in 1197 milliseconds