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:Trim
(Results
1 - 11
of
11
) sorted by relevance
/developtools/hapsigner/hapsigntool_cpp/utils/src/
H
A
D
cert_dn_utils.cpp
29
if (StringUtils::
Trim
(pair).size() == 0) {
in g_checkDn()
36
kvPair[0] = StringUtils::
Trim
(kvPair[0]);
in g_checkDn()
37
kvPair[1] = StringUtils::
Trim
(kvPair[1]);
in g_checkDn()
H
A
D
string_utils.cpp
56
std::string StringUtils::
Trim
(const std::string& str)
in Trim()
function in OHOS::SignatureTools::StringUtils
/developtools/hapsigner/hapsigntool_cpp/cmd/src/
H
A
D
params_trust_list.cpp
50
subParam = StringUtils::
Trim
(subParam);
in PutTrustMap()
67
std::string params = StringUtils::
Trim
(str);
in ReadHelpParam()
/developtools/hapsigner/hapsigntool_cpp/utils/include/
H
A
D
string_utils.h
36
static std::string
Trim
(const std::string& str);
/developtools/hdc/src/daemon/
H
A
D
main.cpp
68
workMode = Base::
Trim
(workMode);
in ForkChildCheck()
H
A
D
daemon.cpp
166
enableSecure = ((Base::
Trim
(secure) == "1") && (Base::
Trim
(authbypass) != "1"));
in InitMod()
675
return Base::
Trim
(authbypass) == "1";
in InitMod()
/developtools/hdc/src/common/
H
A
D
base.h
148
//
Trim
from right side
155
//
Trim
from left side
162
//
Trim
from both sides
163
inline string &
Trim
(string &s, const string &w = WHITE_SPACES)
in Trim()
function
175
//
Trim
from both sides and paired
H
A
D
base.cpp
2296
//
Trim
from both sides and paired
2303
cmd =
Trim
(cmd);
in ShellCmdTrim()
/developtools/integration_verification/tools/fotff/pkg/gitee_common/
H
A
D
steps_gitee.go
147
num, err := strconv.Atoi(strings.
Trim
(regexp.MustCompile(`!\d+ `).FindString(mr.Commit.Message), "! "))
/developtools/hapsigner/hapsigntool_cpp_test/unittest/generateCsr/
H
A
D
generate_csr_test.cpp
638
* @tc.desc: Test function of StringUtils::
Trim
() interface for SUCCESS.
645
std::string str1 = StringUtils::
Trim
(str);
in HWTEST_F()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/generateKeyPair/
H
A
D
options_test.cpp
1892
std::string params = StringUtils::
Trim
(str);
in HWTEST_F()
Completed in 13 milliseconds