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:IsAtEnd
(Results
1 - 22
of
22
) sorted by relevance
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H
A
D
item_ref_box.cpp
29
if (reader.
IsAtEnd
()) {
in ParseItemRef()
38
if (reader.
IsAtEnd
()) {
in ParseItemRef()
48
while (!reader.
IsAtEnd
()) {
in ParseContent()
H
A
D
item_property_aux_box.cpp
24
while (!reader.
IsAtEnd
()) {
in ParseContent()
H
A
D
heif_box.cpp
241
while (!reader.
IsAtEnd
() && !reader.HasError()) {
in ReadChildren()
H
A
D
item_property_box.cpp
87
for (uint32_t i = 0; i < entryNum && !reader.HasError() && !reader.
IsAtEnd
(); i++) {
in ParseContent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H
A
D
scrollable_controller.h
50
bool
IsAtEnd
() const override;
H
A
D
scrollable_controller.cpp
157
bool ScrollableController::
IsAtEnd
() const
in IsAtEnd()
function in OHOS::Ace::NG::ScrollableController
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H
A
D
scroll_controller_test_ng.cpp
414
* @tc.desc: Test non-action GetCurrentOffset/GetScrollDirection/
IsAtEnd
/GetItemRect
425
EXPECT_FALSE(positionController_->
IsAtEnd
());
in HWTEST_F()
434
EXPECT_FALSE(positionController_->
IsAtEnd
());
in HWTEST_F()
444
EXPECT_TRUE(positionController_->
IsAtEnd
());
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_scroller.h
42
void
IsAtEnd
(const JSCallbackInfo& args);
H
A
D
js_scroller.cpp
76
JSClass<JSScroller>::CustomMethod("isAtEnd", &JSScroller::
IsAtEnd
);
in JSBind()
336
void JSScroller::
IsAtEnd
(const JSCallbackInfo& args)
in IsAtEnd()
function in OHOS::Ace::Framework::JSScroller
343
bool isAtEnd = scrollController->
IsAtEnd
();
in IsAtEnd()
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H
A
D
swiper_common_test_ng.cpp
802
* @tc.desc: Test IsAtStart
IsAtEnd
815
EXPECT_FALSE(pattern_->
IsAtEnd
());
in HWTEST_F()
825
EXPECT_FALSE(pattern_->
IsAtEnd
());
in HWTEST_F()
830
* @tc.desc: Test IsAtStart
IsAtEnd
843
EXPECT_FALSE(pattern_->
IsAtEnd
());
in HWTEST_F()
851
EXPECT_FALSE(pattern_->
IsAtEnd
());
in HWTEST_F()
859
EXPECT_TRUE(pattern_->
IsAtEnd
());
in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H
A
D
water_flow_scroller_test_ng.cpp
58
* @tc.expected: can scroll and
IsAtEnd
.
in HWTEST_F()
62
EXPECT_TRUE(pattern_->positionController_->
IsAtEnd
());
in HWTEST_F()
148
* @tc.steps: step1. Test ScrollPage and
IsAtEnd
in HWTEST_F()
154
EXPECT_TRUE(controller->
IsAtEnd
());
in HWTEST_F()
158
EXPECT_FALSE(controller->
IsAtEnd
());
in HWTEST_F()
426
EXPECT_TRUE(controller->
IsAtEnd
());
in HWTEST_F()
432
EXPECT_TRUE(controller->
IsAtEnd
());
in HWTEST_F()
H
A
D
water_flow_test_ng.cpp
1636
EXPECT_TRUE(controller->
IsAtEnd
());
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H
A
D
scroll_controller_base.h
103
virtual bool
IsAtEnd
() const
in IsAtEnd()
function in OHOS::Ace::ScrollControllerBase
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/
H
A
D
heif_stream.h
84
[[nodiscard]] bool
IsAtEnd
()
in IsAtEnd()
function in OHOS::ImagePlugin::HeifStreamReader
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H
A
D
js_should_built_in_recognizer_parallel_with_function.h
111
args.SetReturnValue(JSRef<JSVal>::Make(ToJSValue(swiperPattern->
IsAtEnd
())));
in IsEnd()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H
A
D
heif_stream.cpp
173
if (
IsAtEnd
()) {
in ReadString()
H
A
D
heif_parser.cpp
95
if (reader.
IsAtEnd
() || error == heif_error_eof) {
in AssembleBoxes()
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H
A
D
list_scroller_test_ng.cpp
1277
* @tc.steps: step6. Test
IsAtEnd
in HWTEST_F()
1279
EXPECT_FALSE(controller->
IsAtEnd
());
in HWTEST_F()
1281
EXPECT_TRUE(controller->
IsAtEnd
());
in HWTEST_F()
1283
EXPECT_FALSE(controller->
IsAtEnd
());
in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H
A
D
grid_scroller_test_ng.cpp
845
* @tc.steps: step7. Test
IsAtEnd
func.
in HWTEST_F()
847
EXPECT_FALSE(controller->
IsAtEnd
());
in HWTEST_F()
850
EXPECT_TRUE(controller->
IsAtEnd
());
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_gesture_modifier.cpp
694
*ret = swiperPattern->
IsAtEnd
();
in gestureEventTargetInfoIsScrollEnd()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H
A
D
swiper_pattern.h
548
bool
IsAtEnd
() const;
H
A
D
swiper_pattern.cpp
3907
bool SwiperPattern::
IsAtEnd
() const
Completed in 32 milliseconds