Home
last modified time | relevance | path

Searched refs:RUN (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/security/device_security_level/baselib/utils/src/
H A Dutils_work_queue.c28 #define RUN 0 macro
59 while (queue->state == RUN) { in WorkQueueThread()
60 while ((IsEmptyList(&queue->head)) && (queue->state == RUN)) { in WorkQueueThread()
64 if (queue->state != RUN) { in WorkQueueThread()
100 queue->state = RUN; in CreateWorkQueue()
139 queue->state = RUN; in CreateWorkQueue()
218 if (queue->state != RUN) { in QueueWork()
/ohos5.0/drivers/peripheral/audio/test/systemtest/
H A DREADME_zh.md457 [ RUN ] AudioHdiManagerTest.SUB_Audio_HDI_ReleaseAudioManagerObject_0001
459 [ RUN ] AudioHdiManagerTest.SUB_Audio_HDI_ReleaseAudioManagerObject_0002
461 [ RUN ] AudioHdiManagerTest.SUB_Audio_HDI_ReleaseAudioManagerObject_0003
463 [ RUN ] AudioHdiManagerTest.SUB_Audio_HDI_ReleaseAudioManagerObject_0004
/ohos5.0/base/update/updater/test/unittest/test_data/diffpatch/
H A DPatchGztest_new.gz1[==========] Running 25 tests from 7 test ...
H A DPatchGztest_old.gz1[==========] Running 25 tests from 7 test ...
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-linux-kernel.md310 [ RUN ] DevMgrTest.DriverLoaderTest_001
H A Dporting-dayu200-on_standard-demo.md3481 [ RUN ] HdfVibratorTest.CheckVibratorInstanceIsEmpty
3483 [ RUN ] HdfVibratorTest.PerformOneShotVibratorDuration001
3485 [ RUN ] HdfVibratorTest.ExecuteVibratorEffect001
/ohos5.0/docs/docker/
H A DDockerfile18 RUN sed -i "s@http://.*archive.ubuntu.com@http://repo.huaweicloud.com@g" /etc/apt/sources.list \
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Duse-jsvm-runtime-task.md67 // string str = "TEST RUN OH_JSVM_ResolveDeferred";
/ohos5.0/docs/en/application-dev/napi/
H A Duse-jsvm-runtime-task.md71 // string str = "TEST RUN OH_JSVM_ResolveDeferred";
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-linux-kernel.md297 [ RUN ] DevMgrTest.DriverLoaderTest_001
H A Dporting-dayu200-on_standard-demo.md3491 [ RUN ] HdfVibratorTest.CheckVibratorInstanceIsEmpty
3493 [ RUN ] HdfVibratorTest.PerformOneShotVibratorDuration001
3495 [ RUN ] HdfVibratorTest.ExecuteVibratorEffect001
/ohos5.0/docs/zh-cn/readme/
H A DXTS子系统.md308 5. 使用宏定义 RUN\_TEST\_SUITE注册测试套件
/ohos5.0/docs/en/readme/
H A Dxts.md154 5. Use the **RUN\_TEST\_SUITE** macro to register the test suite.