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:cap
(Results
1 - 8
of
8
) sorted by relevance
/developtools/profiler/device/services/profiler_service/test/unittest/
H
A
D
profiler_capability_manager_test.cpp
66
ProfilerPluginCapability
cap
;
in HWTEST_F()
local
67
cap
.set_path(DEFAULT_TEST_PATH + "libcap_" + std::to_string(i) + ".so");
in HWTEST_F()
68
cap
.set_name("cap_" + std::to_string(i));
in HWTEST_F()
69
EXPECT_TRUE(ProfilerCapabilityManager::GetInstance().AddCapability(
cap
));
in HWTEST_F()
86
ProfilerPluginCapability
cap
;
in HWTEST_F()
local
87
cap
.set_path(DEFAULT_TEST_PATH + "libcap_" + std::to_string(i) + ".so");
in HWTEST_F()
88
cap
.set_name("cap_" + std::to_string(i));
in HWTEST_F()
89
EXPECT_TRUE(ProfilerCapabilityManager::GetInstance().AddCapability(
cap
));
in HWTEST_F()
93
ProfilerPluginCapability
cap
;
in HWTEST_F()
local
94
cap
in HWTEST_F()
132
ProfilerPluginCapability
cap
;
HWTEST_F()
local
141
auto
cap
=
cap
s[i];
HWTEST_F()
local
[all...]
H
A
D
profiler_service_test.cpp
211
ProfilerPluginCapability
cap
;
in HWTEST_F()
local
212
cap
.set_name("cap1");
in HWTEST_F()
220
EXPECT_TRUE(ProfilerCapabilityManager::GetInstance().AddCapability(
cap
));
in HWTEST_F()
244
ProfilerPluginCapability
cap
;
in HWTEST_F()
local
245
cap
.set_name("cap1");
in HWTEST_F()
253
EXPECT_TRUE(ProfilerCapabilityManager::GetInstance().AddCapability(
cap
));
in HWTEST_F()
261
EXPECT_TRUE(ProfilerCapabilityManager::GetInstance().RemoveCapability(
cap
.name()));
in HWTEST_F()
289
ProfilerPluginCapability
cap
;
in HWTEST_F()
local
290
cap
.set_name("cap_" + std::to_string(i));
in HWTEST_F()
291
EXPECT_TRUE(ProfilerCapabilityManager::GetInstance().AddCapability(
cap
));
in HWTEST_F()
[all...]
/developtools/integration_verification/tools/fotff/res/
H
A
D
res.go
77
if
cap
(res.devicePool) <
cap
(res.serverPool) {
78
return
cap
(res.devicePool)
80
return
cap
(res.serverPool)
/developtools/hapsigner/hapsigntool_cpp/zip/src/
H
A
D
random_access_file_input.cpp
81
int
cap
= buffer.GetCapacity();
in CopyTo()
local
82
buffer.SetPosition(
cap
);
in CopyTo()
/developtools/profiler/tools/smaps_show/src/
H
A
D
main.rs
260
.map(|
cap
| {
in read_smaps()
261
let key =
cap
.get(1).unwrap().as_str().to_owned();
in read_smaps()
262
let value =
cap
.get(2).unwrap().as_str().parse().unwrap();
in read_smaps()
/developtools/hapsigner/hapsigntool_cpp/common/include/
H
A
D
byte_buffer.h
104
DLL_EXPORT void SetCapacity(int32_t
cap
);
/developtools/hapsigner/hapsigntool_cpp/common/src/
H
A
D
byte_buffer.cpp
620
void ByteBuffer::SetCapacity(int32_t
cap
)
in SetCapacity()
argument
628
Init(
cap
);
in SetCapacity()
/developtools/profiler/hiebpf/include/
H
A
D
vmlinux.h
2492
__u32
cap
[2];
member
16803
u8
cap
;
member
18931
__u32
cap
;
member
26809
struct audit_cap_data
cap
;
member
54164
int
cap
;
global()
member
63645
struct ib_qp_
cap
cap
;
global()
member
63696
struct ib_qp_
cap
cap
;
global()
member
92464
u32
cap
;
global()
member
92649
struct pci_
cap
_saved_data
cap
;
global()
member
92664
struct pci_
cap
_saved_data
cap
[0];
global()
member
93408
__le16
cap
;
global()
member
98066
struct acpi_buffer
cap
;
global()
member
125816
u32
cap
;
global()
member
126238
__be32
cap
;
global()
member
158102
u16
cap
;
global()
member
158112
u32
cap
;
global()
member
158136
u8
cap
[10];
global()
member
159196
u32
cap
;
global()
member
159615
__be32
cap
;
global()
member
[all...]
Completed in 462 milliseconds