HomeSort by relevance Sort by last modified time
    Searched defs:TOKEN (Results 1 - 25 of 74) sorted by null

1 2 3

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/WindowsResource/
ResourceScriptToken.h 24 // A definition of a single resource script token. Each token has its kind
26 // representation of the token.
28 // the token value should be stored in a safe place and cannot be freed
33 #define TOKEN(Name) Name,
36 #undef TOKEN
42 // Get an integer value of the integer token.
49 // Check if a token describes a binary operator.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/WindowsResource/
ResourceScriptToken.h 24 // A definition of a single resource script token. Each token has its kind
26 // representation of the token.
28 // the token value should be stored in a safe place and cannot be freed
33 #define TOKEN(Name) Name,
36 #undef TOKEN
42 // Get an integer value of the integer token.
49 // Check if a token describes a binary operator.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/WindowsResource/
ResourceScriptToken.h 24 // A definition of a single resource script token. Each token has its kind
26 // representation of the token.
28 // the token value should be stored in a safe place and cannot be freed
33 #define TOKEN(Name) Name,
36 #undef TOKEN
42 // Get an integer value of the integer token.
49 // Check if a token describes a binary operator.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/WindowsResource/
ResourceScriptToken.h 24 // A definition of a single resource script token. Each token has its kind
26 // representation of the token.
28 // the token value should be stored in a safe place and cannot be freed
33 #define TOKEN(Name) Name,
36 #undef TOKEN
42 // Get an integer value of the integer token.
49 // Check if a token describes a binary operator.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/WindowsResource/
ResourceScriptToken.h 24 // A definition of a single resource script token. Each token has its kind
26 // representation of the token.
28 // the token value should be stored in a safe place and cannot be freed
33 #define TOKEN(Name) Name,
36 #undef TOKEN
42 // Get an integer value of the integer token.
49 // Check if a token describes a binary operator.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/WindowsResource/
ResourceScriptToken.h 24 // A definition of a single resource script token. Each token has its kind
26 // representation of the token.
28 // the token value should be stored in a safe place and cannot be freed
33 #define TOKEN(Name) Name,
36 #undef TOKEN
42 // Get an integer value of the integer token.
49 // Check if a token describes a binary operator.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/WindowsResource/
ResourceScriptToken.h 24 // A definition of a single resource script token. Each token has its kind
26 // representation of the token.
28 // the token value should be stored in a safe place and cannot be freed
33 #define TOKEN(Name) Name,
36 #undef TOKEN
42 // Get an integer value of the integer token.
49 // Check if a token describes a binary operator.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/WindowsResource/
ResourceScriptToken.h 24 // A definition of a single resource script token. Each token has its kind
26 // representation of the token.
28 // the token value should be stored in a safe place and cannot be freed
33 #define TOKEN(Name) Name,
36 #undef TOKEN
42 // Get an integer value of the integer token.
49 // Check if a token describes a binary operator.
  /external/ImageMagick/scripts/
format_c_api_docs 536 TOKEN: foreach $token ( split(' ', $_ ) ) {
538 if ( $token eq $keyword ) {
541 next TOKEN;
544 $html .= "$token ";
  /external/e2fsprogs/lib/ss/
parse.c 25 enum parse_mode { WHITESPACE, TOKEN, QUOTED_STRING };
92 /* random-token mode */
93 parse_mode = TOKEN;
106 while (parse_mode == TOKEN) {
138 parse_mode = TOKEN;
  /cts/tests/tests/provider/src/android/provider/cts/contacts/account/
StaticAccountAuthenticator.java 37 private static final String TOKEN = "asdlkjfslkjfdklj";
44 sAccountBundle.putString(AccountManager.KEY_AUTHTOKEN, TOKEN);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
MediaType.java 28 private static final String TOKEN = "([a-zA-Z0-9-!#$%&'*+.^_`{|}~]+)";
30 private static final Pattern TYPE_SUBTYPE = Pattern.compile(TOKEN + "/" + TOKEN);
32 ";\\s*(?:" + TOKEN + "=(?:" + TOKEN + "|" + QUOTED + "))?");
65 ? parameter.group(2) // Value is a token.
  /development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/
MainActivity.java 100 getSupportLoaderManager().initLoader(SmsQuery.TOKEN, null, this);
171 if (i == SmsQuery.TOKEN) {
181 if (cursorLoader.getId() == SmsQuery.TOKEN && cursor != null) {
197 int TOKEN = 1;
  /external/selinux/python/sepolgen/src/sepolgen/
lex.py 33 # Regular expression used to match valid token names
45 # Exception thrown when invalid token encountered and no default error
52 # Token class
67 # token() - Get the next token
247 # token() - Return the next token from the Lexer
253 def token(self): member in class:Lexer
274 # Create a token for return
287 # If no token type was set, it's an ignored toke
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
lex.py 33 # Regular expression used to match valid token names
45 # Exception thrown when invalid token encountered and no default error
52 # Token class
67 # token() - Get the next token
247 # token() - Return the next token from the Lexer
253 def token(self): member in class:Lexer
274 # Create a token for return
287 # If no token type was set, it's an ignored toke
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ChoreographerTest.java 45 private static final Object TOKEN = new Object();
96 // If the token matches, the the callback should be removed.
100 Choreographer.CALLBACK_ANIMATION, removedCallback, TOKEN);
102 Choreographer.CALLBACK_ANIMATION, null, TOKEN);
106 // If the action and token matches, then the callback should be removed.
107 // If only the token matches, then the callback should not be removed.
109 Choreographer.CALLBACK_ANIMATION, addedCallback1, TOKEN);
111 Choreographer.CALLBACK_ANIMATION, removedCallback, TOKEN);
113 Choreographer.CALLBACK_ANIMATION, removedCallback, TOKEN);
150 // If the token matches, the the callback should be removed
    [all...]
  /external/libmojo/third_party/ply/
