/external/e2fsprogs/lib/blkid/ |
resolve.c | 56 * Locate a device name from a token (NAME=value string), or (name, value) 57 * pair. In the case of a token, value is ignored. If the "token" is not 61 char *blkid_get_devname(blkid_cache cache, const char *token, 69 if (!token) 78 printf("looking for %s%s%s %s\n", token, value ? "=" : "", 82 if (!strchr(token, '=')) { 83 ret = blkid_strdup(token); 86 blkid_parse_tag_string(token, &t, &v); 89 token = t [all...] |
/external/fonttools/Lib/fontTools/misc/ |
psLib.py | 63 token = char 67 token = buf[pos:nextpos] 74 token = buf[pos:nextpos] 81 token = buf[pos:nextpos] 83 raise PSTokenError('bad token at character %d' % pos) 92 raise PSTokenError('bad token at character %d' % pos) 94 token = buf[pos:nextpos] 95 self.pos = pos + len(token) 96 return tokentype, token 159 tokentype, token = getnexttoken( [all...] |
/external/jetty/src/java/org/eclipse/jetty/security/ |
IdentityService.java | 58 * Associate a runas Token with the current user and thread. 60 * @param token The runAsToken to associate. 63 Object setRunAs(UserIdentity user, RunAsToken token); 68 * and reassociate the previous token. 69 * @param token RUNAS returned from previous associateRunAs call 71 void unsetRunAs(Object token);
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_tokenize.h | 28 int16_t token; member in struct:__anon13925 35 uint8_t token; member in struct:__anon13926 51 /* TODO: The Token field should be broken out into a separate char array to
|
/external/llvm/test/MC/X86/AlignedBundling/ |
align-mode-argument-error.s | 4 # CHECK: error: unknown token
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
StylingPolicy.java | 74 private void emitToken(String token) { 77 sanitizedCss.append(token); 88 public void url(String token) { 106 public void startFunction(String token) { 110 token = Strings.toLowerCase(token); 111 String key = cssProperty.fnKeys.get(token); 116 emitToken(token); 120 public void quotedString(String token) { 132 && token.length() > [all...] |
/frameworks/base/core/java/android/service/trust/ |
ITrustAgentServiceCallback.aidl | 30 void onConfigureCompleted(boolean result, IBinder token);
|
/frameworks/base/core/java/com/android/internal/view/ |
IInputMethodManager.aidl | 65 void setInputMethod(in IBinder token, String id); 66 void setInputMethodAndSubtype(in IBinder token, String id, in InputMethodSubtype subtype); 67 void hideMySoftInput(in IBinder token, int flags); 68 void showMySoftInput(in IBinder token, int flags); 69 void updateStatusIcon(in IBinder token, String packageName, int iconId); 70 void setImeWindowStatus(in IBinder token, int vis, int backDisposition); 75 boolean switchToLastInputMethod(in IBinder token); 76 boolean switchToNextInputMethod(in IBinder token, boolean onlyCurrentIme); 77 boolean shouldOfferSwitchingToNextInputMethod(in IBinder token);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_tokenize.h | 28 int16_t token; member in struct:__anon24267 35 uint8_t token; member in struct:__anon24268 51 /* TODO: The Token field should be broken out into a separate char array to
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
StringUtils.java | 12 * Additionally, each token is first passed through {@link BidiFormatter#unicodeWrap(String)} 21 * Additionally, each token is first passed through {@link BidiFormatter#unicodeWrap(String)} 28 for (String token : tokens) { 34 sb.append(bidiFormatter.unicodeWrap(token));
|
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/ |
extras_appengine_auth_models_test.py | 34 # user.key.id() is required to retrieve the auth token 37 token = m.create_auth_token(user_id) 42 u, ts = m.get_by_auth_token(user_id, token) 44 u, ts = m.get_by_auth_token('fake_user_id', token) 108 token_1 = m.create(auth_id, subject, token=None) 109 token = token_1.token 111 token_2 = m.get(user=auth_id, subject=subject, token=token) 114 token_3 = m.get(subject=subject, token=token [all...] |
/external/icu/icu4c/source/tools/genrb/ |
read.c | 42 struct UString *token, 45 static UChar32 getNextChar (UCHARBUF *buf, UBool skipwhite, struct UString *token, UErrorCode *status); 46 static void seekUntilNewline (UCHARBUF *buf, struct UString *token, UErrorCode *status); 47 static void seekUntilEndOfComment (UCHARBUF *buf, struct UString *token, UErrorCode *status); 55 /* Read and return the next token from the stream. If the token is of 56 type eString, fill in the token parameter with the token. If the 57 token is eError, then the status parameter will contain the 65 struct UString *token, [all...] |
/external/skia/experimental/PdfViewer/pdfparser/native/ |
SkPdfNativeDoc.cpp | 169 SkPdfNativeObject token; local 170 current = nextObject(current, end, &token, NULL, NULL); 171 if (token.isInteger()) { 172 int id = (int)token.intValue(); 174 token.reset(); 175 current = nextObject(current, end, &token, NULL, NULL); 177 // int generation = (int)token.intValue(); 179 token.reset(); 180 current = nextObject(current, end, &token, NULL, NULL); 182 if (!token.isKeyword("obj")) 252 SkPdfNativeObject token; local 335 SkPdfNativeObject token; local [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
RecognizerSharedState.as | 11 /** Track the set of token types that can follow any rule invocation. 19 * matched a token. Prevents generation of more than one error message 26 * but no token is consumed during recovery...another error is found, 28 * one token/tree node is consumed for two errors. 32 /** In lieu of a return value, this indicates that a rule or token 33 * has failed to match. Reset to false upon valid token match. 46 * the stop token index for each rule. ruleMemo[ruleIndex] is 48 * get back the stop token for associated rule or MEMO_RULE_FAILED. 59 /** The goal of all lexer rules/methods is to create a token object. 61 * create a single token. nextToken will return this object afte 67 public var token:Token; variable [all...] |
/external/apache-http/android/src/android/net/http/ |
HttpAuthHeader.java | 340 String token = parameter.substring(0, i).trim(); local 346 " token: " + token + 350 if (token.equalsIgnoreCase(REALM_TOKEN)) { 354 parseParameter(token, value); 362 * If the token is a known parameter name, parses and initializes 363 * the token value. 365 private void parseParameter(String token, String value) { 366 if (token != null && value != null) { 367 if (token.equalsIgnoreCase(NONCE_TOKEN)) [all...] |
/external/chromium-trace/trace-viewer/tracing/build/ |
update_gypi.py | 33 self._tokens = [token for token in self._Tokenize(text)] 42 # So, lump the entire `rest' into a token 55 for token in self._tokens: 56 if token.id in files_by_group: 57 token.data = self._GetReplacementListAsString( 58 token.data, 59 files_by_group[token.id]) 62 for token in self._tokens: 63 f.write(token.data [all...] |
/frameworks/base/core/java/com/android/internal/alsa/ |
AlsaDevicesParser.java | 92 String token = line.substring(tokenOffset, delimOffset); local 101 mCardNum = Integer.parseInt(token); 103 tokenIndex++; // no device # in the token stream 108 mDeviceNum = Integer.parseInt(token); 112 if (token.equals("digital")) { 114 } else if (token.equals("control")) { 116 } else if (token.equals("raw")) { 122 if (token.equals("audio")) { 124 } else if (token.equals("midi")) { 131 if (token.equals("capture")) [all...] |
/frameworks/base/services/core/java/com/android/server/accounts/ |
TokenCache.java | 39 public final String token; field in class:TokenCache.Value 42 public Value(String token, long expiryEpochMillis) { 43 this.token = token; 104 * Map associated tokens with an Evictor that will manage evicting the token from the 105 * cache. This reverse lookup is needed because very little information is given at token 117 return v.token.length(); 122 // When a token has been removed, clean up the associated Evictor. 128 Evictor evictor = mTokenEvictors.remove(oldVal.token); 136 // Prepare for removal by token string [all...] |
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
LeftRecursiveRuleWalker.g | 61 Token token = null; 64 token = ((MismatchedTokenException)ex).token; 68 token = ((NoViableAltException)ex).token; 74 token, 185 : ^( ALT (^(BACKTRACK_SEMPRED .*))? recurseNoLabel op=token recurse EOA ) {setTokenPrec($op.t, outerAlt);} 189 : ^( ALT (^(BACKTRACK_SEMPRED .*))? recurseNoLabel ^( BLOCK ( ^( ALT op=token EOA {setTokenPrec($op.t, outerAlt);} ) )+ EOB ) recurse EOA ) 193 : ^( ALT (^(BACKTRACK_SEMPRED .*))? recurseNoLabel op=token recurse token recurse EOA ) {setTokenPrec($op.t, outerAlt); [all...] |
/external/bison/src/ |
parse-gram.y | 128 %token GRAM_EOF 0 "end of file" 129 %token STRING "string" 130 %token INT "integer" 132 %token PERCENT_TOKEN "%token" 133 %token PERCENT_NTERM "%nterm" 135 %token PERCENT_TYPE "%type" 136 %token PERCENT_DESTRUCTOR "%destructor" 137 %token PERCENT_PRINTER "%printer" 139 %token PERCENT_LEFT "%left [all...] |
/external/selinux/checkpolicy/ |
policy_parse.y | 85 %token PATH 86 %token QPATH 87 %token FILENAME 88 %token CLONE 89 %token COMMON 90 %token CLASS 91 %token CONSTRAIN 92 %token VALIDATETRANS 93 %token INHERITS 94 %token SI [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
tokenize.py | 11 the token type (see token.py) 12 the token (a string) 13 the starting (row, column) indices of the token (a 2-tuple of ints) 14 the ending (row, column) indices of the token (a 2-tuple of ints) 26 each time a new token is found.""" 34 from lib2to3.pgen2.token import * 36 from . import token namespace 37 __all__ = [x for x in dir(token) if x[0] != '_'] + ["tokenize", 39 del token [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
tokenize.py | 11 the token type (see token.py) 12 the token (a string) 13 the starting (row, column) indices of the token (a 2-tuple of ints) 14 the ending (row, column) indices of the token (a 2-tuple of ints) 26 each time a new token is found.""" 34 from lib2to3.pgen2.token import * 36 from . import token namespace 37 __all__ = [x for x in dir(token) if x[0] != '_'] + ["tokenize", 39 del token [all...] |
/frameworks/base/core/java/android/app/ |
IApplicationThread.java | 51 void schedulePauseActivity(IBinder token, boolean finished, boolean userLeaving, 53 void scheduleStopActivity(IBinder token, boolean showWindow, 55 void scheduleWindowVisibility(IBinder token, boolean showWindow) throws RemoteException; 56 void scheduleSleeping(IBinder token, boolean sleeping) throws RemoteException; 57 void scheduleResumeActivity(IBinder token, int procState, boolean isForward, Bundle resumeArgs) 59 void scheduleSendResult(IBinder token, List<ResultInfo> results) throws RemoteException; 60 void scheduleLaunchActivity(Intent intent, IBinder token, int ident, 66 void scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, 69 void scheduleNewIntent(List<ReferrerIntent> intent, IBinder token) throws RemoteException; 70 void scheduleDestroyActivity(IBinder token, boolean finished [all...] |
/cts/tools/dasm/src/dasm/tokens/ |
variant_token.java | 22 public class variant_token extends java_cup.runtime.token {
|