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

12

/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/tools/
H A Dwebforms_extractor.py178 def Extract(self, strip_js_only): member in class:FormsExtractor
249 extractor.Extract(options.js)
/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/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/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/chromium_org/third_party/re2/re2/
H A Dre2.cc427 bool RE2::Extract(const StringPiece &text, function in class:re2::RE2
/external/chromium_org/third_party/re2/util/
H A Dpcre.cc405 bool PCRE::Extract(const StringPiece &text, function in class:re2::PCRE
/external/chromium_org/v8/src/arm64/
H A Dsimulator-arm64.cc952 void Simulator::Extract(Instruction* instr) { function in class:v8::internal::Simulator
2095 // Extract and sign- or zero-extend 32-bit arguments for widening operations.
2194 Extract<uint64_t>(instr);
2196 Extract<uint32_t>(instr);
2848 // Extract the IEEE-754 double components.
2850 // Extract the exponent and remove the IEEE-754 encoding bias.
2852 // Extract the mantissa and add the implicit '1' bit.
/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/lldb/source/Plugins/SymbolFile/DWARF/
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 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
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 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 DDWARFDebugMacinfoEntry.cpp83 DWARFDebugMacinfoEntry::Extract(const DataExtractor& mac_info_data, lldb::offset_t* offset_ptr) function in class:DWARFDebugMacinfoEntry
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 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 DDWARFLocationList.cpp55 DWARFLocationList::Extract(const DataExtractor& debug_loc_data, lldb::offset_t* offset_ptr, DataExtractor& location_list_data) function in class:DWARFLocationList
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10274 SDValue Extract = N->getOperand(i); local
10275 SDValue ExtVal = Extract.getOperand(1);
10276 if (Extract.getOperand(0) == VecIn1) {
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp520 /// GPR64 (either via SEXT_INREG or AND). Extract the appropriate low bits if
2123 SDValue Extract = CurDAG->getTargetExtractSubreg(SubReg, SDLoc(Node), VT, local
2126 DEBUG(Extract->dumpr(CurDAG));
2128 return Extract.getNode();
/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp753 /// ConvertScalar_ExtractValue - Extract a value of type ToType from an integer
1941 Value *Extract = Builder.CreateExtractValue(Val, i, Val->getName()); local
1942 Builder.CreateStore(Extract, NewElts[i]);
2325 /// overwrites the entire allocation. Extract out the pieces of the stored
2330 // Extract each element out of the integer according to its structure offset
2445 // Extract each element out of the NewElts according to its structure offset
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/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1951 // Extract all of the elements with the external uses.
2485 Instruction *Extract = cast<Instruction>(Builder.CreateExtractElement( local
2487 IE->setOperand(1, Extract);
2489 IE->insertAfter(Extract);
/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 6579 milliseconds

12