Home
last modified time | relevance | path

Searched defs:True (Results 1 – 25 of 108) sorted by relevance

12345

/external/libcxx/test/std/experimental/utilities/meta/meta.logical/
Ddisjunction.pass.cpp22 struct True { static constexpr bool value = true; }; argument
Dnegation.pass.cpp22 struct True { static constexpr bool value = true; }; argument
Dconjunction.pass.cpp22 struct True { static constexpr bool value = true; }; argument
/external/libcxx/test/std/utilities/meta/meta.logical/
Dconjunction.pass.cpp20 struct True { static constexpr bool value = true; }; struct
Dnegation.pass.cpp20 struct True { static constexpr bool value = true; }; struct
Ddisjunction.pass.cpp20 struct True { static constexpr bool value = true; }; struct
/external/fonttools/Lib/fontTools/ttLib/tables/
DD_S_I_G_.py102 "-----BEGIN PKCS7-----": True, "-----END PKCS7-----": True, "": True
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DDebugEventListenerConstants.cs42 public const int True = 1; field in Antlr.Runtime.Debug.DebugEventListenerConstants
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugEventListenerConstants.cs42 public const int True = 1; field in Antlr.Runtime.Debug.DebugEventListenerConstants
/external/protobuf/csharp/src/Google.Protobuf/
DJsonToken.cs51 internal static JsonToken True { get { return _true; } } property in Google.Protobuf.JsonToken
77 True, enumerator
/external/skia/src/effects/gradients/
DSk4fGradientPriv.h23 enum class ApplyPremul { True, False }; enumerator
/external/valgrind/tests/
Darch_test.c22 #define True 1 macro
Dos_test.c20 #define True 1 macro
Dx86_amd64_features.c23 #define True 1 macro
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLazyValueInfo.h41 Unknown = -1, False = 0, True = 1 enumerator
/external/chromium-trace/catapult/telemetry/telemetry/internal/results/
Dresults_options.py117 value_can_be_added_predicate=lambda v, is_first: True,
/external/llvm/include/llvm/Analysis/
DLazyValueInfo.h62 Unknown = -1, False = 0, True = 1 enumerator
/external/valgrind/none/tests/amd64/
Dpcmpxstrx64.c16 #define True ((Bool)1) macro
Dpcmpxstrx64w.c17 #define True ((Bool)1) macro
/external/clang/test/SemaTemplate/
Dinstantiate-expr-2.cpp93 typedef Lookup<B ? sizeof(T) : sizeof(E)> True; typedef
97 typedef Cond<true, int, char>::True True; typedef
Dcurrent-instantiation.cpp173 struct True : public Bool<true> {}; struct
/external/mesa3d/src/gallium/drivers/radeon/
DSIISelLowering.cpp378 SDValue True = Op.getOperand(2); in LowerSELECT_CC() local
402 ConstantSDNode *True, *False; in PerformDAGCombine() local
/external/valgrind/none/tests/arm64/
Dmemory.c22 #define True ((Bool)1) macro
/external/clang/test/CXX/expr/expr.const/
Dp3-0x.cpp86True = &a, // expected-error {{conversion from 'bool (*)(int)' to 'bool' is not allowed in a conve… enumerator
/external/valgrind/memcheck/tests/common/
Dsh-mem-vec128.tmpl.c29 #define True ((Bool)1) macro

12345