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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
symtab.h 73 /* Initialize the hashtable with 2 ^ order entries. */
tree-flow-inline.h 55 /* Initialize the hashtable iterator HTI to point to hashtable TABLE */
75 /* Return current non-empty/deleted slot of the hashtable pointed to by HTI,
86 /* Advance the hashtable iterator pointed to by HTI to the next element of the
87 hashtable. */
112 referenced_vars hashtable, and return that variable. */
130 /* Make ITER point to the next referenced_var in the referenced_var hashtable,
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashSet.h 25 #include "wtf/HashTable.h"
46 typedef HashTable<ValueType, ValueType, IdentityExtractor,
  /external/chromium_org/tools/gn/secondary/third_party/WebKit/Source/wtf/
BUILD.gn 101 "HashTable.cpp",
102 "HashTable.h",
  /external/chromium_org/tools/perf/measurements/test_data/
loading_profile.csv 1 url,OT::SubstLookup::apply_string const (period),SkPaint::descriptorProc const (period),WTF::HashTable::expand (period),"WTF::HashTableAddResult WTF::HashTable<WebCore::QualifiedName::QualifiedNameImpl*, WebCore::QualifiedName::QualifiedNameImpl*, WTF::IdentityExtractor, WebCore::QualifiedNameHash, WebCore::QualifiedNameHashTraits, WebCore::Qualifie (period)",WTF::HashTableAddResult::add<WTF::Iden (period),WTF::HashTableAddResult::add<WTF::Identit (period),WTF::HashTableConstIterator::find<WTF::IdentityHashTranslator<W (period),WTF::HashTableConstIterator::find<WTF::IdentityHashTranslator<WTF: (period),WTF::IntHash::hash (period),"WTF::ListHashSetNode, WTF::HashTraits<WTF::ListHashSetNode<WebCore (period)","WTF::ListHashSetNode, WTF::HashTraits<WTF::ListHashSetNode<WebCore::R (period)",WebCore::BidiResolver::createBidiRunsForLine (period),WebCore::ElementRuleCollector::collectRuleIfMatches (period),WebCore::LayoutUnit::LayoutUnit (period),WebCore::NodeRenderingContext::parentRenderer const (period),WebCore::PODFreeListArena::Node*) (period),WebCore::PODIntervalTree::Node*) (period),WebCore::PODRedBlackTree::Node*) (period),WebCore::RenderBlock::FloatingObjects::computePlacedFloatsTree (period),WebCore::RenderBlock::LineBreaker::nextSegmentBreak (period),WebCore::RenderBlock::adjustLogicalLeftOffsetForLine const (period),WebCore::RenderBlock::computeLogicalLocationForFloat const (period),WebCore::RenderBlock::floatingObjects const (period),WebCore::RenderBlock::insertIntoFloatingObjectMaps (period),WebCore::RenderBlock::logicalLeftFloatOffsetForLine const (period),WebCore::RenderBlock::logicalRightFloatOffsetForLine const (period),WebCore::RenderBlock::lowestFloatLogicalBottom const (period),WebCore::RenderBlock::nextFloatLogicalBottomBelow const (period),WebCore::RenderBox::computeRectForRepaint const (period),WebCore::RenderBox::outlineBoundsForRepaint const (period),WebCore::RenderLayer::updateLayerPosition (period),WebCore::RenderStyle::getRoundedBorderFor const (period),WebCore::SelectorChecker::Match WebCore::SelectorChecker::match const (period),WebCore::SelectorFilter::fastRejectSelector const (period),WebCore::StyleBuilder::applyProperty (period),WebCore::minimumValueForLength (period),WebCore::rangesIntersect (period),WebCore::selectorIdentifierHash (period),_ZN12_GLOBAL__N_121do_free_with_callbackEPvPFvS0_E_constprop_42 (period),__memcpy_ssse3_back (period),base::TaskQueue::Swap (period),bool WebCore::SelectorChecker::checkOne const (period),cssyyparse (period),dom_content_loaded_time (ms),int v8::internal::Search (period),load_time (ms),operator new (period),tc_malloc (period),tcmalloc::CentralFreeList::Populate (period),v8::internal::CallIC_Miss (period),v8::internal::Code::CopyFrom (period),v8::internal::CopyDictionaryToObjectElements (period),v8::internal::DescriptorArray::Append (period),v8::internal::HEnvironmentLivenessAnalysisPhase::HEnvironmentLivenessAnalysisPhase (period),v8::internal::HeapObject::Size (period),v8::internal::RelocIterator::next (period),v8::internal::Scanner::Scan (period),v8::internal::StaticMarkingVisitor::MarkMapContents (period),void WebCore::PODIntervalTree&) const (period)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-trax.jar 
  /external/llvm/test/CodeGen/X86/
2012-11-30-misched-dbg.ll 94 %"class.__gnu_cxx::hash_map" = type { %"class.__gnu_cxx::hashtable" }
95 %"class.__gnu_cxx::hashtable" = type { i64, i64, i64, i64, i64, i64 }
  /external/nist-sip/java/gov/nist/javax/sip/stack/
TCPMessageProcessor.java 64 private Hashtable tcpMessageChannels;
83 this.tcpMessageChannels = new Hashtable();
  /external/srec/srec/Semproc/src/
SymbolTable.c 47 /* init the memory for the hashtable */
64 and remove all hashtable entries */
  /frameworks/compile/mclinker/include/mcld/ADT/
