/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/ |
KeyAgreementSpi.java | 9 import java.util.Hashtable; 35 private static final Hashtable algorithms = new Hashtable();
|
/external/chromium/chrome/common/ |
visitedlink_common.h | 38 // URL. This URL is hashed and we see if it is in the URL hashtable. If it is, 111 // into the hashtable. 117 // Uses the current hashtable.
|
/external/chromium_org/components/visitedlink/common/ |
visitedlink_common.h | 39 // URL. This URL is hashed and we see if it is in the URL hashtable. If it is, 112 // into the hashtable. 118 // Uses the current hashtable.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
FetchBaseTask.java | 20 import java.util.Hashtable; 29 private Hashtable entries; 42 entries=new Hashtable();
|
VersionTrackerTask.java | 27 import java.util.Hashtable; 35 private Hashtable elements; 66 elements = new Hashtable();
|
/external/javassist/src/main/javassist/tools/rmi/ |
AppletServer.java | 25 import java.util.Hashtable; 39 private Hashtable exportedNames; 83 exportedNames = new Hashtable();
|
StubGenerator.java | 20 import java.util.Hashtable; 49 private Hashtable proxyClasses; 61 proxyClasses = new Hashtable();
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
NameMap.java | 30 import java.util.Hashtable; 40 static Hashtable nameMap; 78 nameMap = new Hashtable();
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
ListMap.java | 33 import java.util.Hashtable; 48 private static Hashtable<Class<?>,Class<?>> headerListTable; 60 headerListTable = new Hashtable<Class<?>, Class<?>>();
|
/external/smack/asmack-master/static-src/custom/de/measite/smack/ |
Sasl.java | 20 import java.util.Hashtable; 62 Hashtable<SaslClientFactory,Object> factories = new Hashtable<SaslClientFactory,Object>();
|
/external/smack/src/de/measite/smack/ |
Sasl.java | 20 import java.util.Hashtable; 62 Hashtable<SaslClientFactory,Object> factories = new Hashtable<SaslClientFactory,Object>();
|
/libcore/crypto/src/main/java/org/conscrypt/ |
KeyManagerImpl.java | 32 import java.util.Hashtable; 53 private final Hashtable<String, PrivateKeyEntry> hash; 62 this.hash = new Hashtable<String, PrivateKeyEntry>();
|
/libcore/luni/src/main/java/java/lang/ |
ProcessBuilder.java | 23 import java.util.Hashtable; 66 // use a hashtable to prevent nulls from sneaking in 67 this.environment = new Hashtable<String, String>(System.getenv());
|
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
NamespaceSupport.java | 13 import java.util.Hashtable; 645 Hashtable table; 800 prefixTable = (Hashtable)prefixTable.clone(); 802 prefixTable = new Hashtable(); 805 uriTable = (Hashtable)uriTable.clone(); 807 uriTable = new Hashtable(); 809 elementNameTable = new Hashtable(); 810 attributeNameTable = new Hashtable(); 821 Hashtable prefixTable; 822 Hashtable uriTable [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree-ssa-sccvn.h | 31 /* N-ary operations in the hashtable consist of length operands, an 49 /* Phi nodes in the hashtable consist of their non-VN_TOP phi 88 /* A reference operation in the hashtable is representation as
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-ssa-sccvn.h | 31 /* N-ary operations in the hashtable consist of length operands, an 49 /* Phi nodes in the hashtable consist of their non-VN_TOP phi 88 /* A reference operation in the hashtable is representation as
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree-ssa-sccvn.h | 31 /* N-ary operations in the hashtable consist of length operands, an 49 /* Phi nodes in the hashtable consist of their non-VN_TOP phi 88 /* A reference operation in the hashtable is representation as
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-ssa-sccvn.h | 31 /* N-ary operations in the hashtable consist of length operands, an 49 /* Phi nodes in the hashtable consist of their non-VN_TOP phi 88 /* A reference operation in the hashtable is representation as
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
JDBCDatabaseMetaData.java | 4 import java.util.Hashtable; 636 Hashtable<String, Integer> h = new Hashtable<String, Integer>(); 767 Hashtable<String, Integer> h0 = new Hashtable<String, Integer>(); 771 Hashtable<String, Integer> h1 = new Hashtable<String, Integer>(); 797 Hashtable<String, Integer> h2 = 798 new Hashtable<String, Integer>(); 890 Hashtable<String, Integer> h0 = new Hashtable<String, Integer>() [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
ExpandedNameTable.java | 32 * inefficient java.util.Hashtable. The code for the get and put operations 74 * The default load factor of the Hashtable. 240 * Increases the capacity of and internally reorganizes the hashtable, 242 * This method is called when the number of keys in the hashtable exceeds 243 * this hashtable's capacity and load factor.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/ |
BCStyle.java | 4 import java.util.Hashtable; 198 private static final Hashtable DefaultSymbols = new Hashtable(); 203 private static final Hashtable DefaultLookUp = new Hashtable();
|
IETFUtils.java | 5 import java.util.Hashtable; 234 Hashtable lookup) 262 Hashtable lookUp) 302 Hashtable oidSymbols) 332 Hashtable oidSymbols)
|
RFC4519Style.java | 4 import java.util.Hashtable; 69 private static final Hashtable DefaultSymbols = new Hashtable(); 74 private static final Hashtable DefaultLookUp = new Hashtable();
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
X509Extensions.java | 4 import java.util.Hashtable; 210 private Hashtable extensions = new Hashtable(); 283 Hashtable extensions) 296 Hashtable extensions)
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/ |
PKCS12KeyStoreSpi.java | 29 import java.util.Hashtable; 97 private Hashtable localIds = new Hashtable(); 99 private Hashtable chainCerts = new Hashtable(); 100 private Hashtable keyCerts = new Hashtable(); 214 Hashtable tab = new Hashtable(); 539 Hashtable tab = new Hashtable() [all...] |