/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/libcxx/test/std/numerics/rand/rand.device/ |
D | ctor.pass.cpp | 32 bool is_valid_random_device(const std::string &token) { in is_valid_random_device() 41 void check_random_device_valid(const std::string &token) { in check_random_device_valid() 45 void check_random_device_invalid(const std::string &token) { in check_random_device_invalid() 63 std::string token = "wrong file"; in main() local 67 std::string token = "/dev/urandom"; in main() local 74 std::string token = "/dev/random"; in main() local
|
/external/ltp/testcases/kernel/fs/dmapi/ |
D | event.c | 388 dm_token_t token; in main() local 424 dm_token_t token; in main() local 518 dm_token_t token; in main() local 556 dm_token_t token; in main() local 591 dm_token_t token; in main() local 815 dm_token_t token, rtoken; in main() local 861 dm_token_t token, rtoken; in main() local 907 dm_token_t token, rtoken; in main() local 952 dm_token_t token, rtoken; in main() local 997 dm_token_t token, rtoken; in main() local [all …]
|
D | event_us.c | 133 dm_token_t token; in main() local 152 dm_token_t token; in main() local 169 dm_token_t token; in main() local 208 dm_token_t token; in main() local 233 dm_token_t token; in main() local 475 dm_token_t token; in main() local 511 dm_token_t token; in main() local 547 dm_token_t token; in main() local 614 dm_token_t token; in main() local 650 dm_token_t token; in main() local [all …]
|
D | token.c | 117 dm_token_t token; in main() local 154 dm_token_t token; in main() local 217 dm_token_t token; in main() local 254 dm_token_t token; in main() local 291 dm_token_t token; in main() local 507 dm_token_t token; in main() local 602 dm_token_t token; in main() local 658 dm_token_t token; in Thread() local
|
/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/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | DirectiveParser.cpp | 48 static DirectiveType getDirective(const pp::Token* token) in getDirective() 114 static bool isEOD(const pp::Token* token) in isEOD() 119 static void skipUntilEOD(pp::Lexer* lexer, pp::Token* token) in skipUntilEOD() 162 void DirectiveParser::lex(Token* token) in lex() 190 void DirectiveParser::parseDirective(Token* token) in parseDirective() 270 void DirectiveParser::parseDefine(Token* token) in parseDefine() 358 void DirectiveParser::parseUndef(Token* token) in parseUndef() 387 void DirectiveParser::parseIf(Token* token) in parseIf() 393 void DirectiveParser::parseIfdef(Token* token) in parseIfdef() 399 void DirectiveParser::parseIfndef(Token* token) in parseIfndef() [all …]
|
/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/selinux/libsepol/cil/src/ |
D | cil_lexer.h | 45 struct token { struct 53 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
|
D | AliasTokenTest.java | 27 AliasToken token = new AliasToken("*id123", mark, mark); in testEquals() local 33 AliasToken token = new AliasToken("*id123", mark, mark); in testGetArguments() local 39 AliasToken token = new AliasToken("&id123", mark, mark); in testGetTokenId() local
|
D | AnchorTokenTest.java | 27 AnchorToken token = new AnchorToken("&id123", mark, mark); in testGetArguments() local 33 AnchorToken token = new AnchorToken("&id123", mark, mark); in testGetTokenId() local
|
D | BlockEndTokenTest.java | 27 BlockEndToken token = new BlockEndToken(mark, mark); in testGetArguments() local 33 BlockEndToken token = new BlockEndToken(mark, mark); in testGetTokenId() local
|
/external/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp-lex.l | 88 #define RETURN_TOKEN_NEVER_SKIP(token) \ argument 94 #define RETURN_TOKEN(token) \ argument 101 #define RETURN_STRING_TOKEN(token) \ argument 121 glcpp_lex_update_state_per_token (glcpp_parser_t *parser, int token) in glcpp_lex_update_state_per_token()
|
/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/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
|
/external/doclava/src/com/google/doclava/apicheck/ |
D | ApiFile.java | 74 String token = tokenizer.getToken(); in parseApi() local 93 String token; in parsePackage() local 116 private static void parseClass(ApiInfo api, PackageInfo pkg, Tokenizer tokenizer, String token) in parseClass() 228 private static void parseConstructor(Tokenizer tokenizer, ClassInfo cl, String token) in parseConstructor() 279 private static void parseMethod(Tokenizer tokenizer, ClassInfo cl, String token) in parseMethod() 366 private static void parseField(Tokenizer tokenizer, ClassInfo cl, String token, boolean isEnum) in parseField() 493 String token; in parseTypeParameterList() local 531 HashSet<String> typeParameters, String token) throws ApiParseException { in parseParameterList() 569 String token = tokenizer.requireToken(); in parseThrows() local 595 public static boolean isIdent(String token) { in isIdent() [all …]
|
/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/autotest/frontend/client/src/autotest/common/ |
D | CustomHistory.java | 27 HistoryToken token = new HistoryToken(); in fromString() local 48 public static void simulateHistoryToken(HistoryToken token) { in simulateHistoryToken() 62 HistoryToken token; in processHistoryTokenString() local 92 public static void newItem(HistoryToken token) { in newItem()
|
/external/swiftshader/third_party/LLVM/tools/edis/ |
D | EDMain.cpp | 134 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/ |
D | ParserException.java | 10 Token token; field in ParserException 12 public ParserException(@SuppressWarnings("hiding") Token token, String message) in ParserException()
|
/external/javassist/src/main/javassist/compiler/ |
D | Lex.java | 100 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/dagger2/compiler/src/it/producers-functional-tests/src/test/java/producerstest/ |
D | ProducerFactoryTest.java | 64 ProducerToken token = ProducerToken.create(SimpleProducerModule_StrFactory.class); in noArgMethod() local 90 ProducerToken token = ProducerToken.create(SimpleProducerModule_SettableFutureStrFactory.class); in successMonitor() local 117 ProducerToken token = ProducerToken.create(SimpleProducerModule_SettableFutureStrFactory.class); in failureMonitor() local 150 ProducerToken token = ProducerToken.create(SimpleProducerModule_ThrowingProducerFactory.class); in failureMonitorDueToThrowingProducer() local
|