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

1 2 3 4 5 6 7 8 91011>>

  /external/libpng/contrib/pngminus/
makevms.com 9 $ if f$getsyi("HW_MODEL").ge.1024
13 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
15 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
17 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
18 $ if f$search("SYS$SYSTEM:VAXC.EXE").eqs.""
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/yaffs2/yaffs2/
Kconfig 18 If unsure, say N.
30 If unsure, say Y.
40 If unsure, say N.
48 Steven Hill's nand_ecc.c. If not set, then you get the
51 If unsure, say N.
60 If unsure, say Y.
71 If unsure, say Y.
82 Lazy loading will only happen if enabled by this option being 'n'
83 and if the appropriate tags are available, else yaffs2 will
91 If unsure, say N
    [all...]
  /external/libpng/scripts/
makevms.com 10 $ if p1 .eqs. "CONTRIB"
20 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
21 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
27 $ if f$getsyi("HW_MODEL").ge.1024
31 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
33 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
35 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
36 $ if f$search("SYS$SYSTEM:VAXC.EXE").eqs.""
44 $ if f$trnlnm("SYS").eqs."" then define sys decc$library_include:
53 $ if make.eqs."
    [all...]
  /external/llvm/test/MC/AsmParser/
directive_lsym.s 3 # FIXME: This is currently unsupported. If it turns out no one uses it, we
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
runPatchCommand.pl 29 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
66 +If it did, some unit tests don't seem to be working quite right:
67 +It would be great if you could file a bug report. Thanks!
  /external/llvm/autoconf/m4/
check_gnu_make.m4 10 if test -z "$a" ; then continue ; fi ;
11 if ( sh -c "$a --version" 2> /dev/null | grep GNU 2>&1 > /dev/null )
17 dnl If there was a GNU version, then set @ifGNUmake@ to the empty string,
19 if test "x$llvm_cv_gnu_make_command" != "x" ; then
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
token.ml 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
18 | If | Then | Else
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
token.ml 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
18 | If | Then | Else
parser.ml 49 (* ifexpr ::= 'if' expr 'then' expr 'else' expr *)
50 | [< 'Token.If; c=parse_expr;
53 Ast.If (c, t, e)
89 (* If this is a unary operator, read it. *)
93 (* If the current token is not an operator, it must be a primary expr. *)
100 (* If this is a binop, find its precedence. *)
104 (* If this is a binop that binds at least as tightly as the current binop,
106 if token_prec < expr_prec then lhs else begin
117 (* If BinOp binds less tightly with rhs than the operator after
120 if token_prec < next_pre
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
token.ml 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
18 | If | Then | Else
  /external/llvm/projects/sample/autoconf/m4/
check_gnu_make.m4 10 if test -z "$a" ; then continue ; fi ;
11 if ( sh -c "$a --version" 2> /dev/null | grep GNU 2>&1 > /dev/null )
17 dnl If there was a GNU version, then set @ifGNUmake@ to the empty string,
19 if test "x$llvm_cv_gnu_make_command" != "x" ; then
  /external/webkit/LayoutTests/fast/events/touch/resources/
touch-stale-node-crash.js 10 description("If this test does not crash then you pass!");
12 if (window.layoutTestController)
15 if (window.eventSender) {
  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.mli 16 [path]. Returns [true] if successful, [false] otherwise. *)
21 [m] to the channel [c]. If [unbuffered] is [true], after every write the fd
22 will be flushed. Returns [true] if successful, [false] otherwise. *)
28 to the channel [c]. If [unbuffered] is [true], after every write the fd
29 will be flushed. Returns [true] if successful, [false] otherwise. *)
  /external/valgrind/main/none/tests/s390x/
op_exception.stderr.exp 8 location. If you are running Memcheck and you just saw a
11 i.e. it's Valgrind's fault. If you think this is the case or
  /dalvik/vm/mterp/armv5te/
OP_GOTO.S 14 @ If backwards branch refresh rIBASE
17 #if defined(WITH_JIT)
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
TokenSource.pm 29 to keep going or you do not upon token recognition error. If you do not
32 toss you all the way out of the recognizers. If you want to continue
  /external/valgrind/main/memcheck/tests/
supp_unknown.stderr.exp 6 If you believe this happened as a result of a stack
  /external/valgrind/main/none/tests/linux/
blockfault.stderr.exp 6 If you believe this happened as a result of a stack
  /sdk/lint/cli/
Android.mk 11 # If the dependency list is changed, etc/manifest.txt
  /sdk/lint/libs/lint_checks/
Android.mk 10 # If the dependency list is changed, etc/manifest.txt
  /external/libpng/projects/visualc71/
README_zlib.txt 19 3) Set one of the project as the StartUp project. If you just want to build the
21 Project | Set as StartUp project). If you want to build and test the
23 Set as StartUp project), If you want to build the minigzip utility set it to
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml 43 (* If argument mismatch error. *)
44 if Array.length params == Array.length args then () else
58 (* If 'f' conflicted, there was already something named 'name'. If it
61 (* If 'f' already has a body, reject this. *)
62 if block_begin f <> At_end f then
65 (* If 'f' took a different number of arguments, reject. *)
66 if element_type (type_of f) <> ft then
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml 43 (* If argument mismatch error. *)
44 if Array.length params == Array.length args then () else
58 (* If 'f' conflicted, there was already something named 'name'. If it
61 (* If 'f' already has a body, reject this. *)
62 if block_begin f <> At_end f then
65 (* If 'f' took a different number of arguments, reject. *)
66 if element_type (type_of f) <> ft then
  /external/qemu-pc-bios/bochs/bios/
acpi-dsdt.dsl 16 * License along with this library; if not, write to the Free Software
332 If (LEqual (Local0, 0))
361 If (LEqual (Local0, 0))
389 If (LEqual (Local0, 0))
450 If (And (0x80, PRQ0, Local1))
469 If (LLess (Local0, 0x80))
497 If (And (0x80, PRQ1, Local1))
516 If (LLess (Local0, 0x80))
544 If (And (0x80, PRQ2, Local1))
563 If (LLess (Local0, 0x80)
    [all...]
  /external/grub/
compile 20 # along with this program; if not, write to the Free Software
23 # As a special exception to the GNU General Public License, if you
45 If you are trying to build a whole package this is not the
64 if test -n "$eat"; then
70 # So we strip `-o arg' only if arg is an object.
96 if test -z "$ofile" || test -z "$cfile"; then
97 # If no `-o' option was seen then we might have been invoked from a
99 # normal compilation that the losing compiler can handle. If no
114 if mkdir "$lockdir" >/dev/null 2>&1; then
119 # FIXME: race condition here if user kills between mkdir and trap
    [all...]

Completed in 557 milliseconds

1 2 3 4 5 6 7 8 91011>>