/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/tools/llvm-ar/ |
llvm-ar.cpp | 55 " x[No] - extract file(s) from the archive\n" 86 Extract ///< Extract files back to file system 113 // used (specified with -N) for the delete and extract operations. 131 // getRelPos - Extract the member filename from the command line for 142 // getCount - Extract the [count] argument associated with the N modifier 198 case 'x': ++NumOperations; Operation = Extract; break; 257 if (OriginalDates && Operation != Extract) 263 if (Compression && Operation!=ReplaceOrInsert && Operation!=Extract) 753 case Extract: haveError = doExtract(&ErrMsg); break [all...] |
/external/bison/djgpp/ |
djunpack.bat | 47 Rem Extract top src dir from archive file.
60 Rem Extract fnchange.lst from archive.
|
/external/pcre/ |
pcrecpp_unittest.cc | 366 printf("Testing Extract\n"); 370 CHECK(RE("(.*)@([^.]*)").Extract("\\2!\\1", "boris@kremvax.ru", &s)); 374 CHECK(RE(".*").Extract("'\\0'", "foo", &s)); 376 CHECK(!RE("bar").Extract("'\\0'", "baz", &s)); 713 CHECK(re.Extract("\\1", str , &captured)); 719 re.Extract("\\1",str, &captured ); [all...] |
pcrecpp.h | 85 // You can supply extra pointer arguments to extract matched subpieces. 93 // Example: does not try to extract any extra sub-patterns 96 // Example: does not try to extract into NULL 280 // could extract all words from a string by repeatedly calling 326 // Extract() is like Replace(), except that if the pattern matches, 613 bool Extract(const StringPiece &rewrite,
|
pcrecpp.cc | 456 bool RE::Extract(const StringPiece& rewrite,
|
/libcore/ |
NativeCode.mk | 76 # Extract out the allowed LOCAL_* variables. Note: $(sort) also
|
/prebuilt/linux-x86/toolchain/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/llvm/lib/Transforms/Scalar/ |
ScalarReplAggregates.cpp | 304 // insert/extract elements, and if there was at least one use that had 336 /// Here we turn element accesses into insert/extract element operations. 341 /// and extract element operations, and <2 x float> accesses into a cast to 342 /// <2 x double>, an extract, and a cast back to <2 x float>. 344 /// large) integer type with extract and insert operations where the loads 442 // to bitcast and extract a subvector. 601 // The load is a bit extract from NewAI shifted right by Offset bits. 767 /// ConvertScalar_ExtractValue - Extract a value of type ToType from an integer 803 assert(!(ToType->isVectorTy() && Offset != 0) && "Can't extract a value " [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | 97 // Extract from UNDEF is UNDEF. 104 // Extract the relevant 128 bits. Generate an EXTRACT_SUBVECTOR [all...] |
/external/v8/benchmarks/ |
deltablue.js | 630 * Extract a plan for resatisfaction starting from the given source 664 * Extract a plan for resatisfying starting from the output of the
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-deltablue.js | 624 * Extract a plan for resatisfaction starting from the given source 658 * Extract a plan for resatisfying starting from the output of the
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-deltablue.js | 624 * Extract a plan for resatisfaction starting from the given source 658 * Extract a plan for resatisfying starting from the output of the
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-deltablue.js | 624 * Extract a plan for resatisfaction starting from the given source 658 * Extract a plan for resatisfying starting from the output of the
|
/dalvik/docs/ |
prettify.js | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
DAGCombiner.cpp | [all...] |
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
texinfo.tex | 289 % \get*marks macros below extract the needed part using \ifcase. [all...] |