/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
H A D | NodeSequence.java | 59 private IteratorCache m_cache; field in class:NodeSequence 66 NodeVector nv = (m_cache != null) ? m_cache.getVector() : null; 77 return m_cache; 106 if (m_cache != null) { 107 complete = m_cache.isComplete(); 121 m_cache.setCacheComplete(true); 544 if (oldNode != node && m_cache.useCount() > 1) { 564 m_cache = newCache; 631 if (m_cache ! [all...] |
/external/lldb/source/Target/ |
H A D | Memory.cpp | 30 m_cache (), 46 m_cache.clear(); 58 if (m_cache.empty()) 78 BlockMap::iterator pos = m_cache.find (curr_addr); 79 if (pos != m_cache.end()) 80 m_cache.erase(pos); 138 BlockMap::const_iterator pos = m_cache.find (curr_addr); 139 BlockMap::const_iterator end = m_cache.end (); 196 m_cache[curr_addr] = DataBufferSP (data_buffer_heap_ap.release());
|
/external/emma/core/java12/com/vladium/emma/rt/ |
H A D | ClassPathProcessorST.java | 156 if (cacheClassDef && (m_cache != null)) 161 m_cache.put (className, new ClassPathCacheEntry (bytes, srcURL)); 256 if (cacheClassDef && (m_cache != null)) 261 m_cache.put (className, new ClassPathCacheEntry (bytes, srcURL)); 298 m_cache = cache; // can be null 382 private final Map /* classJavaName:String -> ClassPathCacheEntry */ m_cache; // can be null field in class:ClassPathProcessorST
|
H A D | InstrClassLoader.java | 60 m_cache = cache; // can be null 181 final boolean useClassCache = (m_cache != null); 182 final ClassPathCacheEntry entry = useClassCache ? (ClassPathCacheEntry) m_cache.remove (name) : null; 447 private final Map /* classJavaName:String -> ClassPathCacheEntry */ m_cache; // can be null field in class:InstrClassLoader
|
H A D | AppRunner.java | 741 generator.process (mdataSnashot, cdataSnapshot, m_cache, m_properties); 765 m_cache = null; 796 m_cache = cache; 820 private SourcePathCache m_cache; field in class:AppRunner.AppRunnerExitHook
|
/external/emma/core/java12/com/vladium/emma/report/ |
H A D | AbstractReportGenerator.java | 66 m_cache = cache; 228 m_cache = null; 241 protected SourcePathCache m_cache; field in class:AbstractReportGenerator
|
/external/lldb/include/lldb/Target/ |
H A D | Memory.h | 73 BlockMap m_cache; member in class:lldb_private::MemoryCache
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntimeV2.h | 152 std::map<ObjCISA,ObjCLanguageRuntime::ClassDescriptorSP> m_cache; member in class:lldb_private::AppleObjCRuntimeV2::NonPointerISACache 206 Cache m_cache; member in class:lldb_private::AppleObjCRuntimeV2::TaggedPointerVendorRuntimeAssisted
|
H A D | AppleObjCRuntimeV2.cpp | 2560 m_cache(), 2587 CacheIterator iterator = m_cache.find(slot), 2588 end = m_cache.end(); 2604 m_cache[slot] = actual_class_descriptor_sp; 2617 m_cache(), 2630 auto cache_iter = m_cache.find(real_isa); 2631 if (cache_iter != m_cache.end()) 2635 m_cache[real_isa] = descriptor_sp;
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineCacheTests.cpp | 563 Move<VkPipelineCache> m_cache; member in class:vkt::pipeline::__anon3836::CacheTestInstance 625 m_cache = createPipelineCache(vk, vkDevice, &pipelineCacheCreateInfo); 1099 m_pipeline[PIPELINE_CACHE_NDX_NO_CACHE] = m_pipelineBuilder.buildPipeline(m_renderSize, *m_renderPass, *m_cache); 1100 m_pipeline[PIPELINE_CACHE_NDX_CACHED] = m_pipelineBuilder.buildPipeline(m_renderSize, *m_renderPass, *m_cache); 1404 m_pipeline[ndx] = createComputePipeline(vk, vkDevice, *m_cache, &pipelineCreateInfo); 1538 // Create a cache with init data from m_cache 1540 VK_CHECK(vk.getPipelineCacheData(vkDevice, *m_cache, (deUintptr*)&dataSize, DE_NULL)); 1544 VK_CHECK(vk.getPipelineCacheData(vkDevice, *m_cache, (deUintptr*)&dataSize, (void*)m_data));
|
/external/emma/core/java12/com/vladium/emma/report/html/ |
H A D | ReportGenerator.java | 506 final boolean embedSrcFile = deeper && srcFileAvailable (item, m_cache); 594 embedSrcFile (item, page, lineAnchorIDMap, m_cache);
|
/external/valgrind/ |
H A D | Android.mk | 158 coregrind/m_cache.c \
|
/external/emma/lib/ |
H A D | emma.jar | META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ... |
/external/owasp/sanitizer/tools/emma/lib/ |
H A D | emma.jar | META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ... |
/external/guice/lib/build/ |
H A D | felix-2.0.5.jar | META-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF/NOTICE META- ... |