Home
last modified time | relevance | path

Searched refs:sequence (Results 1 – 9 of 9) sorted by relevance

/test/xts/acts/arkui/ace_ets_component_four/entry/src/main/ets/MainAbility/pages/
DgestureMode.ets28 …Text('sequence gesture\n' + 'LongPress onAction:' + this.count + '\nPanGesture offset:\nX: ' + thi…
55 console.log('sequence gesture canceled')
/test/xts/hats/hdf/display/device/
Dhdi_device_test.cpp255 static void TestVBlankCallback(unsigned int sequence, uint64_t ns, void *data) in TestVBlankCallback() argument
258 … DISPLAY_TEST_LOGI("seq %d ns %" PRId64 " duration %" PRId64 " ns", sequence, ns, (ns - lastns)); in TestVBlankCallback()
260 VblankCtr::GetInstance().NotifyVblank(sequence, ns, data); in TestVBlankCallback()
343 void VblankCtr::NotifyVblank(unsigned int sequence, uint64_t ns, void *data) in NotifyVblank() argument
348 DISPLAY_TEST_LOGI("sequence = %u, ns = %" PRIu64 "", sequence, ns); in NotifyVblank()
Dhdi_device_test.h98 void NotifyVblank(unsigned int sequence, uint64_t ns, void *data);
/test/xts/hats/hdf/display/common/
Ddisplay_test_utils.h89 static int32_t OnVBlankCallback(unsigned int sequence, uint64_t ns) { in OnVBlankCallback() argument
/test/ostest/wukong/
DREADME.md13 4. Random event generation: Generate a random sequence with a specified number of seeds through the…
101 …e Random Seed. | No | Configuring the same random seed results in the same random event sequence. |
113 > Instructions: Configuring the same random seed results in the same sequence of random events
134 …n of controls, support sleep and wake up special tests, support control sequence traversal screens…
/test/xts/hats/hdf/display/gralloc/alloctest/
DGrallocAllocTest.cpp620 unsigned int sequence = 0; in TEST_F() local
624 ret = DisplayRegisterCallbackBase::OnHotplugIn(sequence, ns); in TEST_F()
/test/xts/acts/graphic/graphicnapitest/
DNativeWindowTest.cpp34 static inline uint32_t sequence = 0; member in OHOS::Rosen::NativeWindowTest
/test/testfwk/xdevice/
DREADME.md110 …*, and **run**. Among them, **run** commands are most commonly used in the instruction sequence.
/test/xts/acts/arkui/libuv/
DBUILD.gn171 "//third_party/libuv/test/test-tty-escape-sequence-processing.c",