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

  /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/base/synchronization/
condition_variable_win.cc 139 used_event->Extract(); // Possibly redundant
152 // unusual requirement for a linked-list-class is support for the Extract()
154 // into a second list. Most critically, the Extract() method is idempotent,
221 return next_->Extract();
227 return prev_->Extract();
238 ConditionVariable::Event* ConditionVariable::Event::Extract() {
  /external/lzma/CPP/7zip/Archive/7z/
7zExtract.cpp 46 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
  /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/third_party/re2/util/
pcre.cc 405 bool PCRE::Extract(const StringPiece &text,
    [all...]
  /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...]
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 91 " x[No] - extract file(s) from the archive\n"
115 Extract, ///< Extract files back to file system
150 // getRelPos - Extract the member filename from the command line for
200 case 'x': ++NumOperations; Operation = Extract; break;
260 if (OriginalDates && Operation != Extract)
353 case Extract:
386 case Extract:
843 case Extract:
  /external/regex-re2/re2/
re2.cc 409 bool RE2::Extract(const StringPiece &text,
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 150 // Extract individual target operands from matched address AM.
793 SDNode *Extract = CurDAG->getMachineNode(TargetOpcode::EXTRACT_SUBREG,
795 return SDValue(Extract, 0);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 347 // insert/extract elements, and if there was at least one use that had
390 /// Here we turn element accesses into insert/extract element operations.
394 /// large) integer type with extract and insert operations where the loads
628 // The load is a bit extract from NewAI shifted right by Offset bits.
751 /// ConvertScalar_ExtractValue - Extract a value of type ToType from an integer
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 72 // Extract from UNDEF is UNDEF.
76 // Extract the relevant vectorWidth bits. Generate an EXTRACT_SUBVECTOR
    [all...]

Completed in 2929 milliseconds