HashIterator.h 248 * HashTable has two kinds of iterators. One is used to traverse buckets
253 * behavior by change the template argument IteratorBase. HashTable defines
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 92 // ----- For HashTable ----- //
210 // ----- For HashTable ----- //
  /system/core/libutils/
BasicHashtable.cpp 248 LOG_ALWAYS_FATAL_IF(!sb, "Could not allocate %u bytes for hashtable with %u buckets.",
336 "hashtable with minimum capacity %u and load factor %0.3f.",
  /external/chromium_org/tools/deep_memory_profiler/tests/data/heap.01234.symmap/
chrome.abcdef.nm     [all...]
  /cts/tools/dasm/src/java_cup/
parser.cup 17 java_cup runtime system and Hashtable from the standard Java
66 import java.util.Hashtable;
120 protected Hashtable symbols = new Hashtable();
123 protected Hashtable non_terms = new Hashtable();
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
CharInfo.java 30 import java.util.Hashtable;
152 * to avoid creating a Hashtable that will be replaced when
165 // this.m_charToString = new Hashtable();
395 * Long-term solution would be to replace the hashtable with a sparse array
565 private static Hashtable m_getCharInfoCache = new Hashtable();
  /external/clang/lib/Basic/
IdentifierTable.cpp 75 : HashTable(8192), // Start with space for 8K identifiers.
256 unsigned NumBuckets = HashTable.getNumBuckets();
257 unsigned NumIdentifiers = HashTable.getNumItems();
264 I = HashTable.begin(), E = HashTable.end(); I != E; ++I) {
281 HashTable.getAllocator().PrintStats();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/sec/
SECNamedCurves.java 5 import java.util.Hashtable;
    [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 423 HashTableTy HashTable;
444 return HashTable.getAllocator();
451 HashTable.GetOrCreateValue(Name);
493 HashTable.GetOrCreateValue(Name);
518 iterator begin() const { return HashTable.begin(); }
519 iterator end() const { return HashTable.end(); }
520 unsigned size() const { return HashTable.size(); }
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
UpdateBugStateTask.java 19 import java.util.Hashtable;
426 Hashtable args = new Hashtable();
468 Hashtable pxml = parseXML(xml);
669 private Hashtable parseXML(String xml)
675 Hashtable pxml = new Hashtable();
  /libcore/luni/src/main/java/java/util/
ResourceBundle.java 112 private static final WeakHashMap<Object, Hashtable<String, ResourceBundle>> cache
113 = new WeakHashMap<Object, Hashtable<String, ResourceBundle>>();
303 Hashtable<String, ResourceBundle> loaderCache = getLoaderCache(cacheKey);
483 Hashtable<String, ResourceBundle> loaderCache = getLoaderCache(cacheKey);
552 private static Hashtable<String, ResourceBundle> getLoaderCache(Object cacheKey) {
554 Hashtable<String, ResourceBundle> loaderCache = cache.get(cacheKey);
556 loaderCache = new Hashtable<String, ResourceBundle>();
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow-inline.h 55 /* Initialize the hashtable iterator HTI to point to hashtable TABLE */
75 /* Return current non-empty/deleted slot of the hashtable pointed to by HTI,
86 /* Advance the hashtable iterator pointed to by HTI to the next element of the
87 hashtable. */
112 referenced_vars hashtable, and return that variable. */
130 /* Make ITER point to the next referenced_var in the referenced_var hashtable,
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow-inline.h 55 /* Initialize the hashtable iterator HTI to point to hashtable TABLE */
75 /* Return current non-empty/deleted slot of the hashtable pointed to by HTI,
86 /* Advance the hashtable iterator pointed to by HTI to the next element of the
87 hashtable. */
112 referenced_vars hashtable, and return that variable. */
130 /* Make ITER point to the next referenced_var in the referenced_var hashtable,
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow-inline.h 55 /* Initialize the hashtable iterator HTI to point to hashtable TABLE */
75 /* Return current non-empty/deleted slot of the hashtable pointed to by HTI,
86 /* Advance the hashtable iterator pointed to by HTI to the next element of the
87 hashtable. */
112 referenced_vars hashtable, and return that variable. */
130 /* Make ITER point to the next referenced_var in the referenced_var hashtable,

Completed in 1411 milliseconds

<<11121314151617181920>>