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

1 2 3 4

  /external/chromium_org/third_party/libva/va/
sysdeps.h 41 # define False 0
  /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/chromium_org/third_party/tlslite/tlslite/utils/
RC4.py 3 from compat import * #For False
9 self.isBlockCipher = False
jython_compat.py 98 #True and False have to be specially defined
99 False = 0
132 return False
  /external/valgrind/main/tests/
arch_test.c 21 #define False 0
61 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 16 #define False 0
48 Bool require_amd = False;
  /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);
67 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/chromium_org/ui/base/x/
active_window_watcher_x.cc 76 False, // deleted
  /external/chromium/chrome/browser/chromeos/
wm_ipc.cc 47 // TODO: Trap errors and return false on failure.
114 False, // propagate
121 return false;
127 return false;
134 return false;
182 False, // only_if_exists
  /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 85 #define False ((Bool)0)
91 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/content/browser/renderer_host/
backing_store_gtk.cc 162 : loaded_extension_(false),
194 XSync(ui::GetXDisplay(), False);
286 use_render_(false),
352 *scheduled_completion_callback = false;
428 False /* send_event */);
433 width, height, False /* send_event */);
505 XSync(display_, False);
509 if (*scheduled_completion_callback == false) {
525 return false;
540 return false;
    [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/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 287 SDValue False = Op.getOperand(3);
291 !((LHS == True && RHS == False) || (LHS == False && RHS == True))) {
456 return false;
466 return 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...]

Completed in 1889 milliseconds

1 2 3 4