Searched defs:False (Results 1 - 25 of 81) sorted by relevance

1234

/external/chromium_org/v8/test/webkit/
H A Ddfg-branch-not-fail.js42 var False = false; variable
47 False = void 0;
50 shouldBe("foo({f:False})", "0");
52 shouldBe("bar({f:False})", "1");
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugEventListenerConstants.cs43 public const int False = 0; field in class:Antlr.Runtime.Debug.DebugEventListenerConstants
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugEventListenerConstants.cs43 public const int False = 0; field in class:Antlr.Runtime.Debug.DebugEventListenerConstants
/external/chromium_org/third_party/libva/va/
H A Dsysdeps.h42 # define False 0 macro
/external/valgrind/main/tests/
H A Darch_test.c21 #define False 0 macro
76 return False;
H A Dos_test.c19 #define False 0 macro
38 if (fp == NULL || fscanf(fp, "%d.%d.%d", &a1, &a2, &a3) != 3) return False;
42 if (sscanf(min_version, "%d.%d.%d", &g1, &g2, &g3) != 3) return False;
48 if (a1 < g1) return False;
50 if (a2 < g2) return False;
53 return False;
69 return False;
H A Dx86_amd64_features.c22 #define False 0 macro
64 return False;
67 return False;
74 Bool require_amd = False;
75 Bool require_xgetbv = False;
/external/chromium_org/ui/gfx/x/
H A Dx11_error_tracker.cc28 XSync(GetXDisplay(), False); local
39 XSync(GetXDisplay(), False); local
/external/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h43 Unknown = -1, False = 0, True = 1 enumerator in enum:llvm::LazyValueInfo::Tristate
/external/llvm/unittests/IR/
H A DVerifierTest.cpp36 Constant *False = ConstantInt::getFalse(C); local
37 BranchInst *BI = BranchInst::Create(Exit, Exit, False, Entry);
/external/valgrind/main/none/tests/amd64/
H A Dpcmpxstrx64.c15 #define False ((Bool)0) macro
H A Dpcmpxstrx64w.c16 #define False ((Bool)0) macro
H A Daes.c11 #define False ((Bool)0) macro
/external/clang/test/SemaTemplate/
H A Dcurrent-instantiation.cpp174 struct False : public Bool<false> {}; struct in namespace:Expressions
177 struct Is_Same : public False {};
/external/valgrind/main/VEX/pub/
H A Dlibvex_basictypes.h95 #define False ((Bool)0) macro
101 Int r = (x == 0) ? False : True;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DR600ISelLowering.cpp395 SDValue False = Op.getOperand(3); local
405 // False. True and False are guaranteed to have the same type as this
428 // If True is a hardware TRUE value and False is a hardware FALSE value or
430 if ((isHWTrueValue(True) && isHWFalseValue(False))) {
431 return DAG.getNode(ISD::SELECT_CC, DL, VT, LHS, RHS, True, False, CC);
434 // XXX If True is a hardware TRUE value and False is a hardware FALSE value,
437 if (isHWTrueValue(False) && isHWFalseValue(True)) {
459 True = False;
460 False
[all...]
H A DSIISelLowering.cpp379 SDValue False = Op.getOperand(3); local
385 return DAG.getNode(ISD::SELECT, DL, VT, Cond, True, False);
402 ConstantSDNode *True, *False; local
405 && (False = dyn_cast<ConstantSDNode>(N->getOperand(3)))
407 && False->isNullValue()
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11_unittest.cc208 XSynchronize(gfx::GetXDisplay(), False); variable
353 XSendEvent(display, DefaultRootWindow(display), False,
406 XSendEvent(display, DefaultRootWindow(display), False,
438 XSendEvent(display, DefaultRootWindow(display), False,
H A Dx11_topmost_window_finder_unittest.cc209 XSynchronize(xdisplay(), False); variable
/external/clang/lib/AST/
H A DExprClassification.cpp539 const Expr *False) {
546 if (True->getType()->isVoidType() || False->getType()->isVoidType()) {
551 bool FalseIsThrow = isa<CXXThrowExpr>(False->IgnoreParenImpCasts());
552 if (const Expr *NonThrow = TrueIsThrow ? (FalseIsThrow ? nullptr : False)
566 RCl = ClassifyInternal(Ctx, False);
538 ClassifyConditional(ASTContext &Ctx, const Expr *True, const Expr *False) argument
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600ISelLowering.cpp395 SDValue False = Op.getOperand(3); local
405 // False. True and False are guaranteed to have the same type as this
428 // If True is a hardware TRUE value and False is a hardware FALSE value or
430 if ((isHWTrueValue(True) && isHWFalseValue(False))) {
431 return DAG.getNode(ISD::SELECT_CC, DL, VT, LHS, RHS, True, False, CC);
434 // XXX If True is a hardware TRUE value and False is a hardware FALSE value,
437 if (isHWTrueValue(False) && isHWFalseValue(True)) {
459 True = False;
460 False
[all...]
H A DSIISelLowering.cpp379 SDValue False = Op.getOperand(3); local
385 return DAG.getNode(ISD::SELECT, DL, VT, Cond, True, False);
402 ConstantSDNode *True, *False; local
405 && (False = dyn_cast<ConstantSDNode>(N->getOperand(3)))
407 && False->isNullValue()
/external/srec/srec/include/
H A Dall_defs.h86 #define False ESR_FALSE macro
/external/valgrind/main/coregrind/
H A Dfixup_macho_loadcmds.c113 #define False ((Bool)0) macro
177 return False;
182 return False;
186 return False;
375 Bool have_rsp = False;
537 return False;
548 return False;
/external/valgrind/main/memcheck/tests/common/
H A Dsh-mem-vec128.tmpl.c30 #define False ((Bool)0) macro
317 apply( do_partial_load_case, i, False/*not aligned*/ );

Completed in 988 milliseconds

1234