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:RemoveSpaces
(Results
1 - 9
of
9
) sorted by relevance
/developtools/profiler/device/plugins/hilog_plugin/src/
H
A
D
hilog_plugin.cpp
313
CHECK_TRUE(
RemoveSpaces
(&pTmp), false, "HilogPlugin:
RemoveSpaces
failed!");
in SetHilogLineDetails()
316
CHECK_TRUE(
RemoveSpaces
(&pTmp), false, "HilogPlugin:
RemoveSpaces
failed!");
in SetHilogLineDetails()
343
CHECK_TRUE(
RemoveSpaces
(&pTmp), false, "HilogPlugin:
RemoveSpaces
failed!");
in SetHilogLineDetails()
367
bool HilogPlugin::
RemoveSpaces
(char** p)
in RemoveSpaces()
function in HilogPlugin
/developtools/global_resource_tool/src/
H
A
D
select_compile_parse.cpp
43
ResourceUtil::
RemoveSpaces
(limit.back());
in ParseTargetConfig()
54
ResourceUtil::
RemoveSpaces
(limitType);
in ParseTargetConfig()
H
A
D
key_parser.cpp
99
ResourceUtil::
RemoveSpaces
(limitValue);
in ParseLimit()
H
A
D
resource_util.cpp
439
void ResourceUtil::
RemoveSpaces
(string &str)
in RemoveSpaces()
function in OHOS::Global::Restool::ResourceUtil
/developtools/profiler/device/plugins/hilog_plugin/include/
H
A
D
hilog_plugin.h
56
bool
RemoveSpaces
(char** p);
/developtools/profiler/device/plugins/hilog_plugin/test/unittest/
H
A
D
hilog_plugin_unittest.cpp
711
* @tc.desc: Test
RemoveSpaces
720
EXPECT_FALSE(plugin.
RemoveSpaces
(&cptr));
in HWTEST_F()
725
* @tc.desc: Test
RemoveSpaces
734
EXPECT_TRUE(plugin.
RemoveSpaces
(&cptr));
in HWTEST_F()
740
* @tc.desc: Test
RemoveSpaces
749
EXPECT_TRUE(plugin.
RemoveSpaces
(&cptr));
in HWTEST_F()
755
* @tc.desc: Test
RemoveSpaces
764
EXPECT_FALSE(plugin.
RemoveSpaces
(&cptr));
in HWTEST_F()
769
* @tc.desc: Test
RemoveSpaces
778
EXPECT_TRUE(plugin.
RemoveSpaces
(
in HWTEST_F()
[all...]
/developtools/profiler/device/plugins/diskio_plugin/src/
H
A
D
io_stats.cpp
275
bool IoStats::
RemoveSpaces
(char** p)
in RemoveSpaces()
function in IoStats
299
CHECK_TRUE(
RemoveSpaces
(&pTmp), count, "%s:
RemoveSpaces
failed!", __func__);
in ParseLineFields()
/developtools/global_resource_tool/include/
H
A
D
resource_util.h
230
static void
RemoveSpaces
(std::string &str);
/developtools/profiler/device/plugins/diskio_plugin/include/
H
A
D
io_stats.h
227
bool
RemoveSpaces
(char** p);
Completed in 6 milliseconds