Home
last modified time | relevance | path

Searched refs:test (Results 1 – 25 of 202) sorted by relevance

123456789

/developtools/profiler/device/
DBUILD.gn62 "base/test:unittest",
63 "cmds/test:unittest",
64 "plugins/api/test:unittest",
65 "plugins/arkts_plugin/test:unittest",
66 "plugins/cpu_plugin/test:unittest",
67 "plugins/diskio_plugin/test:unittest",
68 "plugins/ffrt_profiler/test:unittest",
69 "plugins/ftrace_plugin/test:unittest",
70 "plugins/gpu_plugin/test:unittest",
71 "plugins/hidump_plugin/test:unittest",
[all …]
/developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/forDirective/
DforDirective.hml3 <div for="{{list}}" onclick="test($item)">
9 <div for="personItem in list" onclick="test($idx)">
17 <div for="(personIndex, personItem) in list" onclick="test(personItem)">
24 <div for="(personIndex, personItem) in list" onclick="test(personItem)">
31 <div for="(personIndex, personItem) in list" onclick="test(personItem)">
39 <div for="(personIndex, personItem) in list" onclick="test(personItem)">
46 <div for="(value, index) in value.list" onclick="test(value)">
51 <div for="shrinkClass in flexShrinkClass" onclick="test(value)">
/developtools/hdc/hdc_rust/src/host/
Dunittest.rs15 #[cfg(test)]
23 #[test]
43 #[test]
59 #[test]
79 #[test]
94 #[test]
112 #[test]
127 #[test]
145 #[test]
155 #[test]
[all …]
/developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/event/
Devent.hml3 <div onclick="test"></div>
6 <div onclick="test(value)"></div>
9 <div onclick="test(value, time)"></div>
12 <div @click="test"></div>
15 <div @click="test(value)"></div>
18 <div @click="test(value, time)"></div>
/developtools/ace_js2bundle/ace-loader/test/lite/testcase/pages/forDirective/
DforDirective.hml3 <div for="{{list}}" onclick="test($item)">
9 <div for="personItem in list" onclick="test($idx)">
17 <div for="(personIndex, personItem) in list" onclick="test(personItem)">
24 <div for="(personIndex, personItem) in list" onclick="test(personItem)">
31 <div for="(personIndex, personItem) in list" onclick="test(personItem)">
38 <div for="(personIndex, personItem) in list" onclick="test(personItem)">
45 <div for="(value, index) in value.list" onclick="test(value)">
/developtools/ace_js2bundle/ace-loader/
Dwebpack.rich.config.js46 test: /\.visual$/, property
52 test: /(\.hml)(\?[^?]+)?$/, property
58 test: /\.png$/, property
68 test: /\.css$/, property
74 test: /\.less$/, property
80 test: /\.(scss|sass)$/, property
86 test: /\.jsx?$/, property
115 test: /\.visual$/, property
121 test: /\.hml$/, property
127 test: /\.css$/, property
[all …]
Dwebpack.lite.config.js57 test: /(\.hml|app\.js)(\?[^?]+)?$/, property
63 test: /\.png$/, property
72 test: /\.css$/, property
78 test: /\.less$/, property
84 test: /\.(scss|sass)$/, property
90 test: /\.jsx?$/, property
/developtools/smartperf_host/trace_streamer/doc/
Dcompiler_ut.md3 直接运行./build.sh test 即可编译代码。
5 在ut代码编译完成之后,直接运行./test.sh,可以执行所有ut,显示正确与否。
7 覆盖率报告位于out/test/html目录。
/developtools/ace_ets2bundle/compiler/test/
DREADME.md24 First, create a new test file or directory in `compiler/test`.
34 $ npm run test
36 All files in the `compiler/test` will be tested.
39 1. Create a new test directory `foo` in `compiler`.
40 2. Create a new test file `bar.ts` in `compiler/foo`.
58 $ npm run test
60 5. All files in the `compiler/test` will be tested. The output is like the following lines:
/developtools/ace_ets2bundle/compiler/sample/pages/testcases/
Donclicktest.ets36 Text("test")
37 Text("test")
38 Text("test")
47 Text("test")
48 Text("test")
49 Text("test")
/developtools/hdc/hdc_rust/src/serializer/
Dunittest.rs18 #[cfg(test)]
23 #[test]
43 #[test]
61 #[test]
90 #[test]
/developtools/smartperf_host/ide/test/trace/database/data-trafic/
DIrqDataReceiver.test.ts62 test('IrqReceiverTest01', () => {
77 test('IrqReceiverTest02', () => {
92 test('IrqReceiverTest03', () => {
98 test('IrqReceiverTest04', () => {
/developtools/ace_js2bundle/ace-loader/test/lite/testcase/pages/event/
Devent.hml3 <div onclick="test"></div>
6 <div onclick="test(value)"></div>
9 <div onclick="test(value, time)"></div>
/developtools/profiler/device/plugins/process_plugin/test/resources/other/99/
Dstatus1 test:
2 test
/developtools/syscap_codec/test/unittest/common/
DBUILD.gn18 import("//build/lite/config/test.gni")
21 test_output_root = "$root_out_dir/test/unittest/syscap_codec"
51 "//test/testfwk/developer_test/third_party/lib/cpp:gtest_main",
64 import("//build/test.gni")
75 "../../../test/unittest/common/include",
/developtools/profiler/device/services/plugin_service/test/
DBUILD.gn14 import("//build/test.gni")
38 "-Dprivate=public", #allow test code access private members
39 "-Dprotected=public", #allow test code access private members
58 "-Dprivate=public", #allow test code access private members
59 "-Dprotected=public", #allow test code access private members
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Dcontent.js30 if (reservedKeyWords.test(expression)) {
48 if (flag && !keyWordsReg.test(path.node.name)) {
57 …throw internalKeyWords.test(expression) ? Error("An event parsing error occurred. Do not use the r…
60 …throw internalKeyWords.test(expression) ? Error("A data binding parsing error occurred. Do not use…
/developtools/smartperf_host/trace_streamer/test/unittest/
DREADME.md15 将OHOS_STD/test/resource目录push到hi3516DV300设备的/data目录
16 在代码根目录执行: push ./test/resource/ /data/
27 在代码根目录执行:./test/developertest/start.sh
42 … pull /data/test/hiprofiler_ts_ut.xml ~/OHOS_STD/developtools/profiler/build/html/
/developtools/packing_tool/adapter/scanner/
DREADME_zh.md23 java -jar app_check_tool.jar --input ./test.app --out-path ./test --stat-duplicate true
123 java -jar app_check_tool.jar --input ./test.app --out-path ./test --stat-file-size 4
209 java -jar app_check_tool.jar --input ./test.app --out-path ./test --stat-suffix true
230 "test.app/application-entry-default.hap",
231 "test.app/entry-default.hap"
284 test.app/application-entry-default.hap<br>test.app/entry-default.hap
/developtools/profiler/hidebug/test/unittest/js/
DBUILD.gn14 import("//build/test.gni")
16 module_output_path = "hiprofiler/hidebug/test/"
21 "//test/testfwk/developer_test/signature/openharmony_sx.p7b"
/developtools/hiperf/test/
DBUILD.gn14 import("//build/test.gni")
89 include_dirs = [ "${hiperf_path}/test/unittest/common/native/include" ]
102 "-Dprivate=public", #allow test code access private members
126 fuzz_config_file = "${hiperf_path}/test/fuzztest/commandline_fuzzer"
143 fuzz_config_file = "${hiperf_path}/test/fuzztest/libreport_fuzzer"
154 fuzz_config_file = "${hiperf_path}/test/fuzztest/clientapi_fuzzer"
165 fuzz_config_file = "${hiperf_path}/test/fuzztest/perffile_fuzzer"
/developtools/integration_verification/tools/fotff/
D.gitignore18 # Test binary, built with `go test -c`
19 *.test
/developtools/smartperf_host/ide/test/base-ui/chart/pie/
DLitChartPie.test.ts177 tip: (test: any) => {
179 <div>frequency:${test.obj.value}</div>
180 <div>min:${test.obj.min}</div>
181 <div>max:${test.obj.max}</div>
182 <div>average:${test.obj.avg}</div>
183 <div>duration:${test.obj.sumTimeStr}</div>
184 <div>ratio:${test.obj.ratio}%</div>
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dutilities_test.cpp312 std::string test; variable
313 EXPECT_STREQ(StringTrim(test = " a ").c_str(), "a");
314 EXPECT_STREQ(StringTrim(test = " a").c_str(), "a");
315 EXPECT_STREQ(StringTrim(test = "a ").c_str(), "a");
316 EXPECT_STREQ(StringTrim(test = " a1a ").c_str(), "a1a");
317 EXPECT_STREQ(StringTrim(test = " a1a").c_str(), "a1a");
318 EXPECT_STREQ(StringTrim(test = "a1a ").c_str(), "a1a");
319 EXPECT_STREQ(StringTrim(test = " a1a ").c_str(), "a1a");
320 EXPECT_STREQ(StringTrim(test = " a1a").c_str(), "a1a");
321 EXPECT_STREQ(StringTrim(test = "a1a ").c_str(), "a1a");
/developtools/profiler/device/plugins/native_hook/
DBUILD.gn107 sources = [ "test/hook_test.c" ]
130 sources = [ "test/hook_test.cpp" ]
150 sources = [ "test/hook_so.cpp" ]
169 sources = [ "test/malloc_test.cpp" ]
191 sources = [ "test/perf_test_data.cpp" ]
207 sources = [ "test/statistics_test.cpp" ]

123456789