/cts/tools/dasm/src/java_cup/runtime/ |
H A D | token.java | 13 public class token extends symbol { class in inherits:symbol 16 public token(int term_num) method in class:token
|
/cts/tests/tests/text/src/android/text/util/cts/ |
H A D | Rfc822TokenizerTest.java | 64 // token 2 is ignored because ',' between token1 and token2 is in a pair of \". 67 // token 4 is ignored because ',' between token3 and token4 is in <>. 152 "1. the comment doesn't be cleaned before find next token." + 180 * Assert the specified token's name, address and comment all equal specified ones. 181 * @param token the Rfc822Token to be asserted. 186 private void localAssertEquals(Rfc822Token token, String name, argument 188 assertEquals(name, token.getName()); 189 assertEquals(address, token.getAddress()); 190 assertEquals(comment, token.getComment());
|
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ |
H A D | RootProcessScanner.java | 179 * Convenience method to move the scanner's position to the point after the given token. 181 * @param scanner to call next() until the token is found 182 * @param token to find like "Name:" 183 * @return scanner after finding token 185 private static Scanner findToken(Scanner scanner, String token) { argument 188 if (next.equals(token)) { 199 * @param scanner that has just processed the "Uid:" or "Gid:" token
|
/cts/libs/json/src/com/android/json/stream/ |
H A D | JsonReader.java | 31 * Within JSON objects, name/value pairs are represented by a single token. 185 * long as the longest token that can be reported as a number. 197 * The type of the next token to be returned by {@link #peek} and {@link 200 private JsonToken token; field in class:JsonReader 252 * Consumes the next token from the JSON stream and asserts that it is the 260 * Consumes the next token from the JSON stream and asserts that it is the 268 * Consumes the next token from the JSON stream and asserts that it is the 276 * Consumes the next token from the JSON stream and asserts that it is the 288 if (token != expected) { 299 return token ! [all...] |
/cts/tests/tests/content/src/android/content/cts/ |
H A D | AsyncQueryHandlerTest.java | 385 private void startQuery(int token, Object cookie, Uri uri, String[] projection, argument 390 mAsyncHandler.startQuery(token, cookie, uri, projection, 394 private void startInsert(int token, Object cookie, Uri uri, argument 399 mAsyncHandler.startInsert(token, cookie, uri, initialValues); 402 private void startUpdate(int token, Object cookie, Uri uri, ContentValues values, argument 407 mAsyncHandler.startUpdate(token, cookie, uri, values, selection, selectionArgs); 410 private void startDelete(int token, Object cookie, Uri uri, String selection, argument 415 mAsyncHandler.startDelete(token, cookie, uri, selection, selectionArgs); 448 protected void onDeleteComplete(int token, Object cookie, int result) { argument 449 super.onDeleteComplete(token, cooki 460 onInsertComplete(int token, Object cookie, Uri uri) argument 472 onQueryComplete(int token, Object cookie, Cursor cursor) argument 488 onUpdateComplete(int token, Object cookie, int result) argument [all...] |
/cts/tools/dasm/etc/ |
H A D | java_cup-new.jar | ... lang.Object) public void syntax_error (java_cup.runtime.token) public void unrecovered_syntax_error (java_cup.runtime.token) throws java ... |
H A D | java_cup.jar | META-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/action_part.class action_part.java package java_cup ... |
H A D | java_cup.jar.old | META-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/action_part.class action_part.java package java_cup ... |
/cts/tools/signature-tools/lib/ |
H A D | antlr-2.7.7.jar | ... 7/s?defs= " (antlr.Grammar, antlr.Token) public void generate () public antlr.Lookahead look (int) public ... |
/cts/tools/dx-tests/lib/ |
H A D | jasmin.jar | META-INF/ META-INF/MANIFEST.MF jas/ jas/AnnotDefAttr.class AnnotDefAttr.java package jas ... |