HomeSort by relevance Sort by last modified time
    Searched refs:token (Results 251 - 275 of 1555) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
parser.h 26 Token *token; member in union:__anon21001
  /external/iproute2/tc/
emp_ematch.y 10 %token-table
27 %token <i> ERROR
28 %token <b> ATTRIBUTE
29 %token <i> AND OR NOT
  /external/llvm/test/MC/ARM/
directive-object_arch-diagnostics.s 14 @ CHECK: error: unexpected token
20 @ CHECK: error: unexpected token
  /external/lzma/CPP/Windows/
MemoryLock.cpp 34 HANDLE token;
41 (::GetCurrentProcess(), TOKEN_ADJUST_PRIVILEGES, &token))
61 (token, FALSE, &tp, 0, NULL, NULL))
64 ::CloseHandle(token);
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PMediaAuthorizationHeader.java 43 * P-Media-Authorization-Token
44 * *(COMMA P-Media-Authorization-Token)
45 * P-Media-Authorization-Token = 1*HEXDIG
60 * Set the media authorization token.
61 * @param token - media authorization token to set
62 * @throws InvalidArgumentException - if token is null or empty
64 public void setMediaAuthorizationToken(String token) throws InvalidArgumentException;
67 * Get the media authorization token.
68 * @return token
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
AllowEventsParser.java 79 Token token = lexer.getNextToken(); local
80 allowEvents.setEventType(token.getTokenValue());
90 token = lexer.getNextToken();
91 allowEvents.setEventType(token.getTokenValue());
AllowParser.java 78 Token token = lexer.getNextToken(); local
79 allow.setMethod(token.getTokenValue());
89 token = lexer.getNextToken();
90 allow.setMethod(token.getTokenValue());
ContentEncodingParser.java 83 Token token = lexer.getNextToken(); local
84 cl.setEncoding(token.getTokenValue());
95 token = lexer.getNextToken();
96 cl.setEncoding(token.getTokenValue());
ContentLanguageParser.java 78 Token token = lexer.getNextToken(); local
79 ContentLanguage cl = new ContentLanguage( token.getTokenValue() );
88 token = lexer.getNextToken();
89 cl = new ContentLanguage( token.getTokenValue() );
ProxyRequireParser.java 78 Token token = lexer.getNextToken(); local
79 r.setOptionTag(token.getTokenValue());
92 token = lexer.getNextToken();
93 r.setOptionTag(token.getTokenValue());
RequireParser.java 81 Token token = lexer.getNextToken(); local
82 r.setOptionTag(token.getTokenValue());
95 token = lexer.getNextToken();
96 r.setOptionTag(token.getTokenValue());
SupportedParser.java 82 Token token = lexer.getNextToken(); local
83 supported.setOptionTag(token.getTokenValue());
96 token = lexer.getNextToken();
97 supported.setOptionTag(token.getTokenValue());
UnsupportedParser.java 80 Token token = lexer.getNextToken(); local
81 unsupported.setOptionTag(token.getTokenValue());
94 token = lexer.getNextToken();
95 unsupported.setOptionTag(token.getTokenValue());
  /bootable/recovery/
