Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/
Dmerge.py453 lookupMap = dict((id(v),v) for v in table.table.LookupList.Lookup)
510 def mapLookups(self, lookupMap): argument
562 def mapLookups(self, lookupMap): argument
572 ll.LookupListIndex = lookupMap[ll.LookupListIndex]
576 ll.LookupListIndex = lookupMap[ll.LookupListIndex]
581 def mapLookups(self, lookupMap): argument
584 st.mapLookups(lookupMap)
587 def mapLookups(self, lookupMap): argument
590 l.mapLookups(lookupMap)
593 def mapLookups(self, lookupMap): argument
[all …]
/external/r8/src/main/java/com/android/tools/r8/graph/
DJarCode.java34 private IdentityHashMap<DexMethod, JarCode> lookupMap = new IdentityHashMap<>(); field in JarCode.ReparseContext
47 context.lookupMap.put(method, this); in JarCode()
147 JarCode code = context.lookupMap.get(application.getMethod(context.owner.type, name, desc)); in visitMethod()
/external/mesa3d/bin/
Dperf-annotate-jit90 def lookupMap(filename, matchSymbol): function
221 start_address = lookupMap(module, function_name)