Home
last modified time | relevance | path

Searched refs:src (Results 1 – 25 of 906) sorted by relevance

12345678910>>...37

/test/xts/acts/graphic/vkgl/
DBUILD.gn19 "src/deqpgles2/build0001:ActsDeqpgles2TestSuite0001",
20 "src/deqpgles2/build0002:ActsDeqpgles2TestSuite0002",
21 "src/deqpgles2/build0004:ActsDeqpgles2TestSuite0004",
22 "src/deqpgles2/build0005:ActsDeqpgles2TestSuite0005",
23 "src/deqpgles2/build0006:ActsDeqpgles2TestSuite0006",
24 "src/deqpgles2/build0007:ActsDeqpgles2TestSuite0007",
25 "src/deqpgles2/build0008:ActsDeqpgles2TestSuite0008",
26 "src/deqpgles2/build0009:ActsDeqpgles2TestSuite0009",
27 "src/deqpgles2/build0010:ActsDeqpgles2TestSuite0010",
28 "src/deqpgles2/build0011:ActsDeqpgles2TestSuite0011",
[all …]
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/
DBUILD.gn21 "src/BroadcastPublishTest.cpp",
22 "src/BroadcastSubscribeTest.cpp",
23 "src/CommonTest.cpp",
24 "src/DefaultFeatureApiTest.cpp",
25 "src/FeatureApiTest.cpp",
26 "src/FeatureTest.cpp",
27 "src/IUnknownTest.cpp",
28 "src/LiteIPCClientTest.cpp",
29 "src/LiteIPCFeatureTest.cpp",
30 "src/LiteIPCServiceTest.cpp",
[all …]
/test/xts/acts/security/huks_napi_BasicTest/
DBUILD.gn39 "src/huks_agree_dh_test.cpp",
40 "src/huks_agree_ecdh_test.cpp",
41 "src/huks_agree_ecdh_test_common.cpp",
42 "src/huks_agree_x25519_test.cpp",
43 "src/huks_cipher_aes_test.cpp",
44 "src/huks_cipher_aes_test_common.cpp",
45 "src/huks_cipher_rsa_test.cpp",
46 "src/huks_cipher_rsa_test_common.cpp",
47 "src/huks_cipher_sm4_test.cpp",
48 "src/huks_cipher_sm4_test_common.cpp",
[all …]
/test/ostest/wukong/
DBUILD.gn42 "${ability_runtime_root}/tools/aa/src/shell_command.cpp",
43 "${wukong_root}/common/src/app_manager.cpp",
44 "${wukong_root}/common/src/component_manager.cpp",
45 "${wukong_root}/common/src/multimode_manager.cpp",
46 "${wukong_root}/common/src/wukong_logger.cpp",
47 "${wukong_root}/common/src/wukong_util.cpp",
48 "${wukong_root}/component_event/src/ability_tree.cpp",
49 "${wukong_root}/component_event/src/component_tree.cpp",
50 "${wukong_root}/component_event/src/normal_scene.cpp",
51 "${wukong_root}/component_event/src/page_tree.cpp",
[all …]
/test/xts/acts/kernel_lite/io_posix/src/
DIoTestString.cpp79 const char src[] = "ABCDEF"; variable
80 int ret = strncmp(dest, src, 1);
129 const char *src = "hello world !"; variable
131 char *ret = stpcpy(dest, src);
133 EXPECT_STREQ(dest, src);
149 char src[] = "hello world !"; variable
151 char *ret = stpncpy(dest, src, 5);
170 const char *src = "123456789abc"; variable
171 size_t ret = strlcpy(dest, src, sizeof(dest));
173 EXPECT_STREQ(dest, src);
[all …]
DIoTestStrings.cpp83 char src[] = "abcdef123456abcdef"; variable
84 char *ret = index(src, '1');
87 ret = index(src, 'f');
90 ret = index(src, ' ');
105 char src[] = "abcdef123456abcdef"; variable
106 char *ret = rindex(src, '1');
109 ret = rindex(src, 'f');
112 ret = rindex(src, ' ');
/test/xts/acts/kernel_lite/futex_posix/src/
DFutexTest.cpp20 void ChildAssertEQ(int src, int des) in ChildAssertEQ() argument
22 if (src != des) { in ChildAssertEQ()
23 LOG("> src = %d, but des = %d", src, des); in ChildAssertEQ()
28 int ChildExpectEQ(int src, int des) in ChildExpectEQ() argument
30 if (src != des) { in ChildExpectEQ()
31 LOG("> src = %d, but des = %d", src, des); in ChildExpectEQ()
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/
DBUILD.gn19 "src/broadcast_publish_func_test.c",
20 "src/broadcast_subscribe_func_test.c",
21 "src/common_func_test.c",
22 "src/defaultfeatureapi_func_test.c",
23 "src/feature_func_test.c",
24 "src/featureapi_func_test.c",
25 "src/iunknown_func_test.c",
26 "src/sendrequest_func_test.c",
27 "src/sendresponse_func_test.c",
28 "src/sendsharerequest_func_test.c",
[all …]
/test/xts/acts/kernel_lite/kernelcmsis_hal/
DBUILD.gn19 "src/cmsis_event_func_test.c",
20 "src/cmsis_msg_func_test.c",
21 "src/cmsis_mutex_func_test.c",
22 "src/cmsis_sem_func_test.c",
23 "src/cmsis_task_func_test.c",
24 "src/cmsis_task_pri_func_test.c",
25 "src/cmsis_timer_func_test.c",
30 "//third_party/unity/src",
31 "src",
/test/xts/acts/iothardware_lite/peripheral_hal/
DBUILD.gn18 "src/iot_flash_test.c",
19 "src/iot_gpio_test.c",
20 "src/iot_i2c_test.c",
21 "src/iot_pwm_test.c",
22 "src/iot_uart_test.c",
23 "src/iot_watchdog_test.c",
24 "src/lowpower_test.c",
25 "src/reset_test.c",
30 "src",
/test/xts/hats/hdf/camera/v4l2/
DBUILD.gn33 "./src/camera_ability_test.cpp",
34 "./src/camera_capture_test.cpp",
35 "./src/camera_fps_test.cpp",
36 "./src/camera_preview_test.cpp",
37 "./src/camera_stabili_test.cpp",
38 "./src/camera_video_test.cpp",
39 "./src/double_preview_test.cpp",
40 "./src/hdfcamera_facedetect.cpp",
41 "./src/open_camera_test.cpp",
42 "./src/stream_customer.cpp",
[all …]
/test/xts/acts/kernel_lite/process_posix/
DBUILD.gn19 "src/ActsProcessApiTest.cpp",
20 "src/PidTest.cpp",
21 "src/ProcessTest.cpp",
22 "src/PthreadAttrTest.cpp",
23 "src/PthreadBasicApiTest.cpp",
24 "src/PthreadTest.cpp",
25 "src/UidGidTest.cpp",
31 "../util_posix/src",
32 "src",
/test/xts/acts/security_lite/permission_posix/pms/
DBUILD.gn19 "src/ActsPMSCheckTest.cpp",
20 "src/ActsPMSDeleteTest.cpp",
21 "src/ActsPMSGrantRuntimeTest.cpp",
22 "src/ActsPMSGrantTest.cpp",
23 "src/ActsPMSLoadTest.cpp",
24 "src/ActsPMSRevokeTest.cpp",
25 "src/ActsPMSSaveTest.cpp",
26 "src/ActsPMSTest.h",
27 "src/ActsPMSUnloadTest.cpp",
28 "src/ActsPMSUpdatePermissionTest.cpp",
[all …]
/test/xts/acts/ai_lite/ai_engine_posix/base/
DBUILD.gn20 "src/utils/aie_client_common.cpp",
21 "src/utils/utils.cpp",
24 "src/aie_client/AieClientAsyncProcessFunctionTest.cpp",
25 "src/aie_client/AieClientDestroyFunctionTest.cpp",
26 "src/aie_client/AieClientInitFunctionTest.cpp",
27 "src/aie_client/AieClientPrepareFunctionTest.cpp",
28 "src/aie_client/AieClientReleaseFunctionTest.cpp",
29 "src/aie_client/AieClientSetOptionFunctionTest.cpp",
30 "src/aie_client/AieClientSyncProcessFunctionTest.cpp",
31 "src/aie_client/AieClientSyncProcessShareMemoryFunctionTest.cpp",
[all …]
/test/xts/acts/multimedia/media/media_js_standard/
DAudioPlayerTestBase.js19 export function playAudioSource(src, duration, playTime, checkSeekTime, done) { argument
20 console.info(`case media source url: ${src}`)
33 if (typeof (src) == 'string') {
35 audioPlayer.src = src;
38 audioPlayer.fdSrc = src;
113 if (typeof (src) == 'string') {
115 audioPlayer.src = src;
118 audioPlayer.fdSrc = src;
DAVPlayerTestBase.js38 export function setSource(avPlayer, src) { argument
43 if (typeof(src) == 'string') {
45 avPlayer.url = src;
48 avPlayer.fdSrc = src;
218 export function setAVPlayerFunCb(src, avPlayer, playTest, playTime, done) { argument
306 setSource(avPlayer, src);
400 function setAVPlayerPlayAndPauseWithCallBack(src, avPlayer, playTime, done) { argument
465 async function idle(src, avPlayer) { argument
466 console.info(`case media source: ${src}`)
479 export async function avPlayerWithCallBack(src, avPlayer, playTime, done) { argument
[all …]
/test/xts/acts/kernel_lite/fs_posix/vfat/
DBUILD.gn19 "../src/FileSystemTest.cpp",
20 "../src/FsDirentTest.cpp",
21 "../src/FsFcntlTest.cpp",
22 "../src/FsOtherTest.cpp",
23 "../src/FsStatTest.cpp",
24 "../src/FsStdioTest.cpp",
25 "../src/FsStdlibTest.cpp",
26 "../src/FsUnistdTest.cpp",
/test/xts/acts/kernel_lite/fs_posix/vfat_storage/
DBUILD.gn19 "../src/FileSystemTest.cpp",
20 "../src/FsDirentTest.cpp",
21 "../src/FsFcntlTest.cpp",
22 "../src/FsOtherTest.cpp",
23 "../src/FsStatTest.cpp",
24 "../src/FsStdioTest.cpp",
25 "../src/FsStdlibTest.cpp",
26 "../src/FsUnistdTest.cpp",
/test/xts/acts/kernel_lite/fs_posix/jffs/
DBUILD.gn19 "../src/FileSystemTest.cpp",
20 "../src/FsDirentTest.cpp",
21 "../src/FsFcntlTest.cpp",
22 "../src/FsOtherTest.cpp",
23 "../src/FsStatTest.cpp",
24 "../src/FsStdioTest.cpp",
25 "../src/FsStdlibTest.cpp",
26 "../src/FsUnistdTest.cpp",
/test/xts/acts/kernel_lite/io_posix/
DBUILD.gn19 "src/IoTestOther.cpp",
20 "src/IoTestSprintf.cpp",
21 "src/IoTestSscanf.cpp",
22 "src/IoTestStdio.cpp",
23 "src/IoTestStdlib.cpp",
24 "src/IoTestString.cpp",
25 "src/IoTestStrings.cpp",
26 "src/IoTestWchar.cpp",
/test/xts/hats/hdf/camera/hdi/cameraAttr/
DBUILD.gn30 "./src/camera_3a_test.cpp",
31 "./src/device_manager_test.cpp",
32 "./src/hdi_callback_test.cpp",
33 "./src/hdi_device_test.cpp",
34 "./src/hdi_host_test.cpp",
35 "./src/hdi_stream_test.cpp",
36 "./src/pipeline_test.cpp",
69 "$camera_path/pipeline_core/nodes/src/node_base",
70 "$camera_path/pipeline_core/nodes/src/dummy_node",
71 "$camera_path/pipeline_core/pipeline_impl/src/strategy/config",
[all …]
/test/xts/acts/kernel_lite/util_posix/
DBUILD.gn19 "src/ActsUtilCheckApiTest.cpp",
20 "src/ActsUtilConvertApiTest.cpp",
21 "src/ActsUtilDataStructApiTest.cpp",
22 "src/ActsUtilMathApiTest.cpp",
23 "src/ActsUtilMsgApiTest.cpp",
24 "src/ActsUtilStringOperApiTest.cpp",
25 "src/ActsUtilWideCheckApiTest.cpp",
/test/xts/acts/kernel_lite/mem_posix/
DBUILD.gn19 "src/ActsMemApiTest.cpp",
20 "src/MemApiTest.cpp",
21 "src/MmapApiTest.cpp",
22 "src/MprotectApiTest.cpp",
23 "src/MremapApiTest.cpp",
29 "../util_posix/src",
31 "src",
/test/xts/acts/kernel_lite/fs_posix/nfs/
DBUILD.gn19 "../src/FileSystemTest.cpp",
20 "../src/FsDirentTest.cpp",
21 "../src/FsFcntlTest.cpp",
22 "../src/FsOtherTest.cpp",
23 "../src/FsStatTest.cpp",
24 "../src/FsStdioTest.cpp",
25 "../src/FsStdlibTest.cpp",
26 "../src/FsUnistdTest.cpp",
/test/xts/acts/ability/ability_runtime/formmanager/fa/formproviderst_ets/formsupplyapplicationH/
DBUILD.gn17 hap_profile = "entry/src/main/config.json"
32 hap_profile = "entry/src/main/config.json"
34 source_dir = "entry/src/main/ets"
38 hap_profile = "entry/src/main/config.json"
40 source_dir = "entry/src/main/js"
44 sources = [ "entry/src/main/resources" ]
45 hap_profile = "entry/src/main/config.json"

12345678910>>...37