/external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Post/ |
D | BloomExtract.j3md | 8 Boolean Extract 22 DO_EXTRACT : Extract 37 DO_EXTRACT : Extract
|
/external/webkit/Tools/WebKitLauncher/WebKitLauncher.xcodeproj/ |
D | project.pbxproj | 10 5DE79BC30F1C62450067BE08 /* Extract Sparkle */ = { 12 …= 5DE79BD80F1C629B0067BE08 /* Build configuration list for PBXAggregateTarget "Extract Sparkle" */; 18 name = "Extract Sparkle"; 19 productName = "Extract Sparkle"; 53 remoteInfo = "Extract Sparkle"; 60 remoteInfo = "Extract Sparkle"; 256 5DE79BC30F1C62450067BE08 /* Extract Sparkle */, 337 target = 5DE79BC30F1C62450067BE08 /* Extract Sparkle */; 342 target = 5DE79BC30F1C62450067BE08 /* Extract Sparkle */; 365 PRODUCT_NAME = "Extract Sparkle"; [all …]
|
/external/chromium/base/synchronization/ |
D | condition_variable_win.cc | 139 used_event->Extract(); // Possibly redundant in RecycleEvent() 221 return next_->Extract(); in PopFront() 227 return prev_->Extract(); in PopBack() 238 ConditionVariable::Event* ConditionVariable::Event::Extract() { in Extract() function in base::ConditionVariable::Event
|
D | condition_variable.h | 131 Event* Extract();
|
/external/llvm/docs/CommandGuide/ |
D | llvm-extract.rst | 44 Extract the function named *function-name* from the LLVM bitcode. May be 51 Extract the function(s) matching *function-regular-expr* from the LLVM bitcode. 59 Extract the global variable named *global-name* from the LLVM bitcode. May be 66 Extract the global variable(s) matching *global-regular-expr* from the LLVM
|
/external/llvm/lib/CodeGen/ |
D | BasicTargetTransformInfo.cpp | 33 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const; 170 bool Extract) const { in getScalarizationOverhead() 177 if (Extract) in getScalarizationOverhead()
|
/external/llvm/tools/llvm-ar/ |
D | llvm-ar.cpp | 86 Extract ///< Extract files back to file system enumerator 214 case 'x': ++NumOperations; Operation = Extract; break; in parseCommandLine() 273 if (OriginalDates && Operation != Extract) in parseCommandLine() 764 case Extract: haveError = doExtract(&ErrMsg); break; in main()
|
/external/bison/djgpp/ |
D | djunpack.bat | 46 Rem Extract top src dir from archive file. 59 Rem Extract fnchange.lst from archive.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/ |
D | README.searchcvs.setup.mysql.txt | 7 1. Extract the searchcvs/ folder from cvs and place it in your $HOME folder
|
/external/qemu/docs/ |
D | ANDROID-ELFF.TXT | 17 - Extract information about routine, containing given PC address in the emulated
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 42 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const;
|
/external/elfutils/m4/ |
D | progtest.m4 | 55 # Extract the first word of "$2", so it can be a program name with args.
|
/external/webkit/Source/WebKit/qt/Api/ |
D | DerivedSources.pro | 56 # 3. Extract class names of exported classes from the headers and generate
|
/external/bison/m4/ |
D | progtest.m4 | 54 # Extract the first word of "$2", so it can be a program name with args.
|
/external/regex-re2/re2/testing/ |
D | re2_test.cc | 212 TEST(RE2, Extract) { in TEST() argument 217 CHECK(RE2::Extract("boris@kremvax.ru", "(.*)@([^.]*)", "\\2!\\1", &s)); in TEST() 220 CHECK(RE2::Extract("foo", ".*", "'\\0'", &s)); in TEST() 223 CHECK(!RE2::Extract("baz", "bar", "'\\0'", &s)); in TEST()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXVector.td | 25 // Extract v2i16 33 // Extract v4i16 41 // Extract v2i8 49 // Extract v4i8 57 // Extract v2i32 65 // Extract v2f32 73 // Extract v2i64 81 // Extract v2f64 89 // Extract v4i32 97 // Extract v4f32
|
/external/bison/examples/ |
D | extexi | 1 # Extract all examples from the manual source. -*- AWK -*-
|
/external/webkit/Source/WebCore/bindings/objc/ |
D | DOMInternal.mm | 104 // Extract the WebCore::Node from the ObjectiveC wrapper.
|
/external/bison/tests/ |
D | sets.at | 22 # Extract the information about the grammar sets from a bison
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | chrome_event_processing_window.mm | 25 // Extract info from |event|.
|
/external/zlib/src/as400/ |
D | readme.txt | 28 _ Extract the saved objects into the ZLIB AS400 library using:
|
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 42 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const;
|
/external/llvm/test/CodeGen/X86/ |
D | avx-shuffle.ll | 80 ; Extract a value from a shufflevector.. 90 ; Extract a value which is the result of an undef mask.
|
/external/clang/include/clang/Basic/ |
D | arm_neon.td | 266 // E.3.16 Extract lanes from a vector 351 // E.3.26 Vector Extract
|
/external/regex-re2/util/ |
D | pcre.h | 413 static bool Extract(const StringPiece &text,
|