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:postfix
(Results
1 - 5
of
5
) sorted by relevance
/developtools/profiler/device/plugins/ftrace_plugin/src/
H
A
D
string_utils.cpp
19
bool StringUtils::EndsWith(const std::string& str, const std::string&
postfix
)
in EndsWith()
argument
21
if (str.size() <
postfix
.size()) {
in EndsWith()
24
return str.compare(str.size() -
postfix
.size(),
postfix
.size(),
postfix
) == 0;
in EndsWith()
/developtools/profiler/device/plugins/ftrace_plugin/include/
H
A
D
string_utils.h
23
static bool EndsWith(const std::string& str, const std::string&
postfix
);
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
H
A
D
misc.py
115
def add_postfix(content: str,
postfix
: str) -> str:
116
if content and (not content.endswith(
postfix
)):
117
return content+
postfix
/developtools/profiler/device/plugins/native_daemon/
H
A
D
native_daemon_client.cpp
27
static uint32_t TestDumpFile(const std::string
postfix
= "")
in TestDumpFile()
29
uint32_t fd = static_cast<uint32_t>(open(("/data/local/tmp/test_dump_file" +
postfix
+ ".htrace").c_str(),
in TestDumpFile()
/developtools/profiler/hiebpf/include/
H
A
D
vmlinux.h
141880
bool
postfix
;
global()
member
[all...]
Completed in 403 milliseconds