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

12

/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/valgrind/main/tests/
H A Darch_test.c22 #define True 1 macro
38 if ( 0 == strcmp( arch, "x86" ) ) return True;
41 if ( 0 == strcmp( arch, "x86" ) ) return True;
42 if ( 0 == strcmp( arch, "amd64" ) ) return True;
45 if ( 0 == strcmp( arch, "ppc32" ) ) return True;
48 if ( 0 == strcmp( arch, "ppc64" ) ) return True;
49 if ( 0 == strcmp( arch, "ppc32" ) ) return True;
52 if ( 0 == strcmp( arch, "s390x" ) ) return True;
55 if ( 0 == strcmp( arch, "arm" ) ) return True;
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.c17 #define True 1 macro
77 require_amd = True;
94 require_amd = True;
/external/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h43 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/valgrind/main/none/tests/amd64/
H A Dpcmpxstrx64.c16 #define True ((Bool)1) macro
350 #define True ((Bool)1) macro
H A Dpcmpstr64.c16 #define True ((Bool)1) macro
186 If the given imm8 case can be handled, the return value is True.
250 return True;
289 return True;
330 return True;
371 return True;
1284 #define True ((Bool)1) macro
1454 If the given imm8 case can be handled, the return value is True.
1517 return True;
1556 return True;
[all...]
H A Dsse4-64.c52 #define True ((Bool)1) macro
2361 do_ROUNDSD_000(True/*mem*/, &src, &dst);
2384 do_ROUNDSD_001(True/*mem*/, &src, &dst);
2407 do_ROUNDSD_010(True/*mem*/, &src, &dst);
2430 do_ROUNDSD_011(True/*mem*/, &src, &dst);
2492 do_ROUNDSD_1XX(True/*mem*/, &src, &dst);
2677 do_ROUNDSS_000(True/*mem*/, &src, &dst);
2700 do_ROUNDSS_001(True/*mem*/, &src, &dst);
2723 do_ROUNDSS_010(True/*mem*/, &src, &dst);
2746 do_ROUNDSS_011(True/*me
[all...]
/external/clang/lib/AST/
H A DExprClassification.cpp530 static Cl::Kinds ClassifyConditional(ASTContext &Ctx, const Expr *True, argument
538 if (True->getType()->isVoidType() || False->getType()->isVoidType())
546 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.h267 Constant *True, Constant *False) const {
268 return SelectInst::Create(C, True, False);
266 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/coregrind/
H A Dfixup_macho_loadcmds.c112 #define True ((Bool)1) macro
179 return True;
184 return True;
435 have_rsp = True;
542 return True;
546 return True;
/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...]
/external/bzip2/
H A Dbzip2recover.c56 #define True ((Bool)1) macro
367 while (True) {
438 while (True) {
/external/valgrind/main/exp-sgcheck/tests/
H A Dbad_percentify.c22 #define True ((Bool)1) macro
130 Int r = (x == 0) ? False : True;
285 neg = True;
418 else { is_long = True; }
464 ret += myvprintf_int64(send, send_arg2, flags, 16, width, True,
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h621 SDValue True, SDValue False, ISD::CondCode Cond) {
622 return getNode(ISD::SELECT_CC, DL, True.getValueType(),
623 LHS, RHS, True, False, getCondCode(Cond));
620 getSelectCC(DebugLoc DL, SDValue LHS, SDValue RHS, SDValue True, SDValue False, ISD::CondCode Cond) argument

Completed in 556 milliseconds

12