HomeSort by relevance Sort by last modified time
    Searched refs:Hashtable (Results 1 - 25 of 319) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/common/
uhash_us.cpp 18 * Deleter for Hashtable objects.
23 delete (Hashtable*) obj;
hash.h 24 * Hashtable is a thin C++ wrapper around UHashtable, a general-purpose void*
25 * hashtable implemented in C. Hashtable is designed to be idiomatic and
28 * Hashtable is an INTERNAL CLASS.
30 class U_COMMON_API Hashtable : public UMemory {
40 * Construct a hashtable
44 Hashtable(UBool ignoreKeyCase, UErrorCode& status);
47 * Construct a hashtable
52 Hashtable(UBool ignoreKeyCase, int32_t size, UErrorCode& status);
55 * Construct a hashtable
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
HashtableTest.java 21 import java.util.Hashtable;
32 MapDefaultMethodTester.test_getOrDefault(new Hashtable<>(), false /*doesNotAcceptNullKey*/,
37 MapDefaultMethodTester.test_forEach(new Hashtable<>());
41 MapDefaultMethodTester.test_putIfAbsent(new Hashtable<>(), false /*doesNotAcceptNullKey*/,
46 MapDefaultMethodTester.test_remove(new Hashtable<>(), false /*doesNotAcceptNullKey*/,
52 test_replace$K$V$V(new Hashtable<>(), false /*doesNotAcceptNullKey*/,
57 MapDefaultMethodTester.test_replace$K$V(new Hashtable<>(), false /*doesNotAcceptNullKey*/,
62 MapDefaultMethodTester.test_computeIfAbsent(new Hashtable<>(),
67 MapDefaultMethodTester.test_computeIfPresent(new Hashtable<>(),
72 MapDefaultMethodTester.test_compute(new Hashtable<>(), false /*doesNotAcceptNullKey*/)
    [all...]
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
KvmSerializable.java 27 import java.util.Hashtable;
68 void getPropertyInfo(int index, Hashtable properties, PropertyInfo info);
MarshalHashtable.java 33 * Serializes instances of hashtable to and from xml. This implementation is
46 public static final Class HASHTABLE_CLASS = new Hashtable().getClass();
52 Hashtable instance = new Hashtable();
75 Hashtable h = (Hashtable) instance;
90 Hashtable h;
93 ItemSoapObject(Hashtable h) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
HashtableTest.java 28 import java.util.Hashtable;
38 private Hashtable ht10;
40 private Hashtable ht100;
42 private Hashtable htfull;
51 * java.util.Hashtable#Hashtable()
54 // Test for method java.util.Hashtable()
55 new Support_MapTest2(new Hashtable()).runTest();
57 Hashtable h = new Hashtable();
777 Hashtable<String, String> hashtable = new Hashtable<String, String>(); local
    [all...]
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYSeriesRenderer.java 26 import java.util.Hashtable;
35 public Hashtable<XYRegionFormatter, String> getUniqueRegionFormatters() {
37 Hashtable<XYRegionFormatter, String> found = new Hashtable<XYRegionFormatter, String>();
  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
MDC.java 19 import java.util.Hashtable;
55 public static Hashtable getContext() {
59 return new Hashtable(map);
61 return new Hashtable();
  /external/icu/icu4c/source/common/unicode/
caniter.h 35 class Hashtable;
131 static void U_EXPORT2 permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCode &status);
190 Hashtable *getEquivalents2(Hashtable *fillinResult, const char16_t *segment, int32_t segLen, UErrorCode &status);
191 //Hashtable *getEquivalents2(const UnicodeString &segment, int32_t segLen, UErrorCode &status);
199 Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const char16_t *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
200 //Hashtable *extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
  /external/icu/icu4c/source/i18n/unicode/
currpinf.h 27 class Hashtable;
207 void deleteHash(Hashtable* hTable);
216 Hashtable* initHash(UErrorCode& status);
227 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
238 Hashtable* fPluralCountToCurrencyUnitPattern;
tmutfmt.h 52 class Hashtable;
197 Hashtable* fTimeUnitToCountToPatterns[TimeUnit::UTIMEUNIT_FIELD_COUNT];
220 const char*, Hashtable*, UErrorCode&);
223 Hashtable* initHash(UErrorCode& status);
226 void deleteHash(Hashtable* htable);
229 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
dtitvinf.h 473 void deleteHash(Hashtable* hTable);
482 Hashtable* initHash(UErrorCode& status);
493 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
504 Hashtable* fIntervalPatterns;
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DefaultSignedAttributeTableGenerator.java 5 import java.util.Hashtable;
24 private final Hashtable table;
31 table = new Hashtable();
48 table = new Hashtable();
60 * @return a filled in Hashtable of attributes.
62 protected Hashtable createStandardAttributeTable(
65 Hashtable std = copyHashTable(table);
118 private static Hashtable copyHashTable(Hashtable paramsMap)
120 Hashtable newTable = new Hashtable()
    [all...]
  /cts/tools/dasm/src/java_cup/
terminal.java 4 import java.util.Hashtable;
63 protected static Hashtable _all = new Hashtable();
80 protected static Hashtable _all_by_index = new Hashtable();
  /external/icu/icu4c/source/tools/gennorm2/
extradata.h 53 UnicodeString &dataString, Hashtable &previousMappings);
60 Hashtable previousNoNoMappingsCompYes; // If constructed in runtime code, pass in UErrorCode.
61 Hashtable previousNoNoMappingsCompBoundaryBefore;
62 Hashtable previousNoNoMappingsCompNoMaybeCC;
63 Hashtable previousNoNoMappingsEmpty;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
PKCS12BagAttributeCarrierImpl.java 8 import java.util.Hashtable;
20 private Hashtable pkcs12Attributes;
23 PKCS12BagAttributeCarrierImpl(Hashtable attributes, Vector ordering)
31 this(new Hashtable(), new Vector());
65 Hashtable getAttributes()
80 out.writeObject(new Hashtable());
107 if (obj instanceof Hashtable)
109 this.pkcs12Attributes = (Hashtable)obj;
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyKeyStore.java 39 import java.util.Hashtable;
47 private Hashtable<String, Object> Keys = new Hashtable<String, Object>();
49 private Hashtable<String, Object> Cert = new Hashtable<String, Object>();
51 private Hashtable<String, Object> Chain = new Hashtable<String, Object>();
53 private Hashtable<String, Object> Dates = new Hashtable<String, Object>();
55 private Hashtable<String, Object> KeysSL = new Hashtable<String, Object>()
    [all...]
SystemScope.java 30 import java.util.Hashtable;
46 private Hashtable names = new Hashtable();
49 private Hashtable keys = new Hashtable();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
ExtensionsGenerator.java 4 import java.util.Hashtable;
17 private Hashtable extensions = new Hashtable();
25 extensions = new Hashtable();
X509ExtensionsGenerator.java 4 import java.util.Hashtable;
18 private Hashtable extensions = new Hashtable();
26 extensions = new Hashtable();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
X509Principal.java 5 import java.util.Hashtable;
76 Hashtable attributes)
89 Hashtable attributes)
140 Hashtable lookUp,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/nist/
NISTNamedCurves.java 4 import java.util.Hashtable;
17 static final Hashtable objIds = new Hashtable();
18 static final Hashtable names = new Hashtable();
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Keywords.java 23 import java.util.Hashtable;
33 private static Hashtable m_keywords = new Hashtable();
36 private static Hashtable m_axisnames = new Hashtable();
39 private static Hashtable m_nodetests = new Hashtable();
42 private static Hashtable m_nodetypes = new Hashtable();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
AttributeTable.java 4 import java.util.Hashtable;
18 private Hashtable attributes = new Hashtable();
21 Hashtable attrs)
163 public Hashtable toHashtable()
200 private Hashtable copyTable(
201 Hashtable in)
203 Hashtable out = new Hashtable();
  /external/apache-xml/src/main/java/org/apache/xml/utils/
NamespaceSupport2.java 25 import java.util.Hashtable;
457 Hashtable prefixTable;
458 Hashtable uriTable;
459 Hashtable elementNameTable;
460 Hashtable attributeNameTable;
479 prefixTable = new Hashtable();
480 uriTable = new Hashtable();
575 Hashtable table;
580 elementNameTable=new Hashtable();
584 attributeNameTable=new Hashtable();
    [all...]

Completed in 987 milliseconds

1 2 3 4 5 6 7 8 91011>>