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:lineend
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
plustek-usb.h
46
* - added dpi_thresh and
lineend
to motor structure
691
u_short
lineend
;
member
H
A
D
plustek-usbscan.c
859
le = motor->
lineend
;
in usb_GetLineLength()
860
DBG( _DBG_INFO2, "* Adjusting
lineend
: %u\n", le);
in usb_GetLineLength()
/third_party/json/
H
A
D
Makefile
162
--
lineend
=linux \
/third_party/python/Lib/test/
H
A
D
test_codecs.py
183
for (i,
lineend
) in enumerate(lineends):
184
vw.append((i*200+200)*"\u3042" +
lineend
)
192
for
lineend
in lineends:
193
s = 10*(size*"a" +
lineend
+ "xxx\n")
198
size*"a" +
lineend
,
Completed in 9 milliseconds