HomeSort by relevance Sort by last modified time
    Searched defs:GetInfo (Results 1 - 25 of 25) sorted by null

  /bionic/libc/malloc_debug/
TrackData.cpp 113 void TrackData::GetInfo(DebugData& debug, uint8_t** info, size_t* overall_size,
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
send_time_history.cc 86 bool SendTimeHistory::GetInfo(PacketInfo* packet, bool remove) {
  /external/libchrome/base/files/
file_enumerator_posix.cc 117 FileEnumerator::FileInfo FileEnumerator::GetInfo() const {
file_posix.cc 352 bool File::GetInfo(Info* info) {
355 SCOPED_FILE_TRACE("GetInfo");
  /external/v8/src/
type-info.cc 37 Handle<Object> TypeFeedbackOracle::GetInfo(TypeFeedbackId ast_id) {
52 Handle<Object> TypeFeedbackOracle::GetInfo(FeedbackVectorSlot slot) {
110 Handle<Object> value = GetInfo(slot);
118 Handle<Object> value = GetInfo(slot);
124 Handle<Object> info = GetInfo(slot);
130 Handle<Object> value = GetInfo(feedback_vector_slot);
155 Handle<Object> info = GetInfo(slot);
166 Handle<Object> info = GetInfo(slot);
178 Handle<Object> info = GetInfo(slot);
188 Handle<Object> info = GetInfo(slot)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msdadc.h 121 virtual HRESULT WINAPI GetInfo(ULONG cInfo,DCINFOTYPE rgeInfoType[],DCINFO **prgInfo) = 0;
130 HRESULT (WINAPI *GetInfo)(IDCInfo *This,ULONG cInfo,DCINFOTYPE rgeInfoType[],DCINFO **prgInfo);
141 #define IDCInfo_GetInfo(This,cInfo,rgeInfoType,prgInfo) (This)->lpVtbl->GetInfo(This,cInfo,rgeInfoType,prgInfo)
callobj.h 129 virtual HRESULT WINAPI GetInfo(CALLFRAMEINFO *pInfo) = 0;
155 HRESULT (WINAPI *GetInfo)(ICallFrame *This,CALLFRAMEINFO *pInfo);
183 #define ICallFrame_GetInfo(This,pInfo) (This)->lpVtbl->GetInfo(This,pInfo)
pstore.h 339 virtual HRESULT WINAPI GetInfo(PPST_PROVIDERINFO *ppProperties) = 0;
365 HRESULT (WINAPI *GetInfo)(IPStore *This,PPST_PROVIDERINFO *ppProperties);
393 #define IPStore_GetInfo(This,ppProperties) (This)->lpVtbl->GetInfo(This,ppProperties)
iiisext.h 168 HRESULT (WINAPI *GetInfo)(IISApplicationPool *This,void *retval);
198 #define IISApplicationPool_GetInfo(This,retval) (This)->lpVtbl->GetInfo(This,retval)
243 HRESULT (WINAPI *GetInfo)(IISApplicationPools *This,void *retval);
269 #define IISApplicationPools_GetInfo(This,retval) (This)->lpVtbl->GetInfo(This,retval)
319 HRESULT (WINAPI *GetInfo)(IISWebService *This,void *retval);
361 #define IISWebService_GetInfo(This,retval) (This)->lpVtbl->GetInfo(This,retval)
450 HRESULT (WINAPI *GetInfo)(IISDsCrMap *This,void *retval);
    [all...]
wmiutils.h 116 virtual HRESULT WINAPI GetInfo(ULONG uRequestedInfo,ULONGLONG *puResponse) = 0;
133 HRESULT (WINAPI *GetInfo)(IWbemPathKeyList *This,ULONG uRequestedInfo,ULONGLONG *puResponse);
152 #define IWbemPathKeyList_GetInfo(This,uRequestedInfo,puResponse) (This)->lpVtbl->GetInfo(This,uRequestedInfo,puResponse)
186 virtual HRESULT WINAPI GetInfo(ULONG uRequestedInfo,ULONGLONG *puResponse) = 0;
219 HRESULT (WINAPI *GetInfo)(IWbemPath *This,ULONG uRequestedInfo,ULONGLONG *puResponse);
254 #define IWbemPath_GetInfo(This,uRequestedInfo,puResponse) (This)->lpVtbl->GetInfo(This,uRequestedInfo,puResponse)
    [all...]
ntsecpkg.h 596 SpGetInfoFn *GetInfo;
    [all...]
iads.h     [all...]
strmif.h     [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsio1.c     [all...]
  /external/vboot_reference/utility/
efidecompress.c 677 GetInfo (
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/src/fxcodec/codec/
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,
876 pDecoder->GetInfo(width, height, components);
  /system/connectivity/shill/
device_info.cc 595 const Info* info = GetInfo(interface_index);
700 const Info* info = GetInfo(interface_index);
710 const Info* info = GetInfo(interface_index);
727 const Info* info = GetInfo(interface_index);
755 const Info* info = GetInfo(interface_index);
809 const Info* info = GetInfo(interface_index);
819 const Info* info = GetInfo(interface_index);
839 const Info* info = GetInfo(interface_index);
863 const Info* info = GetInfo(interface_index);
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 78 CPDF_Dictionary* GetInfo() const { return m_pInfoDict; }
  /external/v8/src/compiler/
simplified-lowering.cc 361 NodeInfo* info = GetInfo(node);
377 NodeInfo* info = GetInfo(node);
400 NodeInfo* info = GetInfo(node);
414 NodeInfo* info = GetInfo(node);
454 NodeInfo* info = GetInfo(user);
508 NodeInfo* info = GetInfo(node);
522 return GetInfo(node->InputAt(0))->output_type()->Is(Type::Signed32()) &&
523 GetInfo(node->InputAt(1))->output_type()->Is(Type::Signed32());
528 return GetInfo(node->InputAt(0))->output_type()->Is(Type::Unsigned32()) &&
529 GetInfo(node->InputAt(1))->output_type()->Is(Type::Unsigned32())
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.cpp     [all...]
  /external/v8/src/debug/
liveedit.cc 684 Handle<SharedFunctionInfo> SharedInfoWrapper::GetInfo() {
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.cpp     [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.cpp     [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc     [all...]
  /external/opencv3/3rdparty/include/dshow/
strmif.h     [all...]

Completed in 1316 milliseconds