/external/libcxx/test/std/utilities/meta/meta.logical/ |
D | negation.pass.cpp | 21 struct False { static constexpr bool value = false; }; argument
|
D | disjunction.pass.cpp | 21 struct False { static constexpr bool value = false; }; argument
|
D | conjunction.pass.cpp | 21 struct False { static constexpr bool value = false; }; struct
|
/external/skia/src/shaders/gradients/ |
D | Sk4fGradientPriv.h | 22 enum class ApplyPremul { True, False }; enumerator
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | DebugEventListenerConstants.cs | 43 public const int False = 0; field in Antlr.Runtime.Debug.DebugEventListenerConstants
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | DebugEventListenerConstants.cs | 43 public const int False = 0; field in Antlr.Runtime.Debug.DebugEventListenerConstants
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | JsonToken.cs | 50 internal static JsonToken False { get { return _false; } } property in Google.Protobuf.JsonToken 76 False, enumerator
|
/external/crosvm/common/assertions/src/ |
D | mechanism.rs | 8 pub struct False; struct
|
/external/pigweed/pw_result/ |
D | result_test.cc | 54 constexpr bool False() { return false; }; in TEST() function 70 constexpr bool False() const { return false; }; in TEST() function
|
/external/libcxx/test/std/containers/sequences/deque/deque.erasure/ |
D | erase_if.pass.cpp | 39 auto False = [](auto) { return false; }; in test() local
|
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.erasure/ |
D | erase_if.pass.cpp | 39 auto False = [](auto) { return false; }; in test() local
|
/external/libcxx/test/std/containers/sequences/vector/vector.erasure/ |
D | erase_if.pass.cpp | 39 auto False = [](auto) { return false; }; in test() local
|
/external/libcxx/test/std/containers/associative/multiset/multiset.erasure/ |
D | erase_if.pass.cpp | 39 auto False = [](auto) { return false; }; in test() local
|
/external/libcxx/test/std/containers/associative/set/set.erasure/ |
D | erase_if.pass.cpp | 39 auto False = [](auto) { return false; }; in test() local
|
/external/libcxx/test/std/strings/strings.erasure/ |
D | erase_if.pass.cpp | 40 auto False = [](auto) { return false; }; in test() local
|
/external/libcxx/test/std/containers/sequences/list/list.erasure/ |
D | erase_if.pass.cpp | 39 auto False = [](auto) { return false; }; in test() local
|
/external/llvm/include/llvm/Analysis/ |
D | LazyValueInfo.h | 62 Unknown = -1, False = 0, True = 1 enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LazyValueInfo.h | 63 Unknown = -1, False = 0, True = 1 enumerator
|
/external/clang/test/SemaTemplate/ |
D | instantiate-expr-2.cpp | 94 typedef Lookup<!B ? sizeof(T) : sizeof(E)> False; typedef 98 typedef Cond<true, int, char>::False False; typedef
|
/external/libcxx/test/std/containers/associative/multimap/multimap.erasure/ |
D | erase_if.pass.cpp | 50 auto False = [](auto) { return false; }; in test() local
|
/external/libcxx/test/std/containers/associative/map/map.erasure/ |
D | erase_if.pass.cpp | 50 auto False = [](auto) { return false; }; in test() local
|
/external/libcxx/test/std/containers/unord/unord.set/ |
D | erase_if.pass.cpp | 53 auto False = [](auto) { return false; }; in test() local
|
/external/libcxx/test/std/containers/unord/unord.map/ |
D | erase_if.pass.cpp | 51 auto False = [](auto) { return false; }; in test() local
|
/external/libcxx/test/std/containers/unord/unord.multiset/ |
D | erase_if.pass.cpp | 52 auto False = [](auto) { return false; }; in test() local
|
/external/libcxx/test/std/containers/unord/unord.multimap/ |
D | erase_if.pass.cpp | 51 auto False = [](auto) { return false; }; in test() local
|