HomeSort by relevance Sort by last modified time
    Searched defs:False (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/chromium_org/v8/test/webkit/
dfg-branch-not-fail.js 42 var False = false;
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/
DebugEventListenerConstants.cs 43 public const int False = 0;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventListenerConstants.cs 43 public const int False = 0;
  /external/valgrind/main/tests/
arch_test.c 21 #define False 0
76 return False;
os_test.c 19 #define False 0
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;
x86_amd64_features.c 22 #define False 0
64 return False;
67 return False;
74 Bool require_amd = False;
75 Bool require_xgetbv = False;
  /external/chromium_org/third_party/libva/va/
sysdeps.h 42 # define False 0
  /external/chromium_org/ui/gfx/x/
x11_error_tracker.cc 28 XSync(GetXDisplay(), False);
39 XSync(GetXDisplay(), False);
  /hardware/intel/common/libva/va/
sysdeps.h 42 # define False 0
  /external/llvm/include/llvm/Analysis/
LazyValueInfo.h 41 /// Tristate - This is used to return true/false/dunno results.
43 Unknown = -1, False = 0, True = 1
50 /// with a constant is known to be true or false on the specified CFG edge.
  /external/llvm/unittests/IR/
VerifierTest.cpp 27 FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg=*/false);
36 Constant *False = ConstantInt::getFalse(C);
37 BranchInst *BI = BranchInst::Create(Exit, Exit, False, Entry);
50 FunctionType *FTy = FunctionType::get(Type::getInt32Ty(C), /*isVarArg=*/false);
  /external/valgrind/main/none/tests/amd64/
pcmpxstrx64.c 15 #define False ((Bool)0)
pcmpxstrx64w.c 16 #define False ((Bool)0)
aes.c 11 #define False ((Bool)0)
  /external/clang/test/SemaTemplate/
current-instantiation.cpp 174 struct False : public Bool<false> {};
177 struct Is_Same : public False {};
instantiate-expr-2.cpp 82 resultF = Cond<false>::is };
94 typedef Lookup<!B ? sizeof(T) : sizeof(E)> False;
98 typedef Cond<true, int, char>::False False;
101 Lookup<1> const &L1(False());
  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 95 #define False ((Bool)0)
101 Int r = (x == 0) ? False : True;
  /external/valgrind/main/mpi/
mpiwrap_type_test.c 19 #define False ((Bool)0)
281 TRY(False, MPI_FLOAT_INT, "FLOAT_INT");
282 TRY(False, MPI_DOUBLE_INT, "DOUBLE_INT");
283 TRY(False, MPI_LONG_INT, "LONG_INT");
284 TRY(False, MPI_SHORT_INT, "SHORT_INT");
285 TRY(False, MPI_2INT, "2INT");
286 TRY(False, MPI_LONG_DOUBLE_INT, "LONG_DOUBLE_INT");
291 TRY(False, MPI_REAL8, "REAL8");
294 TRY(False, MPI_REAL4, "REAL4");
297 TRY(False, MPI_INTEGER8, "INTEGER8")
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600ISelLowering.cpp 371 false, false, false, 0);
395 SDValue False = Op.getOperand(3);
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)
    [all...]
SIISelLowering.cpp 379 SDValue False = Op.getOperand(3);
385 return DAG.getNode(ISD::SELECT, DL, VT, Cond, True, False);
402 ConstantSDNode *True, *False;
405 && (False = dyn_cast<ConstantSDNode>(N->getOperand(3)))
407 && False->isNullValue()
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11_unittest.cc 187 return false;
208 XSynchronize(gfx::GetXDisplay(), False);
353 XSendEvent(display, DefaultRootWindow(display), False,
357 WMStateWaiter waiter(xid, "_NET_WM_STATE_FULLSCREEN", false);
362 // Calling Widget::SetFullscreen(false) should clear the widget's fullscreen
364 widget->SetFullscreen(false);
406 XSendEvent(display, DefaultRootWindow(display), False,
438 XSendEvent(display, DefaultRootWindow(display), False,
x11_topmost_window_finder_unittest.cc 101 return false;
143 ui::SetUseOSWindowFrame(xid, false);
209 XSynchronize(xdisplay(), False);
326 false); local
372 ui::SetUseOSWindowFrame(menu_xid, false);
  /external/mesa3d/src/gallium/drivers/radeon/
R600ISelLowering.cpp 371 false, false, false, 0);
395 SDValue False = Op.getOperand(3);
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)
    [all...]
SIISelLowering.cpp 379 SDValue False = Op.getOperand(3);
385 return DAG.getNode(ISD::SELECT, DL, VT, Cond, True, False);
402 ConstantSDNode *True, *False;
405 && (False = dyn_cast<ConstantSDNode>(N->getOperand(3)))
407 && False->isNullValue()
  /external/srec/srec/include/
all_defs.h 86 #define False ESR_FALSE

Completed in 744 milliseconds

1 2 3 4