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.java192 public MethodId adjust(MethodId methodId) { in adjust() method in IndexMap
199 public FieldId adjust(FieldId fieldId) { in adjust() method in IndexMap
207 public ProtoId adjust(ProtoId protoId) { in adjust() method in IndexMap
214 public ClassDef adjust(ClassDef classDef) { in adjust() method in IndexMap
222 public SortableType adjust(SortableType sortableType) { in adjust() method in IndexMap
239 public Annotation adjust(Annotation annotation) { in adjust() method in IndexMap
/dalvik/libdex/
DSysUtil.cpp199 int adjust; in sysMapFileSegmentInShmem() local