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:NAME_WIDTH
(Results
1 - 4
of
4
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H
A
D
pgo_trace.h
29
static constexpr int
NAME_WIDTH
= 40;
member in panda::ecmascript::pgo::PGOTrace
31
static constexpr int COLUMN_WIDTH =
NAME_WIDTH
+ WIDTH * 6;
101
LOG_TRACE(INFO) << std::left << std::setw(
NAME_WIDTH
) << name_ << std::right << std::setw(WIDTH) << id_
in Print()
146
LOG_TRACE(INFO) << std::setw(
NAME_WIDTH
+ WIDTH * (TOTAL_COLUMN - PROFILE_BYTECODE_TIME_COLUMN)) << ""
in Print()
148
LOG_TRACE(INFO) << std::left << std::setw(
NAME_WIDTH
) << "Name" << std::right << std::setw(WIDTH) << "Id"
in Print()
155
LOG_TRACE(INFO) << std::left << std::setw(
NAME_WIDTH
) << "MergeBeforeSave(ms) " << mergeTime_;
in Print()
156
LOG_TRACE(INFO) << std::left << std::setw(
NAME_WIDTH
) << "MergeWithExistAP(ms) " << mergeWithExistProfileTime_;
in Print()
157
LOG_TRACE(INFO) << std::left << std::setw(
NAME_WIDTH
) << "SaveAndRename(ms) " << saveTime_;
in Print()
/arkcompiler/runtime_core/abc2program/common/
H
A
D
abc_file_utils.h
56
constexpr uint32_t
NAME_WIDTH
= 13;
member
/arkcompiler/runtime_core/abc2program/
H
A
D
program_dump.cpp
594
os << std::setw(
NAME_WIDTH
)
in DumpFunctionDebugInfo()
/arkcompiler/runtime_core/disassembler/
H
A
D
disassembler.cpp
2097
const int
NAME_WIDTH
= 14;
in SerializeLocalVariableTable()
local
2117
os << std::setw(
NAME_WIDTH
) << std::right << variable_info.name << " " << variable_info.type;
in SerializeLocalVariableTable()
Completed in 6 milliseconds