/packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/ |
AddressListParser.java | 506 jjtreeOpenNodeScope(jjtn000);Token t; 568 jjtreeOpenNodeScope(jjtn000);Token t; 614 jj_la = xla; jj_lastpos = jj_scanpos = token; 621 jj_la = xla; jj_lastpos = jj_scanpos = token; 628 Token xsp; 640 Token xsp; 661 Token xsp; 670 Token xsp; 685 Token xsp; 700 public Token token, jj_nt field in class:AddressListParser [all...] |
BaseNode.java | 23 import org.apache.james.mime4j.field.address.parser.Token;
27 public Token firstToken;
28 public Token lastToken;
|
/external/kernel-headers/original/linux/ |
if_tr.h | 6 * Global definitions for the Token-Ring IEEE 802.5 interface. 24 /* IEEE 802.5 Token-Ring magic constants. The frame sizes omit the preamble 26 #define TR_ALEN 6 /* Octets in one token-ring addr */ 35 /* This is an Token-Ring frame header. */ 57 /* This is an Token-Ring LLC structure */ 66 /* Token-Ring statistics collection data. */ 79 /* detailed Token-Ring errors. See IBM Token-Ring Network
|
/external/v8/src/ |
token.cc | 30 #include "token.h" 36 const char* Token::name_[NUM_TOKENS] = { 43 const char* Token::string_[NUM_TOKENS] = { 50 int8_t Token::precedence_[NUM_TOKENS] = {
|
rewriter.cc | 294 case Token::INIT_VAR: 295 case Token::INIT_CONST: 296 case Token::ASSIGN: 304 case Token::ASSIGN_BIT_OR: 305 case Token::ASSIGN_BIT_XOR: 306 case Token::ASSIGN_BIT_AND: 307 case Token::ASSIGN_SHL: 308 case Token::ASSIGN_SAR: 309 case Token::ASSIGN_SHR: 314 case Token::ASSIGN_ADD [all...] |
/external/webkit/WebKitTools/simplejson/ |
scanner.py | 2 Iterator based sre token scanner 19 for idx, token in enumerate(lexicon): 20 phrase = token.pattern 27 self.actions.append(token)
|
/frameworks/base/core/java/com/android/internal/view/ |
IInputMethodManager.aidl | 51 void setInputMethod(in IBinder token, String id); 52 void hideMySoftInput(in IBinder token, int flags); 53 void showMySoftInput(in IBinder token, int flags); 54 void updateStatusIcon(in IBinder token, String packageName, int iconId);
|
/external/bison/src/ |
parse-gram.y | 104 %token GRAM_EOF 0 "end of file" 105 %token STRING "string" 106 %token INT "integer" 108 %token PERCENT_TOKEN "%token" 109 %token PERCENT_NTERM "%nterm" 111 %token PERCENT_TYPE "%type" 112 %token PERCENT_DESTRUCTOR "%destructor {...}" 113 %token PERCENT_PRINTER "%printer {...}" 115 %token PERCENT_UNION "%union {...} [all...] |
/frameworks/base/libs/ui/ |
KeyLayoutMap.cpp | 118 String8 token = next_token(&p, &line); local 125 if (token == "key") { 129 token.string()); 135 scancode = strtol(token.string(), &end, 0); 138 filename, line, token.string()); 145 keycode = token_to_value(token.string(), KEYCODES); 146 //LOGI("%s:%d: got keycode %d for %s\n", filename, line, keycode, token.string() ); 149 filename, line, token.string()); 155 if (token == "key") { 168 tmp = token_to_value(token.string(), FLAGS) [all...] |
/packages/apps/Mms/src/com/android/mms/transaction/ |
MessageSender.java | 27 * @param token The token to identify the sending progress. 33 boolean sendMessage(long token) throws MmsException;
|
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
StreamTokenizerTest.java | 63 assertEquals("the next token returned should be the letter d", 65 assertEquals("the next token returned should be the letter d", 68 assertEquals("the next token returned should be the digit 8", 70 assertEquals("the next token returned should be the digit 8", 73 assertEquals("the next token returned should be the quote character", 75 assertEquals("the next token returned should be the quote character", 90 assertEquals("the next token returned should be the letter d skipping the comments", 92 assertEquals("the next token returned should be the letter d", 95 assertEquals("the next token returned should be the digit 8", 97 assertEquals("the next token returned should be the digit 8" [all...] |
/external/apache-http/src/org/apache/http/impl/ |
DefaultConnectionReuseStrategy.java | 56 * it's role. A token "close" indicates that the connection cannot 57 * be reused. If there is no such token, a token "keep-alive" indicates 58 * that the connection should be re-used. If neither token is found, 119 // documented in RFC 2068, section 19.7.1. A token "keep-alive" is 125 // RFC 2616 specifies "close" as the only connection token with a 129 // but is commonly used to carry one token, "close" or "keep-alive". 131 // sequence of tokens, where each token is a header name, and the 132 // token "close" has the above-mentioned additional meaning. 146 final String token = ti.nextToken() local [all...] |
/external/skia/src/animator/ |
SkAnimatorScript.h | 51 static bool EvalEnum(const char* token, size_t len, void* callBack, SkScriptValue* ); 52 static bool EvalID(const char* token, size_t len, void* callBack, SkScriptValue* ); 59 static bool EvalNamedColor(const char* token, size_t len, void* callBack, SkScriptValue* ); 63 static bool Infinity(const char* token, size_t len, void* callBack, SkScriptValue* ); 68 static bool NaN(const char* token, size_t len, void* callBack, SkScriptValue* );
|
/frameworks/base/core/java/android/app/backup/ |
RestoreSet.java | 42 * Token that identifies this backup set unambiguously to the backup/restore 46 public long token; field in class:RestoreSet 56 token = _token; 68 out.writeLong(token); 85 token = in.readLong();
|
/frameworks/base/libs/surfaceflinger/ |
Tokenizer.h | 35 status_t reserve(uint32_t token); 36 status_t release(uint32_t token); 37 bool isAcquired(uint32_t token) const; 48 ssize_t _indexOrderOf(uint32_t token, size_t* order=0) const; 49 ssize_t _insertTokenAt(uint32_t token, size_t index);
|
/frameworks/base/opengl/libagl/ |
Tokenizer.h | 37 status_t reserve(uint32_t token); 38 status_t release(uint32_t token); 39 bool isAcquired(uint32_t token) const; 50 ssize_t _indexOrderOf(uint32_t token, size_t* order=0) const; 51 ssize_t _insertTokenAt(uint32_t token, size_t index);
|
/system/core/adb/ |
remount_service.c | 39 char *token = NULL; local 51 token = strtok(buf, delims); 53 while (token) { 57 res = sscanf(token, "mtd%d: %x %x %15s", 63 token = strtok(NULL, delims);
|
/frameworks/base/core/java/android/app/ |
ApplicationThreadNative.java | 186 IBinder token = data.readStrongBinder(); local 188 scheduleCreateService(token, info); 194 IBinder token = data.readStrongBinder(); local 197 scheduleBindService(token, intent, rebind); 203 IBinder token = data.readStrongBinder(); local 205 scheduleUnbindService(token, intent); 212 IBinder token = data.readStrongBinder(); local 221 scheduleServiceArgs(token, startId, fl, args); 228 IBinder token = data.readStrongBinder(); local 229 scheduleStopService(token); [all...] |
/frameworks/base/services/java/com/android/server/am/ |
EventLogTags.logtags | 17 30001 am_finish_activity (Token|1|5),(Task ID|1|5),(Component Name|3),(Reason|3) 21 30003 am_new_intent (Token|1|5),(Task ID|1|5),(Component Name|3),(Action|3),(MIME Type|3),(URI|3),(Flags|1|5) 25 30005 am_create_activity (Token|1|5),(Task ID|1|5),(Component Name|3),(Action|3),(MIME Type|3),(URI|3),(Flags|1|5) 27 30006 am_restart_activity (Token|1|5),(Task ID|1|5),(Component Name|3) 29 30007 am_resume_activity (Token|1|5),(Task ID|1|5),(Component Name|3) 33 30009 activity_launch_time (Token|1|5),(Component Name|3),(time|2|3) 39 30012 am_failed_to_pause (Token|1|5),(Wanting to pause|3),(Currently pausing|3) 41 30013 am_pause_activity (Token|1|5),(Component Name|3) 51 30018 am_destroy_activity (Token|1|5),(Task ID|1|5),(Component Name|3) 53 30019 am_relaunch_resume_activity (Token|1|5),(Task ID|1|5),(Component Name|3 [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/ |
console.h | 91 /* Add token */ 93 const char *name, /* Token name. Shouldn't be allocated on stack! */ 94 const char *help, /* Token help. Shouldn't be allocated on stack! */ 95 FuncToken_t p_func, /* Token handler */ 96 ConParm_t p_parms[]);/* Array of token parameters. */ 103 Monitor token handler can call consoleStop() to exit the 169 typedef enum { Dir, Token } ConEntry_type_t; 174 /* Monitor token structure */ 191 FuncToken_t f_tokenFunc; /* Token handler */ 194 } token; member in union:ConEntry_t::__anon13146 [all...] |
/cts/tools/dasm/src/dasm/ |
Scanner.java | 29 import java_cup.runtime.token; 201 * Read and recognize next token 203 public token next_token() throws IOException, DasmError { 210 // return single SEP token (skip multiple newlines 214 return new token(sym.SEP); 223 case -1: // EOF token 225 return new token(sym.EOF); 227 case '=': // EQUALS token 229 return new token(sym.EQ); 231 case ':': // COLON token [all...] |
/external/bison/tests/ |
reduce.at | 32 %token useless1 33 %token useless2 34 %token useless3 35 %token useless4 36 %token useless5 37 %token useless6 38 %token useless7 39 %token useless8 40 %token useless9 42 %token usefu [all...] |
/frameworks/base/core/java/com/google/android/util/ |
AbstractMessageParser.java | 73 private ArrayList<Token> tokens; 105 this.tokens = new ArrayList<Token>(); 130 // first token) 189 * Get a the appropriate Token for a given URL 195 public static Token tokenForUrl(String url, String text) { 235 Token token = tokens.get(i); local 236 if (token.isMedia() || (parts.size() == 0) || lastPart().isMedia()) { 239 lastPart().add(token); 453 // Figure out the appropriate token type [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
CallerInfoAsyncQuery.java | 57 public void onQueryComplete(int token, Object cookie, CallerInfo ci); 136 if (DBG) log("Processing event: " + cw.event + " token (arg1): " + msg.arg1 + 152 // passing the original token value back to the caller 191 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { 192 if (DBG) log("query complete for token: " + token); 210 // check the token and if needed, create the callerinfo object. 236 if (DBG) log("constructing CallerInfo object for token: " + token); 241 startQuery (token, endMarker, null, null, null, null, null) [all...] |
/frameworks/base/core/jni/ |
android_util_StringBlock.cpp | 71 jint token) 73 ResStringPool* osb = (ResStringPool*)token; 83 jint token, jint idx) 85 ResStringPool* osb = (ResStringPool*)token; 107 jint token, jint idx) 109 ResStringPool* osb = (ResStringPool*)token; 151 jint token, jstring str) 153 ResStringPool* osb = (ResStringPool*)token; 170 jint token) 172 ResStringPool* osb = (ResStringPool*)token; [all...] |