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

1 2 3 4 5

  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugMacinfo.cpp 40 while (maninfo_entry.Extract(macinfo_data, &offset))
45 if (maninfo_entry.Extract(macinfo_data, &offset))
DWARFDebugMacinfoEntry.h 41 Extract(const lldb_private::DataExtractor& mac_info_data,
DWARFDebugRanges.h 28 void Extract(SymbolFileDWARF* dwarf2Data);
35 Extract (SymbolFileDWARF* dwarf2Data,
DWARFLocationList.h 25 Extract (const lldb_private::DataExtractor& debug_loc_data,
DWARFDebugPubnames.h 23 bool Extract(const lldb_private::DataExtractor& data);
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.");
DWARFAbbreviationDeclaration.h 66 bool Extract(const lldb_private::DataExtractor& data, lldb::offset_t *offset_ptr);
67 bool Extract(const lldb_private::DataExtractor& data, lldb::offset_t *offset_ptr, dw_uleb128_t code);
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)
DWARFDebugAranges.cpp 56 // Extract
59 DWARFDebugAranges::Extract(const DataExtractor &debug_aranges_data)
67 while (set.Extract(debug_aranges_data, &offset))
DWARFDebugAbbrev.h 46 bool Extract(const lldb_private::DataExtractor& data, lldb::offset_t *offset_ptr);
DWARFDebugArangeSet.h 44 bool Extract(const lldb_private::DataExtractor &data, lldb::offset_t *offset_ptr);
DWARFDebugAranges.h 38 Extract(const lldb_private::DataExtractor &debug_aranges_data);
DWARFDebugMacinfoEntry.cpp 83 DWARFDebugMacinfoEntry::Extract(const DataExtractor& mac_info_data, lldb::offset_t* offset_ptr)
DWARFCompileUnit.h 32 bool Extract(const lldb_private::DataExtractor &debug_info, lldb::offset_t *offset_ptr);
33 dw_offset_t Extract(lldb::offset_t offset, const lldb_private::DataExtractor& debug_info_data, const DWARFAbbreviationDeclarationSet* abbrevs);
DWARFDebugPubnamesSet.h 73 bool Extract(const lldb_private::DataExtractor& debug_pubnames_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)
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
subsetsequence.h 18 void Extract(int n, uint8* dst);
  /external/chromium_org/chrome/utility/media_galleries/
image_metadata_extractor.h 26 // to extract metadata from multiple images.
40 void Extract(media::DataSource* source, const DoneCallback& callback);
42 // All below methods require Extract to have already succeeded.
66 // Second half of the Extract method.
image_metadata_extractor_unittest.cc 43 extractor->Extract(&source, base::Bind(&QuitLoop, &loop, &extracted));
  /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/browser/resources/gaia_auth/
util.js 15 * Extract query params from given search string of an URL.
16 * @param {string} search The search portion of an URL to extract params.
66 * Extract domain name from an URL.
  /external/chromium_org/media/base/
audio_video_metadata_extractor.h 41 bool Extract(DataSource* source, bool extract_attached_pics);
43 // Returns -1 if we cannot extract the duration. In seconds.
70 // Empty if Extract call did not request attached images, or if no attached
  /external/llvm/lib/Target/R600/
AMDGPUTargetTransformInfo.cpp 44 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
46 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const;
  /external/llvm/test/MC/AArch64/
arm64-bitfield-encoding.s 31 ; 5.4.5 Extract (immediate)

Completed in 138 milliseconds

1 2 3 4 5