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

1 2 3 4 5 6 7 8

  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
IgdOMOBF.ASL 88 ;* previous command. Else, ignore the event and exit the parent
162 Else
373 Else // Otherwise,
379 Else // Only centered mode is enabled
391 Else // Otherwise,
397 Else // Only stretched mode is enabled
409 Else // Otherwise,
415 Else // Only aspect ratio mode is enabled
423 // The following code for panel fitting (within the Else condition) is retained for backward compatiblity.
425 Else // If CFPM field is zero use PFIT and toggle the
    [all...]
INTELISPDev2.ASL 39 Else
70 Else
RTD3.asl 66 } Else
89 } Else
106 } Else
124 } Else
141 } Else
INTELGFX.ASL 89 } Else
107 } Else
127 } Else
149 } Else
173 } Else
185 // If nothing else, return Unknown LFP.
192 } Else
215 Else
276 Else
330 Else
    [all...]
98_LINK.ASL 114 Else
186 Else
258 Else
330 Else
402 Else
474 Else
546 Else
618 Else
THERMAL.ASL 68 } else
74 // Else return a static value if both EC and DTS are unavailable.
76 } Else
  /external/python/cpython2/PC/VS8.0/
idle.bat 4 rem -d Run Debug build (python_d.exe). Else release build.
  /external/python/cpython2/PC/VS9.0/
idle.bat 4 rem -d Run Debug build (python_d.exe). Else release build.
  /external/python/cpython2/PCbuild/
idle.bat 4 rem -d Run Debug build (python_d.exe). Else release build.
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/
PciIrq.asi 46 Else
70 Else
93 Else
113 Else
136 Else
159 Else
179 Else
202 Else
224 Else {
243 Else
    [all...]
CY8C9540A.asi 34 Else
LpcDev.asi 37 Else
74 Else
90 Device(XTRA) // all "PNP0C02" devices- pieces that don't fit anywhere else
231 Else
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
token.ml 18 | If | Then | Else
lexer.ml 49 | "else" -> [< 'Token.Else; stream >]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
token.ml 18 | If | Then | Else
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
token.ml 18 | If | Then | Else
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
token.ml 18 | If | Then | Else
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
token.ml 18 | If | Then | Else
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
token.ml 18 | If | Then | Else
  /external/v8/src/compiler/
control-builders.cc 23 void IfBuilder::Else() {
74 control_if.Else();
85 control_if.Else();
165 control_if.Else();
174 control_if.Else();
  /external/libchrome/sandbox/linux/bpf_dsl/
bpf_dsl_unittest.cc 81 } else {
123 return If(pid == 0, Error(EPERM)).Else(Error(EINVAL));
127 return If(uid != 42, Kill()).Else(Allow());
159 .Else(Error(EINVAL));
203 .Else(Error(EINVAL));
224 // Expect EINVAL for anything else.
241 return If(addr == kDeadBeefAddr, Error(EPERM)).Else(Allow());
264 return If(fd == -314, Error(EPERM)).Else(Allow());
323 return If((uid & 0xf) == 0, Error(EINVAL)).Else(Error(EACCES));
327 return If((gid & 0xf0) == 0xf0, Error(EINVAL)).Else(Error(EACCES))
    [all...]
  /external/libchrome/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions.cc 68 #else
76 #else
84 #else
92 #else
104 #else
146 .Else(CrashSIGSYSClone());
206 return If((flags & ~kAllowedMask) == 0, Allow()).Else(CrashSIGSYS());
216 return If((prot & ~kAllowedMask) == 0, Allow()).Else(CrashSIGSYS());
245 If((long_arg & ~kAllowedMask) == 0, Allow()).Else(CrashSIGSYS()))
275 return If(pid == target_pid, Allow()).Else(CrashSIGSYSKill())
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_emulate_branches.c 46 struct rc_instruction * Else;
93 rc_error(s->C, "Encountered ELSE outside of branches");
100 branch->Else = inst;
114 } else {
215 allocate_and_insert_proxies(s, &IfProxies, branch->If->Next, branch->Else ? branch->Else : inst);
217 if (branch->Else)
218 allocate_and_insert_proxies(s, &ElseProxies, branch->Else->Next, inst);
230 if (branch->Else)
231 rc_remove_instruction(branch->Else);
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/
dsdt.asl 53 } Else {
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 81 if (IdentifierStr == "else")
174 /// IfExprAST - Expression class for if/then/else.
176 std::unique_ptr<ExprAST> Cond, Then, Else;
180 std::unique_ptr<ExprAST> Else)
181 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {}
303 else
321 /// ifexpr ::= 'if' expression 'then' expression 'else' expression
339 return LogError("expected else");
343 auto Else = ParseExpression()
    [all...]

Completed in 275 milliseconds

1 2 3 4 5 6 7 8