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:nEnd
(Results
1 - 2
of
2
) sorted by relevance
/foundation/communication/dhcp/services/dhcp_server/src/
H
A
D
common_util.cpp
182
int
nEnd
= strlen(buf) - 1;
in RemoveSpaceCharacters()
local
183
while ((
nEnd
>= 0) && isspace(buf[
nEnd
])) {
in RemoveSpaceCharacters()
184
buf[
nEnd
--] = '\0';
in RemoveSpaceCharacters()
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H
A
D
repeat_virtual_scroll_node.cpp
77
int32_t
nEnd
= end + cacheEnd;
in DoSetActiveChildRange()
local
80
nEnd
= (
nEnd
+ totalCount_) % totalCount_;
in DoSetActiveChildRange()
83
nEnd
= std::max(
nEnd
, 0);
in DoSetActiveChildRange()
87
caches_.SetLastActiveRange(static_cast<uint32_t>(nStart), static_cast<uint32_t>(
nEnd
));
in DoSetActiveChildRange()
90
onSetActiveRange_(nStart,
nEnd
);
in DoSetActiveChildRange()
Completed in 2 milliseconds