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:NULL_STR
(Results
1 - 5
of
5
) sorted by relevance
/commonlibrary/c_utils/base/test/unittest/rust/
H
A
D
rust_utils_file_test.rs
26
pub const
NULL_STR
: &str = "";
consts
69
let filename =
NULL_STR
.to_string();
in test_load_string_from_file_002()
78
let content =
NULL_STR
.to_string();
in test_load_string_from_file_003()
129
let content =
NULL_STR
.to_string();
in test_load_string_from_fd_002()
197
let new_content =
NULL_STR
.to_string();
in test_save_string_to_file_001()
229
let new_content =
NULL_STR
.to_string();
in test_save_string_to_file_003()
242
let new_content =
NULL_STR
.to_string();
in test_save_string_to_file_004()
448
let str_value =
NULL_STR
.to_string();
in test_string_exists_in_file_002()
553
let str =
NULL_STR
.to_string();
in test_count_str_in_file_002()
/commonlibrary/c_utils/base/test/unittest/common/
H
A
D
utils_file_test.cpp
35
static constexpr char
NULL_STR
[] = "";
member in OHOS::__anon34::UtilsFileTest
105
string filename =
NULL_STR
;
in HWTEST_F()
118
string content =
NULL_STR
;
in HWTEST_F()
189
string content =
NULL_STR
;
in HWTEST_F()
595
string str =
NULL_STR
;
in HWTEST_F()
729
string str =
NULL_STR
;
in HWTEST_F()
/commonlibrary/c_utils/base/test/benchmarktest/file_benchmark_test/
H
A
D
file_benchmark_test.cpp
34
static constexpr char
NULL_STR
[] = "";
member
145
string filename =
NULL_STR
;
in BENCHMARK_F()
163
string content =
NULL_STR
;
in BENCHMARK_F()
259
string content =
NULL_STR
;
in BENCHMARK_F()
720
string str =
NULL_STR
;
in BENCHMARK_F()
906
string str =
NULL_STR
;
in BENCHMARK_F()
/commonlibrary/rust/ylong_json/src/
H
A
D
encoder.rs
258
writer.write_all(
NULL_STR
)?;
in encode_null()
H
A
D
consts.rs
69
pub(crate) const
NULL_STR
: &[u8] = b"null";
Completed in 5 milliseconds