HomeSort by relevance Sort by last modified time
    Searched full:hashtable (Results 126 - 150 of 843) sorted by null

1 2 3 4 56 7 8 91011>>

  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 33 // Hashtable class, used to implement the hashed associative containers
73 _STLP_PRIV _STLP_NON_DBG_NAME(hashtable) <_Val, _Key, _HF, _Traits, _ExK, _STLP_PRIV _DbgEqual<_Key, _EqK>, _All>
91 class hashtable { class
92 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self;
134 hashtable(size_type __n, function in class:hashtable
142 hashtable(size_type __n, function in class:hashtable
149 hashtable(const _Self& __ht) function in class:hashtable
154 hashtable(__move_source<_Self> src) function in class:hashtable
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 33 // Hashtable class, used to implement the hashed associative containers
73 _STLP_PRIV _STLP_NON_DBG_NAME(hashtable) <_Val, _Key, _HF, _Traits, _ExK, _STLP_PRIV _DbgEqual<_Key, _EqK>, _All>
91 class hashtable { class
92 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self;
134 hashtable(size_type __n, function in class:hashtable
142 hashtable(size_type __n, function in class:hashtable
149 hashtable(const _Self& __ht) function in class:hashtable
154 hashtable(__move_source<_Self> src) function in class:hashtable
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 33 // Hashtable class, used to implement the hashed associative containers
73 _STLP_PRIV _STLP_NON_DBG_NAME(hashtable) <_Val, _Key, _HF, _Traits, _ExK, _STLP_PRIV _DbgEqual<_Key, _EqK>, _All>
91 class hashtable { class
92 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self;
134 hashtable(size_type __n, function in class:hashtable
142 hashtable(size_type __n, function in class:hashtable
149 hashtable(const _Self& __ht) function in class:hashtable
154 hashtable(__move_source<_Self> src) function in class:hashtable
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 33 // Hashtable class, used to implement the hashed associative containers
73 _STLP_PRIV _STLP_NON_DBG_NAME(hashtable) <_Val, _Key, _HF, _Traits, _ExK, _STLP_PRIV _DbgEqual<_Key, _EqK>, _All>
91 class hashtable { class
92 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self;
134 hashtable(size_type __n, function in class:hashtable
142 hashtable(size_type __n, function in class:hashtable
149 hashtable(const _Self& __ht) function in class:hashtable
154 hashtable(__move_source<_Self> src) function in class:hashtable
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 33 // Hashtable class, used to implement the hashed associative containers
73 _STLP_PRIV _STLP_NON_DBG_NAME(hashtable) <_Val, _Key, _HF, _Traits, _ExK, _STLP_PRIV _DbgEqual<_Key, _EqK>, _All>
91 class hashtable { class
92 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self;
134 hashtable(size_type __n, function in class:hashtable
142 hashtable(size_type __n, function in class:hashtable
149 hashtable(const _Self& __ht) function in class:hashtable
154 hashtable(__move_source<_Self> src) function in class:hashtable
  /sdk/emulator/qtools/
parse_options.cpp 18 HashTable<int> excluded_procedures(2000);
19 HashTable<int> included_procedures(2000);
  /cts/tools/dasm/etc/
java_cup.jar 
java_cup.jar.old 
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncKey.java 23 import java.util.Hashtable;
45 /** Dummy value to be used in usedrefs hashtable */
90 Hashtable usedrefs = null;
105 usedrefs = new Hashtable();
  /external/icu4c/tools/ctestfw/
datamap.cpp 44 fData = new Hashtable(TRUE, status);
49 // will put stuff in hashtable according to
53 fData = new Hashtable(TRUE, status);
63 fData = new Hashtable(TRUE, status);
  /external/libxslt/libxslt/
namespaces.h 22 * Used within nsAliases hashtable when the default namespace is required
  /external/webkit/Source/JavaScriptCore/wtf/
wtf.pri 14 wtf/HashTable.cpp \
  /frameworks/native/libs/utils/
primes.py 23 # hashtable size when the underlying array is grown by as nominal factor
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ByteArray.java 22 * Byte array wrapper for hashtable use. Implements equals() and hashCode().
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
HashList.cs 42 using Hashtable = System.Collections.Hashtable;
48 /// An Hashtable-backed dictionary that enumerates Keys and Values in
352 private Hashtable _dictionary = new Hashtable();
366 _dictionary = new Hashtable();
371 _dictionary = new Hashtable(capacity);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
X962NamedCurves.java 5 import java.util.Hashtable;
522 static final Hashtable objIds = new Hashtable();
523 static final Hashtable curves = new Hashtable();
524 static final Hashtable names = new Hashtable();
  /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/apache-harmony/support/src/test/java/tests/support/
Support_Configuration.java 23 import java.util.Hashtable;
96 static Hashtable<String, String> props = null;
105 Hashtable<String, String> props = new Hashtable<String, String>();
220 static void load(InputStream in, Hashtable<String, String> result) throws IOException {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509Name.java 5 import java.util.Hashtable;
227 public static final Hashtable DefaultSymbols = new Hashtable();
233 public static final Hashtable RFC2253Symbols = new Hashtable();
239 public static final Hashtable RFC1779Symbols = new Hashtable();
244 public static final Hashtable DefaultLookUp = new Hashtable();
250 public static final Hashtable OIDLookUp = DefaultSymbols
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JDKPKCS12KeyStore.java 29 import java.util.Hashtable;
90 private Hashtable localIds = new Hashtable();
92 private Hashtable chainCerts = new Hashtable();
93 private Hashtable keyCerts = new Hashtable();
207 Hashtable tab = new Hashtable();
532 Hashtable tab = new Hashtable()
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.util_3.2.100.v20100503.jar 
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
PKCS10CertificationRequest.java 18 import java.util.Hashtable;
80 private static Hashtable algorithms = new Hashtable();
81 private static Hashtable params = new Hashtable();
82 private static Hashtable keyAlgorithms = new Hashtable();
83 private static Hashtable oids = 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...]
  /external/icu4c/test/intltest/
canittst.cpp 132 Hashtable *permutations = new Hashtable(FALSE, status);
146 Hashtable *set = new Hashtable(FALSE, status);
257 UnicodeString CanonicalIteratorTest::collectionToString(Hashtable *col) {
260 // Iterate over the Hashtable, then qsort.
  /external/valgrind/main/coregrind/
m_hashtable.c 72 VgHashTable table = VG_(calloc)("hashtable.Hc.1",
74 table->chains = VG_(calloc)("hashtable.Hc.2", 1, sz);
116 1, "hashtable",
123 chains = VG_(calloc)("hashtable.resize.1", 1, sz);
193 /* Allocates a suitably-sized array, copies pointers to all the hashtable
207 arr = VG_(malloc)( "hashtable.Hta.1", *n_elems * sizeof(VgHashNode*) );

Completed in 1277 milliseconds

1 2 3 4 56 7 8 91011>>