/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/platformdirs/ |
D | __init__.py | 49 appauthor: str | None | Literal[False] = None, 73 appauthor: str | None | Literal[False] = None, 97 appauthor: str | None | Literal[False] = None, 121 appauthor: str | None | Literal[False] = None, 145 appauthor: str | None | Literal[False] = None, 169 appauthor: str | None | Literal[False] = None, 193 appauthor: str | None | Literal[False] = None, 217 appauthor: str | None | Literal[False] = None, 248 appauthor: str | None | Literal[False] = None, 272 appauthor: str | None | Literal[False] = None, [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/platformdirs/ |
D | __init__.py | 49 appauthor: str | None | Literal[False] = None, 73 appauthor: str | None | Literal[False] = None, 97 appauthor: str | None | Literal[False] = None, 121 appauthor: str | None | Literal[False] = None, 145 appauthor: str | None | Literal[False] = None, 169 appauthor: str | None | Literal[False] = None, 193 appauthor: str | None | Literal[False] = None, 217 appauthor: str | None | Literal[False] = None, 248 appauthor: str | None | Literal[False] = None, 272 appauthor: str | None | Literal[False] = None, [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/platformdirs/ |
D | __init__.py | 49 appauthor: str | None | Literal[False] = None, 73 appauthor: str | None | Literal[False] = None, 97 appauthor: str | None | Literal[False] = None, 121 appauthor: str | None | Literal[False] = None, 145 appauthor: str | None | Literal[False] = None, 169 appauthor: str | None | Literal[False] = None, 193 appauthor: str | None | Literal[False] = None, 217 appauthor: str | None | Literal[False] = None, 248 appauthor: str | None | Literal[False] = None, 272 appauthor: str | None | Literal[False] = None, [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/platformdirs/ |
D | __init__.py | 49 appauthor: str | None | Literal[False] = None, 73 appauthor: str | None | Literal[False] = None, 97 appauthor: str | None | Literal[False] = None, 121 appauthor: str | None | Literal[False] = None, 145 appauthor: str | None | Literal[False] = None, 169 appauthor: str | None | Literal[False] = None, 193 appauthor: str | None | Literal[False] = None, 217 appauthor: str | None | Literal[False] = None, 248 appauthor: str | None | Literal[False] = None, 272 appauthor: str | None | Literal[False] = None, [all …]
|
/aosp_15_r20/external/libcxx/test/std/utilities/meta/meta.logical/ |
H A D | conjunction.pass.cpp | 21 struct False { static constexpr bool value = false; }; argument
|
H A D | negation.pass.cpp | 21 struct False { static constexpr bool value = false; }; argument
|
H A D | disjunction.pass.cpp | 21 struct False { static constexpr bool value = false; }; struct
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/meta/meta.logical/ |
H A D | negation.pass.cpp | 22 struct False { static constexpr bool value = false; }; struct
|
H A D | disjunction.compile.pass.cpp | 22 struct False { static constexpr bool value = false; }; argument
|
H A D | conjunction.compile.pass.cpp | 22 struct False { static constexpr bool value = false; }; argument
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/ |
H A D | JsonToken.cs | 50 internal static JsonToken False { get { return _false; } } property in Google.Protobuf.JsonToken 76 False, enumerator
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | JsonToken.cs | 50 internal static JsonToken False { get { return _false; } } property in Google.Protobuf.JsonToken 76 False, enumerator
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | instantiate-expr-2.cpp | 94 typedef Lookup<!B ? sizeof(T) : sizeof(E)> False; typedef 98 typedef Cond<true, int, char>::False False; typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/ |
D | limb.rs | 44 False = 0, enumerator 52 False = 0, enumerator
|
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
H A D | DebugEventListenerConstants.cs | 43 public const int False = 0; field in Antlr.Runtime.Debug.DebugEventListenerConstants
|
/aosp_15_r20/hardware/interfaces/tetheroffload/control/1.0/vts/functional/include/ |
H A D | OffloadControlTestBase.h | 48 False = 0, enumerator
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/ |
H A D | bounds_overlap.h | 73 enum class CmpEvalResult { True, False, NotDetermined }; enumerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/litrs/src/bool/ |
D | mod.rs | 15 False, enumerator
|
/aosp_15_r20/external/libcxx/test/std/containers/associative/multiset/multiset.erasure/ |
H A D | erase_if.pass.cpp | 39 auto False = [](auto) { return false; }; in test() local
|
/aosp_15_r20/external/libcxx/test/std/containers/sequences/vector/vector.erasure/ |
H A D | erase_if.pass.cpp | 39 auto False = [](auto) { return false; }; in test() local
|
/aosp_15_r20/external/libcxx/test/std/containers/sequences/deque/deque.erasure/ |
H A D | erase_if.pass.cpp | 39 auto False = [](auto) { return false; }; in test() local
|
/aosp_15_r20/external/libcxx/test/std/containers/associative/set/set.erasure/ |
H A D | erase_if.pass.cpp | 39 auto False = [](auto) { return false; }; in test() local
|
/aosp_15_r20/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.erasure/ |
H A D | erase_if.pass.cpp | 39 auto False = [](auto) { return false; }; in test() local
|
/aosp_15_r20/external/libcxx/test/std/containers/sequences/list/list.erasure/ |
H A D | erase_if.pass.cpp | 39 auto False = [](auto) { return false; }; in test() local
|
/aosp_15_r20/external/libcxx/test/std/strings/strings.erasure/ |
H A D | erase_if.pass.cpp | 40 auto False = [](auto) { return false; }; in test() local
|