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

12

/external/valgrind/main/tests/
H A Darch_test.c22 #define True 1 macro
37 if ( 0 == strcmp( arch, "x86" ) ) return True;
40 if ( 0 == strcmp( arch, "x86" ) ) return True;
41 if ( 0 == strcmp( arch, "amd64" ) ) return True;
44 if ( 0 == strcmp( arch, "ppc32" ) ) return True;
47 if ( 0 == strcmp( arch, "ppc64" ) ) return True;
48 if ( 0 == strcmp( arch, "ppc32" ) ) return True;
53 if ( 0 == strcmp( arch, "ppc64" ) ) return True;
54 if ( 0 == strcmp( arch, "ppc32" ) ) return True;
56 if ( 0 == strcmp( arch, "ppc32" ) ) return True;
[all...]
H A Dos_test.c19 #define True 1 macro
32 if ( 0 == strcmp( OS, "linux" ) ) return True;
35 if ( 0 == strcmp( OS, "aix5" ) ) return True;
38 if ( 0 == strcmp( OS, "darwin" ) ) return True;
H A Dx86_amd64_features.c17 #define True 1 macro
77 require_amd = True;
94 require_amd = True;
/external/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h41 Unknown = -1, False = 0, True = 1 enumerator in enum:llvm::LazyValueInfo::Tristate
/external/webkit/Source/WebCore/bindings/v8/
H A Dnpruntime_internal.h51 #undef True macro
/external/webkit/Source/WebCore/bridge/
H A Dnpruntime_internal.h51 #undef True macro
/external/chromium/chrome/browser/chromeos/
H A Dsystem_key_event_listener.cc130 XGrabKey(GDK_DISPLAY(), key, mask, root, True, GrabModeAsync, GrabModeAsync); local
131 XGrabKey(GDK_DISPLAY(), key, mask | caps_lock_mask, root, True, local
133 XGrabKey(GDK_DISPLAY(), key, mask | num_lock_mask, root, True, local
136 True, GrabModeAsync, GrabModeAsync); local
/external/clang/lib/AST/
H A DExprClassification.cpp500 static Cl::Kinds ClassifyConditional(ASTContext &Ctx, const Expr *True, argument
508 if (True->getType()->isVoidType() || False->getType()->isVoidType())
516 Cl::Kinds LCl = ClassifyInternal(Ctx, 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 {};
H A Dinstantiate-expr-2.cpp93 typedef Lookup<B ? sizeof(T) : sizeof(E)> True; typedef in struct:N6::Cond
97 typedef Cond<true, int, char>::True True; typedef in namespace:N6
102 Lookup<sizeof(int)> const &L2(True());
/external/valgrind/main/VEX/pub/
H A Dlibvex_basictypes.h81 #define True ((Bool)1) macro
88 Int r = (x == 0) ? False : True;
/external/llvm/include/llvm/Support/
H A DConstantFolder.h207 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const { argument
208 return ConstantExpr::getSelect(C, True, False);
H A DTargetFolder.h224 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const { argument
225 return Fold(ConstantExpr::getSelect(C, True, False));
H A DNoFolder.h255 Constant *True, Constant *False) const {
256 return SelectInst::Create(C, True, False);
254 CreateSelect(Constant *C, Constant *True, Constant *False) const argument
/external/srec/srec/include/
H A Dall_defs.h85 #define True ESR_TRUE /* Boolean constants */ macro
/external/valgrind/main/mpi/
H A Dmpiwrap_type_test.c20 #define True ((Bool)1) macro
254 TRY(True, tycon_Contiguous(3, MPI_INT),
257 TRY(True, tycon_Struct2(3,2,MPI_CHAR, 8,1,MPI_DOUBLE),
260 TRY(True, tycon_Struct2(0,1,MPI_CHAR, 8,1,tycon_Contiguous(4, MPI_DOUBLE)),
263 TRY(True, tycon_Contiguous(10, tycon_Struct2(1,1,MPI_CHAR, 4,1,MPI_FLOAT)),
266 TRY(True, tycon_Vector(5, 2,3,MPI_DOUBLE),
269 TRY(True, tycon_Vector(3, 1,2,MPI_LONG_DOUBLE),
272 TRY(True, tycon_HVector(4, 1,3,MPI_SHORT),
275 TRY(True, tycon_Indexed2(1,3, 5,2, MPI_UNSIGNED_CHAR),
278 TRY(True, tycon_HIndexed
[all...]
H A Dlibmpiwrap.c149 #define True ((Bool)1) macro
202 opt_help = True;
204 opt_initkludge = True;
422 return True;
441 /* Return True if status is MPI_STATUS_IGNORE or MPI_STATUSES_IGNORE.
1296 sReqs[ix].inUse = True;
1352 && (error_in_status ? status->MPI_ERROR == MPI_SUCCESS : True)
1509 free_sta = True;
1576 free_sta = True;
1609 if *flag==True mak
[all...]
/external/bzip2/
H A Dbzip2recover.c56 #define True ((Bool)1) macro
367 while (True) {
438 while (True) {
H A Dbzip2.c169 #define True ((Bool)1) macro
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...]
H A Dbzlib_private.h49 #define True ((Bool)1) macro
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/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h578 SDValue True, SDValue False, ISD::CondCode Cond) {
579 return getNode(ISD::SELECT_CC, DL, True.getValueType(),
580 LHS, RHS, True, False, getCondCode(Cond));
577 getSelectCC(DebugLoc DL, SDValue LHS, SDValue RHS, SDValue True, SDValue False, ISD::CondCode Cond) argument
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2172 SDValue True = CurDAG->getTargetConstant(TrueImm, MVT::i32); local
2174 SDValue Ops[] = { FalseVal, True, CC, CCR, InFlag };
2205 SDValue True = CurDAG->getTargetConstant(TrueImm, MVT::i32); local
2207 SDValue Ops[] = { FalseVal, True, CC, CCR, InFlag };
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp201 Value *True = EvaluateInDifferentType(I->getOperand(1), Ty, isSigned); local
203 Res = SelectInst::Create(I->getOperand(0), True, False);
/external/valgrind/main/cachegrind/
H A Dcg_merge.c46 #define True ((Bool)1) macro
159 // True if anything read, False if at EOF
467 return True;
526 return True;
1047 /* Insert element a into the AVL tree t. Returns True if the depth of
1070 return True;
1082 case 0: return True;
1103 return True;
1115 case 0: return True;
1136 return True;
[all...]
/external/clang/include/clang/Parse/
H A DParser.h264 /// isTokenStringLiteral - True if this token is a string-literal.
1710 static TPResult True() { return TPR_true; } function in class:clang::Parser::TPResult
1731 /// isCXXDeclarationSpecifier - Returns TPResult::True() if it is a
1741 // Returning TPResult::True()/False() indicates that the ambiguity was

Completed in 6049 milliseconds

12