fuse_sdcard_provider.c 64 struct token { struct
71 struct token* t = (struct token*)cookie;
104 struct token* t = malloc(sizeof(struct token));
132 struct token* t = (struct token*)cookie;
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
tokenizer.py 61 The first token in the file
65 # The first token in the stream.
67 # The last token added to the token stream.
79 """Creates a new Token object (or subclass).
82 string: The string of input the token represents.
83 token_type: The type of token.
84 line: The text of the line this token is in.
85 line_number: The line number of the token.
86 values: A dict of named values within the token. For instance,
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/log_private/
syslog_parser.cc 46 std::string time = tokenizer.token();
55 ParseProcess(tokenizer.token(), entry.get());
84 << "Error when parsing data. Expect: At least 1 token. Actual: 0";
87 entry->process = tokenizer.token();
90 std::string token = tokenizer.token(); local
92 if (base::StringToInt(token, &tmp)) {
93 entry->process_id = token;
  /external/chromium_org/chrome/browser/sync/
profile_sync_auth_provider.cc 30 virtual void InvalidateAccessToken(const std::string& token) OVERRIDE;
62 const std::string& token) {
68 token));
118 const std::string& token) {
121 FROM_HERE, base::Bind(request_token_callback_, error, token));
127 void ProfileSyncAuthProvider::InvalidateAccessToken(const std::string& token) {
129 token_service_->InvalidateToken(account_id_, oauth2_scope_, token);
  /external/chromium_org/net/websockets/
websocket_extension_parser.cc 75 void WebSocketExtensionParser::ConsumeToken(base::StringPiece* token) {
87 *token = base::StringPiece(head, current_ - head);
90 void WebSocketExtensionParser::ConsumeQuotedToken(std::string* token) {
94 *token = "";
99 *token += next;
104 *token += current_[0];
113 has_error_ = has_error_ || token->empty();
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
tokenizer.py 61 The first token in the file
65 # The first token in the stream.
67 # The last token added to the token stream.
79 """Creates a new Token object (or subclass).
82 string: The string of input the token represents.
83 token_type: The type of token.
84 line: The text of the line this token is in.
85 line_number: The line number of the token.
86 values: A dict of named values within the token. For instance,
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
GAEChannelClient.java 68 Activity activity, String token, MessageHandler handler) {
87 new ProxyingMessageHandler(activity, handler, token);
110 private final String token; field in class:GAEChannelClient.ProxyingMessageHandler
114 String token) {
117 this.token = token;
129 return token;
  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlautomata.h 59 const xmlChar *token,
65 const xmlChar *token,
72 const xmlChar *token,
80 const xmlChar *token,
88 const xmlChar *token,
97 const xmlChar *token,
105 const xmlChar *token,
  /external/libxml2/include/libxml/
xmlautomata.h 59 const xmlChar *token,
65 const xmlChar *token,
72 const xmlChar *token,
80 const xmlChar *token,
88 const xmlChar *token,
97 const xmlChar *token,
105 const xmlChar *token,
  /external/mdnsresponder/mDNSShared/
dnsextd_parser.y 101 %token OPTIONS
102 %token LISTEN_ON
103 %token NAMESERVER
104 %token PORT
105 %token ADDRESS
106 %token LLQ
107 %token PUBLIC
108 %token PRIVATE
109 %token ALLOWUPDATE
110 %token ALLOWQUER
    [all...]
  /external/chromium_org/third_party/angle/tests/preprocessor_tests/
number_test.cpp 8 #include "Token.h"
25 pp::Token token; local
26 mPreprocessor.lex(&token);
50 pp::Token token; local
51 mPreprocessor.lex(&token);
52 EXPECT_EQ(pp::Token::CONST_INT, token.type);
53 EXPECT_EQ(str, token.text)
89 pp::Token token; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.cpp 61 static inline void setAttributes(Element* element, AtomicHTMLToken* token, ParserContentPolicy parserContentPolicy)
64 element->stripScriptingAttributes(token->attributes());
65 element->parserSetAttributes(token->attributes());
350 // Currently we assume that text will never be the last token in the
396 void HTMLConstructionSite::insertHTMLHtmlStartTagBeforeHTML(AtomicHTMLToken* token)
400 setAttributes(element.get(), token, m_parserContentPolicy);
402 m_openElements.pushHTMLHtmlElement(HTMLStackItem::create(element, token));
409 void HTMLConstructionSite::mergeAttributesFromTokenIntoElement(AtomicHTMLToken* token, Element* element)
411 if (token->attributes().isEmpty())
414 for (unsigned i = 0; i < token->attributes().size(); ++i)
    [all...]

Completed in 1178 milliseconds

<<11121314151617181920>>