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:itc
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H
A
D
wifi_direct_scheduler.cpp
54
for (auto
itc
= commandList_.begin();
itc
!= commandList_.end();
itc
++) {
in CancelConnectDevice()
55
auto connectCommand = std::dynamic_pointer_cast<ConnectCommand>(*
itc
);
in CancelConnectDevice()
57
commandList_.erase(
itc
);
in CancelConnectDevice()
127
for (auto
itc
= commandList_.begin();
itc
!= commandList_.end();
itc
++) {
in ProcessNextCommand()
128
auto command = *
itc
;
in ProcessNextCommand()
133
commandList_.erase(
itc
);
in ProcessNextCommand()
[all...]
/third_party/benchmark/src/
H
A
D
cycleclock.h
109
int64_t
itc
;
in Now()
110
asm("mov %0 = ar.
itc
" : "=r"(
itc
));
in Now()
111
return
itc
;
in Now()
/third_party/node/deps/openssl/openssl/crypto/
H
A
D
ia64cpuid.S
26
{ .mib; mov r8=ar.
itc
224
{ .mmi; mov r8=ar.
itc
;;
236
{ .mmi; mov r8=ar.
itc
;;
259
{ .mmi; mov r8=ar.
itc
;;
271
{ .mmi; mov r8=ar.
itc
;;
286
{ .mmi; mov r8=ar.
itc
;;
/third_party/openssl/crypto/
H
A
D
ia64cpuid.S
26
{ .mib; mov r8=ar.
itc
224
{ .mmi; mov r8=ar.
itc
;;
236
{ .mmi; mov r8=ar.
itc
;;
259
{ .mmi; mov r8=ar.
itc
;;
271
{ .mmi; mov r8=ar.
itc
;;
286
{ .mmi; mov r8=ar.
itc
;;
/foundation/multimedia/camera_framework/frameworks/native/camera/src/ability/
H
A
D
camera_ability_builder.cpp
82
auto
itc
= cacheTagDataMap_.find(tagId);
in GetData()
local
83
if (
itc
== cacheTagDataMap_.end()) {
in GetData()
86
auto& dataMap =
itc
->second;
in GetData()
/third_party/mbedtls/programs/test/
H
A
D
benchmark.c
355
unsigned long
itc
;
in mbedtls_timing_hardclock()
local
356
asm volatile ("mov %0 = ar.
itc
" : "=r" (
itc
));
in mbedtls_timing_hardclock()
357
return
itc
;
in mbedtls_timing_hardclock()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H
A
D
cord_test.cc
551
absl::Cord::CharIterator
itc
= c.char_begin();
in TEST_P()
local
555
absl::Cord subcord2 = absl::Cord::AdvanceAndRead(&
itc
, sv.size());
in TEST_P()
Completed in 7 milliseconds