Searched defs:token (Results 1 - 11 of 11) sorted by relevance

/cts/tools/dasm/src/java_cup/runtime/
H A Dtoken.java13 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 DRfc822TokenizerTest.java47 // token 2 is ignored because ',' between token1 and token2 is in a pair of \".
50 // token 4 is ignored because ',' between token3 and token4 is in <>.
138 * Assert the specified token's name, address and comment all equal specified ones.
139 * @param token the Rfc822Token to be asserted.
144 private void localAssertEquals(Rfc822Token token, String name, argument
146 assertEquals(name, token.getName());
147 assertEquals(address, token.getAddress());
148 assertEquals(comment, token.getComment());
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
H A DRootProcessScanner.java179 * 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 DJsonReader.java31 * 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 DAsyncQueryHandlerTest.java273 private void startQuery(int token, Object cookie, Uri uri, String[] projection, argument
278 mAsyncHandler.startQuery(token, cookie, uri, projection,
282 private void startInsert(int token, Object cookie, Uri uri, argument
287 mAsyncHandler.startInsert(token, cookie, uri, initialValues);
290 private void startUpdate(int token, Object cookie, Uri uri, ContentValues values, argument
295 mAsyncHandler.startUpdate(token, cookie, uri, values, selection, selectionArgs);
298 private void startDelete(int token, Object cookie, Uri uri, String selection, argument
303 mAsyncHandler.startDelete(token, cookie, uri, selection, selectionArgs);
336 protected void onDeleteComplete(int token, Object cookie, int result) { argument
337 super.onDeleteComplete(token, cooki
348 onInsertComplete(int token, Object cookie, Uri uri) argument
360 onQueryComplete(int token, Object cookie, Cursor cursor) argument
376 onUpdateComplete(int token, Object cookie, int result) argument
[all...]
/cts/tools/dasm/etc/
H A Djava_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 Djava_cup.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/action_part.class action_part.java package java_cup ...
H A Djava_cup.jar.oldMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/action_part.class action_part.java package java_cup ...
/cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
H A Dearley-boyer.js2431 var token = tokenizer.peekToken();
2433 switch (token.type) {
2437 if (matchesPeer(listBeginType, token.type)) {
2438 tokenizer.readToken(); // consume token
2448 tokenizer.readToken(); // consume token
2470 var token = tokenizer.peekToken();
2471 switch (token.type) {
2497 var token = tokenizer.readToken(); variable
2500 if (token.type === 13/*ERROR*/)
2501 throw token
[all...]
H A Dpdfjs.js3728 var token = '', ch = data[offset];
3732 token += String.fromCharCode(ch);
3735 return token;
3779 var token = readToken(buffer, position);
3781 if (token === 'xref') {
3785 } else if ((m = /^(\d+)\s+(\d+)\s+obj\b/.exec(token))) {
3806 position += token.length + 1;
4790 this.token;
4795 this.prev = this.token;
4796 this.token
16952 var token = ''; variable
[all...]
/cts/tools/signature-tools/lib/
H A Dantlr-2.7.7.jar ... _r1/s?defs= " (antlr.Grammar, antlr.Token) public void generate () public antlr.Lookahead look (int) public ...

Completed in 341 milliseconds