Home
last modified time | relevance | path

Searched defs:EMPTY_SET (Results 1 – 23 of 23) sorted by relevance

/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
DDLFactory.java7 static final DLSet EMPTY_SET = new DLSet(); field in DLFactory
DDERFactory.java7 static final DERSet EMPTY_SET = new DERSet(); field in DERFactory
DBERFactory.java7 static final BERSet EMPTY_SET = new BERSet(); field in BERFactory
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DDERFactory.java6 static final DERSet EMPTY_SET = new DERSet(); field in DERFactory
DBERFactory.java6 static final BERSet EMPTY_SET = new BERSet(); field in BERFactory
DDLFactory.java6 static final DLSet EMPTY_SET = new DLSet(); field in DLFactory
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/
DBERFactory.java7 static final BERSet EMPTY_SET = new BERSet(); field in BERFactory
DDLFactory.java7 static final DLSet EMPTY_SET = new DLSet(); field in DLFactory
DDERFactory.java7 static final DERSet EMPTY_SET = new DERSet(); field in DERFactory
/external/bouncycastle/repackaged_platform/bcpkix/src/main/java/com/android/internal/org/bouncycastle/cert/ocsp/
DOCSPUtils.java20 static Set EMPTY_SET = Collections.unmodifiableSet(new HashSet()); field in OCSPUtils
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/
DOCSPUtils.java19 static Set EMPTY_SET = Collections.unmodifiableSet(new HashSet()); field in OCSPUtils
/external/tensorflow/tensorflow/python/util/
Dtf_stack.py105 EMPTY_SET = frozenset() variable
/external/cronet/stable/third_party/icu/source/common/
Duresimp.h35 #define EMPTY_SET 0x2205 macro
/external/icu/icu4c/source/common/
Duresimp.h35 #define EMPTY_SET 0x2205 macro
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
DCertUtils.java44 private static Set EMPTY_SET = Collections.unmodifiableSet(new HashSet()); field in CertUtils
/external/icu/libicu/cts_headers/
Duresimp.h35 #define EMPTY_SET 0x2205 macro
/external/bouncycastle/repackaged_platform/bcpkix/src/main/java/com/android/internal/org/bouncycastle/cert/
DCertUtils.java45 private static Set EMPTY_SET = Collections.unmodifiableSet(new HashSet()); field in CertUtils
/external/cronet/tot/third_party/icu/source/common/
Duresimp.h35 #define EMPTY_SET 0x2205 macro
/external/pytorch/torch/csrc/jit/serialization/
Dpickler.h86 EMPTY_SET = '\x8f', enumerator
/external/rust/android-crates-io/extra_versions/crates/hashbrown/src/
Dset.rs2764 const EMPTY_SET: HashSet<u32, MyHasher> = HashSet::with_hasher(MyHasher); in test_const_with_hasher() constant
/external/rust/android-crates-io/crates/hashbrown/src/
Dset.rs3015 const EMPTY_SET: HashSet<u32, MyHasher> = HashSet::with_hasher(MyHasher); in test_const_with_hasher() constant
/external/python/cpython3/Lib/
Dpickle.py177 EMPTY_SET = b'\x8f' # push empty set on the stack variable
/external/python/cpython3/Modules/
D_pickle.c126 EMPTY_SET = '\x8f', enumerator