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:nextline
(Results
1 - 11
of
11
) sorted by relevance
/third_party/elfutils/libasm/
H
A
D
asm_addstrz.c
76
bool
nextline
= true;
in asm_addstrz()
local
80
if (
nextline
)
in asm_addstrz()
83
nextline
= false;
in asm_addstrz()
96
nextline
= true;
in asm_addstrz()
105
if (!
nextline
)
in asm_addstrz()
/third_party/skia/tools/
H
A
D
compare_codereview.py
291
nextline
= ''
293
if
nextline
:
294
if len(
nextline
) + 1 + len(word) > columns:
295
ret.append(
nextline
)
296
nextline
= word
298
nextline
+= (' ' + word)
300
nextline
= word
301
if
nextline
:
302
ret.append(
nextline
)
/third_party/python/Lib/
H
A
D
mailcap.py
99
nextline
= line
101
while
nextline
[-2:] == '\\\n':
102
nextline
= fp.readline()
103
if not
nextline
:
nextline
= '\n'
104
line = line[:-2] +
nextline
H
A
D
ftplib.py
234
nextline
= self.getline()
235
line = line + ('\n' +
nextline
)
236
if
nextline
[:3] == code and \
237
nextline
[3:4] != '-':
/third_party/python/Tools/scripts/
H
A
D
ifdef.py
59
nextline
= fpi.readline()
60
if not
nextline
: break
61
line = line +
nextline
H
A
D
pdeps.py
76
nextline
= fp.readline()
77
if not
nextline
: break
78
line = line[:-1] +
nextline
H
A
D
fixcid.py
142
nextline
= f.readline()
143
if not
nextline
: break
144
line = line +
nextline
/third_party/toybox/toys/posix/
H
A
D
sed.c
182
char *
nextline
, *remember;
262
char *line = TT.
nextline
;
in sed_line()
273
TT.
nextline
= 0;
in sed_line()
276
TT.
nextline
= *pline;
in sed_line()
453
extend_string(&line, TT.
nextline
, len, -TT.nextlen);
in sed_line()
454
free(TT.
nextline
);
in sed_line()
455
TT.
nextline
= line;
in sed_line()
468
free(TT.
nextline
);
in sed_line()
471
TT.
nextline
= 0;
in sed_line()
676
TT.
nextline
in do_sed_file()
[all...]
/third_party/ffmpeg/libavfilter/
H
A
D
vf_hqx.c
404
const int
nextline
= y < height - 1 ? src32_linesize : 0;
in hqx_filter()
local
412
src32[prevcol +
nextline
], src32[
nextline
], src32[
nextline
+ nextcol]
in hqx_filter()
/third_party/toybox/generated/
H
A
D
globals.h
1486
char *
nextline
, *remember;
member
/third_party/python/Parser/
H
A
D
tokenizer.c
1419
nextline
:
in tok_get()
1734
goto
nextline
;
in tok_get()
Completed in 15 milliseconds