Searched refs:extractor (Results 26 - 37 of 37) sorted by relevance

12

/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp1373 DataExtractor extractor (data.GetBytes(), data.GetByteSize(), endian, addr_size);
1376 i < image_infos.size() && extractor.ValidOffsetForDataOfSize(kext_summary_offset, m_kext_summary_header.entry_size);
1380 const void *name_data = extractor.GetData(&offset, KERNEL_MODULE_MAX_NAME);
1384 UUID uuid (extractor.GetData (&offset, 16), 16);
1386 image_infos[i].SetLoadAddress (extractor.GetU64(&offset));
1387 image_infos[i].SetSize (extractor.GetU64(&offset));
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.h288 void SetIconExtractorForTesting(DownloadFileIconExtractor* extractor);
H A Ddownloads_api.cc1502 DownloadFileIconExtractor* extractor) {
1503 DCHECK(extractor);
1504 icon_extractor_.reset(extractor);
1501 SetIconExtractorForTesting( DownloadFileIconExtractor* extractor) argument
/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.cc1858 RootsReferencesExtractor extractor(heap_);
1859 heap_->IterateRoots(&extractor, VISIT_ONLY_STRONG);
1860 extractor.SetCollectingAllReferences();
1861 heap_->IterateRoots(&extractor, VISIT_ALL);
1862 extractor.FillReferences(this);
1881 template<V8HeapExplorer::ExtractReferencesMethod extractor>
1894 if ((this->*extractor)(entry, obj)) {
2363 GlobalHandlesExtractor extractor(this);
2364 isolate->global_handles()->IterateAllRootsWithClassIds(&extractor);
H A Dheap-snapshot-generator.h327 // An implementation of V8 heap graph extractor.
359 template<V8HeapExplorer::ExtractReferencesMethod extractor>
470 // An implementation of retained native objects extractor.
/external/llvm/lib/DebugInfo/
H A DDWARFContext.cpp615 DataExtractor extractor(data, false, 8);
617 OriginalSize = extractor.getU64(&Offset);
/external/chromium_org/chrome/browser/safe_browsing/
H A Dclient_side_detection_host_unittest.cc312 void SetFeatureExtractor(BrowserFeatureExtractor* extractor) { argument
313 csd_host_->feature_extractor_.reset(extractor);
613 // Set this back to a normal browser feature extractor since we're using
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp837 DataExtractor extractor (data, data_len, m_byte_order, m_addr_byte_size);
838 DumpPacket (s, extractor);
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp1916 DataExtractor extractor(ObjectFile::getData(), true, 0);
1920 while (uint64_t delta = extractor.getULEB128(&offset)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 282 milliseconds

12