Home
last modified time | relevance | path

Searched defs:token (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
DLexer.java11 protected Token token; field in Lexer
160 @SuppressWarnings("hiding") Token token = new0( in getToken() local
175 @SuppressWarnings("hiding") Token token = new1( in getToken() local
190 @SuppressWarnings("hiding") Token token = new2( in getToken() local
204 @SuppressWarnings("hiding") Token token = new3( in getToken() local
218 @SuppressWarnings("hiding") Token token = new4( in getToken() local
232 @SuppressWarnings("hiding") Token token = new5( in getToken() local
246 @SuppressWarnings("hiding") Token token = new6( in getToken() local
260 @SuppressWarnings("hiding") Token token = new7( in getToken() local
274 @SuppressWarnings("hiding") Token token = new8( in getToken() local
[all …]
/external/webkit/Source/WebCore/html/parser/
DXSSFilter.cpp68 static bool hasName(const HTMLToken& token, const QualifiedName& name) in hasName()
73 static bool findAttributeWithName(const HTMLToken& token, const QualifiedName& name, size_t& indexO… in findAttributeWithName()
192 void XSSFilter::filterToken(HTMLToken& token) in filterToken()
231 bool XSSFilter::filterTokenInitial(HTMLToken& token) in filterTokenInitial()
262 bool XSSFilter::filterTokenAfterScriptStartTag(HTMLToken& token) in filterTokenAfterScriptStartTag()
284 bool XSSFilter::filterScriptToken(HTMLToken& token) in filterScriptToken()
298 bool XSSFilter::filterObjectToken(HTMLToken& token) in filterObjectToken()
313 bool XSSFilter::filterParamToken(HTMLToken& token) in filterParamToken()
332 bool XSSFilter::filterEmbedToken(HTMLToken& token) in filterEmbedToken()
346 bool XSSFilter::filterAppletToken(HTMLToken& token) in filterAppletToken()
[all …]
DHTMLConstructionSite.cpp177 void HTMLConstructionSite::insertHTMLHtmlStartTagBeforeHTML(AtomicHTMLToken& token) in insertHTMLHtmlStartTagBeforeHTML()
188 void HTMLConstructionSite::mergeAttributesFromTokenIntoElement(AtomicHTMLToken& token, Element* ele… in mergeAttributesFromTokenIntoElement()
201 void HTMLConstructionSite::insertHTMLHtmlStartTagInBody(AtomicHTMLToken& token) in insertHTMLHtmlStartTagInBody()
213 void HTMLConstructionSite::insertHTMLBodyStartTagInBody(AtomicHTMLToken& token) in insertHTMLBodyStartTagInBody()
219 void HTMLConstructionSite::insertDoctype(AtomicHTMLToken& token) in insertDoctype()
239 void HTMLConstructionSite::insertComment(AtomicHTMLToken& token) in insertComment()
245 void HTMLConstructionSite::insertCommentOnDocument(AtomicHTMLToken& token) in insertCommentOnDocument()
251 void HTMLConstructionSite::insertCommentOnHTMLHtmlElement(AtomicHTMLToken& token) in insertCommentOnHTMLHtmlElement()
263 void HTMLConstructionSite::insertHTMLHeadElement(AtomicHTMLToken& token) in insertHTMLHeadElement()
270 void HTMLConstructionSite::insertHTMLBodyElement(AtomicHTMLToken& token) in insertHTMLBodyElement()
[all …]
DHTMLTreeBuilder.cpp251 explicit ExternalCharacterTokenBuffer(AtomicHTMLToken& token) in ExternalCharacterTokenBuffer()
436 AtomicHTMLToken token(rawToken); in constructTreeFromToken() local
459 void HTMLTreeBuilder::constructTreeFromAtomicToken(AtomicHTMLToken& token) in constructTreeFromAtomicToken()
470 void HTMLTreeBuilder::processToken(AtomicHTMLToken& token) in processToken()
497 void HTMLTreeBuilder::processDoctypeToken(AtomicHTMLToken& token) in processDoctypeToken()
542 PassRefPtr<NamedNodeMap> HTMLTreeBuilder::attributesForIsindexInput(AtomicHTMLToken& token) in attributesForIsindexInput()
558 void HTMLTreeBuilder::processIsindexStartTagForInBody(AtomicHTMLToken& token) in processIsindexStartTagForInBody()
602 void HTMLTreeBuilder::processCloseWhenNestedTag(AtomicHTMLToken& token) in processCloseWhenNestedTag()
636 void adjustSVGTagNameCase(AtomicHTMLToken& token) in adjustSVGTagNameCase()
653 void adjustAttributes(AtomicHTMLToken& token) in adjustAttributes()
[all …]
DHTMLSourceTracker.cpp35 void HTMLSourceTracker::start(const HTMLInputStream& input, HTMLToken& token) in start()
42 void HTMLSourceTracker::end(const HTMLInputStream& input, HTMLToken& token) in end()
49 String HTMLSourceTracker::sourceForToken(const HTMLToken& token) in sourceForToken()
/external/webkit/Source/WebCore/html/
DDOMSettableTokenList.cpp47 bool DOMSettableTokenList::contains(const AtomicString& token, ExceptionCode& ec) const in contains() argument
54 void DOMSettableTokenList::add(const AtomicString& token, ExceptionCode& ec) in add()
61 void DOMSettableTokenList::addInternal(const AtomicString& token) in addInternal()
70 void DOMSettableTokenList::remove(const AtomicString& token, ExceptionCode& ec) in remove()
77 void DOMSettableTokenList::removeInternal(const AtomicString& token) in removeInternal()
83 bool DOMSettableTokenList::toggle(const AtomicString& token, ExceptionCode& ec) in toggle()
DClassList.cpp67 bool ClassList::contains(const AtomicString& token, ExceptionCode& ec) const in contains() argument
79 void ClassList::add(const AtomicString& token, ExceptionCode& ec) in add()
86 void ClassList::addInternal(const AtomicString& token) in addInternal()
97 void ClassList::remove(const AtomicString& token, ExceptionCode& ec) in remove()
104 void ClassList::removeInternal(const AtomicString& token) in removeInternal()
114 bool ClassList::toggle(const AtomicString& token, ExceptionCode& ec) in toggle()
DDOMTokenList.cpp33 bool DOMTokenList::validateToken(const AtomicString& token, ExceptionCode& ec) in validateToken()
51 String DOMTokenList::addToken(const AtomicString& input, const AtomicString& token) in addToken()
64 String DOMTokenList::removeToken(const AtomicString& input, const AtomicString& token) in removeToken()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DTextureManager.cpp55 void TextureManager::releaseToken(TextureToken token) in releaseToken()
62 bool TextureManager::hasTexture(TextureToken token) in hasTexture()
73 bool TextureManager::isProtected(TextureToken token) in isProtected()
78 void TextureManager::protectTexture(TextureToken token) in protectTexture()
99 TextureToken token = *lruIt; in reduceMemoryToLimit() local
113 void TextureManager::addTexture(TextureToken token, TextureInfo info) in addTexture()
122 void TextureManager::removeTexture(TextureToken token, TextureInfo info) in removeTexture()
133 unsigned TextureManager::requestTexture(TextureToken token, IntSize size, unsigned format, bool* ne… in requestTexture()
/external/srec/srec/EventLog/src/
DEventLog.c36 ESR_ReturnCode SR_EventLogToken(SR_EventLog* self, const LCHAR* token, const LCHAR *value) in SR_EventLogToken()
46 ESR_ReturnCode SR_EventLogTokenInt(SR_EventLog* self, const LCHAR* token, int value) in SR_EventLogTokenInt()
56 ESR_ReturnCode SR_EventLogTokenUint16_t(SR_EventLog* self, const LCHAR* token, asr_uint16_t value) in SR_EventLogTokenUint16_t()
66 ESR_ReturnCode SR_EventLogTokenSize_t(SR_EventLog* self, const LCHAR* token, size_t value) in SR_EventLogTokenSize_t()
76 ESR_ReturnCode SR_EventLogTokenBool(SR_EventLog* self, const LCHAR* token, ESR_BOOL value) in SR_EventLogTokenBool()
86 ESR_ReturnCode SR_EventLogTokenFloat(SR_EventLog* self, const LCHAR* token, float value) in SR_EventLogTokenFloat()
/external/doclava/src/com/google/doclava/apicheck/
DApiFile.java71 String token = tokenizer.getToken(); in parseApi() local
90 String token; in parsePackage() local
113 private static void parseClass(ApiInfo api, PackageInfo pkg, Tokenizer tokenizer, String token) in parseClass()
222 private static void parseConstructor(Tokenizer tokenizer, ClassInfo cl, String token) in parseConstructor()
273 private static void parseMethod(Tokenizer tokenizer, ClassInfo cl, String token) in parseMethod()
346 private static void parseField(Tokenizer tokenizer, ClassInfo cl, String token, boolean isEnum) in parseField()
472 String token) throws ApiParseException { in parseParameterList()
503 String token = tokenizer.requireToken(); in parseThrows() local
529 public static boolean isIdent(String token) { in isIdent()
533 public static void assertIdent(Tokenizer tokenizer, String token) throws ApiParseException { in assertIdent()
[all …]
/external/llvm/tools/edis/
DEDMain.cpp134 int EDGetToken(EDTokenRef *token, in EDGetToken()
141 EDTokenRef token) { in EDGetTokenString()
145 int EDOperandIndexForToken(EDTokenRef token) { in EDOperandIndexForToken()
149 int EDTokenIsWhitespace(EDTokenRef token) { in EDTokenIsWhitespace()
153 int EDTokenIsPunctuation(EDTokenRef token) { in EDTokenIsPunctuation()
157 int EDTokenIsOpcode(EDTokenRef token) { in EDTokenIsOpcode()
161 int EDTokenIsLiteral(EDTokenRef token) { in EDTokenIsLiteral()
165 int EDTokenIsRegister(EDTokenRef token) { in EDTokenIsRegister()
169 int EDTokenIsNegativeLiteral(EDTokenRef token) { in EDTokenIsNegativeLiteral()
176 int EDLiteralTokenAbsoluteValue(uint64_t *value, EDTokenRef token) { in EDLiteralTokenAbsoluteValue()
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
DParserException.java10 Token token; field in ParserException
12 public ParserException(@SuppressWarnings("hiding") Token token, String message) in ParserException()
/external/chromium/base/json/
Djson_reader.cc26 bool ReadInt(JSONReader::Token& token, bool can_have_leading_zeros) { in ReadInt()
50 bool ReadHexDigits(JSONReader::Token& token, int digits) { in ReadHexDigits()
205 Token token = ParseToken(); in BuildValue() local
355 Token token(Token::NUMBER, json_pos_, 0); in ParseNumberToken() local
389 Value* JSONReader::DecodeNumber(const Token& token) { in DecodeNumber()
405 Token token(Token::STRING, json_pos_, 1); in ParseStringToken() local
449 Value* JSONReader::DecodeString(const Token& token) { in DecodeString()
517 Token token(Token::INVALID_TOKEN, 0, 0); in ParseToken() local
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
DOAuth.php76 abstract public function build_signature($request, $consumer, $token);
86 public function check_signature($request, $consumer, $token, $signature) {
104 public function build_signature($request, $consumer, $token) {
139 public function build_signature($request, $consumer, $token) {
180 public function build_signature($request, $consumer, $token) {
199 public function check_signature($request, $consumer, $token, $signature) {
293 …public static function from_consumer_and_token($consumer, $token, $http_method, $http_url, $parame…
447 public function sign_request($signature_method, $consumer, $token) {
457 public function build_signature($signature_method, $consumer, $token) {
634 private function check_signature($request, $consumer, $token) {
[all …]
/external/chromium/net/http/
Dhttp_auth_handler_negotiate_unittest.cc227 std::string token; in TEST_F() local
246 std::string token; in TEST_F() local
265 std::string token; in TEST_F() local
284 std::string token; in TEST_F() local
303 std::string token; in TEST_F() local
327 std::string token; in TEST_F() local
341 std::string token; in TEST_F() local
/external/chromium/chrome/browser/policy/
Duser_policy_identity_strategy.cc71 const std::string& token, in Store()
108 const std::string& token, in NotifyOnUIThread()
116 const std::string& token, in StoreOnFileThread()
195 const std::string& token) { in OnDeviceTokenAvailable()
223 void UserPolicyIdentityStrategy::OnCacheLoaded(const std::string& token, in OnCacheLoaded()
/external/javassist/src/main/javassist/compiler/
DLex.java100 private int get(Token token) { in get()
109 private int readLine(Token token) { in readLine()
174 private int readCharConst(Token token) { in readCharConst()
209 private int readStringL(Token token) { in readStringL()
243 private int readNumber(int c, Token token) { in readNumber()
310 private int readDouble(StringBuffer sbuf, int c, Token token) { in readDouble()
429 private int readIdentifier(int c, Token token) { in readIdentifier()
/external/qemu/
Djson-parser.c95 QObject *token, const char *msg, ...) in parse_error()
169 static QString *qstring_from_escaped_str(JSONParserContext *ctxt, QObject *token) in qstring_from_escaped_str()
272 QObject *key, *token = NULL, *value, *peek; in parse_pair() local
314 QObject *token, *peek; in parse_object() local
370 QObject *token, *peek; in parse_array() local
437 QObject *token, *ret; in parse_keyword() local
470 QObject *token = NULL, *obj; in parse_escape() local
513 QObject *token, *obj; in parse_literal() local
/external/nist-sip/java/gov/nist/javax/sip/parser/
DParser.java81 Token token = (Token) tokens[0]; in method() local
112 public static final void checkToken( String token ) throws ParseException { in checkToken()
/external/clang/test/SemaObjC/
Dobjc-string-constant.m28 - (NSString *)token; method
32 - (NSString *)token; // expected-warning {{semicolon before method body is ignored}} method
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
Dcpp.c153 int token, name, args[MAX_MACRO_ARGS], argc; in CPPdefine() local
241 int token = cpp->currentInput->scan(cpp->currentInput, yylvalpp); in CPPundef() local
269 int token = cpp->currentInput->scan(cpp->currentInput, yylvalpp); in CPPelse() local
363 int token, prec, (*op)(int, int); member
386 int token, (*op)(int); member
396 static int eval(int token, int prec, int *res, int *err, yystypepp * yylvalpp) in eval()
470 int token = cpp->currentInput->scan(cpp->currentInput, yylvalpp); in CPPif() local
500 int token = cpp->currentInput->scan(cpp->currentInput, yylvalpp); in CPPifdef() local
531 int token = cpp->currentInput->scan(cpp->currentInput, yylvalpp); in CPPline() local
565 int token = cpp->currentInput->scan(cpp->currentInput, yylvalpp); in CPPerror() local
[all …]
Dtokens.c206 void RecordToken(TokenStream *pTok, int token, yystypepp * yylvalpp) in RecordToken()
343 int token = ReadToken(in->tokens, yylvalpp); in scan_token() local
376 int token; member
382 int token = t->token; in reget_token() local
389 void UngetToken(int token, yystypepp * yylvalpp) { in UngetToken()
403 int token; in DumpTokenStream() local
/external/icu4c/tools/genrb/
Dread.c63 struct UString *token, in getNextToken()
118 struct UString *token, in getStringToken()
319 struct UString *token, in getNextChar()
375 struct UString *token, in seekUntilNewline()
393 struct UString *token, in seekUntilEndOfComment()
/external/icu4c/test/intltest/
Dtokiter.cpp25 UBool TokenIterator::next(UnicodeString& token, UErrorCode& ec) { in next()
64 UBool TokenIterator::nextToken(UnicodeString& token, UErrorCode& ec) { in nextToken()

12345678910>>...12