Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:TokenList
(Results
1 - 4
of
4
) sorted by relevance
/third_party/python/Lib/email/
H
A
D
_header_value_parser.py
29
The output of the parser is a
TokenList
object, which is a list subclass. A
30
TokenList
is a recursive data structure. The terminal nodes of the structure
35
All
TokenList
and Terminal objects have a 'value' attribute, which produces the
46
All
TokenList
and Terminal objects also have a string value, which attempts to
54
All
TokenList
and Terminal objects have a 'defects' attribute which is a
112
#
TokenList
and its subclasses
115
class
TokenList
(list):
class
182
class WhiteSpaceTokenList(
TokenList
):
193
class UnstructuredTokenList(
TokenList
):
197
class Phrase(
TokenList
)
[all...]
H
A
D
headerregistry.py
298
kwds['parse_tree'] = parser.
TokenList
()
307
kwds['parse_tree'] = parser.
TokenList
()
/third_party/ninja/src/
H
A
D
eval_env.cc
103
for (
TokenList
::const_iterator i = parsed_.begin(); i != parsed_.end(); ++i) {
in Evaluate()
126
for (
TokenList
::const_iterator i = parsed_.begin();
in Serialize()
139
for (
TokenList
::const_iterator i = parsed_.begin();
in Unparse()
H
A
D
eval_env.h
54
typedef std::vector<std::pair<std::string, TokenType> >
TokenList
;
typedef
55
TokenList
parsed_;
Completed in 5 milliseconds