Home
last modified time | relevance | path

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

1234567891011

/aosp_15_r20/external/python/absl-py/absl/flags/
D_defines.py68 required: 'typing.Literal[True]' = ...,
137 required: 'typing.Literal[True]' = ...,
377 required: 'typing.Literal[True]',
437 required: 'typing.Literal[True]',
519 required: 'typing.Literal[True]',
607 required: 'typing.Literal[True]',
695 required: 'typing.Literal[True]',
779 required: 'typing.Literal[True]',
864 required: 'typing.Literal[True]',
941 required: 'typing.Literal[True]',
[all …]
/aosp_15_r20/external/libcxx/test/std/utilities/meta/meta.logical/
H A Dconjunction.pass.cpp20 struct True { static constexpr bool value = true; }; struct
H A Dnegation.pass.cpp20 struct True { static constexpr bool value = true; }; argument
H A Ddisjunction.pass.cpp20 struct True { static constexpr bool value = true; }; argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/meta/meta.logical/
H A Dnegation.pass.cpp21 struct True { static constexpr bool value = true; }; argument
H A Ddisjunction.compile.pass.cpp21 struct True { static constexpr bool value = true; }; argument
H A Dconjunction.compile.pass.cpp21 struct True { static constexpr bool value = true; }; struct
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/
H A DD_S_I_G_.py119 "-----END PKCS7-----": True,
120 "": True,
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/
H A DJsonToken.cs51 internal static JsonToken True { get { return _true; } } property in Google.Protobuf.JsonToken
77 True, enumerator
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
H A DJsonToken.cs51 internal static JsonToken True { get { return _true; } } property in Google.Protobuf.JsonToken
77 True, enumerator
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dinstantiate-expr-2.cpp93 typedef Lookup<B ? sizeof(T) : sizeof(E)> True; typedef
97 typedef Cond<true, int, char>::True True; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/
Dlimb.rs43 True = 0xffff_ffff_ffff_ffff, enumerator
51 True = 0xffff_ffff, enumerator
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/test/
Dtoy_spirit2.cpp153 struct True : mpl::true_ {}; struct
195 #define True() make<True()> macro
/aosp_15_r20/external/emboss/compiler/back_end/cpp/testcode/
H A Dcondition_test.cc613 TEST(RangeConditional, True) { in TEST() argument
649 TEST(ReverseRangeConditional, True) { in TEST() argument
749 TEST(FlagConditional, True) { in TEST() argument
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugEventListenerConstants.cs42 public const int True = 1; field in Antlr.Runtime.Debug.DebugEventListenerConstants
/aosp_15_r20/hardware/interfaces/tetheroffload/control/1.0/vts/functional/include/
H A DOffloadControlTestBase.h49 True = 1, enumerator
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dbounds_overlap.h73 enum class CmpEvalResult { True, False, NotDetermined }; enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/litrs/src/bool/
Dmod.rs16 True, enumerator
/aosp_15_r20/external/libcxx/test/std/containers/associative/multiset/multiset.erasure/
H A Derase_if.pass.cpp38 auto True = [](auto) { return true; }; in test() local
/aosp_15_r20/external/libcxx/test/std/containers/sequences/vector/vector.erasure/
H A Derase_if.pass.cpp38 auto True = [](auto) { return true; }; in test() local
/aosp_15_r20/external/libcxx/test/std/containers/sequences/deque/deque.erasure/
H A Derase_if.pass.cpp38 auto True = [](auto) { return true; }; in test() local
/aosp_15_r20/external/libcxx/test/std/containers/associative/set/set.erasure/
H A Derase_if.pass.cpp38 auto True = [](auto) { return true; }; in test() local
/aosp_15_r20/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.erasure/
H A Derase_if.pass.cpp38 auto True = [](auto) { return true; }; in test() local
/aosp_15_r20/external/libcxx/test/std/containers/sequences/list/list.erasure/
H A Derase_if.pass.cpp38 auto True = [](auto) { return true; }; in test() local
/aosp_15_r20/external/libcxx/test/std/strings/strings.erasure/
H A Derase_if.pass.cpp39 auto True = [](auto) { return true; }; in test() local

1234567891011