Home
last modified time | relevance | path

Searched refs:test (Results 1 - 25 of 51) sorted by relevance

123

/developtools/hdc/hdc_rust/src/host/
H A Dunittest.rs15 #[cfg(test)]
23 #[test]
43 #[test]
59 #[test]
79 #[test]
94 #[test]
112 #[test]
127 #[test]
145 #[test]
155 #[test]
[all...]
/developtools/hdc/hdc_rust/src/serializer/
H A Dunittest.rs18 #[cfg(test)]
23 #[test]
43 #[test]
61 #[test]
90 #[test]
/developtools/ace_js2bundle/ace-loader/
H A Dwebpack.rich.config.js46 test: /\.visual$/,
52 test: /(\.hml)(\?[^?]+)?$/,
58 test: /\.png$/,
68 test: /\.css$/,
74 test: /\.less$/,
80 test: /\.(scss|sass)$/,
86 test: /\.jsx?$/,
115 test: /\.visual$/,
121 test: /\.hml$/,
127 test
[all...]
H A Dwebpack.lite.config.js64 test: /(\.hml|app\.js)(\?[^?]+)?$/,
70 test: /\.png$/,
79 test: /\.css$/,
85 test: /\.less$/,
91 test: /\.(scss|sass)$/,
97 test: /\.jsx?$/,
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
H A Dutilities_test.cpp311 std::string test; in HWTEST_F() local
312 EXPECT_STREQ(StringTrim(test = " a ").c_str(), "a"); in HWTEST_F()
313 EXPECT_STREQ(StringTrim(test = " a").c_str(), "a"); in HWTEST_F()
314 EXPECT_STREQ(StringTrim(test = "a ").c_str(), "a"); in HWTEST_F()
315 EXPECT_STREQ(StringTrim(test = " a1a ").c_str(), "a1a"); in HWTEST_F()
316 EXPECT_STREQ(StringTrim(test = " a1a").c_str(), "a1a"); in HWTEST_F()
317 EXPECT_STREQ(StringTrim(test = "a1a ").c_str(), "a1a"); in HWTEST_F()
318 EXPECT_STREQ(StringTrim(test = " a1a ").c_str(), "a1a"); in HWTEST_F()
319 EXPECT_STREQ(StringTrim(test = " a1a").c_str(), "a1a"); in HWTEST_F()
320 EXPECT_STREQ(StringTrim(test in HWTEST_F()
[all...]
/developtools/hiperf/test/unittest/common/native/
H A Dutilities_test.cpp301 std::string test; in HWTEST_F() local
302 EXPECT_STREQ(StringTrim(test = " a ").c_str(), "a"); in HWTEST_F()
303 EXPECT_STREQ(StringTrim(test = " a").c_str(), "a"); in HWTEST_F()
304 EXPECT_STREQ(StringTrim(test = "a ").c_str(), "a"); in HWTEST_F()
305 EXPECT_STREQ(StringTrim(test = " a1a ").c_str(), "a1a"); in HWTEST_F()
306 EXPECT_STREQ(StringTrim(test = " a1a").c_str(), "a1a"); in HWTEST_F()
307 EXPECT_STREQ(StringTrim(test = "a1a ").c_str(), "a1a"); in HWTEST_F()
308 EXPECT_STREQ(StringTrim(test = " a1a ").c_str(), "a1a"); in HWTEST_F()
309 EXPECT_STREQ(StringTrim(test = " a1a").c_str(), "a1a"); in HWTEST_F()
310 EXPECT_STREQ(StringTrim(test in HWTEST_F()
[all...]
/developtools/ace_js2bundle/ace-loader/plugin/templater/
H A Ddata.js29 if (!expressionReg.test(v)) {
59 let three= /^{{{.*}}}$/.test(match[0])
H A Dindex.js187 if (EVENT_START_REGEXP.test(attrName)) {
189 } else if (REGEXP_DATA.test(attrName)) {
265 !REGEXP_TEXT.test(child.nodeName)
275 if (!REGEXP_TEXT.test(child.nodeName)) {
/developtools/hdc/hdc_rust/src/common/
H A Dunittest.rs18 /// #[cfg(test)]
27 /// #[ylong_runtime::test]
51 /// #[ylong_runtime::test]
81 /// #[ylong_runtime::test]
126 /// #[ylong_runtime::test]
160 /// #[cfg(test)]
166 /// #[ylong_runtime::test]
184 /// #[ylong_runtime::test]
186 /// let mut path = String::from("/home/test/hdctest.log");
191 /// #[ylong_runtime::test]
[all...]
/developtools/hiperf/test/fuzztest/resource/
H A Dsend_to_device.bat16 hdc_std shell mkdir -p /data/test/resource/testdata/
18 hdc_std file send %%f /data/test/resource/testdata/
/developtools/profiler/device/plugins/native_daemon/test/unittest/resource/
H A Dsend_to_device.bat16 hdc_std shell mkdir -p /data/test/resource/testdata/
18 hdc_std file send %%f /data/test/resource/testdata/
H A Dsend_dwarf_to_device.bat16 hdc_std shell mkdir -p /data/test/resource/testdata/dwarf/
18 hdc_std file send %%f /data/test/resource/testdata/dwarf/
/developtools/hiperf/test/unittest/resource/
H A Dsend_to_device.bat16 hdc_std shell mkdir -p /data/test/resource/testdata/
18 hdc_std file send %%f /data/test/resource/testdata/
H A Dsend_report_to_device.bat16 hdc_std shell mkdir -p /data/test/resource/testdata/report/
18 hdc_std file send %%f /data/test/resource/testdata/report/
H A Dsend_dwarf_to_device.bat16 hdc_std shell mkdir -p /data/test/resource/testdata/dwarf/
18 hdc_std file send %%f /data/test/resource/testdata/dwarf/
/developtools/ace_js2bundle/ace-loader/src/lite/
H A Dlite-transform-style.js82 if (REGEXP_COLOR.test(innerValue)) {
159 return REGEXP_NUMBER_PX.test(value);
167 return REGEXP_COLOR.test(value);
H A Dlite-transform-template.js214 if ((isFunction(classList) || isUndefined(classList)) && !REGXP_LANGUAGE.test(classList)) {
235 if (isFunction(value) && !REGXP_LANGUAGE.test(value)) {
270 } else if (REGEXP_NUMBER_PX.test(value)) {
273 } else if (REGEXP_COLOR.test(value)) {
322 * such as: onclick = "test(value)" => "click": function(evt){this.test(this.value, evt)}
328 * such as: onclick = "test" => "click": "test"
338 * Compile events of type string, add `_vm.` in front of ordinary events, such as: onclick="test" => "click": "_vm.test"
[all...]
/developtools/integration_verification/cases/smoke/basic/screenshot32/new_script/testcases/
H A Dtest_crash_check.py7 def test(self, device): member in Test
H A Dtest_launcher.py12 def test(self, setup_teardown, device): member in Test
H A Dtest_distributed_musicplayer.py14 def test(self, setup_teardown, device): member in Test
H A Dtest_controller_center.py12 def test(self, setup_teardown, device): member in Test
H A Dtest_contacts.py14 def test(self, setup_teardown, device): member in Test
H A Dtest_mms.py14 def test(self, setup_teardown, device): member in Test
/developtools/ace_ets2bundle/compiler/
H A Dwebpack.config.js69 test: /\.d\.ts/,
73 test: /(?<!\.d)\.(ets|ts)$/,
145 test: /\.js$/,
180 test: /\.json$/,
333 return /^\.\/workers\//.test(name);
342 return !excludeWorker(workerFile, chunk.name) && !/^\.\/TestAbility/.test(chunk.name);
347 test: /[\\/]node_modules[\\/]/,
/developtools/smartperf_host/trace_streamer/test/unittest/pbreader/
H A Dproto_reader_test.cpp25 #include "test.pb.h"
26 #include "test.pbreader.h"
68 auto test = cores->add_test(); in AddCoreTest() local
69 test->set_number(coreTest.number); in AddCoreTest()
70 test->set_tv_nsec(coreTest.tvNsec); in AddCoreTest()
71 test->set_name(coreTest.name); in AddCoreTest()
72 test->set_is_test(coreTest.isTest); in AddCoreTest()
73 test->set_state(coreTest.state); in AddCoreTest()
75 test->set_alloc_event(coreTest.allocEvent); in AddCoreTest()
77 test in AddCoreTest()
[all...]

Completed in 9 milliseconds

123