Home
last modified time | relevance | path

Searched defs:adjust (Results 1 – 2 of 2) sorted by relevance

/dalvik/dx/src/com/android/dx/merge/
DIndexMap.java162 public MethodId adjust(MethodId methodId) { in adjust() method in IndexMap
169 public FieldId adjust(FieldId fieldId) { in adjust() method in IndexMap
177 public ProtoId adjust(ProtoId protoId) { in adjust() method in IndexMap
184 public ClassDef adjust(ClassDef classDef) { in adjust() method in IndexMap
192 public SortableType adjust(SortableType sortableType) { in adjust() method in IndexMap
208 public Annotation adjust(Annotation annotation) { in adjust() method in IndexMap
/dalvik/libdex/
DSysUtil.cpp199 int adjust; in sysMapFileSegmentInShmem() local