HomeSort by relevance Sort by last modified time
    Searched refs:GetStore (Results 1 - 6 of 6) sorted by null

  /external/v8/tools/testrunner/local/
perfdata.py 113 def GetStore(self, arch, mode):
135 def GetStore(self, *args, **kwargs):
execution.py 171 self.perfdata = self.perf_data_manager.GetStore(context.arch, context.mode)
  /external/v8/tools/testrunner/server/
main.py 233 data_store = self.perf_data_manager.GetStore(arch, mode)
237 data_store = self.perf_data_manager.GetStore(arch, mode)
  /system/connectivity/shill/ethernet/
ethernet_unittest.cc 148 const PropertyStore& GetStore() { return ethernet_->store(); }
249 EXPECT_TRUE(GetStore().Contains(kEapAuthenticationCompletedProperty));
250 EXPECT_TRUE(GetStore().Contains(kEapAuthenticatorDetectedProperty));
  /external/v8/tools/testrunner/network/
network_execution.py 59 self.perfdata = self.perf_data_manager.GetStore(context.arch, context.mode)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapiform.h 55 #define MAPI_IMAPIMESSAGESITE_METHODS(IPURE) MAPIMETHOD(GetSession) (THIS_ LPMAPISESSION *ppSession) IPURE; MAPIMETHOD(GetStore) (THIS_ LPMDB *ppStore) IPURE; MAPIMETHOD(GetFolder) (THIS_ LPMAPIFOLDER *ppFolder) IPURE; MAPIMETHOD(GetMessage) (THIS_ LPMESSAGE *ppmsg) IPURE; MAPIMETHOD(GetFormManager) (THIS_ LPMAPIFORMMGR *ppFormMgr) IPURE; MAPIMETHOD(NewMessage) (THIS_ ULONG fComposeInFolder,LPMAPIFOLDER pFolderFocus,LPPERSISTMESSAGE pPersistMessage,LPMESSAGE *ppMessage,LPMAPIMESSAGESITE *ppMessageSite,LPMAPIVIEWCONTEXT *ppViewContext) IPURE; MAPIMETHOD(CopyMessage) (THIS_ LPMAPIFOLDER pFolderDestination) IPURE; MAPIMETHOD(MoveMessage) (THIS_ LPMAPIFOLDER pFolderDestination,LPMAPIVIEWCONTEXT pViewContext,LPCRECT prcPosRect) IPURE; MAPIMETHOD(DeleteMessage) (THIS_ LPMAPIVIEWCONTEXT pViewContext,LPCRECT prcPosRect) IPURE; MAPIMETHOD(SaveMessage) (THIS) IPURE; MAPIMETHOD(SubmitMessage) (THIS_ ULONG ulFlags) IPURE; MAPIMETHOD(GetSiteStatus) (THIS_ LPULONG lpulStatus) IPURE;

Completed in 142 milliseconds