Searched defs:Extract (Results 1 - 25 of 32) sorted by relevance

12

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacinfoEntry.cpp83 DWARFDebugMacinfoEntry::Extract(const DataExtractor& mac_info_data, lldb::offset_t* offset_ptr) function in class:DWARFDebugMacinfoEntry
H A DDWARFLocationList.cpp55 DWARFLocationList::Extract(const DataExtractor& debug_loc_data, lldb::offset_t* offset_ptr, DataExtractor& location_list_data) function in class:DWARFLocationList
H A DDWARFAbbreviationDeclaration.cpp35 DWARFAbbreviationDeclaration::Extract(const DataExtractor& data, lldb::offset_t* offset_ptr) function in class:DWARFAbbreviationDeclaration
37 return Extract(data, offset_ptr, data.GetULEB128(offset_ptr));
41 DWARFAbbreviationDeclaration::Extract(const DataExtractor& data, lldb::offset_t *offset_ptr, dw_uleb128_t code) function in class:DWARFAbbreviationDeclaration
H A DDWARFDebugAbbrev.cpp30 // DWARFAbbreviationDeclarationSet::Extract()
33 DWARFAbbreviationDeclarationSet::Extract(const DataExtractor& data, lldb::offset_t *offset_ptr) function in class:DWARFAbbreviationDeclarationSet
40 while (abbrevDeclaration.Extract(data, offset_ptr))
154 if (abbrevDeclSet.Extract(data, &offset))
H A DDWARFDebugPubnamesSet.cpp81 DWARFDebugPubnamesSet::Extract(const DataExtractor& data, lldb::offset_t *offset_ptr) function in class:DWARFDebugPubnamesSet
H A DDWARFDebugRanges.cpp28 DWARFDebugRanges::Extract(SymbolFileDWARF* dwarf2Data) function in class:DWARFDebugRanges
33 while (Extract(dwarf2Data, &offset, range_list))
85 DWARFDebugRanges::Extract(SymbolFileDWARF* dwarf2Data, lldb::offset_t *offset_ptr, RangeList &range_list) function in class:DWARFDebugRanges
120 assert(!"DWARFDebugRanges::RangeList::Extract() unsupported address size.");
H A DDWARFDebugArangeSet.cpp165 DWARFDebugArangeSet::Extract(const DataExtractor &data, lldb::offset_t *offset_ptr) function in class:DWARFDebugArangeSet
H A DDWARFDebugAranges.cpp56 // Extract
59 DWARFDebugAranges::Extract(const DataExtractor &debug_aranges_data) function in class:DWARFDebugAranges
67 while (set.Extract(debug_aranges_data, &offset))
H A DDWARFDebugPubnames.cpp32 DWARFDebugPubnames::Extract(const DataExtractor& data) function in class:DWARFDebugPubnames
35 "DWARFDebugPubnames::Extract (byte_size = %" PRIu64 ")",
39 log->Printf("DWARFDebugPubnames::Extract (byte_size = %" PRIu64 ")", (uint64_t)data.GetByteSize());
48 if (set.Extract(data, &offset))
H A DDWARFCompileUnit.cpp72 DWARFCompileUnit::Extract(const DataExtractor &debug_info, lldb::offset_t *offset_ptr) function in class:DWARFCompileUnit
107 DWARFCompileUnit::Extract(lldb::offset_t offset, const DataExtractor& debug_info_data, const DWARFAbbreviationDeclarationSet* abbrevs) function in class:DWARFCompileUnit
/external/chromium_org/chrome/tools/
H A Dwebforms_extractor.py178 def Extract(self, strip_js_only): member in class:FormsExtractor
249 extractor.Extract(options.js)
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dsubsetsequence.cc195 // Extract representative pattern of exactly N values into dst[0..n-1]
198 void SubsetSequence::Extract(int to_n, uint8* dst) { function in class:SubsetSequence
220 // printf("Extract, median %d / 3\n", next_e_);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zExtract.cpp46 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems, function in class:NArchive::N7z::CHandler
/external/chromium_org/media/base/
H A Daudio_video_metadata_extractor.cc72 bool AudioVideoMetadataExtractor::Extract(DataSource* source, function in class:media::AudioVideoMetadataExtractor
109 // Extract dictionary from streams also. Needed for containers that attach
118 // Extract dimensions of largest stream that's not an attached image.
125 // Extract attached image if requested.
/external/lzma/CPP/7zip/Archive/
H A DSplitHandler.cpp297 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems, function in class:NArchive::NSplit::CHandler
H A DLzmaHandler.cpp321 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems, function in class:NArchive::NLzma::CHandler
/external/chromium_org/base/synchronization/
H A Dcondition_variable_win.cc162 Event* Extract();
332 used_event->Extract(); // Possibly redundant
345 // unusual requirement for a linked-list-class is support for the Extract()
347 // into a second list. Most critically, the Extract() method is idempotent,
414 return next_->Extract();
420 return prev_->Extract();
431 WinXPCondVar::Event* WinXPCondVar::Event::Extract() { function in class:base::WinXPCondVar::Event
/external/chromium_org/chrome/utility/media_galleries/
H A Dimage_metadata_extractor.cc316 void ImageMetadataExtractor::Extract(media::DataSource* source, function in class:metadata::ImageMetadataExtractor
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp55 ObjectContainerBSDArchive::Object::Extract (const DataExtractor& data, lldb::offset_t offset) function in class:ObjectContainerBSDArchive::Object
137 offset = obj.Extract (data, offset);
/external/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp128 static int64_t Extract(Value *Idx, Value *&NewIdx, const DataLayout *DL,
131 /// arguments and the return value are the same as Extract.
557 int64_t ConstantOffsetExtractor::Extract(Value *Idx, Value *&NewIdx, function in class:ConstantOffsetExtractor
714 ConstantOffsetExtractor::Extract(GEP->getOperand(I), NewIdx, DL, GEP);
/external/chromium_org/third_party/re2/util/
H A Dpcre.cc405 bool PCRE::Extract(const StringPiece &text, function in class:re2::PCRE
/external/pcre/dist/
H A Dpcrecpp.cc455 bool RE::Extract(const StringPiece& rewrite, function in class:pcrecpp::RE
/external/regex-re2/util/
H A Dpcre.cc400 bool PCRE::Extract(const StringPiece &text, function in class:re2::PCRE
/external/chromium_org/third_party/re2/re2/
H A Dre2.cc427 bool RE2::Extract(const StringPiece &text, function in class:re2::RE2
/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp110 Extract, ///< Extract files back to file system enumerator in enum:ArchiveOperation
145 // getRelPos - Extract the member filename from the command line for
203 case 'x': ++NumOperations; Operation = Extract; break;
263 if (OriginalDates && Operation != Extract)
356 case Extract:
390 case Extract:
872 case Extract:

Completed in 456 milliseconds

12