Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DDLFactory.java6 static final ASN1Set EMPTY_SET = new DLSet(); field in DLFactory
DBERFactory.java6 static final BERSet EMPTY_SET = new BERSet(); field in BERFactory
DDERFactory.java6 static final ASN1Set EMPTY_SET = new DERSet(); field in DERFactory
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
DDERFactory.java7 static final ASN1Set EMPTY_SET = new DERSet(); field in DERFactory
DBERFactory.java7 static final BERSet EMPTY_SET = new BERSet(); field in BERFactory
DDLFactory.java7 static final ASN1Set EMPTY_SET = new DLSet(); field in DLFactory
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/
DDLFactory.java7 static final ASN1Set EMPTY_SET = new DLSet(); field in DLFactory
DDERFactory.java7 static final ASN1Set EMPTY_SET = new DERSet(); field in DERFactory
DBERFactory.java7 static final BERSet EMPTY_SET = new BERSet(); field in BERFactory
/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.py115 EMPTY_SET = frozenset() variable
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
DCertUtils.java40 private static Set EMPTY_SET = Collections.unmodifiableSet(new HashSet()); field in CertUtils
/external/icu/libicu/cts_headers/
Duresimp.h36 #define EMPTY_SET 0x2205 macro
/external/icu/icu4c/source/common/
Duresimp.h36 #define EMPTY_SET 0x2205 macro
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/test/
DModifierKeySimplifierTest.java13 private static ImmutableSet<ModifierKey> EMPTY_SET = ImmutableSet.<ModifierKey> of(); field in ModifierKeySimplifierTest
/external/rust/crates/hashbrown/src/
Dset.rs2273 const EMPTY_SET: HashSet<u32, MyHasher> = HashSet::with_hasher(MyHasher); in test_const_with_hasher() constant
/external/python/cpython3/Lib/
Dpickle.py183 EMPTY_SET = b'\x8f' # push empty set on the stack variable
/external/python/cpython3/Modules/
D_pickle.c101 EMPTY_SET = '\x8f', enumerator