Home
last modified time | relevance | path

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

/cts/tools/dasm/src/dasm/
DScanner.java81 protected int nextChar; field in Scanner
111 nextChar = 0; in Scanner()
113 if (nextChar == -1) throw new DasmError("empty source file"); in Scanner()
134 nextChar = inputReader.read(); in readNextChar()
135 switch (nextChar) { in readNextChar()
141 nextChar = '\n'; in readNextChar()
148 line.append((char) nextChar); in readNextChar()
160 if (nextChar != ';') { in skipEmptyLines()
163 } while (isWhitespace(nextChar)); in skipEmptyLines()
164 if (nextChar != ';') return; in skipEmptyLines()
[all …]
/cts/tests/tests/telecom/src/android/telecom/cts/
DRemoteConnectionTest.java313 public void onPostDialChar(RemoteConnection connection, char nextChar) { in testRemoteConnectionCallbacks_PostDialChar()
314 super.onPostDialChar(connection, nextChar); in testRemoteConnectionCallbacks_PostDialChar()
315 callbackInvoker.invoke(connection, nextChar); in testRemoteConnectionCallbacks_PostDialChar()
/cts/tools/dex-tools/dex/
Dclasses.out.dex141671 private int nextChar