Searched refs:If (Results 1 - 25 of 413) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_emulate_loops.h13 struct rc_instruction * If; member in struct:loop_info
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_emulate_loops.h13 struct rc_instruction * If; member in struct:loop_info
/external/libpng/contrib/pngminus/
H A Dmakevms.com60 $ 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 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/chromium_org/sandbox/linux/seccomp-bpf-helpers/
H A Dsyscall_parameters_restrictions.cc93 using sandbox::bpf_dsl::If;
119 return If(IsAndroid() ? android_test : glibc_test, Allow())
150 return If((flags & ~kAllowedMask) == 0, Allow()).Else(CrashSIGSYS());
160 return If((prot & ~kAllowedMask) == 0, Allow()).Else(CrashSIGSYS());
189 If((long_arg & ~kAllowedMask) == 0, Allow()).Else(CrashSIGSYS()))
219 return If(pid == target_pid, Allow()).Else(CrashSIGSYSKill());
247 return If(which == PRIO_PROCESS,
248 If(who == 0 || who == target_pid, Allow()).Else(Error(EPERM)))
255 return If(
279 return If(pi
[all...]
/external/yaffs2/yaffs2/
H A DKconfig18 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.
91 If unsure, say N.
106 If unsure, say N.
124 If unsur
[all...]
/external/llvm/test/MC/AsmParser/
H A Ddirective_lsym.s3 # FIXME: This is currently unsupported. If it turns out no one uses it, we
/external/chromium_org/components/nacl/loader/nonsfi/
H A Dnonsfi_sandbox.cc43 using sandbox::bpf_dsl::If;
65 return If((cmd == F_SETFD && long_arg == FD_CLOEXEC) || cmd == F_GETFL ||
73 return If(flags == (CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND |
99 return If(option == PR_SET_NAME, Error(EPERM)).Else(CrashSIGSYSPrctl());
106 return If(call == SYS_SOCKETPAIR || call == SYS_SHUTDOWN ||
117 return If((prot & ~kAllowedMask) == 0, Allow()).Else(CrashSIGSYS());
128 return If((prot & ~kAllowedProtMask) == 0 && (flags & ~kAllowedFlagMask) == 0,
137 return If(domain == AF_UNIX, Allow()).Else(CrashSIGSYS());
168 // glibc uses this for its pthread implementation. If we return
/external/llvm/autoconf/m4/
H A Dcheck_gnu_make.m417 dnl If there was a GNU version, then set @ifGNUmake@ to the empty string,
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoken.ml18 | If | Then | Else Constructor in type:token
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoken.ml18 | If | Then | Else Constructor in type:token
H A Dparser.ml50 | [< '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,
117 (* If BinOp binds less tightly with rhs than the operator after
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoken.ml18 | If | Then | Else Constructor in type:token
/external/chromium_org/sandbox/linux/bpf_dsl/
H A Dbpf_dsl_unittest.cc70 return If(pid == 0, Error(EPERM)).Else(Error(EINVAL));
74 return If(uid != 42, Error(ESRCH)).Else(Error(ENOMEM));
100 return If(domain == AF_UNIX &&
138 return If(ruid == 0 || euid == 0 || suid == 0, Error(EPERM))
175 return If(addr == kDeadBeefAddr, Error(EPERM)).Else(Allow());
228 return If((uid & 0xf) == 0, Error(EINVAL)).Else(Error(EACCES));
232 return If((gid & 0xf0) == 0xf0, Error(EINVAL)).Else(Error(EACCES));
236 return If((pid & 0xa5) == 0xa0, Error(EINVAL)).Else(Error(EACCES));
269 return If((uid & 0xfff) == 0, Error(0))
304 .Case(F_SETFD, If(long_ar
[all...]
/external/chromium_org/build/
H A Dbuild-ctags.sh9 You must be using Exuberant Ctags, not just standard GNU ctags. If you are on
/external/libpng/scripts/
H A Dmakevms.com20 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
21 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
110 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
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/ocaml/bitwriter/
H A Dllvm_bitwriter.mli21 [m] to the channel [c]. If [unbuffered] is [true], after every write the fd
28 to the channel [c]. If [unbuffered] is [true], after every write the fd
/external/valgrind/main/none/tests/s390x/
H A Dop_exception.stderr.exp8 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
21 location. If you are running Memcheck and you just saw a
24 i.e. it's Valgrind's fault. If you think this is the case or
34 location. If you are running Memcheck and you just saw a
37 i.e. it's Valgrind's fault. If you think this is the case or
47 location. If you are running Memcheck and you just saw a
50 i.e. it's Valgrind's fault. If you think this is the case or
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DTokenSource.pm29 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/
H A Dsupp_unknown.stderr.exp6 If you believe this happened as a result of a stack
/external/valgrind/main/none/tests/linux/
H A Dblockfault.stderr.exp6 If you believe this happened as a result of a stack
/external/libpng/projects/visualc71/
H A DREADME_zlib.txt23 3) Set one of the project as the StartUp project. If you just want to build the
25 Project | Set as StartUp project). If you want to build and test the
27 Set as StartUp project), If you want to build the minigzip utility set it to
/external/chromium_org/
H A DAndroid.mk15 # If the product is using a prebuilt libwebviewchromium then we need to skip
46 # If the gyp-generated makefile exists for the current host OS and primary
47 # target architecture, we need to include it. If it doesn't exist then just do
55 # If the host is declared as being 64-bit, set the host multilib variables
82 # If the host is declared as being 64-bit, set the host multilib variables
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dcodegen.ml43 (* If argument mismatch error. *)
58 (* If 'f' conflicted, there was already something named 'name'. If it
61 (* If 'f' already has a body, reject this. *)
65 (* If 'f' took a different number of arguments, reject. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dcodegen.ml43 (* If argument mismatch error. *)
58 (* If 'f' conflicted, there was already something named 'name'. If it
61 (* If 'f' already has a body, reject this. *)
65 (* If 'f' took a different number of arguments, reject. *)
/external/chromium_org/third_party/openmax_dl/dl/api/arm/
H A DarmCOMM_s.h42 @ If rreg is lr or r4, save lr and r4
53 @ If rreg = r5 or r6, save up to register r6
63 @ If rreg = r7 or r8, save up to register r8
73 @ If rreg = r9 or r10, save up to register r10
83 @ If rreg = r11 or r12, save up to register r12
407 @ 1. If no address is given then the name is taken
409 @ 2. If the addressing mode is not available for the
434 @ 1. If no address is given then the name is taken
436 @ 2. If the addressing mode is not available for the

Completed in 848 milliseconds

1234567891011>>