/external/srec/srec/Semproc/src/ |
D | SymbolTable.c | 43 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 …]
|
D | SemanticProcessorImpl.c | 485 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 …]
|
D | ExpressionParser.c | 102 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/ |
D | opd_mapping.c | 28 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/ |
D | effective_tld_names_unittest2.gperf | 8 // to generate the perfect hashmap.
|
D | effective_tld_names_unittest1.gperf | 8 // to generate the perfect hashmap.
|
/external/srec/srec/Semproc/include/ |
D | SR_SymbolTable.h | 62 HashMap* hashmap; member
|
D | SR_ExpressionParser.h | 192 HashMap** hashmap);
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
D | HashMapTest.java | 250 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/ |
D | Android.mk | 20 hashmap.cpp \
|
/external/v8/test/cctest/ |
D | SConscript | 78 'test-hashmap.cc',
|
D | cctest.gyp | 73 'test-hashmap.cc',
|
/external/v8/tools/gyp/ |
D | v8.gyp | 337 '../../src/hashmap.h', 942 '../../src/hashmap.h',
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 11069 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.
|
D | ChangeLog-2005-08-23 | 5256 * 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.
|
D | ChangeLog-2005-12-19 | 7565 * khtml/misc/hashmap.h: Removed. 11677 * ForwardingHeaders/misc/hashmap.h: Removed.
|
D | ChangeLog-2007-10-14 | 17467 (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
|
D | ChangeLog-2010-01-29 | 14588 …* 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
|
D | ChangeLog-2011-02-16 | 44296 The m_methods hashmap of QtInstance contains InternalFunctions 44298 RuntimeObject, we should also reset this hashmap.
|
D | ChangeLog-2006-12-31 | 38794 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
|
D | ChangeLog-2006-05-10 | 5607 …(WebCore::createNSDictionary): Added. Converts a hashmap to an NSDictionary for m_formValuesAboutT…
|
D | ChangeLog-2008-08-10 | 78030 (WebCore::Document::addImageMap): Don't access hashmap if name is null.
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 1001 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/ |
D | ChangeLog | 9081 (WebKit::MutableDictionary::remove): Added; call remove on the underlying hashmap.
|
/external/webkit/Source/WebKit/win/ |
D | ChangeLog-2009-06-16 | 3214 Bug 21526: The hashmap webPreferencesInstances in WebPreferences.cpp can
|