Home
last modified time | relevance | path

Searched defs:empty_set (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/pytorch/c10/test/core/
H A DDispatchKeySet_test.cpp87 auto empty_set = DispatchKeySet(); in TEST() local
120 DispatchKeySet empty_set; in TEST() local
303 DispatchKeySet empty_set; in TEST() local
346 DispatchKeySet empty_set; in TEST() local
/aosp_15_r20/external/compiler-rt/test/tsan/
H A Dsigsuspend.cc24 sigset_t empty_set; in main() local
/aosp_15_r20/external/llvm-libc/src/signal/linux/
H A Dsignal_utils.h71 LIBC_INLINE constexpr sigset_t empty_set() { return sigset_t{{0}}; } in empty_set() function
/aosp_15_r20/external/icing/icing/result/
H A Dsnippet-retriever.cc678 const std::unordered_set<std::string> empty_set; in RetrieveSnippet() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_op_registry.cc380 static auto empty_set = new std::unordered_set<std::string>; in CompileTimeConstantInputArgNames() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/api/
H A Dmodule.cpp382 const std::unordered_set<std::string> empty_set; in clone_impl() local
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_goto_ifs.c942 struct set *empty_set = _mesa_pointer_set_create(mem_ctx); in nir_lower_goto_ifs_impl() local
/aosp_15_r20/system/keymaster/tests/
H A Dkeymaster_enforcement_test.cpp37 AuthorizationSet empty_set; in AuthorizeOperation() local
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_sets.py7 empty_set = Set() variable
Dtest_set.py698 empty_set = set() variable
/aosp_15_r20/external/rust/android-crates-io/crates/regex-syntax/src/ast/
Dmod.rs1440 let empty_set = || ClassSet::Item(ClassSetItem::Empty(empty_span())); in drop() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.3/src/ast/
H A Dmod.rs1720 let empty_set = || ClassSet::Item(ClassSetItem::Empty(empty_span())); in drop() localVariable
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_ordered_set.py736 empty_set = OrderedSet() variable
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_set.py831 empty_set = set() variable