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:_compiler
(Results
1 - 3
of
3
) sorted by relevance
/third_party/python/Lib/re/
H
A
D
__init__.py
125
from . import
_compiler
, _parser
namespace
144
ASCII = A =
_compiler
.SRE_FLAG_ASCII # assume ascii "locale"
145
IGNORECASE = I =
_compiler
.SRE_FLAG_IGNORECASE # ignore case
146
LOCALE = L =
_compiler
.SRE_FLAG_LOCALE # assume current 8-bit locale
147
UNICODE = U =
_compiler
.SRE_FLAG_UNICODE # assume unicode "locale"
148
MULTILINE = M =
_compiler
.SRE_FLAG_MULTILINE # make anchors look for newline
149
DOTALL = S =
_compiler
.SRE_FLAG_DOTALL # make dot match newline
150
VERBOSE = X =
_compiler
.SRE_FLAG_VERBOSE # ignore whitespace and comments
152
TEMPLATE = T =
_compiler
.SRE_FLAG_TEMPLATE # unknown purpose, deprecated
153
DEBUG =
_compiler
[all...]
/third_party/python/Lib/
H
A
D
sre_compile.py
6
from re import
_compiler
as _
/third_party/python/Lib/test/
H
A
D
test_re.py
2673
f = re.
_compiler
._generate_overlap_table
2682
self.assertGreaterEqual(re.
_compiler
.MAXREPEAT, 0)
2683
self.assertGreaterEqual(re.
_compiler
.MAXGROUPS, 0)
Completed in 5 milliseconds