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

1 2 3

  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
subsetsequence.h 18 void Extract(int n, uint8* dst);
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/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() {
condition_variable.h 131 Event* Extract();
  /external/llvm/lib/Target/R600/
AMDGPUTargetTransformInfo.cpp 41 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
43 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const;
  /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/libvpx/
libvpx.mk 44 # Extract the C files from the list and add them to LOCAL_SRC_FILES.
79 # Extract the offsets from the inline assembly.
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 31 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
33 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const;
192 bool Extract) const {
199 if (Extract)
237 // TODO: Once we have extract/insert subvector cost we need to use them.
467 // TODO: Once we have extract/insert subvector cost we need to use them.
  /external/bison/djgpp/
djunpack.bat 46 Rem Extract top src dir from archive file.
59 Rem Extract fnchange.lst from archive.
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 40 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
42 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const;
210 // Vector element insert/extract with Altivec is very expensive,
  /external/lzma/CPP/7zip/UI/Console/
makefile 66 $O\Extract.obj \
  /external/lzma/CPP/7zip/UI/Common/
Extract.cpp 0 // Extract.cpp
13 #include "Extract.h"
90 result = archive->Extract(NULL, (UInt32)(Int32)-1, testMode, extractCallbackSpec);
97 result = archive->Extract(&realIndices.Front(), realIndices.Size(), testMode, extractCallbackSpec);
  /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/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 39 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
41 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const;
298 // operations and we only need to extract the upper YMM half.
299 // Two ops + 1 extract + 1 insert = 4.
353 Cost = 3; // Extract + insert + copy.
544 bool Extract) const {
551 if (Extract)
567 // Cost = 64 bit store + extract + 32 bit store.
  /external/lzma/CPP/7zip/Archive/7z/
7zExtract.cpp 46 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
  /external/lzma/CPP/7zip/Archive/
IArchive.h 118 IInArchive::Extract:
129 STDMETHOD(Extract)(const UInt32* indices, UInt32 numItems, Int32 testMode, IArchiveExtractCallback *extractCallback) x; \
LzmaHandler.cpp 321 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
SplitHandler.cpp 297 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
  /external/chromium_org/chrome/browser/resources/chromeos/
salsa.js 30 * Extract the experiment information out of the encoded URL string.
  /libcore/
NativeCode.mk 65 # Extract out the allowed LOCAL_* variables.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 75 # Location of original sysroot. This is where we're going to extract all
115 # extract into the original sysroot
624 # Write a small awk script used to extract filenames for a given package
625 cat > $DOWNLOAD_DIR/extract-filename.awk <<EOF
659 # The following is an awk command to parse the Packages file and extract
662 local FILE=`awk -f "$DOWNLOAD_DIR/extract-filename.awk" -v PKG=$1 $DOWNLOAD_DIR/Packages`
1205 task2_define extract_gmp "Extract sources for gmp-$GMP_VERSION"
1241 task2_define extract_mpfr "Extract sources from mpfr-$MPFR_VERSION"
    [all...]
  /external/chromium_org/third_party/re2/re2/testing/
re2_test.cc 219 TEST(RE2, Extract) {
224 CHECK(RE2::Extract("boris@kremvax.ru", "(.*)@([^.]*)", "\\2!\\1", &s));
227 CHECK(RE2::Extract("foo", ".*", "'\\0'", &s));
230 CHECK(!RE2::Extract("baz", "bar", "'\\0'", &s));
    [all...]
  /external/lzma/CPP/7zip/Bundles/Alone7z/
makefile 78 $O\Extract.obj \
  /external/regex-re2/re2/testing/
re2_test.cc 212 TEST(RE2, Extract) {
217 CHECK(RE2::Extract("boris@kremvax.ru", "(.*)@([^.]*)", "\\2!\\1", &s));
220 CHECK(RE2::Extract("foo", ".*", "'\\0'", &s));
223 CHECK(!RE2::Extract("baz", "bar", "'\\0'", &s));
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/
update.py 161 # Extract to extract_dir, usually "<bundle name>_update".
193 tar_file.Extract()

Completed in 1720 milliseconds

1 2 3