Searched defs:True (Results 1 - 25 of 85) sorted by relevance

1234

/external/chromium_org/v8/test/webkit/
H A Ddfg-branch-not-fail.js41 var True = true; variable
46 True = "string";
49 shouldBe("foo({f:True})", "1");
51 shouldBe("bar({f:True})", "0");
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugEventListenerConstants.cs42 public const int True = 1; field in class:Antlr.Runtime.Debug.DebugEventListenerConstants
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugEventListenerConstants.cs42 public const int True = 1; field in class:Antlr.Runtime.Debug.DebugEventListenerConstants
/external/chromium_org/third_party/libva/va/
H A Dsysdeps.h41 # define True 1 macro
/external/valgrind/main/tests/
H A Darch_test.c22 #define True 1 macro
40 if ( 0 == strcmp( arch, "x86" ) ) return True;
44 if ( 0 == strcmp( arch, "x86" ) ) return True;
46 if ( 0 == strcmp( arch, "amd64" ) ) return True;
49 if ( 0 == strcmp( arch, "ppc32" ) ) return True;
52 if ( 0 == strcmp( arch, "ppc64" ) ) return True;
54 if ( 0 == strcmp( arch, "ppc32" ) ) return True;
58 if ( 0 == strcmp( arch, "s390x" ) ) return True;
61 if ( 0 == strcmp( arch, "arm" ) ) return True;
64 if ( 0 == strcmp( arch, "arm64" ) ) return True;
[all...]
H A Dos_test.c20 #define True 1 macro
34 if (min_version == NULL) return True; // no version specified
47 if (a1 > g1) return True;
49 if (a2 > g2) return True;
51 if (a3 >= g3) return True;
60 if ( 0 == strcmp( OS, "linux" ) && matches_version( min_version )) return True;
63 if ( 0 == strcmp( OS, "darwin" ) ) return True;
H A Dx86_amd64_features.c23 #define True 1 macro
62 return True;
103 require_amd = True;
120 require_amd = True;
127 require_xgetbv = True;
/external/chromium_org/third_party/cython/src/pyximport/test/
H A Dtest_pyximport.py1 import pyximport; pyximport.install(reload_support=True) namespace
/external/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h43 Unknown = -1, False = 0, True = 1 enumerator in enum:llvm::LazyValueInfo::Tristate
H A DTargetFolder.h231 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const { argument
232 return Fold(ConstantExpr::getSelect(C, True, False));
/external/valgrind/main/none/tests/amd64/
H A Dpcmpxstrx64.c16 #define True ((Bool)1) macro
H A Dpcmpxstrx64w.c17 #define True ((Bool)1) macro
H A Daes.c12 #define True ((Bool)1) macro
/external/chromium_org/components/policy/core/common/cloud/
H A Dcomponent_cloud_policy_store_unittest.cc55 bool True(const std::string& ignored) { function in namespace:policy::__anon6713
317 store_->Purge(POLICY_DOMAIN_EXTENSIONS, base::Bind(&True));
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11_interactive_uitest.cc115 xev.xmotion.same_screen = True;
143 XSynchronize(gfx::GetXDisplay(), True); variable
H A Ddesktop_window_tree_host_x11_unittest.cc206 XSynchronize(gfx::GetXDisplay(), True); variable
H A Dx11_topmost_window_finder_interactive_uitest.cc213 XSynchronize(xdisplay(), True); variable
366 swa.override_redirect = True;
/external/clang/test/SemaTemplate/
H A Dcurrent-instantiation.cpp173 struct True : public Bool<true> {}; struct in namespace:Expressions
179 struct Is_Same<T, T> : public True {};
/external/valgrind/main/VEX/pub/
H A Dlibvex_basictypes.h94 #define True ((Bool)1) macro
101 Int r = (x == 0) ? False : True;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DR600ISelLowering.cpp394 SDValue True = Op.getOperand(2); local
404 // necessary we need to convert LHS and RHS to be the same type True and
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)) {
458 Temp = True;
459 True
[all...]
H A DSIISelLowering.cpp378 SDValue True = Op.getOperand(2); local
385 return DAG.getNode(ISD::SELECT, DL, VT, Cond, True, False);
402 ConstantSDNode *True, *False; local
404 if ((True = dyn_cast<ConstantSDNode>(N->getOperand(2)))
406 && True->isAllOnesValue()
/external/clang/lib/AST/
H A DExprClassification.cpp538 static Cl::Kinds ClassifyConditional(ASTContext &Ctx, const Expr *True, argument
546 if (True->getType()->isVoidType() || False->getType()->isVoidType()) {
550 bool TrueIsThrow = isa<CXXThrowExpr>(True->IgnoreParenImpCasts());
553 : (FalseIsThrow ? True : nullptr))
565 Cl::Kinds LCl = ClassifyInternal(Ctx, True),
/external/llvm/include/llvm/IR/
H A DConstantFolder.h207 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const { argument
208 return ConstantExpr::getSelect(C, True, False);
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600ISelLowering.cpp394 SDValue True = Op.getOperand(2); local
404 // necessary we need to convert LHS and RHS to be the same type True and
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)) {
458 Temp = True;
459 True
[all...]
H A DSIISelLowering.cpp378 SDValue True = Op.getOperand(2); local
385 return DAG.getNode(ISD::SELECT, DL, VT, Cond, True, False);
402 ConstantSDNode *True, *False; local
404 if ((True = dyn_cast<ConstantSDNode>(N->getOperand(2)))
406 && True->isAllOnesValue()

Completed in 9588 milliseconds

1234