/external/antlr/antlr-3.4/runtime/C/src/ |
D | antlr3commontoken.c | 75 pANTLR3_COMMON_TOKEN token; in antlr3CommonTokenNew() local 193 pANTLR3_COMMON_TOKEN token; in newPoolToken() local 247 ANTLR3_UINT32 token; in factoryClose() local 306 pANTLR3_COMMON_TOKEN token; in newToken() local 326 antlr3SetTokenAPI(pANTLR3_COMMON_TOKEN token) in antlr3SetTokenAPI() 351 static pANTLR3_STRING getText (pANTLR3_COMMON_TOKEN token) in getText() 415 static void setText8 (pANTLR3_COMMON_TOKEN token, pANTLR3_UINT8 text) in setText8() 451 static void setText (pANTLR3_COMMON_TOKEN token, pANTLR3_STRING text) in setText() 464 static ANTLR3_UINT32 getType (pANTLR3_COMMON_TOKEN token) in getType() 469 static void setType (pANTLR3_COMMON_TOKEN token, ANTLR3_UINT32 type) in setType() [all …]
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/ |
D | Lexer.java | 11 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/chromium_org/third_party/closure_linter/closure_linter/ |
D | tokenutil.py | 33 def GetFirstTokenInSameLine(token): argument 47 def GetFirstTokenInPreviousLine(token): argument 64 def GetLastTokenInSameLine(token): argument 78 def GetAllTokensInSameLine(token): argument 212 def DeleteToken(token): argument 237 def DeleteTokens(token, token_count): argument 249 def InsertTokenBefore(new_token, token): argument 290 def InsertTokenAfter(new_token, token): argument 327 def InsertTokensAfter(new_tokens, token): argument 342 def InsertSpaceTokenAfter(token): argument [all …]
|
D | javascriptlintrules.py | 60 def HandleMissingParameterDoc(self, token, param_name): argument 65 def __ContainsRecordType(self, token): argument 82 def CheckToken(self, token, state): argument 538 def _CheckUnusedLocalVariables(self, token, state): argument 580 def _MarkLocalVariableUsed(self, token): argument 599 def _ReportMissingProvides(self, missing_provides, token, need_blank_line): argument 630 def _ReportMissingRequires(self, missing_requires, token, need_blank_line): argument 700 def _CheckSortedRequiresProvides(self, token): argument
|
D | requireprovidesorter.py | 46 def CheckProvides(self, token): argument 68 def CheckRequires(self, token): argument 90 def FixProvides(self, token): argument 99 def FixRequires(self, token): argument 153 def _GetRequireOrProvideTokens(self, token, token_string): argument 277 def GetFixedRequireString(self, token): argument 289 def GetFixedProvideString(self, token): argument
|
D | closurizednamespacesinfo.py | 130 def IsExtraProvide(self, token): argument 156 def IsExtraRequire(self, token): argument 261 def IsFirstProvide(self, token): argument 265 def IsFirstRequire(self, token): argument 269 def IsLastProvide(self, token): argument 273 def IsLastRequire(self, token): argument 277 def ProcessToken(self, token, state_tracker): argument
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
D | remote_to_local_syncer.cc | 106 void RemoteToLocalSyncer::RunPreflight(scoped_ptr<SyncTaskToken> token) { in RunPreflight() 128 void RemoteToLocalSyncer::ResolveRemoteChange(scoped_ptr<SyncTaskToken> token) { in ResolveRemoteChange() 307 void RemoteToLocalSyncer::MoveToBackground(scoped_ptr<SyncTaskToken> token, in MoveToBackground() 326 scoped_ptr<SyncTaskToken> token) { in ContinueAsBackgroundTask() 391 scoped_ptr<SyncTaskToken> token) { in HandleMissingRemoteMetadata() 402 scoped_ptr<SyncTaskToken> token, in DidGetRemoteMetadata() 440 scoped_ptr<SyncTaskToken> token, in DidPrepareForAddOrUpdateFile() 490 scoped_ptr<SyncTaskToken> token) { in HandleFolderUpdate() 506 scoped_ptr<SyncTaskToken> token, in DidPrepareForFolderUpdate() 545 scoped_ptr<SyncTaskToken> token) { in HandleDeletion() [all …]
|
D | sync_engine_initializer.cc | 75 void SyncEngineInitializer::RunPreflight(scoped_ptr<SyncTaskToken> token) { in RunPreflight() 116 scoped_ptr<SyncTaskToken> token) { in GetAboutResource() 124 scoped_ptr<SyncTaskToken> token, in DidGetAboutResource() 145 void SyncEngineInitializer::FindSyncRoot(scoped_ptr<SyncTaskToken> token) { in FindSyncRoot() 163 scoped_ptr<SyncTaskToken> token, in DidFindSyncRoot() 229 void SyncEngineInitializer::CreateSyncRoot(scoped_ptr<SyncTaskToken> token) { in CreateSyncRoot() 241 scoped_ptr<SyncTaskToken> token, in DidCreateSyncRoot() 258 void SyncEngineInitializer::DetachSyncRoot(scoped_ptr<SyncTaskToken> token) { in DetachSyncRoot() 271 scoped_ptr<SyncTaskToken> token, in DidDetachSyncRoot() 287 scoped_ptr<SyncTaskToken> token) { in ListAppRootFolders() [all …]
|
D | local_to_remote_syncer.cc | 97 void LocalToRemoteSyncer::RunPreflight(scoped_ptr<SyncTaskToken> token) { in RunPreflight() 251 scoped_ptr<SyncTaskToken> token) { in MoveToBackground() 280 scoped_ptr<SyncTaskToken> token) { in ContinueAsBackgroundTask() 316 void LocalToRemoteSyncer::SyncCompleted(scoped_ptr<SyncTaskToken> token, in SyncCompleted() 334 void LocalToRemoteSyncer::HandleConflict(scoped_ptr<SyncTaskToken> token) { in HandleConflict() 388 scoped_ptr<SyncTaskToken> token) { in UpdateTrackerForReusedFolder() 395 scoped_ptr<SyncTaskToken> token) { in HandleExistingRemoteFile() 452 void LocalToRemoteSyncer::DeleteRemoteFile(scoped_ptr<SyncTaskToken> token) { in DeleteRemoteFile() 465 scoped_ptr<SyncTaskToken> token, in DidDeleteRemoteFile() 491 void LocalToRemoteSyncer::UploadExistingFile(scoped_ptr<SyncTaskToken> token) { in UploadExistingFile() [all …]
|
D | conflict_resolver.cc | 33 void ConflictResolver::RunPreflight(scoped_ptr<SyncTaskToken> token) { in RunPreflight() 44 void ConflictResolver::RunExclusive(scoped_ptr<SyncTaskToken> token) { in RunExclusive() 129 scoped_ptr<SyncTaskToken> token) { in DetachFromNonPrimaryParents() 148 void ConflictResolver::DidDetachFromParent(scoped_ptr<SyncTaskToken> token, in DidDetachFromParent() 229 void ConflictResolver::RemoveNonPrimaryFiles(scoped_ptr<SyncTaskToken> token) { in RemoveNonPrimaryFiles() 250 void ConflictResolver::DidRemoveFile(scoped_ptr<SyncTaskToken> token, in DidRemoveFile() 283 scoped_ptr<SyncTaskToken> token) { in UpdateFileMetadata() 293 scoped_ptr<SyncTaskToken> token, in DidGetRemoteMetadata()
|
/external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
D | MediaQueryParser.cpp | 24 …BeRawPtr<MediaQuerySet> MediaQueryParser::parseMediaCondition(MediaQueryTokenIterator token, Media… in parseMediaCondition() 60 void MediaQueryParser::readRestrictor(MediaQueryTokenType type, const MediaQueryToken& token) in readRestrictor() 65 void MediaQueryParser::readMediaType(MediaQueryTokenType type, const MediaQueryToken& token) in readMediaType() 87 void MediaQueryParser::readAnd(MediaQueryTokenType type, const MediaQueryToken& token) in readAnd() 101 void MediaQueryParser::readFeatureStart(MediaQueryTokenType type, const MediaQueryToken& token) in readFeatureStart() 109 void MediaQueryParser::readFeature(MediaQueryTokenType type, const MediaQueryToken& token) in readFeature() 119 void MediaQueryParser::readFeatureColon(MediaQueryTokenType type, const MediaQueryToken& token) in readFeatureColon() 129 void MediaQueryParser::readFeatureValue(MediaQueryTokenType type, const MediaQueryToken& token) in readFeatureValue() 139 void MediaQueryParser::readFeatureEnd(MediaQueryTokenType type, const MediaQueryToken& token) in readFeatureEnd() 154 void MediaQueryParser::skipUntilComma(MediaQueryTokenType type, const MediaQueryToken& token) in skipUntilComma() [all …]
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
D | tokenutil.py | 32 def GetFirstTokenInSameLine(token): argument 46 def GetFirstTokenInPreviousLine(token): argument 63 def GetLastTokenInSameLine(token): argument 77 def GetAllTokensInSameLine(token): argument 211 def DeleteToken(token): argument 229 def DeleteTokens(token, token_count): argument 241 def InsertTokenAfter(new_token, token): argument 278 def InsertTokensAfter(new_tokens, token): argument 293 def InsertSpaceTokenAfter(token): argument 307 def InsertBlankLineAfter(token): argument [all …]
|
D | closurizednamespacesinfo.py | 125 def IsExtraProvide(self, token): argument 154 def IsExtraRequire(self, token): argument 264 def IsFirstProvide(self, token): argument 268 def IsFirstRequire(self, token): argument 272 def IsLastProvide(self, token): argument 276 def IsLastRequire(self, token): argument 280 def ProcessToken(self, token, state_tracker): argument 366 def _GetWholeIdentifierString(self, token): argument
|
D | javascriptlintrules.py | 57 def HandleMissingParameterDoc(self, token, param_name): argument 62 def __ContainsRecordType(self, token): argument 78 def CheckToken(self, token, state): argument 422 def _ReportMissingProvides(self, missing_provides, token, need_blank_line): argument 442 def _ReportMissingRequires(self, missing_requires, token, need_blank_line): argument 501 def _CheckSortedRequiresProvides(self, token): argument
|
D | requireprovidesorter.py | 46 def CheckProvides(self, token): argument 71 def CheckRequires(self, token): argument 96 def FixProvides(self, token): argument 105 def FixRequires(self, token): argument 153 def _GetRequireOrProvideTokens(self, token, token_string): argument
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | CssGrammar.java | 96 String token = it.token(); in parsePropertyValue() local 154 static String cssContent(String token) { in cssContent() 207 void quantity(String token); in quantity() 208 void identifier(String token); in identifier() 209 void hash(String token); in hash() 210 void quotedString(String token); in quotedString() 211 void url(String token); in url() 212 void punctuation(String token); in punctuation() 213 void startFunction(String token); in startFunction() 214 void endFunction(String token); in endFunction()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | DOMTokenList.cpp | 35 bool DOMTokenList::validateToken(const String& token, ExceptionState& exceptionState) in validateToken() 60 bool DOMTokenList::contains(const AtomicString& token, ExceptionState& exceptionState) const in contains() argument 67 void DOMTokenList::add(const AtomicString& token, ExceptionState& exceptionState) in add() 96 void DOMTokenList::remove(const AtomicString& token, ExceptionState& exceptionState) in remove() 124 bool DOMTokenList::toggle(const AtomicString& token, ExceptionState& exceptionState) in toggle() 137 bool DOMTokenList::toggle(const AtomicString& token, bool force, ExceptionState& exceptionState) in toggle() 150 void DOMTokenList::addInternal(const AtomicString& token) in addInternal() 156 void DOMTokenList::removeInternal(const AtomicString& token) in removeInternal() 165 AtomicString DOMTokenList::addToken(const AtomicString& input, const AtomicString& token) in addToken() 194 AtomicString DOMTokenList::removeToken(const AtomicString& input, const AtomicString& token) in removeToken() [all …]
|
/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
D | DirectiveParser.cpp | 39 DirectiveType getDirective(const pp::Token *token) in getDirective() 105 bool isEOD(const pp::Token *token) in isEOD() 110 void skipUntilEOD(pp::Lexer *lexer, pp::Token *token) in skipUntilEOD() 156 virtual void lex(Token *token) in lex() 220 void DirectiveParser::lex(Token *token) in lex() 249 void DirectiveParser::parseDirective(Token *token) in parseDirective() 329 void DirectiveParser::parseDefine(Token *token) in parseDefine() 411 void DirectiveParser::parseUndef(Token *token) in parseUndef() 440 void DirectiveParser::parseIf(Token *token) in parseIf() 446 void DirectiveParser::parseIfdef(Token *token) in parseIfdef() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
D | HTMLTreeBuilder.cpp | 146 explicit CharacterTokenBuffer(AtomicHTMLToken* token) in CharacterTokenBuffer() 372 void HTMLTreeBuilder::constructTree(AtomicHTMLToken* token) in constructTree() 396 void HTMLTreeBuilder::processToken(AtomicHTMLToken* token) in processToken() 431 void HTMLTreeBuilder::processDoctypeToken(AtomicHTMLToken* token) in processDoctypeToken() 490 void HTMLTreeBuilder::processCloseWhenNestedTag(AtomicHTMLToken* token) in processCloseWhenNestedTag() 523 static void adjustSVGTagNameCase(AtomicHTMLToken* token) in adjustSVGTagNameCase() 539 static void adjustAttributes(AtomicHTMLToken* token) in adjustAttributes() 556 static void adjustSVGAttributes(AtomicHTMLToken* token) in adjustSVGAttributes() 561 static void adjustMathMLAttributes(AtomicHTMLToken* token) in adjustMathMLAttributes() 577 static void adjustForeignAttributes(AtomicHTMLToken* token) in adjustForeignAttributes() [all …]
|
D | HTMLConstructionSite.cpp | 61 static inline void setAttributes(Element* element, AtomicHTMLToken* token, ParserContentPolicy pars… in setAttributes() 396 void HTMLConstructionSite::insertHTMLHtmlStartTagBeforeHTML(AtomicHTMLToken* token) in insertHTMLHtmlStartTagBeforeHTML() 409 void HTMLConstructionSite::mergeAttributesFromTokenIntoElement(AtomicHTMLToken* token, Element* ele… in mergeAttributesFromTokenIntoElement() 421 void HTMLConstructionSite::insertHTMLHtmlStartTagInBody(AtomicHTMLToken* token) in insertHTMLHtmlStartTagInBody() 431 void HTMLConstructionSite::insertHTMLBodyStartTagInBody(AtomicHTMLToken* token) in insertHTMLBodyStartTagInBody() 552 void HTMLConstructionSite::insertDoctype(AtomicHTMLToken* token) in insertDoctype() 577 void HTMLConstructionSite::insertComment(AtomicHTMLToken* token) in insertComment() 583 void HTMLConstructionSite::insertCommentOnDocument(AtomicHTMLToken* token) in insertCommentOnDocument() 590 void HTMLConstructionSite::insertCommentOnHTMLHtmlElement(AtomicHTMLToken* token) in insertCommentOnHTMLHtmlElement() 597 void HTMLConstructionSite::insertHTMLHeadElement(AtomicHTMLToken* token) in insertHTMLHeadElement() [all …]
|
D | HTMLTreeBuilderSimulator.cpp | 40 static bool tokenExitsForeignContent(const CompactHTMLToken& token) in tokenExitsForeignContent() 91 static bool tokenExitsSVG(const CompactHTMLToken& token) in tokenExitsSVG() 97 static bool tokenExitsMath(const CompactHTMLToken& token) in tokenExitsMath() 132 bool HTMLTreeBuilderSimulator::simulate(const CompactHTMLToken& token, HTMLTokenizer* tokenizer) in simulate()
|
/external/chromium_org/third_party/angle/tests/preprocessor_tests/ |
D | token_test.cpp | 13 pp::Token token; in TEST() local 23 pp::Token token; in TEST() local 40 pp::Token token; in TEST() local 68 pp::Token token; in TEST() local 78 pp::Token token; in TEST() local
|
/external/srec/srec/EventLog/src/ |
D | EventLog.c | 36 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_EventLogTokenPointer(SR_EventLog* self, const LCHAR* token, void* value) in SR_EventLogTokenPointer() 66 ESR_ReturnCode SR_EventLogTokenUint16_t(SR_EventLog* self, const LCHAR* token, asr_uint16_t value) in SR_EventLogTokenUint16_t() 76 ESR_ReturnCode SR_EventLogTokenSize_t(SR_EventLog* self, const LCHAR* token, size_t value) in SR_EventLogTokenSize_t() 86 ESR_ReturnCode SR_EventLogTokenBool(SR_EventLog* self, const LCHAR* token, ESR_BOOL value) in SR_EventLogTokenBool() 96 ESR_ReturnCode SR_EventLogTokenFloat(SR_EventLog* self, const LCHAR* token, float value) in SR_EventLogTokenFloat()
|
/external/chromium_org/sandbox/win/src/ |
D | restricted_token_unittest.cc | 19 RestrictedToken token; in TEST() local 78 RestrictedToken token; in TEST() local 101 RestrictedToken token; in TEST() local 142 RestrictedToken token; in TEST() local 175 RestrictedToken token; in TEST() local 202 RestrictedToken token; in TEST() local 231 RestrictedToken token; in TEST() local 267 RestrictedToken token; in TEST() local 307 RestrictedToken token; in TEST() local 335 RestrictedToken token; in TEST() local [all …]
|
/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
D | TreePath.py | 48 def parse_func(next, token): argument 56 def handle_func_not(next, token): argument 68 def handle_name(next, token): argument 85 def handle_star(next, token): argument 96 def handle_dot(next, token): argument 104 def handle_descendants(next, token): argument 135 def handle_attribute(next, token): argument 196 def handle_predicate(next, token): argument
|