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

1 2 3 4 5

  /external/libpng/contrib/pngminus/
makevms.com 10 $ then
13 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
16 $ then
17 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
19 $ then
26 $ if f$trnlnm("SYS").eqs."" then define sys decc$library_include:
60 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
65 $ If Argument .Eqs. "" Then Goto Exit
69 $ If File .Eqs. " " Then Goto Endl
74 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextE
    [all...]
  /external/eigen/Eigen/src/Eigen2Support/
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/libpng/scripts/
makevms.com 11 $ then
20 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
21 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
28 $ then
31 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
34 $ then
35 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
37 $ then
44 $ if f$trnlnm("SYS").eqs."" then define sys decc$library_include:
54 $ then
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
token.ml 18 | If | Then | Else
lexer.ml 48 | "then" -> [< 'Token.Then; stream >]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
token.ml 18 | If | Then | Else
lexer.ml 48 | "then" -> [< 'Token.Then; stream >]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
token.ml 18 | If | Then | Else
lexer.ml 48 | "then" -> [< 'Token.Then; stream >]
  /external/chromium_org/third_party/icu/source/data/translit/
trnsfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or re
  /external/icu4c/data/translit/
trnsfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or re
  /external/chromium_org/v8/src/
code-stubs-hydrogen.cc 91 checker_.Then();
235 builder.Then();
317 if_number.Then();
368 checker.Then();
379 if_fixed_cow.Then();
390 if_fixed.Then();
457 checker.Then();
756 // If it's a double array, no problem, and if it's fast then no
881 if_nil.Then();
921 if_leftisstring.Then();
    [all...]
  /external/chromium_org/third_party/icu/source/data/misc/
miscfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or re-
  /external/chromium_org/third_party/icu/source/data/sprep/
sprepfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or
  /external/icu4c/data/misc/
miscfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or re-
  /external/icu4c/data/sprep/
sprepfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or
  /external/eigen/Eigen/src/Core/util/
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; };
111 * If none of these members is provided, then the type of the first argument is returned. FIXME, that behavior is a pretty bad hack.
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 58 if (IdentifierStr == "then") return tok_then;
142 /// IfExprAST - Expression class for if/then/else.
144 ExprAST *Cond, *Then, *Else;
146 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else)
147 : Cond(cond), Then(then), Else(_else) {}
273 /// ifexpr ::= 'if' expression 'then' expression 'else' expression
282 return Error("expected then");
283 getNextToken(); // eat the then
285 ExprAST *Then = ParseExpression()
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 61 if (IdentifierStr == "then") return tok_then;
157 /// IfExprAST - Expression class for if/then/else.
159 ExprAST *Cond, *Then, *Else;
161 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else)
162 : Cond(cond), Then(then), Else(_else) {}
301 /// ifexpr ::= 'if' expression 'then' expression 'else' expression
310 return Error("expected then");
311 getNextToken(); // eat the then
313 ExprAST *Then = ParseExpression()
    [all...]
  /external/chromium_org/chrome/browser/resources/gaia_auth/
inline_injected.js 8 * JavaScript reference to the embedder window. Then upon submit of the sign
  /external/icu4c/data/brkitr/
brkfiles.mk 11 # Then, you can have your local changes remain even if you upgrade or
  /external/libpng/contrib/gregbook/
makevms.com 13 $ if f$search("[---.zlib]zlib.h").nes."" then zpath = "[---.zlib]"
14 $ if f$search("[--]png.h").nes."" then pngpath = "[--]"
16 $ if f$search("[-.zlib]zlib.h").nes."" then zpath = "[-.zlib]"
17 $ if f$search("[-.libpng]png.h").nes."" then pngpath = "[-.libpng]"
20 $ then
26 $ then
35 $ then
38 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
41 $ then
42 $ if f$trnlnm("SYS").eqs."" then define sys sys$library
    [all...]
  /external/chromium_org/third_party/mesa/src/scons/
crossmingw.py 72 # First search in the SCons path and then the OS path:
143 the c_file from the sources list, then appends the new .o file to
144 sources. Then return the new sources list.
  /external/mesa3d/scons/
crossmingw.py 72 # First search in the SCons path and then the OS path:
143 the c_file from the sources list, then appends the new .o file to
144 sources. Then return the new sources list.
  /external/zlib/src/
make_vms.com 26 $ on error then goto err_exit
63 $!!! if axp .or. ia64 then set proc/parse=extended
73 $ then
74 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
75 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
94 $ then
97 $ then
99 $ then
111 $ then
117 $ then
    [all...]

Completed in 1400 milliseconds

1 2 3 4 5