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
defs:newPos
(Results
1 - 12
of
12
) sorted by relevance
/foundation/arkui/ui_lite/interfaces/kits/events/
H
A
D
drag_event.h
58
DragEvent(const Point&
newPos
, const Point& lastPos, const Point& totalLen) : Event(
newPos
)
in DragEvent()
argument
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H
A
D
hcodec_utils.h
63
size_t
newPos
= mCurrPos + sizeof(T);
in Read()
local
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H
A
D
nnrt_utils.h
126
int32_t
newPos
= c * (height * width) * batch + j * batch + n;
in TransposeTensor()
local
/foundation/communication/dsoftbus/core/transmission/session/src/
H
A
D
trans_session_manager.c
372
SessionServer *
newPos
= (SessionServer *)SoftBusMalloc(sizeof(SessionServer));
in TransListCopy()
local
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/demuxer/
H
A
D
ffmpeg_demuxer_plugin.cpp
574
uint64_t
newPos
= 0;
in AVSeek()
local
[all...]
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/muxer/
H
A
D
ffmpeg_muxer_plugin.cpp
546
uint64_t
newPos
= 0;
in IoSeek()
local
[all...]
/foundation/communication/ipc/ipc/native/test/unittest/common/
H
A
D
ipc_capi_parcel_unittest.cpp
464
int32_t
newPos
= sizeof(int32_t) * 3;
in HWTEST_F()
local
469
EXPECT_EQ(OH_IPCParcel_GetReadPosition(parcel),
newPos
);
in HWTEST_F()
local
487
int32_t
newPos
= sizeof(int32_t) * 5;
in HWTEST_F()
local
490
EXPECT_EQ(OH_IPCParcel_GetWritePosition(parcel),
newPos
);
in HWTEST_F()
local
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H
A
D
ffmpeg_demuxer_plugin.cpp
819
uint64_t
newPos
= 0;
in AVSeek()
local
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/muxer/
H
A
D
ffmpeg_muxer_plugin.cpp
1069
int64_t
newPos
= 0;
in IoSeek()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H
A
D
rich_editor_pattern.cpp
10198
auto
newPos
= paragraphs_.GetIndex(textOffset);
CalcLineBeginPosition()
local
10471
int32_t
newPos
;
HandleSelectPosition()
local
10516
int32_t
newPos
= 0;
HandleSelectParagraghPos()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H
A
D
rosen_render_context.cpp
1995
auto
newPos
= centerPos - OffsetF(centOffset.GetX() * scale[0], centOffset.GetY() * scale[1]);
in GetPaintRectWithTransform()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H
A
D
text_field_pattern.cpp
4674
auto
newPos
= GetLineBeginPosition(originCaretPosition, false);
in CursorMoveToParagraphBegin()
local
4771
auto
newPos
= GetLineEndPosition(originCaretPosition, false);
in CursorMoveToParagraphEnd()
local
Completed in 44 milliseconds