/external/antlr/runtime/C/src/ |
D | antlr3commontoken.c | 75 pANTLR3_COMMON_TOKEN token; in antlr3CommonTokenNew() local 207 pANTLR3_COMMON_TOKEN token; in newPoolToken() local 270 ANTLR3_UINT32 token; in factoryClose() local 329 pANTLR3_COMMON_TOKEN token; in newToken() local 349 antlr3SetTokenAPI(pANTLR3_COMMON_TOKEN token) in antlr3SetTokenAPI() 374 static pANTLR3_STRING getText (pANTLR3_COMMON_TOKEN token) in getText() 438 static void setText8 (pANTLR3_COMMON_TOKEN token, pANTLR3_UINT8 text) in setText8() 474 static void setText (pANTLR3_COMMON_TOKEN token, pANTLR3_STRING text) in setText() 487 static ANTLR3_UINT32 getType (pANTLR3_COMMON_TOKEN token) in getType() 492 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/v8/src/parsing/ |
D | token.h | 216 static const char* Name(Value token) { in Name() 225 static bool IsKeyword(Value token) { in IsKeyword() 229 static bool IsPropertyName(Value token) { in IsPropertyName() 233 V8_INLINE static bool IsValidIdentifier(Value token, in IsValidIdentifier() 243 static bool IsCallable(Value token) { in IsCallable() 247 static bool IsAutoSemicolon(Value token) { in IsAutoSemicolon() 251 static bool IsAnyIdentifier(Value token) { in IsAnyIdentifier() 255 static bool IsStrictReservedWord(Value token) { in IsStrictReservedWord() 259 static bool IsLiteral(Value token) { in IsLiteral() 263 static bool IsTemplate(Value token) { in IsTemplate() [all …]
|
/external/libcxx/test/std/numerics/rand/rand.device/ |
D | ctor.pass.cpp | 40 bool is_valid_random_device(const std::string &token) { in is_valid_random_device() 49 void check_random_device_valid(const std::string &token) { in check_random_device_valid() 53 void check_random_device_invalid(const std::string &token) { in check_random_device_invalid() 71 std::string token = "wrong file"; in main() local 75 std::string token = "/dev/urandom"; in main() local 82 std::string token = "/dev/random"; in main() 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/pdfium/xfa/fxfa/fm2js/ |
D | cxfa_fmlexer_unittest.cpp | 15 CXFA_FMToken token = lexer.NextToken(); in TEST() local 22 CXFA_FMToken token = lexer.NextToken(); in TEST() local 29 CXFA_FMToken token = lexer->NextToken(); in TEST() local 78 CXFA_FMToken token = lexer->NextToken(); in TEST() local 111 XFA_FM_TOKEN token; in TEST() member 174 CXFA_FMToken token = lexer->NextToken(); in TEST() local 182 CXFA_FMToken token = lexer->NextToken(); in TEST() local 228 CXFA_FMToken token = lexer->NextToken(); in TEST() local 237 auto token = lexer->NextToken(); in TEST() local 262 CXFA_FMToken token = lexer->NextToken(); in TEST() local [all …]
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | DirectiveParser.cpp | 49 static DirectiveType getDirective(const pp::Token *token) in getDirective() 115 static bool isEOD(const pp::Token *token) in isEOD() 120 static void skipUntilEOD(pp::Lexer *lexer, pp::Token *token) in skipUntilEOD() 158 void lex(Token *token) override in lex() 229 void DirectiveParser::lex(Token *token) in lex() 261 void DirectiveParser::parseDirective(Token *token) in parseDirective() 341 void DirectiveParser::parseDefine(Token *token) in parseDefine() 437 void DirectiveParser::parseUndef(Token *token) in parseUndef() 478 void DirectiveParser::parseIf(Token *token) in parseIf() 484 void DirectiveParser::parseIfdef(Token *token) in parseIfdef() [all …]
|
/external/angle/src/compiler/preprocessor/ |
D | DirectiveParser.cpp | 45 DirectiveType getDirective(const pp::Token *token) in getDirective() 111 bool isEOD(const pp::Token *token) in isEOD() 116 void skipUntilEOD(pp::Lexer *lexer, pp::Token *token) in skipUntilEOD() 162 void DirectiveParser::lex(Token *token) in lex() 194 void DirectiveParser::parseDirective(Token *token) in parseDirective() 273 void DirectiveParser::parseDefine(Token *token) in parseDefine() 367 void DirectiveParser::parseUndef(Token *token) in parseUndef() 407 void DirectiveParser::parseIf(Token *token) in parseIf() 413 void DirectiveParser::parseIfdef(Token *token) in parseIfdef() 419 void DirectiveParser::parseIfndef(Token *token) in parseIfndef() [all …]
|
/external/u-boot/drivers/net/fsl-mc/ |
D | dpni.c | 34 uint16_t *token) in dpni_open() 58 uint16_t token) in dpni_close() 118 uint16_t token, in dpni_set_pools() 135 uint16_t token) in dpni_enable() 150 uint16_t token) in dpni_disable() 165 uint16_t token) in dpni_reset() 180 uint16_t token, in dpni_get_attributes() 203 uint16_t token, in dpni_set_errors_behavior() 220 uint16_t token, in dpni_set_buffer_layout() 238 uint16_t token, in dpni_get_qdid() [all …]
|
D | dprc.c | 39 uint16_t *token) in dprc_open() 62 uint16_t token) in dprc_close() 76 uint16_t token, in dprc_create_container() 105 uint16_t token, in dprc_destroy_container() 122 uint16_t token, in dprc_reset_container() 139 uint16_t token, in dprc_get_attributes() 163 uint16_t token, in dprc_get_obj_count() 187 uint16_t token, in dprc_get_obj() 213 uint16_t token, in dprc_get_res_count() 241 uint16_t token, in dprc_get_res_ids() [all …]
|
D | dpmac.c | 17 uint16_t *token) in dpmac_open() 41 uint16_t token) in dpmac_close() 100 uint16_t token, in dpmac_get_attributes() 124 uint16_t token, in dpmac_mdio_read() 149 uint16_t token, in dpmac_mdio_write() 166 uint16_t token, in dpmac_get_link_cfg() 189 uint16_t token, in dpmac_set_link_state() 206 uint16_t token, in dpmac_get_counter()
|
/external/python/cryptography/vectors/cryptography_vectors/fernet/ |
D | invalid.json | 4 …"token": "gAAAAAAdwJ6xAAECAwQFBgcICQoLDA0OD3HkMATM5lFqGaerZ-fWPAl1-szkFVzXTuGb4hR8AKtwcaX1YdykQUFB… string 11 "token": "gAAAAAAdwJ6xAAECAwQFBgcICQoLDA0OD3HkMATM5lFqGaerZ-fWPA==", string 18 …"token": "%%%%%%%%%%%%%AECAwQFBgcICQoLDA0OD3HkMATM5lFqGaerZ-fWPAl1-szkFVzXTuGb4hR8AKtwcaX1YdykRtfs… string 25 …"token": "gAAAAAAdwJ6xAAECAwQFBgcICQoLDA0OD3HkMATM5lFqGaerZ-fWPOm73QeoCk9uGib28Xe5vz6oxq5nmxbx_v7m… string 32 …"token": "gAAAAAAdwJ6xAAECAwQFBgcICQoLDA0ODz4LEpdELGQAad7aNEHbf-JkLPIpuiYRLQ3RtXatOYREu2FWke6CnJNY… string 39 …"token": "gAAAAAAdwStRAAECAwQFBgcICQoLDA0OD3HkMATM5lFqGaerZ-fWPAnja1xKYyhd-Y6mSkTOyTGJmw2Xc2a6kBd-… string 46 …"token": "gAAAAAAdwJ6xAAECAwQFBgcICQoLDA0OD3HkMATM5lFqGaerZ-fWPAl1-szkFVzXTuGb4hR8AKtwcaX1YdykRtfs… string 53 …"token": "gAAAAAAdwJ6xBQECAwQFBgcICQoLDA0OD3HkMATM5lFqGaerZ-fWPAkLhFLHpGtDBRLRTZeUfWgHSv49TF2AUEZ1… string
|
/external/deqp-deps/amber/src/amberscript/ |
D | parser.cc | 138 for (auto token = tokenizer_->NextToken(); !token->IsEOS(); in Parse() local 284 auto token = tokenizer_->NextToken(); in ValidateEndOfStatement() local 291 auto token = tokenizer_->NextToken(); in ParseShaderBlock() local 358 auto token = tokenizer_->NextToken(); in ParsePipelineBlock() local 384 std::unique_ptr<Token> token; in ParsePipelineBody() local 430 auto token = tokenizer_->NextToken(); in ParsePipelineAttach() local 511 auto token = tokenizer_->NextToken(); in ParseShaderSpecialization() local 560 auto token = tokenizer_->NextToken(); in ParsePipelineShaderOptimizations() local 595 auto token = tokenizer_->NextToken(); in ParsePipelineShaderCompileOptions() local 632 auto token = tokenizer_->NextToken(); in ParsePipelineFramebufferSize() local [all …]
|
/external/grpc-grpc/src/core/ext/filters/load_reporting/ |
D | registered_opencensus_objects.h | 84 static const ::opencensus::stats::TagKey token = in TagKeyToken() local 90 static const ::opencensus::stats::TagKey token = in TagKeyHost() local 96 static const ::opencensus::stats::TagKey token = in TagKeyUserId() local 102 static const ::opencensus::stats::TagKey token = in TagKeyStatus() local 108 static const ::opencensus::stats::TagKey token = in TagKeyMetricName() local
|
/external/angle/src/tests/preprocessor_tests/ |
D | token_test.cpp | 16 pp::Token token; in TEST() local 26 pp::Token token; in TEST() local 43 pp::Token token; in TEST() local 71 pp::Token token; in TEST() local 81 pp::Token token; in TEST() local
|
/external/angle/src/compiler/translator/ |
D | glslang.l | 455 angle::pp::Token token; variable 473 int token = IDENTIFIER; in check_type() local 503 int ES2_reserved_ES3_keyword(TParseContext *context, int token) in ES2_reserved_ES3_keyword() 515 int ES2_keyword_ES3_reserved(TParseContext *context, int token) in ES2_keyword_ES3_reserved() 527 int ES3_reserved_ES3_1_keyword(TParseContext *context, int token) in ES3_reserved_ES3_1_keyword() 545 int ES3_keyword(TParseContext *context, int token) in ES3_keyword() 560 int ES2_reserved_ES3_1_keyword(TParseContext *context, int token) in ES2_reserved_ES3_1_keyword() 572 int ES3_1_keyword(TParseContext *context, int token) in ES3_1_keyword() 588 int WEBGL_video_texture_extension(TParseContext *context, int token) in WEBGL_video_texture_extension() 604 int ES2_reserved_ES2_extension_ES3_keyword(TParseContext *context, TExtension extension, int token) in ES2_reserved_ES2_extension_ES3_keyword() [all …]
|
D | Diagnostics.cpp | 26 const char *token) in writeInfo() 56 const char *token) in error() 63 const char *token) in warning() 68 void TDiagnostics::error(const TSourceLoc &loc, const char *reason, const char *token) in error() 76 void TDiagnostics::warning(const TSourceLoc &loc, const char *reason, const char *token) in warning() 101 void PerformanceDiagnostics::warning(const TSourceLoc &loc, const char *reason, const char *token) in warning()
|
/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
|
/external/deqp-deps/amber/src/vkscript/ |
D | command_parser.cc | 87 for (auto token = tokenizer_->NextToken(); !token->IsEOS(); in Parse() local 264 auto token = tokenizer_->NextToken(); in ProcessDrawRect() local 314 auto token = tokenizer_->NextToken(); in ProcessDrawArrays() local 375 auto token = tokenizer_->NextToken(); in ProcessCompute() local 410 auto token = tokenizer_->NextToken(); in ProcessClear() local 489 auto token = tokenizer_->NextToken(); in ParseValues() local 537 auto token = tokenizer_->NextToken(); in ProcessSSBO() local 669 auto token = tokenizer_->NextToken(); in ProcessUniform() local 802 auto token = tokenizer_->NextToken(); in ProcessTolerance() local 850 auto token = tokenizer_->NextToken(); in ProcessPatch() local [all …]
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowMessageQueueTest.java | 87 private void removeMessages(Handler handler, int what, Object token) { in removeMessages() 193 int token = postSyncBarrier(queue); in postAndRemoveSyncBarrierToken() local 211 int token = postSyncBarrier(queue); in postAndRemoveSyncBarrierToken_messageBefore() local 220 int token = postSyncBarrier(queue); in postAndRemoveSyncBarrierToken_messageBeforeConsumed() local 230 int token = postSyncBarrier(queue); in postAndRemoveSyncBarrierToken_messageAfter() local 241 int token = postSyncBarrier(queue); in postAndRemoveSyncBarrierToken_syncBefore() local 249 private static void removeSyncBarrier(MessageQueue queue, int token) { in removeSyncBarrier()
|
/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() 232 private static void parseConstructor(Tokenizer tokenizer, ClassInfo cl, String token) in parseConstructor() 287 private static void parseMethod(Tokenizer tokenizer, ClassInfo cl, String token) in parseMethod() 378 private static void parseField(Tokenizer tokenizer, ClassInfo cl, String token, boolean isEnum) in parseField() 509 String token; in parseTypeParameterList() local 547 HashSet<String> typeParameters, String token) throws ApiParseException { in parseParameterList() 585 String token = tokenizer.requireToken(); in parseThrows() local 611 public static boolean isIdent(String token) { in isIdent() [all …]
|
/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
|