lex.py 57 # This regular expression is used to match valid token names
60 # Exception thrown when invalid token encountered and no default error
68 # Token class. This class is used to represent the tokens produced.
107 # token() - Get the next token
298 # opttoken() - Return the next token from the Lexer
304 def token(self): member in class:Lexer
322 # Create a token for return
332 # If no token type was set, it's an ignored token
    [all...]
  /external/ply/ply/ply/
lex.py 52 # This regular expression is used to match valid token names
55 # Exception thrown when invalid token encountered and no default error
63 # Token class. This class is used to represent the tokens produced.
108 # token() - Get the next token
299 # opttoken() - Return the next token from the Lexer
305 def token(self): member in class:Lexer
324 # Create a token for return
334 # If no token type was set, it's an ignored token
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ContactsAsyncHelperTest.java 59 private static final int TOKEN = 4847524;
66 public void onImageLoadComplete(int token, Drawable photo,
103 cah.startObtainPhotoAsync(TOKEN, mContext, null, mListener, COOKIE);
116 cah.startObtainPhotoAsync(TOKEN, mContext, SAMPLE_CONTACT_PHOTO_URI, mListener, COOKIE);
118 verify(mListener, timeout(TEST_TIMEOUT)).onImageLoadComplete(eq(TOKEN),
126 cah.startObtainPhotoAsync(TOKEN, mContext, SAMPLE_CONTACT_PHOTO_URI, mListener, COOKIE);
131 verify(mListener, timeout(TEST_TIMEOUT)).onImageLoadComplete(eq(TOKEN),
146 cah.startObtainPhotoAsync(TOKEN, mContext, SAMPLE_CONTACT_PHOTO_URI_SMALL,
152 verify(mListener, timeout(TEST_TIMEOUT)).onImageLoadComplete(eq(TOKEN),
  /hardware/nxp/nfc/halimpl/utils/
phNxpConfig.cpp 233 TOKEN,
252 string token; local
279 token.erase();
281 state = TOKEN;
282 token.push_back(c);
285 case TOKEN:
287 token.push_back('\0');
290 token.push_back(c);
372 pParam = new CNfcParam(token.c_str(), strValue);
374 pParam = new CNfcParam(token.c_str(), numValue)
    [all...]
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/utils/
phNxpConfig.cpp 188 TOKEN,
198 string token; local
235 token.erase();
237 state = TOKEN;
238 token.push_back(c);
241 case TOKEN:
243 token.push_back('\0');
246 token.push_back(c);
330 pParam = new CNxpNfcParam(token.c_str(), strValue);
332 pParam = new CNxpNfcParam(token.c_str(), numValue)
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/
AndroidTranslator.java 161 private static final String TOKEN = "__FromAndroid";
177 return prefix.endsWith(TOKEN);
181 return prefix + TOKEN + suffix;
185 return prefix.replace(TOKEN, "") + suffix;
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
SyntheticPasswordTests.java 331 final String TOKEN = "some-high-entropy-secure-token";
335 long handle = mLocalService.addEscrowToken(TOKEN.getBytes(), PRIMARY_USER_ID);
343 handle, TOKEN.getBytes(), PASSWORD_QUALITY_SOMETHING, PRIMARY_USER_ID);
360 final String TOKEN = "some-high-entropy-secure-token";
364 long handle = mLocalService.addEscrowToken(TOKEN.getBytes(), PRIMARY_USER_ID);
372 handle, TOKEN.getBytes(), PASSWORD_QUALITY_UNSPECIFIED, PRIMARY_USER_ID);
374 handle, TOKEN.getBytes(), PASSWORD_QUALITY_SOMETHING, PRIMARY_USER_ID);
386 final String TOKEN = "some-high-entropy-secure-token"
    [all...]
  /external/llvm/lib/Target/Lanai/AsmParser/
LanaiAsmParser.cpp 90 TOKEN,
100 struct Token {
121 struct Token Tok;
133 // getStartLoc - Gets location of the first token of this operand
136 // getEndLoc - Gets location of the last token of this operand
191 bool isToken() const override { return Kind == TOKEN; }
547 case TOKEN:
548 OS << "Token: " << getToken() << "\n";
568 auto Op = make_unique<LanaiOperand>(TOKEN);
683 Parser.Lex(); // Eat identifier token
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
TextFormat.java 607 * ":"), {@code Scanner} would recognize it only as a single token.
623 // The character index within this.text at which the current token begins.
626 // The line and column numbers of the current token.
630 // The line and column numbers of the previous token (allows throwing
639 private static final Pattern TOKEN = Pattern.compile(
677 /** Advance to the next token. */
693 // Match the next token.
698 matcher.usePattern(TOKEN);
714 * token.
724 * If the next token exactly matches {@code token}, consume it and retur
    [all...]

Completed in 666 milliseconds

1 2 3