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:line_prefix
(Results
1 - 4
of
4
) sorted by relevance
/third_party/json/tools/cpplint/
H
A
D
cpplint.py
4445
line_prefix
= opening_parenthesis[0][0:opening_parenthesis[2]]
4446
macro = Search(r'\b([A-Z_][A-Z0-9_]*)\s*$',
line_prefix
)
4447
func = Match(r'^(.*\])\s*$',
line_prefix
)
4454
Search(r'\b(?:struct|union)\s+alignas\s*$',
line_prefix
) or
4455
Search(r'\bdecltype$',
line_prefix
) or
4456
Search(r'\s+=\s*$',
line_prefix
)):
/third_party/python/Lib/
H
A
D
pdb.py
201
# text using value of
line_prefix
string. A newline and arrow may
203
# command "pdb.
line_prefix
= '\n% '".
204
#
line_prefix
= ': ' # Use this to get the old situation back
205
line_prefix
= '\n-> ' # Probably a better default
variable
1544
def print_stack_entry(self, frame_lineno, prompt_prefix=
line_prefix
):
/third_party/python/Lib/test/
H
A
D
test_clinic.py
55
self.
line_prefix
= self.line_suffix = ''
/third_party/python/Tools/clinic/
H
A
D
clinic.py
1463
if clinic.
line_prefix
:
1464
s = indent_all_lines(s, clinic.
line_prefix
)
1965
self.
line_prefix
= self.line_suffix = ''
4114
if name not in ("
line_prefix
", "line_suffix"):
Completed in 24 milliseconds