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

1 2

  /external/v8/src/base/
win32-headers.h 75 #undef GetObject
  /art/runtime/
art_field-inl.h 245 inline mirror::Object* ArtField::GetObject(mirror::Object* object) {
  /external/pdfium/xfa/src/fxjse/src/
class.cpp 196 void* CFXJSE_Arguments::GetObject(int32_t index, FXJSE_HCLASS hClass) const {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bitscfg.h 119 virtual HRESULT WINAPI GetObject(BSTR Path,IBITSExtensionSetup **ppExtensionSetup) = 0;
131 HRESULT (WINAPI *GetObject)(IBITSExtensionSetupFactory *This,BSTR Path,IBITSExtensionSetup **ppExtensionSetup);
145 #define IBITSExtensionSetupFactory_GetObject(This,Path,ppExtensionSetup) (This)->lpVtbl->GetObject(This,Path,ppExtensionSetup)
wmiatlprov.h 22 HRESULT WINAPI GetObject(const BSTR ObjectPath,__LONG32 lFlags,IWbemContext *pCtx,IWbemClassObject **ppObject,IWbemCallResult **ppCallResult) {return WBEM_E_NOT_SUPPORTED;};
57 m_hr = pNamespace->GetObject(bstrString,0,pCtx,&m_pErrorObject,NULL);
132 m_hr = pNamespace->GetObject(bstrString,0,pCtx,&m_pCreationEventClass,NULL);
141 m_hr = pNamespace->GetObject(bstrString,0,pCtx,&m_pModificationEventClass,NULL);
150 m_hr = pNamespace->GetObject(bstrString,0,pCtx,&m_pDeletionEventClass,NULL);
272 virtual HRESULT WINAPI GetObject(const BSTR strObjectPath,__LONG32 lFlags,IWbemContext *pCtx,IWbemClassObject **ppObject,IWbemCallResult **ppCallResult) {return WBEM_E_NOT_SUPPORTED;};
xmltrnsf.h 100 virtual HRESULT WINAPI GetObject(BSTR strObjectPath,IDispatch *pCtx,IXMLDOMDocument **ppXMLDocument) = 0;
140 HRESULT (WINAPI *GetObject)(IWmiXMLTransformer *This,BSTR strObjectPath,IDispatch *pCtx,IXMLDOMDocument **ppXMLDocument);
182 #define IWmiXMLTransformer_GetObject(This,strObjectPath,pCtx,ppXMLDocument) (This)->lpVtbl->GetObject(This,strObjectPath,pCtx,ppXMLDocument)
ole.h 277 OLESTATUS (CALLBACK *GetObject)(LPOLESERVERDOC,LPCSTR,LPOLEOBJECT *,LPOLECLIENT);
hlink.h 536 virtual HRESULT WINAPI GetObject(IMoniker *pimk,WINBOOL fBindIfRootRegistered,IUnknown **ppiunk) = 0;
    [all...]
oleidl.h     [all...]
wbemcli.h     [all...]
comsvcs.h     [all...]
iads.h     [all...]
wingdi.h     [all...]
  /external/v8/test/cctest/
test-unboxed-doubles.cc 53 Handle<JSObject> GetObject(const char* name) {
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
fake_filesystem.py 367 self.GetObject(path).SetIno(st_ino)
761 def GetObject(self, file_path):
835 target_directory = self.GetObject(file_path)
858 target_directory = self.GetObject(dirname)
    [all...]
  /external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/
fake_filesystem.py 385 self.GetObject(path).SetIno(st_ino)
779 def GetObject(self, file_path):
853 target_directory = self.GetObject(file_path)
876 target_directory = self.GetObject(dirname)
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
pageint.h 36 CPDF_Object* GetObject() {
114 CPDF_Object* GetObject(FX_DWORD index);
fpdf_page_parser.cpp 210 CPDF_Object* CPDF_StreamContentParser::GetObject(FX_DWORD index) {
465 CPDF_Object* pProperty = GetObject(0);
604 CPDF_Array* pArray = GetObject(1) ? GetObject(1)->GetArray() : NULL;
757 int count = m_CurContentMark.GetObject()->CountItems();
769 if (m_pCurStates->m_TextState.GetObject()->m_TextMode < 4) {
    [all...]
  /external/pdfium/xfa/src/fxfa/src/common/
xfa_object.h 232 void* GetObject(XFA_ATTRIBUTE eAttr) {
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 118 CPDF_Object* GetObject() const { return m_pObj; }
  /external/pdfium/core/include/fxcrt/
fx_basic.h 1004 const ObjClass* GetObject() const { return m_pObject; }
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser.cpp 874 m_Syntax.GetObject(m_pDocument, 0, 0, nullptr, true);
    [all...]
  /external/v8/src/heap/
spaces.h 948 HeapObject* GetObject() { return HeapObject::FromAddress(area_start()); }
    [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 787 milliseconds

1 2