HomeSort by relevance Sort by last modified time
    Searched full:hashtable (Results 501 - 525 of 996) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
shared.c 254 /* The fact that the framebuffer is in the hashtable means its refcount
255 * is one, but we're removing from the hashtable now. So clear refcount.
  /external/javassist/src/main/javassist/
CtMethod.java 102 * @param map the hashtable associating original class names
247 * @param map the hashtable associating original class names
  /external/mesa3d/src/mesa/main/
shared.c 254 /* The fact that the framebuffer is in the hashtable means its refcount
255 * is one, but we're removing from the hashtable now. So clear refcount.
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Lexer.java 35 import java.util.Hashtable;
94 currentLexer = (Hashtable) lexerTables.get(lexerName);
  /external/srec/srec/Semproc/src/
ExpressionParser.c 61 /* create the hashtable for looking up the function callbacks */
154 *hashmap = NULL; /* don't give access to hashtable if something went wrong */
  /libcore/expectations/
brokentests.txt 647 pattern: ".*java.lang.IllegalStateException.*at java.util.Hashtable.*"
683 substring: "junit.framework.ComparisonFailure: Not synchronized expected:<...Collections$Synchronized...> but was:<...Hashtable$Key...>"
689 substring: "junit.framework.ComparisonFailure: Not synchronized expected:<...Collections$Synchronized...> but was:<...Hashtable$Entry...>"
695 substring: "junit.framework.ComparisonFailure: Not synchronized expected:<...Collections$SynchronizedCollection> but was:<...Hashtable$Values>"
729 failure: "bogus cast to harmony Hashtable$KeyEnumeration",
730 substring: "java.util.Hashtable$KeyEnumeration"
735 failure: "bogus cast to Hashtable$ValueEnumeration",
736 substring: "java.util.Hashtable$ValueEnumeration"
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
hashtable_policy.h 51 * @defgroup hashtable-detail Base and Implementation Classes
229 /// Node iterators, used to iterate through all the hashtable.
280 /// Node const_iterators, used to iterate through all the hashtable.
352 /// hashtable to do that composition.
413 * If the hashtable has a value type of the form pair<T1, T2> and a
415 * of the pair, the hashtable gets a mapped_type typedef. If it
781 * Give hashtable the max_load_factor functions and reserve iff the
    [all...]
  /bionic/libc/bionic/
malloc_debug_common.h 68 struct HashTable {
  /bootable/recovery/minzip/
Zip.h 52 HashTable* pHash; // maps file name to ZipEntry
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMStringPool.java 44 * <p>Implementation detail: A standard Hashtable is relatively
  /external/chromium_org/third_party/icu/source/i18n/
coll.cpp 607 Hashtable* _ids;
617 _ids = new Hashtable(status);
643 virtual const Hashtable* getSupportedIDs(UErrorCode& status) const
672 const Hashtable* ids = getSupportedIDs(status);
rbt_data.h 65 Hashtable variableNames;
  /external/clang/lib/Frontend/
CacheTokens.cpp 205 /// a hashtable mapping from identifier strings to persistent IDs.
607 /// a hashtable mapping from identifier strings to persistent IDs. The second
619 // Create the hashtable.
633 // Store the reverse mapping in a hashtable.
  /external/clang/www/
libstdc++4.4-clang0x.patch 516 diff -ur a/tr1_impl/hashtable b/tr1_impl/hashtable
517 --- a/tr1_impl/hashtable 2011-03-15 14:49:07.000000000 -0700
518 +++ b/tr1_impl/hashtable 2011-05-02 23:41:55.000000000 -0700
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.osgiminimum10_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
OSGi_Minimum-1.0.zip 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.osgiminimum11_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
OSGi_Minimum-1.1.zip 
  /external/icu4c/i18n/
coll.cpp 634 Hashtable* _ids;
644 _ids = new Hashtable(status);
666 virtual const Hashtable* getSupportedIDs(UErrorCode& status) const
701 const Hashtable* ids = getSupportedIDs(status);
rbt_data.h 65 Hashtable variableNames;
  /external/iptables/extensions/
libxt_hashlimit.c 39 "[--hashlimit-htable-size <num>] number of hashtable buckets\n"
40 "[--hashlimit-htable-max <num>] number of hashtable entries\n"
77 " --hashlimit-htable-size <num> number of hashtable buckets\n"
78 " --hashlimit-htable-max <num> number of hashtable entries\n"
  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
LoadPathToFileCache.java 126 * Necessary to override because HashMap increases the capacity of the hashtable before
  /external/liblzf/
lzfP.h 47 * Size of hashtable is (1 << HLOG) * sizeof (char *)
  /external/srec/srec/Semproc/include/
SR_ExpressionParser.h 130 * hashtable used for keeping track of registered function callbacks
  /external/stlport/etc/
msvcincl.dat 62 hashtable.h
  /external/valgrind/main/include/
pub_tool_hashtable.h 72 /* Allocates a suitably-sized array, copies pointers to all the hashtable
  /frameworks/base/core/java/android/net/
LinkProperties.java 32 import java.util.Hashtable;
73 private Hashtable<String, LinkProperties> mStackedLinks =
74 new Hashtable<String, LinkProperties>();
482 // Hashtable values can never be null.

Completed in 939 milliseconds

<<21222324252627282930>>