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:cols
(Results
1 - 4
of
4
) sorted by relevance
/developtools/smartperf_host/trace_streamer/src/table/base/
H
A
D
span_join.cpp
71
void SpanJoin::CreateCols(TableDesc &tableDesc, std::vector<TableBase::ColumnInfo> &
cols
)
in CreateCols()
argument
73
for (int32_t i = 0; i < tableDesc.
cols
.size(); i++) {
in CreateCols()
74
auto &n = tableDesc.
cols
.at(i).name_;
in CreateCols()
78
auto columnInfo = &mTableColumnInfo_[
cols
.size()];
in CreateCols()
81
if (!DeduplicationForColumn(n,
cols
)) {
in CreateCols()
84
cols
.emplace_back(n, tableDesc.
cols
.at(i).type_);
in CreateCols()
88
bool SpanJoin::DeduplicationForColumn(const std::string &name, std::vector<ColumnInfo> &
cols
)
in DeduplicationForColumn()
argument
90
for (size_t i = 0; i <
cols
.size(); i++) {
in DeduplicationForColumn()
91
if (name ==
cols
in DeduplicationForColumn()
123
std::vector<TableBase::ColumnInfo>
cols
;
GetTableField()
local
[all...]
/developtools/smartperf_host/trace_streamer/src/table/base/include/
H
A
D
span_join.h
30
std::vector<TableBase::ColumnInfo>
cols
;
member
57
void CreateCols(TableDesc &tableDesc, std::vector<ColumnInfo> &
cols
);
59
bool DeduplicationForColumn(const std::string &name, std::vector<ColumnInfo> &
cols
);
/developtools/profiler/device/plugins/ftrace_plugin/src/
H
A
D
ftrace_parser.cpp
215
auto
cols
= StringUtils::Split(StringUtils::Strip(part), ":");
in ParseFieldFormat()
local
216
if (
cols
.size() < COL_IDX_VALUE) {
in ParseFieldFormat()
219
const auto& key =
cols
[COL_IDX_NAME];
in ParseFieldFormat()
221
typeName =
cols
[COL_IDX_VALUE];
in ParseFieldFormat()
223
offsetStr =
cols
[COL_IDX_VALUE];
in ParseFieldFormat()
225
sizeStr =
cols
[COL_IDX_VALUE];
in ParseFieldFormat()
227
signedStr =
cols
[COL_IDX_VALUE];
in ParseFieldFormat()
/developtools/profiler/hiebpf/include/
H
A
D
vmlinux.h
114227
__virtio16
cols
;
global()
member
118758
unsigned int
cols
;
global()
member
[all...]
Completed in 405 milliseconds