Home
last modified time | relevance | path

Searched refs:lookup_key (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DLocaleData.java187 int lookup_key = packLocale(language, region); in localeDataComputeScript() local
188 Byte lookup_result = LIKELY_SCRIPTS.get(lookup_key); in localeDataComputeScript()
192 lookup_key = dropRegion(lookup_key); in localeDataComputeScript()
193 lookup_result = LIKELY_SCRIPTS.get(lookup_key); in localeDataComputeScript()
/external/openssh/
Dssh-pkcs11-helper.c91 lookup_key(Key *k) in lookup_key() function
181 if ((found = lookup_key(key)) != NULL) { in process_sign()
/external/v8/tools/
Dgrokdump.py2039 lookup_key = (self.ContainingKnownOldSpaceName(tagged_address), offset)
2040 known_obj_name = KNOWN_OBJECTS.get(lookup_key)
2063 lookup_key = ("MAP_SPACE", offset)
2064 known_map_info = KNOWN_MAPS.get(lookup_key)