/external/libpng/contrib/pngminus/ |
D | makevms.com | 65 $ If Argument .Eqs. "" Then Goto Exit 69 $ If File .Eqs. " " Then Goto Endl 74 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl 75 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit 82 $ If arg .Le. 8 Then Goto Loop 91 $ If V Then Set Verify
|
/external/llvm/test/Transforms/LICM/ |
D | no-preheader-test.ll | 5 br i1 %ifcond, label %Then, label %Else 6 Then: ; preds = %0 10 Loop: ; preds = %Loop, %Else, %Then 11 %j = phi i32 [ 0, %Then ], [ 12, %Else ], [ %Next, %Loop ] ; <i32> [#uses=1]
|
/external/libpng/scripts/ |
D | makevms.com | 20 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS" 21 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK" 115 $ If Argument .Eqs. "" Then Goto Exit 119 $ If File .Eqs. " " Then Goto Endl 124 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl 125 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit 132 $ If arg .Le. 8 Then Goto Loop 141 $ If V Then Set Verify
|
/external/llvm/bindings/python/ |
D | README.txt | 23 Then by running nosetests: 36 Then run nosetests: 45 Then open cover/index.html in your browser of choice to see the code coverage. 54 Then at any time run it to see a report:
|
/external/eigen/Eigen/src/Eigen2Support/ |
D | Meta.h | 22 template<bool Condition, typename Then, typename Else> 23 struct ei_meta_if { typedef Then ret; }; 25 template<typename Then, typename Else> 26 struct ei_meta_if <false, Then, Else> { typedef Else ret; };
|
/external/eigen/Eigen/src/Core/util/ |
D | Meta.h | 28 template<bool Condition, typename Then, typename Else> 29 struct conditional { typedef Then type; }; 31 template<typename Then, typename Else> 32 struct conditional <false, Then, Else> { typedef Else type; };
|
/external/llvm/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 144 ExprAST *Cond, *Then, *Else; member in IfExprAST 147 : Cond(cond), Then(then), Else(_else) {} in IfExprAST() 285 ExprAST *Then = ParseExpression(); in ParseIfExpr() local 286 if (Then == 0) return 0; in ParseIfExpr() 296 return new IfExprAST(Cond, Then, Else); in ParseIfExpr() 532 Value *ThenV = Then->Codegen(); in Codegen()
|
/external/llvm/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 159 ExprAST *Cond, *Then, *Else; member in IfExprAST 162 : Cond(cond), Then(then), Else(_else) {} in IfExprAST() 313 ExprAST *Then = ParseExpression(); in ParseIfExpr() local 314 if (Then == 0) return 0; in ParseIfExpr() 324 return new IfExprAST(Cond, Then, Else); in ParseIfExpr() 636 Value *ThenV = Then->Codegen(); in Codegen()
|
/external/zlib/src/ |
D | make_vms.com | 74 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS" 75 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK" 268 $ If Argument .Eqs. "" Then Goto Exit 272 $ If File .Eqs. " " Then Goto Endl 277 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl 278 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit 285 $ If arg .Le. 8 Then Goto Loop 294 $ If V Then Set Verify
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/ |
D | README | 8 Then read document by:
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | token.ml | 18 | If | Then | Else Constructor
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | token.ml | 18 | If | Then | Else Constructor
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | token.ml | 18 | If | Then | Else Constructor
|
/external/ceres-solver/docs/ |
D | nnlsq.tex | 7 function. Then, 19 …cated relationship between $x$ and $y$, say for example $y = e^{mx + c}$. Then the optimization pr…
|
/external/icu4c/tools/icuinfo/ |
D | icuplugins_windows_sample.txt | 10 # Then, set the variable ICU_PLUGINS to C:\SOMEDIRECTORY 12 # Then, ICU will load the test plugin from either the debug or non-debug
|
/external/llvm/test/Transforms/Inline/ |
D | 2004-04-15-InlineDeletesCall.ll | 4 ; call. Then the inliner tries to inline the second call, which no longer
|
/external/llvm/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 164 ExprAST *Cond, *Then, *Else; member in IfExprAST 167 : Cond(cond), Then(then), Else(_else) {} in IfExprAST() 331 ExprAST *Then = ParseExpression(); in ParseIfExpr() local 332 if (Then == 0) return 0; in ParseIfExpr() 342 return new IfExprAST(Cond, Then, Else); in ParseIfExpr() 732 Value *ThenV = Then->Codegen(); in Codegen()
|
/external/antlr/antlr-3.4/runtime/Perl5/examples/ |
D | README | 5 Then you need to build the Perl module.
|
/external/eigen/ |
D | CTestConfig.cmake | 2 ## Then modify the CMakeLists.txt file in the root directory of your
|
/external/smack/asmack-master/patch/beem/ |
D | README.txt | 4 Then build asmack the usual way.
|
/external/webkit/LayoutTests/http/tests/appcache/ |
D | origins-with-appcache-expected.txt | 1 …ts that no origins are reported after all application caches are removed. Then, it loads an iframe…
|
/external/llvm/test/CodeGen/X86/ |
D | red-zone.ll | 14 ; Then with noredzone.
|
/external/icu4c/stubdata/reduced_coll/ |
D | README.txt | 6 Then copy the new data file back to its source location.
|
/external/llvm/docs/tutorial/ |
D | LangImpl5.rst | 21 If/Then/Else 60 Lexer Extensions for If/Then/Else 84 AST Extensions for If/Then/Else 93 ExprAST *Cond, *Then, *Else; 96 : Cond(cond), Then(then), Else(_else) {} 102 Parser Extensions for If/Then/Else 123 ExprAST *Then = ParseExpression(); 124 if (Then == 0) return 0; 134 return new IfExprAST(Cond, Then, Else); 151 LLVM IR for If/Then/Else [all …]
|
/external/libvpx/libvpx/vp8/encoder/arm/neon/ |
D | vp8_shortwalsh4x4_neon.asm | 31 ;transpose d0, d1, d2, d3. Then, d0=ip[0], d1=ip[1], d2=ip[2], d3=ip[3] 59 ;transpose d0, d1, d2, d3, Then, d0=ip[0], d1=ip[4], d2=ip[8], d3=ip[12]
|