Home
last modified time | relevance | path

Searched refs:hashmap (Results 1 – 25 of 25) sorted by relevance

/external/srec/srec/Semproc/src/
DSymbolTable.c43 CHKLOG(rc, HashMapCreate(&(*ptr)->hashmap)); in ST_Init()
68 if (self->hashmap) in ST_Free()
69 CHKLOG(rc, HashMapDestroy(self->hashmap)); in ST_Free()
92 rc = HashMapGet(self->hashmap, key, (void**) & buf); in ST_putKeyValue()
102 CHKLOG(rc, HashMapPut(self->hashmap, symbol->key, symbol->value)); in ST_putKeyValue()
131 HashMapGetSize(self->hashmap, &size); in ST_Copy()
134 HashMapGetKeyAtIndex(self->hashmap, i, &pkey); in ST_Copy()
135 HashMapGet(self->hashmap, pkey, (void **)&pvalue); in ST_Copy()
161 rc = HashMapGet(self->hashmap, key, (void**)value); in ST_getKeyValue()
223 CHKLOG(rc, HashMapRemoveAll(ptr->hashmap)); in ST_reset()
[all …]
DSemanticProcessorImpl.c485 HashMap* hashmap = NULL; in SR_SemanticProcessor_CheckParseByWordID() local
677 hashmap = ((SR_SemanticResultImpl*)results[resultIdx])->results; in SR_SemanticProcessor_CheckParseByWordID()
680 CHKLOG(rc, hashmap->containsKey(hashmap, meaning, &containsKey)); in SR_SemanticProcessor_CheckParseByWordID()
685 CHKLOG(rc, hashmap->containsKey(hashmap, meaning, &containsKey)); in SR_SemanticProcessor_CheckParseByWordID()
689 CHKLOG(rc, hashmap->get(hashmap, meaning, (void **)&p)); in SR_SemanticProcessor_CheckParseByWordID()
701 rc = hashmap->put(hashmap, L("meaning"), dst); in SR_SemanticProcessor_CheckParseByWordID()
717 CHKLOG(rc, hashmap->getSize(hashmap, &size)); in SR_SemanticProcessor_CheckParseByWordID()
720 CHKLOG(rc, hashmap->getKeyAtIndex(hashmap, j, &p)); in SR_SemanticProcessor_CheckParseByWordID()
723 CHKLOG(rc, hashmap->get(hashmap, p, (void **)&dst)); in SR_SemanticProcessor_CheckParseByWordID()
752 rc = hashmap->put(hashmap, L("meaning"), dst); in SR_SemanticProcessor_CheckParseByWordID()
[all …]
DExpressionParser.c102 HashMap** hashmap) in EP_parse() argument
152 CHKLOG(rc, ST_Copy(symtable, *hashmap)); in EP_parse()
154 *hashmap = NULL; /* don't give access to hashtable if something went wrong */ in EP_parse()
/external/oprofile/daemon/liblegacy/
Dopd_mapping.c28 static struct op_hash_index * hashmap; variable
46 hashmap = mmap(0, OP_HASH_MAP_SIZE, PROT_READ, MAP_SHARED, hashmapdevfd, 0); in opd_init_hash_map()
47 if ((long)hashmap == -1) { in opd_init_hash_map()
101 return ((char *)(hashmap + OP_HASH_MAP_NR) + ind); in get_from_pool()
120 char * name = get_from_pool(hashmap[hash].name); in opd_get_hash_name()
132 hash = hashmap[hash].parent; in opd_get_hash_name()
/external/chromium/net/base/
Deffective_tld_names_unittest2.gperf8 // to generate the perfect hashmap.
Deffective_tld_names_unittest1.gperf8 // to generate the perfect hashmap.
/external/srec/srec/Semproc/include/
DSR_SymbolTable.h62 HashMap* hashmap; member
DSR_ExpressionParser.h192 HashMap** hashmap);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DHashMapTest.java250 HashMap hashmap = new HashMap(); in test_clone() local
252 hashmap.put(1, mock); in test_clone()
253 assertEquals(1, ((MockClonable) hashmap.get(1)).i); in test_clone()
254 HashMap hm3 = (HashMap)hashmap.clone(); in test_clone()
257 assertEquals(0, ((MockClonable) hashmap.get(1)).i); in test_clone()
/external/srec/tools/grxmlcompile/
DAndroid.mk20 hashmap.cpp \
/external/v8/test/cctest/
DSConscript78 'test-hashmap.cc',
Dcctest.gyp73 'test-hashmap.cc',
/external/v8/tools/gyp/
Dv8.gyp337 '../../src/hashmap.h',
942 '../../src/hashmap.h',
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2411069 hashmap holds the last ref to an EventTarget when the user lifts their finger.
11077 hashmap held the last ref (and we use the raw ptr that the RefPtr
12766 Crash in handleTouchEvent: using dangling node ptrs in hashmap
12772 m_originatingTouchPointTargets hashmap and try to use it as the
12778 (WebCore::EventHandler::clear): Clear the hashmap of touch targets.
42875 m_touchEventTarget in favour of using the touch target hashmap. It also
43647 …is. This does not match the behavior of iPhone or Android. This patch uses a hashmap on the EventH…
43656 …Core::EventHandler::handleTouchEvent): Store the originating target element of a touch in a hashmap
43659 * page/EventHandler.h: Add hashmap as a member.
DChangeLog-2005-08-235256 * khtml/misc/hashmap.h: Small tweak to insert and added set.
11906 * khtml/misc/hashmap.h:
13620 * khtml/misc/hashmap.h: Added.
13689 * ForwardingHeaders/misc/hashmap.h: Added.
DChangeLog-2005-12-197565 * khtml/misc/hashmap.h: Removed.
11677 * ForwardingHeaders/misc/hashmap.h: Removed.
DChangeLog-2007-10-1417467 (KJS::Window::getValueProperty): Sort the hashmap comment into categories
50078 use a global hashmap to store it if needed
55539 - don't use hashmap for keeping track of outstanding jobs - curl does it anyway
DChangeLog-2010-01-2914588 …* svg/graphics/SVGResource.cpp: Instead of maintaining a global hashmap between SVGStyledElements …
15900 …* svg/graphics/SVGResource.cpp: Instead of maintaining a global hashmap between SVGStyledElements …
25042 hashmap. FontPlatformData has been modified to handle the hashing
37001 hashmap. FontPlatformData has been modified to handle the hashing
DChangeLog-2011-02-1644296 The m_methods hashmap of QtInstance contains InternalFunctions
44298 RuntimeObject, we should also reset this hashmap.
DChangeLog-2006-12-3138794 2) Added a pageURL->iconURL hashmap to cache database results, as an optimization
38805 (WebCore::IconDatabase::iconURLForPageURL): Added a hashmap cache to avoid common queries
DChangeLog-2006-05-105607 …(WebCore::createNSDictionary): Added. Converts a hashmap to an NSDictionary for m_formValuesAboutT…
DChangeLog-2008-08-1078030 (WebCore::Document::addImageMap): Don't access hashmap if name is null.
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-101001 Improve switch performance by converting to a hashmap based jump
24517 (_NPN_GetIntIdentifier): We cannot use the hashmap for 0 and -1 since
/external/webkit/Source/WebKit2/
DChangeLog9081 (WebKit::MutableDictionary::remove): Added; call remove on the underlying hashmap.
/external/webkit/Source/WebKit/win/
DChangeLog-2009-06-163214 Bug 21526: The hashmap webPreferencesInstances in WebPreferences.cpp can