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

1 2

  /external/chromium_org/v8/test/webkit/
dfg-branch-not-fail.js 41 var True = true;
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/
DebugEventListenerConstants.cs 41 /** <summary>Serialized version of true</summary> */
42 public const int True = 1;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventListenerConstants.cs 41 /** <summary>Serialized version of true</summary> */
42 public const int True = 1;
  /external/chromium_org/third_party/libva/va/
sysdeps.h 41 # define True 1
  /external/chromium_org/third_party/cython/src/pyximport/test/
test_pyximport.py 1 import pyximport; pyximport.install(reload_support=True)
  /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/chromium_org/components/policy/core/common/cloud/
component_cloud_policy_store_unittest.cc 55 bool True(const std::string& ignored) {
56 return true;
100 // Returns true if the policy exposed by the |store_| is empty.
317 store_->Purge(POLICY_DOMAIN_EXTENSIONS, base::Bind(&True));
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11_interactive_uitest.cc 87 params.remove_standard_frame = true;
115 xev.xmotion.same_screen = True;
143 XSynchronize(gfx::GetXDisplay(), True);
desktop_window_tree_host_x11_unittest.cc 66 return true;
150 params.remove_standard_frame = true;
180 // Returns true if one of |rects| contains point (x,y).
187 return true;
206 XSynchronize(gfx::GetXDisplay(), True);
261 WMStateWaiter waiter(xid1, "_NET_WM_STATE_MAXIMIZED_VERT", true);
338 WMStateWaiter waiter(xid, "_NET_WM_STATE_FULLSCREEN", true);
339 widget->SetFullscreen(true);
423 WMStateWaiter waiter(xid, "_NET_WM_STATE_HIDDEN", true);
455 WMStateWaiter waiter(xid, "_NET_WM_STATE_FOCUSED", true);
    [all...]
x11_topmost_window_finder_interactive_uitest.cc 63 return true;
103 return true;
131 params.remove_standard_frame = true;
213 XSynchronize(xdisplay(), True);
366 swa.override_redirect = True;
  /external/clang/test/SemaTemplate/
current-instantiation.cpp 173 struct True : public Bool<true> {};
179 struct Is_Same<T, T> : public True {};
184 struct Enable_If<true, T> {
instantiate-expr-2.cpp 81 enum { resultT = Cond<true>::is,
93 typedef Lookup<B ? sizeof(T) : sizeof(E)> True;
97 typedef Cond<true, int, char>::True True;
98 typedef Cond<true, int, char>::False False;
102 Lookup<sizeof(int)> const &L2(True());
117 //Cond<true, int*, double> C; // Errors
119 //typedef Cond<true, int*, double>::Type Type; // Errors
120 typedef Cond<true, int, double>::Type Type
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600ISelLowering.cpp 394 SDValue True = Op.getOperand(2);
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,
435 // we can handle this with a native instruction, but we need to swap true
    [all...]
SIISelLowering.cpp 378 SDValue True = Op.getOperand(2);
385 return DAG.getNode(ISD::SELECT, DL, VT, Cond, True, False);
402 ConstantSDNode *True, *False;
404 if ((True = dyn_cast<ConstantSDNode>(N->getOperand(2)))
406 && True->isAllOnesValue()
430 DAG.getConstant(0, MVT::i1), CCOp, true, DCI, DL);
  /external/mesa3d/src/gallium/drivers/radeon/
R600ISelLowering.cpp 394 SDValue True = Op.getOperand(2);
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,
435 // we can handle this with a native instruction, but we need to swap true
    [all...]
SIISelLowering.cpp 378 SDValue True = Op.getOperand(2);
385 return DAG.getNode(ISD::SELECT, DL, VT, Cond, True, False);
402 ConstantSDNode *True, *False;
404 if ((True = dyn_cast<ConstantSDNode>(N->getOperand(2)))
406 && True->isAllOnesValue()
430 DAG.getConstant(0, MVT::i1), CCOp, true, DCI, DL);
  /external/bzip2/
bzip2recover.c 56 #define True ((Bool)1)
367 while (True) {
438 while (True) {
bzip2.c 169 #define True ((Bool)1)
321 if (c == EOF) return True;
350 while (True) {
452 while (True) {
502 return True;
507 while (True) {
541 return True;
548 return True; /*notreached*/
570 while (True) {
602 return True;
    [all...]
bzlib_private.h 49 #define True ((Bool)1)
446 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \
453 if (c_tPos >= (UInt32)100000 * (UInt32)ro_blockSize100k) return True; \
477 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \
  /external/chromium_org/third_party/lzma_sdk/
Types.h 96 #define True 1
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
Types.h 97 #define True 1
  /external/lzma/C/
Types.h 96 #define True 1
  /external/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 179 ConstantInt *True = Builder.getTrue();
242 // ; %tmp0 = tail call i32 @llvm.ctlz.i32(i32 %divisor, i1 true)
243 // ; %tmp1 = tail call i32 @llvm.ctlz.i32(i32 %dividend, i1 true)
255 Value *Tmp0 = Builder.CreateCall2(CTLZ, Divisor, True);
256 Value *Tmp1 = Builder.CreateCall2(CTLZ, Dividend, True);
404 return true;
423 return true;
462 return true;
475 return true;
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp 517 bool isLastInstructionOfItsType = true;
    [all...]
SIISelLowering.cpp 256 *IsFast = true;
261 // reads the "byte address and must be dword aligned". Is it also true for the
269 *IsFast = true;
588 return true;
    [all...]

Completed in 835 milliseconds

1 2