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:Normalize
(Results
1 - 7
of
7
) sorted by relevance
/commonlibrary/ets_utils/js_api_module/uri/
H
A
D
js_uri.h
108
*
Normalize
the path of this URI.
110
std::string
Normalize
() const;
H
A
D
native_module_uri.cpp
61
static napi_value
Normalize
(napi_env env, napi_callback_info info)
in Normalize()
function
67
std::string normalizeUri = muri->
Normalize
();
in Normalize()
408
DECLARE_NAPI_FUNCTION("normalize",
Normalize
),
in UriInit()
H
A
D
js_uri.cpp
503
std::string Uri::
Normalize
() const
in Normalize()
function in OHOS::Uri::Uri
/commonlibrary/c_utils/base/include/
H
A
D
mapped_file.h
62
ErrCode
Normalize
();
/commonlibrary/c_utils/base/src/
H
A
D
mapped_file.cpp
137
ErrCode MappedFile::
Normalize
()
in Normalize()
function in OHOS::Utils::MappedFile
203
//
Normalize
params
in Map()
204
ErrCode res =
Normalize
();
in Map()
206
UTILS_LOGD("%{public}s:
Normalize
Failed.", __FUNCTION__);
in Map()
/commonlibrary/ets_utils/js_api_module/uri/test/
H
A
D
test_napi.cpp
571
std::string normalize = uri.
Normalize
();
in HWTEST_F()
578
std::string normalize = uri.
Normalize
();
in HWTEST_F()
585
std::string normalize = uri.
Normalize
();
in HWTEST_F()
592
std::string normalize = uri.
Normalize
();
in HWTEST_F()
/commonlibrary/c_utils/base/test/benchmarktest/mapped_benchmark_test/
H
A
D
mapped_benchmark_test.cpp
1717
* @tc.desc: Test
Normalize
via changing offset and size.
1732
AssertEqual(mf.
Normalize
(), ERR_INVALID_VALUE,
in BENCHMARK_F()
1733
"mf.
Normalize
did not equal ERR_INVALID_VALUE as expected.", state);
in BENCHMARK_F()
1744
ErrCode res = mf1.
Normalize
();
in BENCHMARK_F()
Completed in 9 milliseconds