HomeSort by relevance Sort by last modified time
    Searched refs:If (Results 1 - 25 of 3056) 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!
  /cts/tests/tests/webkitsecurity/assets/
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/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) {
  /sdk/lint/cli/
Android.mk 11 # If the dependency list is changed, etc/manifest.txt
  /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/libs/lint_checks/
Android.mk 12 # 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
  /ndk/build/core/
add-application.mk 31 # Check that NDK_DEBUG is properly defined. If it is
63 # check whether APP_PLATFORM is defined. If not, look for project.properties in
64 # the $(APP_PROJECT_PATH) and extract the value with awk's help. If nothing is here,
91 # If not, we're going to use the max supported platform value.
125 # If APP_BUILD_SCRIPT is defined, check that the file exists.
126 # If undefined, look in $(APP_PROJECT_PATH)/jni/Android.mk
141 $(call __ndk_info,If this is intentional, please define APP_BUILD_SCRIPT to point)
150 # - If APP_DEBUG is set to 'true', then it always should.
151 # - If APP_DEBUG is set to 'false', then it never should
181 # If APP_OPTIM is defined in the Application.mk, just use this
    [all...]

Completed in 211 milliseconds

1 2 3 4 5 6 7 8 91011>>