HomeSort by relevance Sort by last modified time
    Searched full:token (Results 576 - 600 of 1146) sorted by null

<<21222324252627282930>>

  /cts/tools/dasm/src/java_cup/
symbol.java 31 if (tp == null) tp = "java_cup.runtime.token";
  /dalvik/libcore/archive/src/main/java/org/apache/harmony/archive/internal/nls/
messages.properties 35 archive.11=Cannot calculate token codec from {0} and {1}
  /dalvik/libcore/auth/src/main/java/org/apache/harmony/auth/internal/nls/
messages.properties 99 auth.51=\n\tInvalid token: {0}
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemAttributeSet.java 78 * @return Token ID of the element
ElemCopy.java 52 * @return The token ID for this element
ElemCopyOf.java 96 * @return The token ID for this element
ElemPI.java 97 * @return The token ID for the element
KeyDeclaration.java 164 * @return The token ID for this element
  /external/apache-http/src/org/apache/http/auth/
AuthScheme.java 74 * Processes the given challenge token. Some authentication schemes
  /external/apache-http/src/org/apache/http/impl/auth/
AuthSchemeBase.java 62 * Processes the given challenge token. Some authentication schemes
  /external/bison/src/
reduce.c 202 bitset_set (V, endtoken->number); /* end-of-input token */
203 bitset_set (V, errtoken->number); /* error token */
204 bitset_set (V, undeftoken->number); /* some undefined token */
221 /* A token that was used in %prec should not be warned about. */
  /external/bison/tests/
calc.at 107 %token CALC_EOF 0 "end of input"
108 %token <ival> NUM "number"
250 | Lexical analyzer returns an integer on the stack and the token |
495 # Exercise the error token: without it, we die at the first error,
  /external/e2fsprogs/misc/
base_device.c 105 * If we don't find the expected token, followed by
  /external/icu4c/i18n/
nortrans.cpp 52 Token context) {
  /external/icu4c/tools/genbidi/
genbidi.c 49 isToken(const char *token, const char *s);
445 isToken(const char *token, const char *s) {
451 if(token[j]!=0) {
452 if(s[j]!=token[j]) {
  /external/iproute2/include/linux/
if_arp.h 33 #define ARPHRD_PRONET 4 /* PROnet token ring */
  /external/iproute2/misc/
ssfilter.y 38 %token HOSTCOND DCOND SCOND DPORT SPORT LEQ GEQ NEQ AUTOBOUND
  /external/kernel-headers/original/linux/
if_arp.h 33 #define ARPHRD_PRONET 4 /* PROnet token ring */
  /external/libpcap/
config.h 187 /* Define as token for inline if inlining supported */
config.h.in 185 /* Define as token for inline if inlining supported */
  /external/libxml2/
threads.c 184 * xmlNewMutex() is used to allocate a libxml2 token struct for use in
215 * xmlFreeMutex() is used to reclaim resources associated with a libxml2 token
239 * xmlMutexLock() is used to lock a libxml2 token.
268 * xmlMutexUnlock() is used to unlock a libxml2 token.
  /external/netperf/
netcpu_procstat.c 161 /* Idle time is the 4th space-separated token */
  /external/quake/quake/src/QW/client/
cmd.h 61 then searches for a command or variable that matches the first token.
  /external/quake/quake/src/WinQuake/
cmd.h 61 then searches for a command or variable that matches the first token.
  /external/skia/src/animator/
SkAnimateMaker.h 142 static bool GetStep(const char* token, size_t len, void* stepPtr, SkScriptValue* );

Completed in 101 milliseconds

<<21222324252627282930>>