/external/pdfium/xfa/fxfa/formcalc/ |
D | cxfa_fmlexer_unittest.cpp | 14 CXFA_FMLexer::Token token = lexer.NextToken(); in TEST() local 21 CXFA_FMLexer::Token token = lexer.NextToken(); in TEST() local 29 CXFA_FMLexer::Token token = lexer.NextToken(); in TEST() local 39 CXFA_FMLexer::Token token = lexer.NextToken(); in TEST() local 45 CXFA_FMLexer::Token token = lexer.NextToken(); in TEST() local 51 CXFA_FMLexer::Token token = lexer.NextToken(); in TEST() local 57 CXFA_FMLexer::Token token = lexer.NextToken(); in TEST() local 63 CXFA_FMLexer::Token token = lexer.NextToken(); in TEST() local 71 CXFA_FMLexer::Token token = lexer.NextToken(); in TEST() local 85 CXFA_FMLexer::Token token = lexer.NextToken(); in TEST() local [all …]
|
/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/google-java-format/core/src/main/java/com/google/googlejavaformat/java/javadoc/ |
D | JavadocWriter.java | 74 void requestMoeBeginStripComment(Token token) { in requestMoeBeginStripComment() 94 void writeFooterJavadocTagStart(Token token) { in writeFooterJavadocTagStart() 126 void writeListOpen(Token token) { in writeListOpen() 137 void writeListClose(Token token) { in writeListClose() 148 void writeListItemOpen(Token token) { in writeListItemOpen() 160 void writeHeaderOpen(Token token) { in writeHeaderOpen() 166 void writeHeaderClose(Token token) { in writeHeaderClose() 172 void writeParagraphOpen(Token token) { in writeParagraphOpen() 186 void writeBlockquoteOpenOrClose(Token token) { in writeBlockquoteOpenOrClose() 194 void writePreOpen(Token token) { in writePreOpen() [all …]
|
/external/tensorflow/tensorflow/core/platform/ |
D | file_system.h | 50 void* token; member 76 const std::string& fname, TransactionToken* token, in NewRandomAccessFile() 101 const std::string& fname, TransactionToken* token, in NewWritableFile() 123 const std::string& fname, TransactionToken* token, in NewAppendableFile() 144 const std::string& fname, TransactionToken* token, in NewReadOnlyMemoryRegionFromFile() 155 TransactionToken* token) { in FileExists() 179 TransactionToken* token, in GetChildren() 212 TransactionToken* token, in GetMatchingPaths() 231 TransactionToken* token, in Stat() 242 TransactionToken* token) { in DeleteFile() [all …]
|
D | null_file_system.h | 42 const string& fname, TransactionToken* token, in NewRandomAccessFile() 47 Status NewWritableFile(const string& fname, TransactionToken* token, in NewWritableFile() 52 Status NewAppendableFile(const string& fname, TransactionToken* token, in NewAppendableFile() 58 const string& fname, TransactionToken* token, in NewReadOnlyMemoryRegionFromFile() 64 Status FileExists(const string& fname, TransactionToken* token) override { in FileExists() 68 Status GetChildren(const string& dir, TransactionToken* token, in GetChildren() 73 Status GetMatchingPaths(const string& pattern, TransactionToken* token, in GetMatchingPaths() 78 Status DeleteFile(const string& fname, TransactionToken* token) override { in DeleteFile() 82 Status CreateDir(const string& dirname, TransactionToken* token) override { in CreateDir() 86 Status DeleteDir(const string& dirname, TransactionToken* token) override { in DeleteDir() [all …]
|
D | retrying_file_system.h | 57 Status FileExists(const string& fname, TransactionToken* token) override { in FileExists() 65 Status GetChildren(const string& dir, TransactionToken* token, in GetChildren() 74 Status GetMatchingPaths(const string& pattern, TransactionToken* token, in GetMatchingPaths() 83 Status Stat(const string& fname, TransactionToken* token, in Stat() 92 Status DeleteFile(const string& fname, TransactionToken* token) override { in DeleteFile() 100 Status CreateDir(const string& dirname, TransactionToken* token) override { in CreateDir() 108 Status DeleteDir(const string& dirname, TransactionToken* token) override { in DeleteDir() 116 Status GetFileSize(const string& fname, TransactionToken* token, in GetFileSize() 126 TransactionToken* token) override { in RenameFile() 134 Status IsDirectory(const string& dirname, TransactionToken* token) override { in IsDirectory() [all …]
|
D | env.h | 127 Status NewRandomAccessFile(const std::string& fname, TransactionToken* token, in NewRandomAccessFile() 150 Status NewWritableFile(const std::string& fname, TransactionToken* token, in NewWritableFile() 170 Status NewAppendableFile(const std::string& fname, TransactionToken* token, in NewAppendableFile() 189 const std::string& fname, TransactionToken* token, in NewReadOnlyMemoryRegionFromFile() 197 Status FileExists(const std::string& fname, TransactionToken* token) { in FileExists() 207 bool FilesExist(const std::vector<string>& files, TransactionToken* token, in FilesExist() 218 Status GetChildren(const std::string& dir, TransactionToken* token, in GetChildren() 235 Status GetMatchingPaths(const std::string& pattern, TransactionToken* token, in GetMatchingPaths() 243 Status DeleteFile(const std::string& fname, TransactionToken* token) { in DeleteFile() 274 Status DeleteRecursively(const std::string& dirname, TransactionToken* token, in DeleteRecursively() [all …]
|
D | ram_file_system.h | 109 const std::string& fname_, TransactionToken* token, in NewRandomAccessFile() 125 Status NewWritableFile(const std::string& fname_, TransactionToken* token, in NewWritableFile() 141 Status NewAppendableFile(const std::string& fname_, TransactionToken* token, in NewAppendableFile() 158 const std::string& fname, TransactionToken* token, in NewReadOnlyMemoryRegionFromFile() 164 TransactionToken* token) override { in FileExists() 171 Status GetChildren(const std::string& dir_, TransactionToken* token, in GetChildren() 189 Status GetMatchingPaths(const std::string& pattern_, TransactionToken* token, in GetMatchingPaths() 203 Status Stat(const std::string& fname_, TransactionToken* token, in Stat() 227 TransactionToken* token) override { in DeleteFile() 240 TransactionToken* token) override { in CreateDir() [all …]
|
/external/angle/util/capture/ |
D | trace_interpreter.cpp | 165 void readToken(Token &token, char delim) in readToken() 236 Token &token = paramTokens[numParams++]; in readFunction() local 333 void PackResourceID(ParamBuffer ¶ms, const Token &token) in PackResourceID() 397 void PackIntParameter(ParamBuffer ¶ms, ParamType paramType, const Token &token) in PackIntParameter() 433 uint32_t GetStringArrayOffset(const Token &token, const char *prefixString) in GetStringArrayOffset() 447 void PackMutablePointerParameter(ParamBuffer ¶ms, ParamType paramType, const Token &token) in PackMutablePointerParameter() 471 void PackConstPointerParameter(ParamBuffer ¶ms, ParamType paramType, const Token &token) in PackConstPointerParameter() 664 void PackParameter<uint32_t>(ParamBuffer ¶ms, const Token &token, const TraceStringMap &strings) in PackParameter() 677 void PackParameter<int32_t>(ParamBuffer ¶ms, const Token &token, const TraceStringMap &strings) in PackParameter() 694 void PackParameter<void *>(ParamBuffer ¶ms, const Token &token, const TraceStringMap &strings) in PackParameter() [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/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() 163 void DirectiveParser::lex(Token *token) in lex() 201 void DirectiveParser::parseDirective(Token *token) in parseDirective() 287 void DirectiveParser::parseDefine(Token *token) in parseDefine() 381 void DirectiveParser::parseUndef(Token *token) in parseUndef() 421 void DirectiveParser::parseIf(Token *token) in parseIf() 427 void DirectiveParser::parseIfdef(Token *token) in parseIfdef() 433 void DirectiveParser::parseIfndef(Token *token) in parseIfndef() [all …]
|
/external/rust/crates/tokio-util/tests/ |
D | sync_cancellation_token.rs | 13 let token = CancellationToken::new(); in cancel_token() localVariable 45 let token = CancellationToken::new(); in cancel_token_owned() localVariable 77 let token = CancellationToken::new(); in cancel_token_owned_drop_test() localVariable 95 let token = CancellationToken::new(); in cancel_child_token_through_parent() localVariable 133 let token = CancellationToken::new(); in cancel_grandchild_token_through_parent_if_child_was_dropped() localVariable 173 let token = CancellationToken::new(); in cancel_child_token_without_parent() localVariable 238 let token = CancellationToken::new(); in create_child_token_after_parent_was_cancelled() localVariable 274 let token = CancellationToken::new(); in drop_multiple_child_tokens() localVariable 302 let token = parent_token.child_token(); in cancel_only_all_descendants() localVariable 426 let token = CancellationToken::new(); in drop_parent_before_child_tokens() localVariable
|
/external/deqp-deps/amber/src/amberscript/ |
D | parser.cc | 207 for (auto token = tokenizer->NextToken();; token = tokenizer->NextToken()) { in ParseBufferData() local 288 for (auto token = tokenizer_->NextToken(); !token->IsEOS(); in Parse() local 447 auto token = tokenizer_->NextToken(); in ValidateEndOfStatement() local 455 auto token = tokenizer_->NextToken(); in ParseShaderBlock() local 561 auto token = tokenizer_->NextToken(); in ParsePipelineBlock() local 587 std::unique_ptr<Token> token; in ParsePipelineBody() local 647 auto token = tokenizer_->NextToken(); in ParsePipelineAttach() local 729 auto token = tokenizer_->NextToken(); in ParseShaderSpecialization() local 778 auto token = tokenizer_->NextToken(); in ParsePipelineShaderOptimizations() local 814 auto token = tokenizer_->NextToken(); in ParsePipelineShaderCompileOptions() local [all …]
|
/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/angle/src/compiler/translator/ |
D | glslang.l | 481 angle::pp::Token token; variable 499 int token = IDENTIFIER; in check_type() local 529 int ES2_reserved_ES3_keyword(TParseContext *context, int token) in ES2_reserved_ES3_keyword() 541 int ES2_keyword_ES3_reserved(TParseContext *context, int token) in ES2_keyword_ES3_reserved() 553 int ES3_reserved_ES3_1_keyword(TParseContext *context, int token) in ES3_reserved_ES3_1_keyword() 571 int ES3_keyword(TParseContext *context, int token) in ES3_keyword() 586 int ES2_reserved_ES3_1_keyword(TParseContext *context, int token) in ES2_reserved_ES3_1_keyword() 598 int ES3_1_keyword(TParseContext *context, int token) in ES3_1_keyword() 614 int WEBGL_video_texture_extension(TParseContext *context, int token) in WEBGL_video_texture_extension() 630 …seContext *context, TExtension extension1, TExtension extension2, TExtension extension3, int token) in ES2_extensions_ES3_keyword() [all …]
|
/external/tensorflow/tensorflow/core/util/ |
D | memmapped_file_system.cc | 90 TransactionToken* token) { in FileExists() 102 const string& filename, TransactionToken* token, in NewRandomAccessFile() 118 const string& filename, TransactionToken* token, in NewReadOnlyMemoryRegionFromFile() 134 TransactionToken* token, uint64* size) { in GetFileSize() 146 Status MemmappedFileSystem::Stat(const string& fname, TransactionToken* token, in Stat() 157 TransactionToken* token, in NewWritableFile() 163 const string& filename, TransactionToken* token, in NewAppendableFile() 169 TransactionToken* token, in GetChildren() 175 TransactionToken* token, in GetMatchingPaths() 182 TransactionToken* token) { in DeleteFile() [all …]
|
/external/libchrome/base/ |
D | unguessable_token_unittest.cc | 26 UnguessableToken token = UnguessableToken::Deserialize(1, 2); in TEST() local 43 UnguessableToken token = UnguessableToken::Create(); in TEST() local 60 UnguessableToken token = UnguessableToken::Create(); in TEST() local 73 UnguessableToken token = UnguessableToken::Create(); in TEST() local 83 UnguessableToken token = in TEST() local 97 UnguessableToken token = UnguessableToken::Deserialize(0x123, 0xABC); in TEST() local 142 UnguessableToken token = UnguessableToken::Create(); in TEST() local 152 UnguessableToken token = UnguessableToken::Create(); in TEST() local
|
/external/cronet/base/ |
D | unguessable_token_unittest.cc | 23 absl::optional<UnguessableToken> token = UnguessableToken::Deserialize(1, 2); in TEST() local 48 UnguessableToken token = UnguessableToken::Deserialize(1, 2).value(); in TEST() local 73 UnguessableToken token = UnguessableToken::Create(); in TEST() local 90 UnguessableToken token = UnguessableToken::Create(); in TEST() local 106 UnguessableToken token = in TEST() local 121 UnguessableToken token = UnguessableToken::Deserialize(0x123, 0xABC).value(); in TEST() local 143 absl::optional<UnguessableToken> token = UnguessableToken::Deserialize(0, 0); in TEST() local 174 UnguessableToken token = UnguessableToken::Create(); in TEST() local 184 UnguessableToken token = UnguessableToken::Create(); in TEST() local
|
/external/tensorflow/tensorflow/c/experimental/filesystem/ |
D | modular_filesystem.cc | 38 const std::string& fname, TransactionToken* token, in NewRandomAccessFile() 58 const std::string& fname, TransactionToken* token, in NewWritableFile() 78 const std::string& fname, TransactionToken* token, in NewAppendableFile() 98 const std::string& fname, TransactionToken* token, in NewReadOnlyMemoryRegionFromFile() 120 TransactionToken* token) { in FileExists() 133 TransactionToken* token, in FilesExist() 166 TransactionToken* token, in GetChildren() 192 TransactionToken* token, in GetMatchingPaths() 215 TransactionToken* token) { in DeleteFile() 228 TransactionToken* token, in DeleteRecursively() [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/rust/crates/grpcio-sys/grpc/src/core/ext/filters/load_reporting/ |
D | registered_opencensus_objects.h | 85 static const ::opencensus::tags::TagKey token = in TagKeyToken() local 91 static const ::opencensus::tags::TagKey token = in TagKeyHost() local 97 static const ::opencensus::tags::TagKey token = in TagKeyUserId() local 103 static const ::opencensus::tags::TagKey token = in TagKeyStatus() local 109 static const ::opencensus::tags::TagKey token = in TagKeyMetricName() local
|