HomeSort by relevance Sort by last modified time
    Searched defs:Extract (Results 1 - 25 of 33) sorted by null

1 2

  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugMacinfoEntry.cpp 83 DWARFDebugMacinfoEntry::Extract(const DataExtractor& mac_info_data, lldb::offset_t* offset_ptr)
DWARFLocationList.cpp 55 DWARFLocationList::Extract(const DataExtractor& debug_loc_data, lldb::offset_t* offset_ptr, DataExtractor& location_list_data)
DWARFAbbreviationDeclaration.cpp 35 DWARFAbbreviationDeclaration::Extract(const DataExtractor& data, lldb::offset_t* offset_ptr)
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)
DWARFDebugPubnamesSet.cpp 81 DWARFDebugPubnamesSet::Extract(const DataExtractor& data, lldb::offset_t *offset_ptr)
DWARFDebugAbbrev.cpp 30 // DWARFAbbreviationDeclarationSet::Extract()
33 DWARFAbbreviationDeclarationSet::Extract(const DataExtractor& data, lldb::offset_t *offset_ptr)
40 while (abbrevDeclaration.Extract(data, offset_ptr))
154 if (abbrevDeclSet.Extract(data, &offset))
DWARFDebugRanges.cpp 28 DWARFDebugRanges::Extract(SymbolFileDWARF* dwarf2Data)
33 while (Extract(dwarf2Data, &offset, range_list))
85 DWARFDebugRanges::Extract(SymbolFileDWARF* dwarf2Data, lldb::offset_t *offset_ptr, RangeList &range_list)
120 assert(!"DWARFDebugRanges::RangeList::Extract() unsupported address size.");
DWARFDebugArangeSet.cpp 165 DWARFDebugArangeSet::Extract(const DataExtractor &data, lldb::offset_t *offset_ptr)
DWARFDebugAranges.cpp 56 // Extract
59 DWARFDebugAranges::Extract(const DataExtractor &debug_aranges_data)
67 while (set.Extract(debug_aranges_data, &offset))
DWARFDebugPubnames.cpp 32 DWARFDebugPubnames::Extract(const DataExtractor& data)
35 "DWARFDebugPubnames::Extract (byte_size = %" PRIu64 ")",
39 log->Printf("DWARFDebugPubnames::Extract (byte_size = %" PRIu64 ")", (uint64_t)data.GetByteSize());
48 if (set.Extract(data, &offset))
DWARFCompileUnit.cpp 72 DWARFCompileUnit::Extract(const DataExtractor &debug_info, lldb::offset_t *offset_ptr)
107 DWARFCompileUnit::Extract(lldb::offset_t offset, const DataExtractor& debug_info_data, const DWARFAbbreviationDeclarationSet* abbrevs)
    [all...]
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
subsetsequence.cc 195 // Extract representative pattern of exactly N values into dst[0..n-1]
198 void SubsetSequence::Extract(int to_n, uint8* dst) {
220 // printf("Extract, median %d / 3\n", next_e_);
  /external/chromium_org/chrome/tools/
webforms_extractor.py 13 The purpose of this script is to extract out all non-form elements that may be
178 def Extract(self, strip_js_only):
249 extractor.Extract(options.js)
  /external/chromium_org/media/base/
audio_video_metadata_extractor.cc 72 bool AudioVideoMetadataExtractor::Extract(DataSource* source,
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/7z/
7zExtract.cpp 46 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
  /external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
ObjectContainerBSDArchive.cpp 55 ObjectContainerBSDArchive::Object::Extract (const DataExtractor& data, lldb::offset_t offset)
137 offset = obj.Extract (data, offset);
212 // information if we go and extract the file data, so we should
  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp 128 static int64_t Extract(Value *Idx, Value *&NewIdx, const DataLayout *DL,
131 /// arguments and the return value are the same as Extract.
164 /// For example, to extract the 5 from sext(a + (b + 5)), we first distribute
256 /// NeedsExtraction indicates whether we can extract a non-zero constant
531 // we can extract 5 as the constant offset.
557 int64_t ConstantOffsetExtractor::Extract(Value *Idx, Value *&NewIdx,
661 // Tries to extract a constant offset from this GEP index.
712 // Tries to extract a constant offset from this GEP index.
714 ConstantOffsetExtractor::Extract(GEP->getOperand(I), NewIdx, DL, GEP);
    [all...]
  /external/lzma/CPP/7zip/Archive/
SplitHandler.cpp 297 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
LzmaHandler.cpp 321 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
XzHandler.cpp 451 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
  /external/chromium_org/base/synchronization/
condition_variable_win.cc 162 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() {
  /external/chromium_org/chrome/utility/media_galleries/
image_metadata_extractor.cc 316 void ImageMetadataExtractor::Extract(media::DataSource* source,
  /external/chromium_org/third_party/re2/util/
pcre.cc 405 bool PCRE::Extract(const StringPiece &text,
    [all...]
  /external/pcre/dist/
pcrecpp.cc 455 bool RE::Extract(const StringPiece& rewrite,
  /external/regex-re2/util/
pcre.cc 400 bool PCRE::Extract(const StringPiece &text,
    [all...]
  /external/chromium_org/third_party/re2/re2/
re2.cc 427 bool RE2::Extract(const StringPiece &text,
    [all...]

Completed in 3620 milliseconds

1 2