Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/reflect/
DAnnotationAccess.java192 Dex.Section setIn = dex.open(annotationSetOffset); // annotation_set_item in getAnnotation() local
534 Dex.Section setIn = dex.open(annotationSetOffset); // annotation_set_item in getAnnotationReader() local
619 Dex.Section setIn = dex.open(offset); // annotation_set_item in annotationSetToAnnotations() local
/libcore/luni/src/main/java/java/lang/
DSystem.java150 public static void setIn(InputStream newIn) { in setIn() method in System