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

1 2 3 4 5 6 7

  /external/libcxx/test/std/utilities/meta/meta.logical/
conjunction.pass.cpp 20 struct True { static constexpr bool value = true; };
61 static_assert ( std::conjunction<True >::value, "" );
64 static_assert ( std::conjunction_v<True >, "" );
disjunction.pass.cpp 20 struct True { static constexpr bool value = true; };
61 static_assert ( std::disjunction<True >::value, "" );
64 static_assert ( std::disjunction_v<True >, "" );
negation.pass.cpp 20 struct True { static constexpr bool value = true; };
31 static_assert (!std::negation<True >::value, "" );
34 static_assert (!std::negation_v<True >, "" );
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/utilities/meta/meta.logical/
conjunction.pass.cpp 22 struct True { static constexpr bool value = true; };
63 static_assert ( ex::conjunction<True >::value, "" );
66 static_assert ( ex::conjunction_v<True >, "" );
disjunction.pass.cpp 22 struct True { static constexpr bool value = true; };
63 static_assert ( ex::disjunction<True >::value, "" );
66 static_assert ( ex::disjunction_v<True >, "" );
negation.pass.cpp 22 struct True { static constexpr bool value = true; };
33 static_assert (!ex::negation<True >::value, "" );
36 static_assert (!ex::negation_v<True >, "" );
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.logical/
conjunction.pass.cpp 20 struct True { static constexpr bool value = true; };
61 static_assert ( std::conjunction<True >::value, "" );
64 static_assert ( std::conjunction_v<True >, "" );
disjunction.pass.cpp 20 struct True { static constexpr bool value = true; };
61 static_assert ( std::disjunction<True >::value, "" );
64 static_assert ( std::disjunction_v<True >, "" );
negation.pass.cpp 20 struct True { static constexpr bool value = true; };
31 static_assert (!std::negation<True >::value, "" );
34 static_assert (!std::negation_v<True >, "" );
  /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/valgrind/tests/
arch_test.c 22 #define True 1
43 if ( 0 == strcmp( arch, "x86" ) ) return True;
48 if ( 0 == strcmp( arch, "x86" ) ) return True;
50 if ( 0 == strcmp( arch, "amd64" ) ) return True;
53 if ( 0 == strcmp( arch, "ppc32" ) ) return True;
56 if ( 0 == strcmp( arch, "ppc64" ) ) return True;
58 if ( 0 == strcmp( arch, "ppc32" ) ) return True;
62 if ( 0 == strcmp( arch, "ppc64" ) ) return True;
65 if ( 0 == strcmp( arch, "s390x" ) ) return True;
68 if ( 0 == strcmp( arch, "arm" ) ) return True;
    [all...]
libc_test.c 18 #define True 1
26 if (min_version == NULL) return True; // no version specified
40 if (a1 > g1) return True;
42 if (a2 > g2) return True;
44 if (a3 >= g3) return True;
54 return True;
os_test.c 20 #define True 1
35 if (min_version == NULL) return True; // no version specified
48 if (a1 > g1) return True;
50 if (a2 > g2) return True;
52 if (a3 >= g3) return True;
61 if ( 0 == strcmp( OS, "linux" ) && matches_version( min_version )) return True;
64 if ( 0 == strcmp( OS, "darwin" ) ) return True;
67 if ( 0 == strcmp( OS, "solaris" ) ) return True;
  /hardware/intel/common/libva/va/
sysdeps.h 41 # define True 1
  /external/skia/src/shaders/gradients/
Sk4fGradientPriv.h 23 enum class ApplyPremul { True, False };
34 struct PremulTraits<ApplyPremul::True> {
  /external/skqp/src/shaders/gradients/
Sk4fGradientPriv.h 23 enum class ApplyPremul { True, False };
34 struct PremulTraits<ApplyPremul::True> {
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LazyValueInfo.h 39 /// Tristate - This is used to return true/false/dunno results.
41 Unknown = -1, False = 0, True = 1
48 /// with a constant is known to be true or false on the specified CFG edge.
  /external/valgrind/none/tests/arm64/
crc32.c 22 #define True ((Bool)1)
  /external/llvm/include/llvm/Analysis/
LazyValueInfo.h 60 /// This is used to return true/false/dunno results.
62 Unknown = -1, False = 0, True = 1
68 /// to be true or false on the specified CFG edge.
75 /// to be true or false at the specified instruction
  /external/valgrind/none/tests/amd64/
pcmpxstrx64.c 16 #define True ((Bool)1)
pcmpxstrx64w.c 17 #define True ((Bool)1)
  /external/valgrind/none/tests/arm/
v8memory_a.c 31 #define True ((Bool)1)
v8memory_t.c 31 #define True ((Bool)1)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LazyValueInfo.h 62 /// This is used to return true/false/dunno results.
64 Unknown = -1, False = 0, True = 1
70 /// to be true or false on the specified CFG edge.
77 /// to be true or false at the specified instruction

Completed in 334 milliseconds

1 2 3 4 5 6 7