/external/apache-http/src/org/apache/http/message/ |
BasicNameValuePair.java | 73 * token = 1*<any CHAR except CTLs or separators> 99 * attribute = token 100 * value = token | quoted-string
|
/external/bison/tests/ |
sets.at | 264 # number. This happens only if the $end token is used in the user 266 # a side effect of allowing the user to name $end using `%token END 0 272 [[%token END 0
|
/external/dnsmasq/src/ |
cache.c | 730 static int gettok(FILE *f, char *token) 747 token[count++] = c; 748 token[count] = 0; 756 char *token = daemon->namebuff, *domain_suffix = NULL; local 770 while ((atnl = gettok(f, token)) != EOF) 776 if (inet_pton(AF_INET, token, &addr) > 0) 782 else if (inet_pton(AF_INET6, token, &addr) > 0) 789 if ((addr.addr.addr4.s_addr = inet_addr(token)) != (in_addr_t) -1) 800 atnl = gettok(f, token); 827 if ((atnl = gettok(f, token)) == EOF [all...] |
/external/e2fsprogs/intl/ |
plural.y | 134 token, to save space in the array generated by bison. */ 144 %token <op> EQUOP2 CMPOP2 ADDOP2 MULOP2 145 %token <num> NUMBER
|
/frameworks/base/core/java/com/google/android/mms/pdu/ |
SendReq.java | 191 * (Absolute-token Date-value | Relative-token Delta-seconds-value) 230 * Message-class-value = Class-identifier | Token-text
|
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/ |
WindowManagerPermissionTests.java | 294 Binder token = new Binder(); local 296 mWm.disableKeyguard(token, "foo"); 306 mWm.reenableKeyguard(token);
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
cpplib.h | 164 /* Payload of a NUMBER, STRING, CHAR or COMMENT token. */ 172 #define PREV_WHITE (1 << 0) /* If whitespace before this token. */ 177 #define NO_EXPAND (1 << 5) /* Do not macro-expand this token. */ 178 #define BOL (1 << 6) /* Token at beginning of line. */ 193 /* A preprocessing token. This has been carefully packed and should 197 source_location src_loc; /* Location of first char of token. */ 198 ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */ 211 /* Inherit padding from this token. */ 278 /* Nonzero means define __OBJC__, treat @ as a special token, use 735 /* Evaluate a CPP_CHAR or CPP_WCHAR token. * [all...] |
/bionic/libc/string/ |
strsep.c | 36 * Get next token from string *stringp, where tokens are possibly-empty
|
strtok.c | 68 * Scan token (scan for delimiters: s += strcspn(s, delim), sort of).
|
/cts/tests/tests/os/src/android/os/cts/ |
HandlerTest.java | 121 Object token = new Object(); local 122 assertTrue(mHandler.postAtTime(r, token, SystemClock.uptimeMillis() + RUNTIME)); 303 Object token = new Object(); local 304 mHandler.postAtTime(r1, token, SystemClock.uptimeMillis() + RUNTIME); 306 mHandler.removeCallbacks(r1, token); 314 mHandler.postAtTime(r1, token, SystemClock.uptimeMillis() + RUNTIME); 316 mHandler.removeCallbacks(r2, token); 320 // test remove with right callback and wrong token 321 mHandler.postAtTime(r1, token, SystemClock.uptimeMillis() + RUNTIME);
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
ElemUnknown.java | 40 *@return The token ID for this element
|
/dalvik/libcore/xml/src/main/java/org/w3c/dom/ |
ProcessingInstruction.java | 30 * the first token following the markup that begins the processing
|
/development/samples/SampleSyncAdapter/ |
_index.html | 12 account manager to obtain an auth token for the account. An authenticator (a
|
/external/bison/src/ |
scan-gram.l | 89 /* A string representing the most recently saved token. */ 92 /* The location of the most recently saved token, if it was a 93 BRACED_CODE token; otherwise, this has an unspecified value. */ 173 /* Token type to return, when applicable. */ 253 "%token" return PERCENT_TOKEN; 254 "%token"[-_]"table" return PERCENT_TOKEN_TABLE; 737 /* Set *LOC and adjust scanner cursor to account for token TOKEN of 741 adjust_location (location *loc, char const *token, size_t size) 745 char const *p0 = token; [all...] |
/external/bluetooth/glib/gio/ |
gicon.c | 197 char *token; local 199 token = g_ptr_array_index (tokens, i); 203 g_string_append_uri_escaped (s, token, 206 g_free (token);
|
/external/e2fsprogs/misc/ |
mke2fs.c | 762 char *buf, *token, *next, *p, *arg, *badopt = ""; local 774 for (token = buf; token && *token; token = next) { 775 p = strchr(token, ','); 781 arg = strchr(token, '='); 786 if (strcmp(token, "stride") == 0) { 789 badopt = token; 800 } else if (strcmp(token, "stripe-width") == 0 | [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xv/ |
Xvlibint.h | 62 #else /* non-ANSI C uses empty comment instead of "##" for token concatenation */
|
/external/srec/seti/setiUtils/include/ |
platform_utils.h | 31 and the length of the token
|
/external/srec/srec/crec/ |
srec_tokens.h | 57 * altword token management
|
/external/tcpdump/ |
token.h | 1 /* @(#) $Header: /tcpdump/master/tcpdump/token.h,v 1.6 2002/12/11 07:14:12 guy Exp $ (LBL) */
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/ |
7.1-2.js | 29 - cannot appear within any other kind of token
|
7.2-2-n.js | 28 - cannot occur within any token, not even a string
|
7.2-3-n.js | 28 - cannot occur within any token, not even a string
|
7.2-4-n.js | 28 - cannot occur within any token, not even a string
|
7.2-5-n.js | 28 - cannot occur within any token, not even a string
|