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:nItems
(Results
1 - 2
of
2
) sorted by relevance
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H
A
D
i_anco_consumer.cpp
35
uint64_t
nItems
= static_cast<uint64_t>(data.size());
in MarshalVector()
local
36
if (!parcel.WriteUint64(
nItems
)) {
in MarshalVector()
39
for (uint64_t index = 0; index <
nItems
; ++index) {
in MarshalVector()
53
uint64_t
nItems
{};
in UnmarshalVector()
54
if (!parcel.ReadUint64(
nItems
)) {
in UnmarshalVector()
57
if (
nItems
> MAX_UNMARSHAL_VECTOR_SIZE) {
in UnmarshalVector()
58
MMI_HILOGE("The
nItems
:%{public}" PRIu64 ", exceeds maximum allowed size:%{public}"
in UnmarshalVector()
59
PRIu64,
nItems
, MAX_UNMARSHAL_VECTOR_SIZE);
in UnmarshalVector()
62
data.resize(
nItems
);
in UnmarshalVector()
64
for (uint64_t index = 0; index <
nItems
;
in UnmarshalVector()
[all...]
/foundation/multimodalinput/input/service/subscriber/src/
H
A
D
key_gesture_manager.cpp
136
size_t
nItems
= 0;
in GetForegroundPids()
local
140
++
nItems
;
in GetForegroundPids()
143
if (
nItems
> MAX_N_PRINTABLE_ITEMS) {
in GetForegroundPids()
148
++
nItems
;
in GetForegroundPids()
Completed in 2 milliseconds