Home
last modified time | relevance | path

Searched refs:locService (Results 1 – 8 of 8) sorted by relevance

/dports/comms/qt5-connectivity/kde-qtconnectivity-5.15.2p1/src/bluetooth/
H A Dqbluetoothdevicediscoveryagent_android.cpp192 const QAndroidJniObject locService = QtAndroid::androidContext().callObjectMethod( in start() local
197 if (locService.isValid()) { in start()
199 locationTurnedOn = bool(locService.callMethod<jboolean>("isLocationEnabled")); in start()
204 bool gpsTurnedOn = bool(locService.callMethod<jboolean>("isProviderEnabled", in start()
209 bool providerTurnedOn = bool(locService.callMethod<jboolean>("isProviderEnabled", in start()
/dports/www/firefox-esr/firefox-91.8.0/memory/replace/dmd/
H A DDMD.cpp1608 auto locService = InfallibleAllocPolicy::new_<CodeAddressService>(); in AnalyzeImpl() local
1781 locService->GetLocation(0, pc, locBuf, locBufLen); in AnalyzeImpl()
1831 Show(locService->SizeOfIncludingThis(MallocSizeOf), buf1, kBufLen)); in AnalyzeImpl()
1844 size_t hits = locService->NumCacheHits(); in AnalyzeImpl()
1845 size_t misses = locService->NumCacheMisses(); in AnalyzeImpl()
1850 size_t count = locService->CacheCount(); in AnalyzeImpl()
1851 size_t capacity = locService->CacheCapacity(); in AnalyzeImpl()
1861 InfallibleAllocPolicy::delete_(locService); in AnalyzeImpl()
/dports/www/firefox/firefox-99.0/memory/replace/dmd/
H A DDMD.cpp1603 auto locService = InfallibleAllocPolicy::new_<CodeAddressService>(); in AnalyzeImpl() local
1776 locService->GetLocation(0, pc, locBuf, locBufLen); in AnalyzeImpl()
1826 Show(locService->SizeOfIncludingThis(MallocSizeOf), buf1, kBufLen)); in AnalyzeImpl()
1839 size_t hits = locService->NumCacheHits(); in AnalyzeImpl()
1840 size_t misses = locService->NumCacheMisses(); in AnalyzeImpl()
1845 size_t count = locService->CacheCount(); in AnalyzeImpl()
1846 size_t capacity = locService->CacheCapacity(); in AnalyzeImpl()
1856 InfallibleAllocPolicy::delete_(locService); in AnalyzeImpl()
/dports/lang/spidermonkey60/firefox-60.9.0/memory/replace/dmd/
H A DDMD.cpp1626 auto locService = InfallibleAllocPolicy::new_<CodeAddressService>(); in AnalyzeImpl() local
1798 locService->GetLocation(0, pc, locBuf, locBufLen); in AnalyzeImpl()
1847 Show(locService->SizeOfIncludingThis(MallocSizeOf), buf1, kBufLen)); in AnalyzeImpl()
1859 size_t hits = locService->NumCacheHits(); in AnalyzeImpl()
1860 size_t misses = locService->NumCacheMisses(); in AnalyzeImpl()
1865 size_t count = locService->CacheCount(); in AnalyzeImpl()
1866 size_t capacity = locService->CacheCapacity(); in AnalyzeImpl()
1876 InfallibleAllocPolicy::delete_(locService); in AnalyzeImpl()
/dports/www/firefox-legacy/firefox-52.8.0esr/memory/replace/dmd/
H A DDMD.cpp1840 auto locService = InfallibleAllocPolicy::new_<CodeAddressService>(); in AnalyzeImpl() local
2012 locService->GetLocation(0, pc, locBuf, locBufLen); in AnalyzeImpl()
2060 Show(locService->SizeOfIncludingThis(MallocSizeOf), buf1, kBufLen)); in AnalyzeImpl()
2071 size_t hits = locService->NumCacheHits(); in AnalyzeImpl()
2072 size_t misses = locService->NumCacheMisses(); in AnalyzeImpl()
2077 size_t count = locService->CacheCount(); in AnalyzeImpl()
2078 size_t capacity = locService->CacheCapacity(); in AnalyzeImpl()
2087 InfallibleAllocPolicy::delete_(locService); in AnalyzeImpl()
/dports/mail/thunderbird/thunderbird-91.8.0/memory/replace/dmd/
H A DDMD.cpp1608 auto locService = InfallibleAllocPolicy::new_<CodeAddressService>(); in AnalyzeImpl() local
1781 locService->GetLocation(0, pc, locBuf, locBufLen); in AnalyzeImpl()
1831 Show(locService->SizeOfIncludingThis(MallocSizeOf), buf1, kBufLen)); in AnalyzeImpl()
1844 size_t hits = locService->NumCacheHits(); in AnalyzeImpl()
1845 size_t misses = locService->NumCacheMisses(); in AnalyzeImpl()
1850 size_t count = locService->CacheCount(); in AnalyzeImpl()
1851 size_t capacity = locService->CacheCapacity(); in AnalyzeImpl()
1861 InfallibleAllocPolicy::delete_(locService); in AnalyzeImpl()
/dports/lang/spidermonkey78/firefox-78.9.0/memory/replace/dmd/
H A DDMD.cpp1582 auto locService = InfallibleAllocPolicy::new_<CodeAddressService>(); in AnalyzeImpl() local
1750 locService->GetLocation(0, pc, locBuf, locBufLen); in AnalyzeImpl()
1799 Show(locService->SizeOfIncludingThis(MallocSizeOf), buf1, kBufLen)); in AnalyzeImpl()
1812 size_t hits = locService->NumCacheHits(); in AnalyzeImpl()
1813 size_t misses = locService->NumCacheMisses(); in AnalyzeImpl()
1818 size_t count = locService->CacheCount(); in AnalyzeImpl()
1819 size_t capacity = locService->CacheCapacity(); in AnalyzeImpl()
1829 InfallibleAllocPolicy::delete_(locService); in AnalyzeImpl()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/localizer/
H A DTestResourceLocalizationService.java218 ResourceLocalizationService locService = in testLocalizationInit() local
222 .when(locService).getLocalFileContext(isA(Configuration.class)); in testLocalizationInit()
227 locService.init(conf); in testLocalizationInit()
279 ResourceLocalizationService locService = in testDirectoryCleanupOnNewlyCreatedStateStore() local
283 .when(locService).getLocalFileContext(isA(Configuration.class)); in testDirectoryCleanupOnNewlyCreatedStateStore()
288 locService.init(conf); in testDirectoryCleanupOnNewlyCreatedStateStore()