/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/ |
D | html5parser.py | 262 def normalizeToken(self, token): argument 270 def adjustMathMLAttributes(self, token): argument 277 def adjustSVGAttributes(self, token): argument 348 def adjustForeignAttributes(self, token): argument 357 def reparseTokenNormal(self, token): argument 404 def parseRCDataRawtext(self, token, contentType): argument 465 def processComment(self, token): argument 470 def processDoctype(self, token): argument 473 def processCharacters(self, token): argument 476 def processSpaceCharacters(self, token): argument [all …]
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_construction/ |
D | parser.js | 512 Parser.prototype._setDocumentType = function (token) { argument 527 Parser.prototype._appendElement = function (token, namespaceURI) { argument 533 Parser.prototype._insertElement = function (token, namespaceURI) { argument 540 Parser.prototype._insertTemplate = function (token) { argument 556 Parser.prototype._appendCommentNode = function (token, parent) { argument 562 Parser.prototype._insertCharacters = function (token) { argument 586 Parser.prototype._shouldProcessTokenInForeignContent = function (token) { argument 618 Parser.prototype._processToken = function (token) { argument 622 Parser.prototype._processTokenInBodyMode = function (token) { argument 626 Parser.prototype._processTokenInForeignContent = function (token) { argument [all …]
|
D | location_info_mixin.js | 82 parser._processTokenInForeignContent = function (token) { argument 87 parser._processToken = function (token) { argument 108 parser._setDocumentType = function (token) { argument 133 parser._appendElement = function (token, namespaceURI) { argument 138 parser._insertElement = function (token, namespaceURI) { argument 143 parser._insertTemplate = function (token) { argument 158 parser._appendCommentNode = function (token, parent) { argument 175 parser._insertCharacters = function (token) { argument
|
/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/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/ |
D | ParserImpl.java | 183 StreamStartToken token = (StreamStartToken) scanner.getToken(); in produce() local 196 Token token = scanner.peekToken(); in produce() local 220 Token token = scanner.peekToken(); in produce() local 235 StreamEndToken token = (StreamEndToken) scanner.getToken(); in produce() local 252 Token token = scanner.peekToken(); in produce() local 289 DirectiveToken token = (DirectiveToken) scanner.getToken(); in processDirectives() local 376 AliasToken token = (AliasToken) scanner.getToken(); in parseNode() local 383 AnchorToken token = (AnchorToken) scanner.getToken(); in parseNode() local 400 AnchorToken token = (AnchorToken) scanner.getToken(); in parseNode() local 432 ScalarToken token = (ScalarToken) scanner.getToken(); in parseNode() local [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-trace/catapult/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 | 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 280 def GetFixedRequireString(self, token): argument 292 def GetFixedProvideString(self, token): argument
|
D | ecmalintrules.py | 113 def HandleMissingParameterDoc(self, token, param_name): argument 179 def _CheckJsDocType(self, token, js_type): argument 203 def _CheckForMissingSpaceBeforeToken(self, token): argument 223 def _CheckOperator(self, token): argument 266 def _IsLabel(self, token): argument 276 def _ExpectSpaceBeforeOperator(self, token): argument 302 def CheckToken(self, token, state): argument 774 def _HandleStartBracket(self, token, last_non_space_token): argument
|
D | closurizednamespacesinfo.py | 44 def __init__(self, namespace, identifier, token, alias_definition): argument 154 def IsExtraProvide(self, token): argument 179 def IsExtraRequire(self, token): argument 333 def IsFirstProvide(self, token): argument 337 def IsFirstRequire(self, token): argument 341 def IsLastProvide(self, token): argument 345 def IsLastRequire(self, token): argument 349 def ProcessToken(self, token, state_tracker): argument 502 def _AddUsedNamespace(self, state_tracker, identifier, token, argument
|
D | javascriptlintrules.py | 60 def HandleMissingParameterDoc(self, token, param_name): argument 66 def CheckToken(self, token, state): argument 517 def _CheckUnusedLocalVariables(self, token, state): argument 600 def _ReportMissingProvides(self, missing_provides, token, need_blank_line): argument 631 def _ReportMissingRequires(self, missing_requires, token, need_blank_line): argument 712 def _CheckSortedRequiresProvides(self, token): argument
|
D | indentation.py | 81 def __init__(self, token, is_block=False): argument 127 def CheckToken(self, token, state): argument 316 def _IsHardStop(self, token): argument 400 def _GetActualIndentation(self, token): argument 424 def _IsFirstNonWhitespaceTokenInLine(self, token): argument 440 def _IsLastCodeInLine(self, token): 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/libcxx/test/std/numerics/rand/rand.device/ |
D | ctor.pass.cpp | 25 bool is_valid_random_device(const std::string &token) { in is_valid_random_device() 34 void check_random_device_valid(const std::string &token) { in check_random_device_valid() 38 void check_random_device_invalid(const std::string &token) { in check_random_device_invalid() 61 std::string token = "wrong file"; in main() local 69 std::string token = "/dev/urandom"; in main() local 77 std::string token = "/dev/random"; in main() local
|
/external/dhcpcd-6.8.2/ |
D | auth.h | 48 struct token { struct 58 TAILQ_HEAD(token_head, token); argument 72 struct token *token; member
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/ |
D | test_tokenizer.py | 36 def processDoctype(self, token): argument 40 def processStartTag(self, token): argument 44 def processEmptyTag(self, token): argument 49 def processEndTag(self, token): argument 53 def processComment(self, token): argument 56 def processSpaceCharacters(self, token): argument 60 def processCharacters(self, token): argument 63 def processEOF(self, token): argument 66 def processParseError(self, token): argument
|
/external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/appengine/auth/ |
D | models.py | 135 token = model.StringProperty(required=True) variable in UserToken 138 def get_key(cls, user, subject, token): argument 157 def create(cls, user, subject, token=None): argument 181 def get(cls, user=None, subject=None, token=None): argument 262 def get_by_auth_token(cls, user_id, token): argument 306 def validate_token(cls, user_id, subject, token): argument 336 def validate_auth_token(cls, user_id, token): argument 340 def delete_auth_token(cls, user_id, token): argument 356 def validate_signup_token(cls, user_id, token): argument 360 def delete_signup_token(cls, user_id, token): argument
|
/external/jsoncpp/src/lib_json/ |
D | json_reader.cpp | 131 Token token; in parse() local 152 Token token; in readValue() local 224 void Reader::skipCommentTokens(Token& token) { in skipCommentTokens() 234 bool Reader::expectToken(TokenType type, Token& token, const char* message) { in expectToken() 241 bool Reader::readToken(Token& token) { in readToken() 480 Token token; in readArray() local 498 bool Reader::decodeNumber(Token& token) { in decodeNumber() 508 bool Reader::decodeNumber(Token& token, Value& decoded) { in decodeNumber() 556 bool Reader::decodeDouble(Token& token) { in decodeDouble() 566 bool Reader::decodeDouble(Token& token, Value& decoded) { in decodeDouble() [all …]
|
/external/doclava/src/com/google/doclava/apicheck/ |
D | ApiFile.java | 73 String token = tokenizer.getToken(); in parseApi() local 92 String token; in parsePackage() local 115 private static void parseClass(ApiInfo api, PackageInfo pkg, Tokenizer tokenizer, String token) in parseClass() 224 private static void parseConstructor(Tokenizer tokenizer, ClassInfo cl, String token) in parseConstructor() 275 private static void parseMethod(Tokenizer tokenizer, ClassInfo cl, String token) in parseMethod() 353 private static void parseField(Tokenizer tokenizer, ClassInfo cl, String token, boolean isEnum) in parseField() 479 String token) throws ApiParseException { in parseParameterList() 513 String token = tokenizer.requireToken(); in parseThrows() local 539 public static boolean isIdent(String token) { in isIdent() 543 public static void assertIdent(Tokenizer tokenizer, String token) throws ApiParseException { in assertIdent() [all …]
|
/external/selinux/libsepol/cil/src/ |
D | cil_lexer.h | 43 struct token { struct 51 int cil_lexer_next(struct token *tok); argument
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/tokens/ |
D | DirectiveTokenTest.java | 30 DirectiveToken<Integer> token = new DirectiveToken<Integer>("YAML", null, mark, mark); in testGetArguments() local 51 DirectiveToken<String> token = new DirectiveToken<String>("TAG", list, mark, mark); in testTag() local 60 DirectiveToken<Integer> token = new DirectiveToken<Integer>("YAML", list, mark, mark); in testList() local 66 DirectiveToken<Integer> token = new DirectiveToken<Integer>("YAML", null, mark, mark); in testGetTokenId() local
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_symbolizer_test.cc | 21 char *token; in TEST() local 36 int token; in TEST() local 43 uptr token; in TEST() local 50 char *token; in TEST() local
|
/external/mesa3d/src/mesa/program/ |
D | nvvertparse.c | 148 GetToken(struct parse_state *parseState, GLubyte *token) in GetToken() 211 Parse_Token(struct parse_state *parseState, GLubyte *token) in Parse_Token() 228 Peek_Token(struct parse_state *parseState, GLubyte *token) in Peek_Token() 304 GLubyte token[100]; in Parse_TempReg() local 354 GLubyte token[100]; in Parse_AbsParamReg() local 386 GLubyte token[100]; in Parse_ParamReg() local 466 GLubyte token[100]; in Parse_AttribReg() local 514 GLubyte token[100]; in Parse_OutputReg() local 555 GLubyte token[100]; in Parse_MaskedDstReg() local 636 GLubyte token[100]; in Parse_SwizzleSrcReg() local [all …]
|
D | nvfragparse.c | 215 MatchInstruction(const GLubyte *token) in MatchInstruction() 293 GetToken(struct parse_state *parseState, GLubyte *token) in GetToken() 356 Parse_Token(struct parse_state *parseState, GLubyte *token) in Parse_Token() 373 Peek_Token(struct parse_state *parseState, GLubyte *token) in Peek_Token() 628 Parse_SwizzleSuffix(const GLubyte *token, GLuint swizzle[4]) in Parse_SwizzleSuffix() 690 GLubyte token[100]; in Parse_CondCodeMask() local 712 GLubyte token[100]; in Parse_TempReg() local 762 GLubyte token[100]; in Parse_ProgramParamReg() local 794 GLubyte token[100]; in Parse_FragReg() local 828 GLubyte token[100]; in Parse_OutputReg() local [all …]
|
/external/snakeyaml/src/test/java/org/pyyaml/ |
D | CanonicalParser.java | 80 AliasToken token = (AliasToken) scanner.getToken(); in parseNode() local 85 AnchorToken token = (AnchorToken) scanner.getToken(); in parseNode() local 90 TagToken token = (TagToken) scanner.getToken(); in parseNode() local 94 ScalarToken token = (ScalarToken) scanner.getToken(); in parseNode() local
|