Home
last modified time | relevance | path

Searched defs:full_set (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/c10/test/core/
H A DDispatchKeySet_test.cpp304 DispatchKeySet full_set(DispatchKeySet::FULL); in TEST() local
377 DispatchKeySet full_set(DispatchKeySet::FULL); in TEST() local
385 DispatchKeySet full_set(DispatchKeySet::FULL); in TEST() local
/aosp_15_r20/external/llvm-libc/src/signal/linux/
H A Dsignal_utils.h69 LIBC_INLINE constexpr sigset_t full_set() { return sigset_t{{-1UL}}; } in full_set() function
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Dmisc_info.cc81 const std::set<std::string> full_set(full_list.begin(), full_list.end()); in MergePartitionLists() local