/cts/tools/dasm/src/dasm/tokens/ |
number_token.java | 22 public class number_token extends java_cup.runtime.token {
|
variant_token.java | 22 public class variant_token extends java_cup.runtime.token {
|
/external/apache-http/src/org/apache/http/ |
TokenIterator.java | 49 * Indicates whether there is another token in this iteration. 51 * @return <code>true</code> if there is another token, 59 * Obtains the next token from this iteration. 63 * @return the next token in this iteration
|
/external/apache-http/src/org/apache/http/client/ |
UserTokenHandler.java | 38 * or not. The token object returned by this handler is expected to uniquely 43 * The user token will be used to ensure that user specific resouces will not 53 * The token object returned by this method is expected to uniquely 59 * @return user token that uniquely identifies the user or
|
/external/apache-http/src/org/apache/http/protocol/ |
HttpExpectationVerifier.java | 49 * expectation-extension = token [ "=" ( token | quoted-string ) 51 * expect-params = ";" token [ "=" ( token | quoted-string ) ]
|
/external/dbus/dbus/ |
dbus-shell.c | 343 * . During token recognition no substitutions will be actually 344 * performed, and the result token will contain exactly the 348 * mark and the end of the quoted text. The token will not be 352 * the current token will be delimited." 355 * token containing the previous character is delimited and the 366 * token. Since the search for the end-of-comment does not 373 * - for each token (word), perform portions of word expansion, namely 388 delimit_token (DBusString *token, 394 str = _dbus_strdup (_dbus_string_get_data (token)); 501 /* If the current token contains the previous char, delimi [all...] |
/external/e2fsprogs/doc/ |
libblkid.txt | 1 libblkid - a library to handle device identification and token extraction 6 expects to be doing multiple token searches, the program should 28 a specific NAME=value token, or you want to output token(s) from a
|
/external/iptables/extensions/ |
libip6t_limit.man | 1 This module matches at a limited rate using a token bucket filter.
|
libipt_limit.man | 1 This module matches at a limited rate using a token bucket filter.
|
/external/libxml2/include/libxml/ |
xmlregexp.h | 66 * @token: the current token string 73 const xmlChar *token, 145 * and for the set with just the empty token
|
/external/v8/src/ |
fast-codegen.cc | 266 if (expr->op() != Token::ASSIGN) BAILOUT("Non-simple assignment"); 365 case Token::COMMA: 367 case Token::OR: 369 case Token::AND: 372 case Token::BIT_OR: 392 case Token::BIT_XOR: 394 case Token::BIT_AND: 396 case Token::SHL: 398 case Token::SAR: 400 case Token::SHR [all...] |
ast.h | 36 #include "token.h" [all...] |
/external/webkit/WebCore/bindings/generic/ |
BindingSecurityBase.cpp | 61 // Callback functions are expensive. Binding code should use a security token 63 // are in the same domain. A security token is a string object that represents 66 // There are special cases where security token matching is not enough. 69 // a context's security token to its global object so that the fast access
|
/frameworks/base/core/java/android/app/ |
IStatusBar.aidl | 25 void disable(int what, IBinder token, String pkg);
|
/packages/apps/Phone/src/com/android/phone/ |
DeleteFdnContactScreen.java | 162 protected void onQueryComplete(int token, Object cookie, Cursor c) { 165 protected void onInsertComplete(int token, Object cookie, 169 protected void onUpdateComplete(int token, Object cookie, int result) { 172 protected void onDeleteComplete(int token, Object cookie, int result) {
|
/external/icu4c/tools/gennames/ |
gennames.c | 47 * token=tokenTable[c]; 48 * if(token==0xfffe) -- lead byte of double-byte token 49 * token=tokenTable[c<<8|next character]; 50 * if(token==-1) 53 * tokenString=tokenStrings+token; (tokenStrings=start of names data + tokenStringOffset;) 77 * For the de-tokenizing, see token description above; the strings immediately follow the 238 int32_t weight; /* -(cost for token) + (number of occurences) * (length-1) */ 678 /* count the letters in the token range */ 707 * The tokens that need two token byte 876 int16_t start, limit, token, groupTop=*pGroupTop; local 931 int16_t token; local 1228 int16_t i, token; local [all...] |
/frameworks/base/core/java/android/accounts/ |
AccountManager.java | 59 * <p>Many servers support some notion of an <em>authentication token</em>, 87 * <li>Request an auth token for the selected account(s) using one of the 91 * <li>Make the request using the auth token. The form of the auth token, 97 * it could be that a cached auth token is stale and no longer honored by 99 * the token from the cache, otherwise requests will continue failing! After 100 * invalidating the auth token, immediately go back to the "Request an auth 101 * token" step above. If the process fails the second time, then it can be 158 * The Bundle key used for the auth token value in results 263 * should get an auth token instead [all...] |
/external/bison/ |
NEWS | 78 * lalr1.cc: The token and value types are now class members. 81 tokens are enumerations of the `yy::parser::token' struct, and the 117 a syntax error associated with '%token NUM "number"' they might 132 - Error token location. 134 to cover the whole sequence covered by the error token: it includes 160 - %token numbers can now be hexadecimal integers, e.g., `%token FOO 0x12d'. 331 * Undefined token 332 The undefined token was systematically mapped to 2 which prevented 335 * Unknown token number [all...] |
/external/bison/src/ |
state.h | 49 The two types of actions are shifts/gotos (push the look-ahead token 53 look-ahead token alone). When the states are generated, these 73 recorded in an errs structure, which holds the token numbers. 81 parser's strategy of making all decisions one token ahead of its 122 TRANSITIONS->states[Num]? Can be a token (amongst which the error 123 token), or non terminals in case of gotos. */ 138 /* Is the TRANSITIONS->states[Num] labelled by the error token? */ 153 /* Iterate over each transition over a token (shifts). */
|
/external/icu4c/i18n/ |
unesctrn.cpp | 95 static Transliterator* _createUnicode(const UnicodeString& ID, Transliterator::Token /*context*/) { 98 static Transliterator* _createJava(const UnicodeString& ID, Transliterator::Token /*context*/) { 101 static Transliterator* _createC(const UnicodeString& ID, Transliterator::Token /*context*/) { 104 static Transliterator* _createXML(const UnicodeString& ID, Transliterator::Token /*context*/) { 107 static Transliterator* _createXML10(const UnicodeString& ID, Transliterator::Token /*context*/) { 110 static Transliterator* _createPerl(const UnicodeString& ID, Transliterator::Token /*context*/) { 113 static Transliterator* _createAny(const UnicodeString& ID, Transliterator::Token /*context*/) { 122 Token t = integerToken(0);
|
/external/webkit/WebCore/html/ |
HTMLViewSourceDocument.h | 36 struct Token; 45 void addViewSourceToken(Token*); // Used by the HTML tokenizer.
|
/external/webkit/WebKit/mac/Plugins/Hosted/ |
WebKitPluginAgent.defs | 34 ServerAuditToken token :audit_token_t; 45 ServerAuditToken token :audit_token_t);
|
/frameworks/base/cmds/servicemanager/ |
bctest.c | 55 unsigned token; variable 91 svcmgr_publish(bs, svcmgr, argv[1], &token);
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
Transaction.java | 142 * @param token The token to identify the sending progress. 149 protected byte[] sendPdu(long token, byte[] pdu) throws IOException { 150 return sendPdu(token, pdu, mTransactionSettings.getMmscUrl()); 156 * @param token The token to identify the sending progress. 164 protected byte[] sendPdu(long token, byte[] pdu, String mmscUrl) throws IOException { 167 mContext, token,
|
/cts/tools/dasm/src/java_cup/ |
lexer.java | 6 import java_cup.runtime.token; 11 * number of the next token. Once end of input is reached the EOF token is 32 * next_token() to get each token) this class provides simple error and 298 protected static token do_code_string() throws java.io.IOException 320 /* advance past the closer and build a return token */ 332 protected static token do_id() throws java.io.IOException 358 return new token(keyword_num.intValue()); 360 /* otherwise build and return an id token with an attached string */ 366 /** Return one token. This is the main external interface to the scanner [all...] |