Home
last modified time | relevance | path

Searched refs:add (Results 1 - 25 of 1173) sorted by relevance

12345678910>>...47

/test/xts/tools/build/
H A Dtest_package_select.py28 subsystems.add("demo")
29 subsystems.add("storage")
30 subsystems.add("arkXtest")
31 subsystems.add("validator")
32 subsystems.add("pcs")
33 subsystems.add("appbuild")
42 subsystems.add(item)
/test/xts/acts/commonlibrary/ets_utils/worker_lib_standard/entry/src/ohosTest/ets/workers/
H A Dworker_018.js21 data.add(1);
22 data.add(2);
/test/xts/acts/commonlibrary/ets_utils/threadWorker_lib_standard/entry/src/ohosTest/ets/workers/
H A Dnewworker_018.js21 data.add(1);
22 data.add(2);
/test/xts/acts/
H A Dget_dependency.py96 visited.add(node)
138 depends_list.add("acts")
/test/xts/acts/demo/test_rust_demo/test/
H A Dtest.rs18 assert_eq!(test_rust_st_add::add(3, 2), 5); in test_add()
/test/xts/acts/demo/test_rust_demo/src/
H A Dlib.rs17 /// pub add
18 pub fn add(a: i32, b: i32) -> i32 { in add() functions
/test/xts/acts/commonlibrary/ets_utils/atomics_lib_standard/entry/src/ohosTest/ets/workers/
H A Dworker031.js22 Atomics.add(int32, 0, 1);
H A Dworker030.js22 Atomics.add(int32, 0, 1);
H A Dworker020.js23 Atomics.add(int32, 0 ,1);
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/unittests/
H A Dtest_wasm.cpp28 #include "add.wasm.def"
54 wasmMap["add.wasm"] = std::pair<unsigned char *, unsigned int>(add_wasm, add_wasm_len); in InitWasmMap()
178 // 验证 wasm instance 功能 (add 模块)
185 auto add = jsvm::GetProperty(exports, jsvm::Str("add")); in VerifyAddWasmInstance() local
186 CHECK(jsvm::IsFunction(add)); in VerifyAddWasmInstance()
187 auto result = jsvm::Call(add, jsvm::Undefined(), {jsvm::Run("1"), jsvm::Run("2")}); in VerifyAddWasmInstance()
195 std::string path = wasmPath + "add.wasm"; in WebAssemblyDemo()
279 JSVM_Value wasmModule = CompileWasmModule(wasmPath + "add.wasm");
283 JSVM_Value addFunc = jsvm::GetProperty(exports, jsvm::Str("add"));
854 auto add = jsvm::GetProperty(mathExports, "add"); global() local
[all...]
/test/xts/acts/commonlibrary/toolchain/libc-test/
H A Dtar_files.py55 tar.add(pathfile)
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit.py721 self.installed_app.add(app_file)
769 self.pushed_hap_file.add(os.path.join(
785 self.pushed_hap_file.add(push_dest)
852 part_set.add(item.get("component", ""))
888 subsystem.add(value)
892 part.add(
H A Dkit_lite.py226 self.mounted_dir.add(target)
/test/testfwk/xdevice/src/xdevice/_core/report/
H A Drepeater_helper.py39 name_set.add(module_name)
/test/xts/tools/sample/ServerSampleD/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/controller/
H A DVideoController.java88 @PostMapping(value = "/add")
91 public Result<?> add(@RequestBody OhSampleShortVideo video) { in add() method in VideoController
/test/xts/tools/sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/controller/
H A DBusinessGoodsController.java105 @PostMapping(value = "/add")
108 public Result<?> add(@RequestBody OhSampleBusinessGoods goods) { in add() method in BusinessGoodsController
H A DBusinessCommentController.java91 @PostMapping(value = "/add")
94 public Result<?> add(@RequestBody OhSampleBusinessComment comment) { in add() method in BusinessCommentController
H A DGroupSiteController.java135 @PostMapping(value = "/add")
138 public Result<?> add(@RequestBody OhSampleGroupSite business) { in add() method in GroupSiteController
H A DBusinessController.java149 @PostMapping(value = "/add")
152 public Result<?> add(@RequestBody OhSampleBusiness business) { in add() method in BusinessController
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dnetdbndk.cpp244 const char *add = "127.0.0.1"; in GetHostByAddr() local
246 inet_pton(AF_INET, add, &addr); in GetHostByAddr()
/test/xts/dcts/testtools/disjsTest/server/
H A DtestApi.js38 add(a,b) {
39 console.log(logTag+"_methodName is add");
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/
H A Djsunit_parser.py227 self.marked_suite_set.add(suite.suite_name)
/test/xts/acts/communication/wifi_standard/entry/src/ohosTest/ets/test/
H A DWifiManagerCandidateNetWork.test.js95 * @tc.desc Test add OPEN and WEP CandidateConfig Promise API functionality.
110 console.info("[wifi_test]add OPEN CandidateConfig promise : " + JSON.stringify(netWorkId));
113 console.error('[wifi_test]add OPEN CandidateConfig promise failed -> ' + JSON.stringify(error));
139 console.info("[wifi_test]add WEP CandidateConfig promise : " + JSON.stringify(netWorkId));
142 console.error('[wifi_test]add WEP CandidateConfig promise failed -> ' + JSON.stringify(error));
172 * @tc.desc Test add PSK CandidateConfig and removeCandidateConfig Promise API functionality.
234 console.info("[wifi_test]add PSK CandidateConfig promise : " + JSON.stringify(netWorkId));
237 console.error('[wifi_test]add PSK CandidateConfig promise failed -> ' + JSON.stringify(error));
260 * @tc.desc Test add SAE CandidateConfig Promise API functionality.
275 console.info("[wifi_test]add SA
[all...]
/test/xts/tools/lite/build/
H A Dutils.py164 # if same file name exist, add dir path
173 copy_set.add(os.path.basename(source_file))
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddevice_lite.py214 com_type_set.add(item.get("type"))

Completed in 17 milliseconds

12345678910>>...47