Home
last modified time | relevance | path

Searched refs:set (Results 1 – 25 of 86) sorted by relevance

1234

/test/xts/acts/commonlibrary/ets_utils/containerRelation_lib_standard/src/main/js/test/
DLightWeightMap.test.js41 lightWeightMap.set(1, "A");
54 lightWeightMap.set("a", "A");
68 lightWeightMap.set(1, a);
82 lightWeightMap.set(1, c);
95 lightWeightMap.set(1, "A");
96 lightWeightMap.set(2, "B");
97 lightWeightMap.set(3, "C");
98 lightWeightMap.set(4, "D");
99 lightWeightMap.set(5, "E");
110 lightWeightMap.set(1, "A");
[all …]
DTreeMap.test.js41 treeMap.set(0, "四");
52 treeMap.set(0, 8);
64 treeMap.set(0, a);
76 treeMap.set(0, a);
87 treeMap.set(2, "*");
98 treeMap.set(-2, 3.14);
109 treeMap.set(100, true);
120 treeMap.set(100, "");
131 treeMap.set("a", "四");
143 treeMap.set(0, 8);
[all …]
DHashMap.test.js41 hashMap.set(1, "A");
52 hashMap.set(1, 2);
64 hashMap.set(1, c);
77 hashMap.set(1, c);
88 hashMap.set("a", "A");
99 hashMap.set("", "A");
110 hashMap.set("$", "A");
121 hashMap.set(3.14, "A");
132 hashMap.set(0.3, "A");
143 hashMap.set(-1, "A");
[all …]
/test/xts/acts/kernel_lite/ipc_posix/signal/
DSignalTest.cpp127 sigset_t set; variable
128 sigemptyset(&set);
129 sigaddset(&set, SIGKILL);
130 int rt = sigprocmask(SIG_BLOCK, &set, nullptr);
153 sigset_t set; variable
154 sigemptyset(&set);
155 sigaddset(&set, SIGKILL);
157 int rt = sigsuspend(&set);
276 sigset_t set; variable
277 sigemptyset(&set);
[all …]
DSignalTest.h44 void SigtimedwaitFailTest(const sigset_t *set, siginfo_t* info,
/test/xts/hats/kernel/freelist/safe_unlink/
DMalloc_safe_unlink.cpp133 sigset_t set; variable
139 sigemptyset(&set);
140 sigaddset(&set, SIGCHLD);
141 sigprocmask(SIG_BLOCK, &set, 0);
148 if (sigtimedwait(&set, 0, &time1) == -1) { /* Wait for 5 seconds */
/test/xts/hats/kernel/freelist/modify_pointer/
DMalloc_modify_pointer.cpp128 sigset_t set; variable
133 sigemptyset(&set);
134 sigaddset(&set, SIGCHLD);
135 sigprocmask(SIG_BLOCK, &set, 0);
142 if (sigtimedwait(&set, 0, &g_time1) == -1) { /* Wait for 5 seconds */
/test/xts/acts/commonlibrary/toolchain/libc-test/src/
Dtoolchaintest.cpp67 sigset_t set; in RunTests() local
70 sigemptyset(&set); in RunTests()
71 sigaddset(&set, SIGCHLD); in RunTests()
72 sigprocmask(SIG_BLOCK, &set, nullptr); in RunTests()
88 if (sigtimedwait(&set, nullptr, &tp) == -1) { in RunTests()
/test/xts/acts/distributeddatamgr/preferencesjstest/hap/src/main/js/test/
DSystemStorageJsunit.test.js59 let promise1 = storage.set({
97 let promise = storage.set({
132 let promise = storage.set({
168 let promise = storage.set({
200 let promise1 = storage.set({
340 let promise1 = storage.set({
390 let promise1 = storage.set({
435 let promise1 = storage.set({
486 let promise1 = storage.set({
497 let promise2 = storage.set({
/test/xts/tools/build/
Dtest_package_select.py24 subsystems = set()
27 subsystems = set(subsystem_data)
/test/xts/acts/kernel_lite/utils/
Dutils.cpp130 sigset_t set, orig_mask; in RunElf() local
131 sigemptyset(&set); in RunElf()
132 sigaddset(&set, SIGCHLD); in RunElf()
134 if (sigprocmask(SIG_BLOCK, &set, &orig_mask) < 0) { in RunElf()
144 if (sigtimedwait(&set, nullptr, &time1) == -1) { in RunElf()
/test/testfwk/arkxtest/jsunit/src/module/mock/
DMockKit.js76 this.recordMockedMethod.set(method.propName, undefined);
107 values.set(key, returnInfo);
108 this.stubs.set(f, values);
181 this.recordCalls.set(arglistString, records);
205 this.recordMockedMethod.set(name, originalMethod);
/test/xts/acts/commonlibrary/ets_utils/worker_lib_standard/entry/src/main/ets/workers/
Dworker_019.js21 data.set("worker", "success");
/test/xts/acts/commonlibrary/ets_utils/threadWorker_lib_standard/entry/src/main/ets/workers/
Dnewworker_019.js21 data.set("worker", "success");
/test/testfwk/xdevice/
Drun.bat15 set BASE_DIR=%~dp0
16 set PYTHON=python
17 set TOOLS=tools
DREADME.md77set to **SN1**, only device SN1 can execute the subsequent **run** commands. In this case, othe…
104 … executor are deployed on different devices. If yes, set this parameter to **true**. Otherwise, s…
193 …>**-sn**: specifies the devices for test case execution. If this parameter is set to **SN1**, onl…
202 …he directory specified by the **-rp** parameter. If the parameter is not set, the report will be…
/test/xts/acts/hiviewdfx/hilogtest/hilogjstest/src/main/cpp/
DCMakeLists.txt5 set(NATIVERENDER_ROOT_PATH ${CMAKE_CURRENT_SOURCE_DIR})
/test/xts/acts/bundlemanager/bundle_standard/bundlemanager/actsbundlenativetest/entry/src/main/cpp/
DCMakeLists.txt5 set(NATIVERENDER_ROOT_PATH ${CMAKE_CURRENT_SOURCE_DIR})
/test/xts/acts/arkui/ace_ets_component_five/entry/src/main/ets/MainAbility/pages/
Dslider.ets55 Text('slider out set').fontSize(9).fontColor(0xCCCCCC).width('90%')
78 Text('slider in set').fontSize(9).fontColor(0xCCCCCC).width('90%')
102 Text('slider out direction set').fontSize(9).fontColor(0xCCCCCC).width('50%')
124 Text('slider in direction set').fontSize(9).fontColor(0xCCCCCC).width('50%')
/test/xts/acts/arkui/ace_ets_component_four/entry/src/main/ets/test/
DContentStorage.test.ets103 * @tc.name stateManagement ContentStorage set validation
108 contentStorage.set<string>("key1", "value11");
109 contentStorage.set<int>("key2", 12);
110 contentStorage.set<boolean>("key3", false);
111 contentStorage.set<string>("key4", "value4");
/test/xts/device_attest_lite/
DREADME_zh.md68 hb set
77 hb set
/test/xts/acts/graphic/windowStage/entry/src/main/ets/test/
DwindowRefactorInterface.test.ets88 …* @tc.desc Verify the scene where the colors of the status bar and navigation bar are set in…
178 …* @tc.desc Verify the scene where the status bar and navigation bar colors are set in hexade…
292 …* @tc.desc Verify the scene where the status bar and navigation bar colors are set as keywor…
376 …* @tc.desc Verify the scene where the status bar and navigation bar colors are set as keywor…
417 … console.error('Failed to set the system bar properties. Cause: ' + JSON.stringify(exception));
670 * @tc.desc To verify that the color space of invaild values is set successfully
683 console.error('Failed to set window colorspacecatch2. Cause: ' + JSON.stringify(err));
688 … console.error('Failed to set window colorspaceexception2. Cause:' + JSON.stringify(exception));
773 console.error('Failed to set the background1 color. Cause: ' + JSON.stringify(exception));
803 console.error('Failed to set the background2 color. Cause: ' + JSON.stringify(exception));
[all …]
/test/xts/acts/distributeddatamgr/Pasteboardjsapitest/entry/src/main/ets/test/
DPasteBoardSystemPasteBoard.test.ets109 console.info("System pasteBoard set pastedata error,error: " + err)
139 console.info("System pasteBoard set pastedata error,error: " + err)
195 console.info("System pasteBoard set pastedata error,error: " + err)
224 console.info("System pasteBoard set pastedata error,error: " + err)
302 console.info("System pasteBoard set pastedata error,error: " + err)
346 console.info("System pasteBoard set pastedata error,error: " + err)
378 console.info("System pasteBoard set pastedata error,error: " + err)
385 console.info("System pasteBoard set pastedata error,error: " + err)
438 console.info("System pasteBoard set pastedata error,error: " + err)
462 console.info("System pasteBoard set pastedata error,error: " + err)
[all …]
/test/ostest/wukong/
DREADME.md80 | -C, --component | The control sequentially traverses the test. | No | You need to set the tes…
124 | -s | 10 | Parameter set random seed, 10 is the seed value. |
133 …pport the whole machine application pull up, set the random seed, set the application pull up inte…
/test/testfwk/developer_test/
Dstart.bat16 set BASE_HOME_PATH=%CD%

1234