Home
last modified time | relevance | path

Searched defs:token (Results 1 – 25 of 1129) sorted by relevance

12345678910>>...46

/external/antlr/runtime/C/src/
Dantlr3commontoken.c75 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/
DParserImpl.java183 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/
DLexer.java11 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/
DJavadocWriter.java75 void requestMoeBeginStripComment(Token token) { in requestMoeBeginStripComment()
95 void writeFooterJavadocTagStart(Token token) { in writeFooterJavadocTagStart()
127 void writeListOpen(Token token) { in writeListOpen()
138 void writeListClose(Token token) { in writeListClose()
149 void writeListItemOpen(Token token) { in writeListItemOpen()
161 void writeHeaderOpen(Token token) { in writeHeaderOpen()
167 void writeHeaderClose(Token token) { in writeHeaderClose()
173 void writeParagraphOpen(Token token) { in writeParagraphOpen()
187 void writeBlockquoteOpenOrClose(Token token) { in writeBlockquoteOpenOrClose()
195 void writePreOpen(Token token) { in writePreOpen()
[all …]
/external/tensorflow/tensorflow/core/platform/
Dfile_system.h50 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 …]
Dnull_file_system.h42 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 …]
Dretrying_file_system.h57 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 …]
Dram_file_system.h109 const string& fname, TransactionToken* token, in NewRandomAccessFile()
120 Status NewWritableFile(const string& fname, TransactionToken* token, in NewWritableFile()
130 Status NewAppendableFile(const string& fname, TransactionToken* token, in NewAppendableFile()
142 const string& fname, TransactionToken* token, in NewReadOnlyMemoryRegionFromFile()
147 Status FileExists(const string& fname, TransactionToken* token) override { in FileExists()
152 Status GetChildren(const string& dir, TransactionToken* token, in GetChildren()
164 Status GetMatchingPaths(const string& pattern, TransactionToken* token, in GetMatchingPaths()
176 Status Stat(const string& fname, TransactionToken* token, in Stat()
197 Status DeleteFile(const string& fname, TransactionToken* token) override { in DeleteFile()
207 Status CreateDir(const string& dirname, TransactionToken* token) override { in CreateDir()
[all …]
Denv.h114 Status NewRandomAccessFile(const std::string& fname, TransactionToken* token, in NewRandomAccessFile()
137 Status NewWritableFile(const std::string& fname, TransactionToken* token, in NewWritableFile()
157 Status NewAppendableFile(const std::string& fname, TransactionToken* token, in NewAppendableFile()
176 const std::string& fname, TransactionToken* token, in NewReadOnlyMemoryRegionFromFile()
184 Status FileExists(const std::string& fname, TransactionToken* token) { in FileExists()
194 bool FilesExist(const std::vector<string>& files, TransactionToken* token, in FilesExist()
205 Status GetChildren(const std::string& dir, TransactionToken* token, in GetChildren()
222 Status GetMatchingPaths(const std::string& pattern, TransactionToken* token, in GetMatchingPaths()
230 Status DeleteFile(const std::string& fname, TransactionToken* token) { in DeleteFile()
261 Status DeleteRecursively(const std::string& dirname, TransactionToken* token, in DeleteRecursively()
[all …]
/external/libcxx/test/std/numerics/rand/rand.device/
Dctor.pass.cpp40 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/llvm-project/libcxx/test/std/numerics/rand/rand.device/
Dctor.pass.cpp39 bool is_valid_random_device(const std::string &token) { in is_valid_random_device()
48 void check_random_device_valid(const std::string &token) { in check_random_device_valid()
52 void check_random_device_invalid(const std::string &token) { in check_random_device_invalid()
70 std::string token = "wrong file"; in main() local
74 std::string token = "/dev/urandom"; in main() local
81 std::string token = "/dev/random"; in main() local
/external/owasp/sanitizer/src/main/org/owasp/html/
DCssGrammar.java96 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/
Dcxfa_fmlexer_unittest.cpp15 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/
DDirectiveParser.cpp49 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/
DDirectiveParser.cpp45 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/llvm-project/compiler-rt/test/asan/TestCases/
Dstrtok.c33 char *token; in test1() local
44 char *token; in test2() local
56 char *token; in test3() local
66 char *token; in test4() local
75 char *token; in test5() local
86 char *token; in test6() local
/external/tensorflow/tensorflow/c/experimental/filesystem/
Dmodular_filesystem.cc38 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/python/cryptography/vectors/cryptography_vectors/fernet/
Dinvalid.json4 …"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/
Dparser.cc207 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
641 auto token = tokenizer_->NextToken(); in ParsePipelineAttach() local
723 auto token = tokenizer_->NextToken(); in ParseShaderSpecialization() local
772 auto token = tokenizer_->NextToken(); in ParsePipelineShaderOptimizations() local
808 auto token = tokenizer_->NextToken(); in ParsePipelineShaderCompileOptions() local
[all …]
/external/angle/src/tests/preprocessor_tests/
Dtoken_test.cpp16 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/grpc-grpc/src/core/ext/filters/load_reporting/
Dregistered_opencensus_objects.h84 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/rust/crates/grpcio-sys/grpc/src/core/ext/filters/load_reporting/
Dregistered_opencensus_objects.h85 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
/external/angle/src/compiler/translator/
Dglslang.l466 angle::pp::Token token; variable
484 int token = IDENTIFIER; in check_type() local
514 int ES2_reserved_ES3_keyword(TParseContext *context, int token) in ES2_reserved_ES3_keyword()
526 int ES2_keyword_ES3_reserved(TParseContext *context, int token) in ES2_keyword_ES3_reserved()
538 int ES3_reserved_ES3_1_keyword(TParseContext *context, int token) in ES3_reserved_ES3_1_keyword()
556 int ES3_keyword(TParseContext *context, int token) in ES3_keyword()
571 int ES2_reserved_ES3_1_keyword(TParseContext *context, int token) in ES2_reserved_ES3_1_keyword()
583 int ES3_1_keyword(TParseContext *context, int token) in ES3_1_keyword()
599 int WEBGL_video_texture_extension(TParseContext *context, int token) in WEBGL_video_texture_extension()
615 …sion_2_ES3_keyword(TParseContext *context, TExtension extension1, TExtension extension2, int token) in ES2_extension_2_ES3_keyword()
[all …]
/external/libchrome/base/
Dunguessable_token_unittest.cc26 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/tensorflow/tensorflow/core/util/
Dmemmapped_file_system.cc90 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 …]

12345678910>>...46