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:NEW_LINE
(Results
1 - 8
of
8
) sorted by relevance
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/model/
H
A
D
AltFormatsSchemaTest.java
36
private static final String
NEW_LINE
= LINE_SEPARATOR.value();
field in AltFormatsSchemaTest
103
return Splitter.on(
NEW_LINE
).omitEmptyStrings().splitToList(out.toString());
in exportCsv()
110
StringReader file = new StringReader(Joiner.on(
NEW_LINE
).join(lines) +
NEW_LINE
);
in importCsv()
H
A
D
CommentsSchemaTest.java
42
private static final String
NEW_LINE
= LINE_SEPARATOR.value();
field in CommentsSchemaTest
149
return Splitter.on(
NEW_LINE
).omitEmptyStrings().splitToList(out.toString());
in exportCsv()
156
StringReader file = new StringReader(Joiner.on(
NEW_LINE
).join(lines) +
NEW_LINE
);
in importCsv()
/third_party/icu/icu4c/source/test/iotest/
H
A
D
iotest.h
36
extern const UChar
NEW_LINE
[];
H
A
D
stream.cpp
41
const UChar
NEW_LINE
[] = {0x0d,0x0a,0};
variable
45
const UChar
NEW_LINE
[] = {0x0a,0};
H
A
D
filetst.c
1049
u_fprintf_u(myFile,
NEW_LINE
);
in TestFilePrintCompatibility()
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/
H
A
D
CsvTableTest.java
68
private static final String
NEW_LINE
= LINE_SEPARATOR.value();
field in CsvTableTest
269
return String.join(
NEW_LINE
, lines) +
NEW_LINE
;
in join()
/third_party/elfutils/libdw/
H
A
D
dwarf_getsrclines.c
686
#define
NEW_LINE
(end_seq) \
in read_srclines()
macro
727
NEW_LINE
(0);
in read_srclines()
755
NEW_LINE
(1);
in read_srclines()
885
NEW_LINE
(0);
in read_srclines()
/third_party/ffmpeg/libavfilter/
H
A
D
af_arnndn.c
280
#define
NEW_LINE
() do { \
in rnnoise_model_from_file()
macro
293
NEW_LINE
(); \
in rnnoise_model_from_file()
295
NEW_LINE
(); \
in rnnoise_model_from_file()
297
NEW_LINE
(); \
in rnnoise_model_from_file()
305
NEW_LINE
(); \
in rnnoise_model_from_file()
307
NEW_LINE
(); \
in rnnoise_model_from_file()
309
NEW_LINE
(); \
in rnnoise_model_from_file()
311
NEW_LINE
(); \
in rnnoise_model_from_file()
Completed in 10 milliseconds