Home
last modified time | relevance | path

Searched refs:peek (Results 1 – 2 of 2) sorted by relevance

/art/tools/class2greylist/src/com/android/class2greylist/
DApiComponents.java76 if (sc.peek() != 'L') { in parseJNIClassDescriptor()
78 "Expected JNI class descriptor to start with L, but instead got " + sc.peek(), in parseJNIClassDescriptor()
133 char c = sc.peek(); in parseJniTypeWithoutArrayDimensions()
154 while (sc.peek() == '[') { in parseJniType()
181 while (sc.peek() != ')') { in convertJNIMethodParametersToJavadoc()
204 if (!sc.peek(2).equals("->")) { in fromDexSignature()
DStringCursor.java46 public char peek() { in peek() method in StringCursor
57 public String peek(int n) throws StringCursorOutOfBoundsException { in peek() method in StringCursor