Home
last modified time | relevance | path

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

12345

/external/libcxx/test/std/utilities/meta/meta.logical/
Ddisjunction.pass.cpp20 struct True { static constexpr bool value = true; }; struct
Dconjunction.pass.cpp20 struct True { static constexpr bool value = true; }; argument
Dnegation.pass.cpp20 struct True { static constexpr bool value = true; }; struct
/external/skia/src/shaders/gradients/
DSk4fGradientPriv.h23 enum class ApplyPremul { True, False }; enumerator
/external/skqp/src/shaders/gradients/
DSk4fGradientPriv.h23 enum class ApplyPremul { True, False }; enumerator
/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/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DDebugEventListenerConstants.cs42 public const int True = 1; field in Antlr.Runtime.Debug.DebugEventListenerConstants
/external/fonttools/Lib/fontTools/ttLib/tables/
DD_S_I_G_.py102 "-----BEGIN PKCS7-----": True, "-----END PKCS7-----": True, "": True
/external/valgrind/tests/
Darch_test.c22 #define True 1 macro
Dlibc_test.c18 #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/protobuf/csharp/src/Google.Protobuf/
DJsonToken.cs51 internal static JsonToken True { get { return _true; } } property in Google.Protobuf.JsonToken
77 True, enumerator
/external/capstone/bindings/powershell/Capstone/
DCapstone.psm180 [Parameter(ParameterSetName='Capstone', Mandatory = $True)] in Get-CapstoneDisassembly() variable
95 [Parameter(ParameterSetName='Capstone', Mandatory = $True)] in Get-CapstoneDisassembly() variable
116 [Parameter(ParameterSetName='Capstone', Mandatory = $True)] in Get-CapstoneDisassembly() variable
/external/valgrind/none/tests/arm64/
Dcrc32.c22 #define True ((Bool)1) macro
Dmemory.c22 #define True ((Bool)1) macro
/external/valgrind/none/tests/arm/
Dv8memory_t.c31 #define True ((Bool)1) macro
Dv8memory_a.c31 #define True ((Bool)1) macro
Dv8crypto_t.c26 #define True ((Bool)1) macro
/external/llvm/include/llvm/Analysis/
DLazyValueInfo.h62 Unknown = -1, False = 0, True = 1 enumerator
/external/valgrind/none/tests/amd64/
Dpcmpxstrx64w.c17 #define True ((Bool)1) macro
Dpcmpxstrx64.c16 #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
/external/python/cpython3/Lib/asyncio/
Dwindows_utils.py83 def pipe(*, duplex=False, overlapped=(True, True), bufsize=BUFSIZE): argument

12345