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:arguments
(Results
1 - 6
of
6
) sorted by relevance
/developtools/hiperf/src/
H
A
D
command.cpp
25
bool Command::DispatchCommands(std::vector<std::string>
arguments
)
in DispatchCommands()
argument
27
for (std::string arg :
arguments
) {
in DispatchCommands()
31
HLOGD("args:%s", VectorToString(
arguments
).c_str());
in DispatchCommands()
32
while (!
arguments
.empty()) {
in DispatchCommands()
34
auto commandOption = Option::FindMainOption(
arguments
.front());
in DispatchCommands()
39
arguments
.erase(
arguments
.begin());
in DispatchCommands()
41
if (!commandOption->callBackFunction(
arguments
)) {
in DispatchCommands()
42
printf("unknown options: %s\nUse the help command to view help.\n",
arguments
.front().c_str());
in DispatchCommands()
49
auto subCommand = SubCommand::FindSubCommand(
arguments
in DispatchCommands()
[all...]
/developtools/syscap_codec/tools/
H
A
D
syscap_config_merge.py
144
arguments
= parser.parse_args()
145
return
arguments
/developtools/hiperf/include/
H
A
D
command.h
26
static bool DispatchCommands(std::vector<std::string>
arguments
);
/developtools/profiler/hiebpf/include/
H
A
D
command.h
37
bool ParseArgs(std::vector<std::string>
arguments
);
H
A
D
vmlinux.h
97616
struct acpi_namespace_node
arguments
[7];
global()
member
[all...]
/developtools/hdc/hdc_rust/src/common/
H
A
D
forward.rs
1308
context_forward.last_error = "Too few
arguments
.".to_string();
in forward_parse_cmd()
Completed in 402 milliseconds