Home
last modified time | relevance | path

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

12345678

/developtools/profiler/device/
DBUILD.gn58 "base/test:unittest",
59 "cmds/test:unittest",
60 "plugins/api/test:unittest",
61 "plugins/cpu_plugin/test:unittest",
62 "plugins/diskio_plugin/test:unittest",
63 "plugins/ftrace_plugin/test:unittest",
64 "plugins/hidump_plugin/test:unittest",
65 "plugins/hilog_plugin/test:unittest",
66 "plugins/hiperf_plugin/test:unittest",
67 "plugins/hisysevent_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/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/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/profiler/host/smartperf/trace_streamer/doc/
Dcompiler_ut.md3 直接运行./build.sh test 即可编译代码。
5 在ut代码编译完成之后,直接运行./test.sh,可以执行所有ut,显示正确与否。
7 覆盖率报告位于out/test/html目录。
/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/sample/pages/testcases/
Donclicktest.ets36 Text("test")
37 Text("test")
38 Text("test")
47 Text("test")
48 Text("test")
49 Text("test")
/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")
42 "-Dprivate=public", #allow test code access private members
43 "-Dprotected=public", #allow test code access private members
62 "-Dprivate=public", #allow test code access private members
63 "-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/
Dproto_reader_test.cpp57 auto test = cores->add_test(); variable
58 test->set_number(NUMBER);
59 test->set_tv_nsec(TVNSEC);
60 test->set_name(NAME);
61 test->set_is_test(true);
62 test->set_state(::Test_State(0));
63 test->set_alloc_event(ALLOCEVENT);
74 auto itor = cpuInfoTest.test();
139 auto itor = cpuInfoTest.test();
183 auto itor = cpuInfoTest.test();
[all …]
/developtools/smartperf_host/trace_streamer/prebuilts/patch_googletest/
Dgoogletestbuild.gn33 # "-Dprivate=public", #allow test code access private members
46 "googletest/include/gtest/gtest-death-test.h",
48 "googletest/include/gtest/gtest-param-test.h",
50 "googletest/include/gtest/gtest-test-part.h",
51 "googletest/include/gtest/gtest-typed-test.h",
61 "googletest/include/gtest/internal/gtest-death-test-internal.h",
73 "googletest/src/gtest-death-test.cc",
78 "googletest/src/gtest-test-part.cc",
79 "googletest/src/gtest-typed-test.cc",
100 # "-Dprivate=public", #allow test code access private members
[all …]
/developtools/profiler/host/smartperf/trace_streamer/prebuilts/patch_googletest/
Dgoogletestbuild.gn33 # "-Dprivate=public", #allow test code access private members
46 "googletest/include/gtest/gtest-death-test.h",
48 "googletest/include/gtest/gtest-param-test.h",
50 "googletest/include/gtest/gtest-test-part.h",
51 "googletest/include/gtest/gtest-typed-test.h",
61 "googletest/include/gtest/internal/gtest-death-test-internal.h",
73 "googletest/src/gtest-death-test.cc",
78 "googletest/src/gtest-test-part.cc",
79 "googletest/src/gtest-typed-test.cc",
100 # "-Dprivate=public", #allow test code access private members
[all …]
/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" ]
99 "-Dprivate=public", #allow test code access private members
123 fuzz_config_file = "${hiperf_path}/test/fuzztest/commandline_fuzzer"
137 fuzz_config_file = "${hiperf_path}/test/fuzztest/libreport_fuzzer"
148 fuzz_config_file = "${hiperf_path}/test/fuzztest/clientapi_fuzzer"
159 fuzz_config_file = "${hiperf_path}/test/fuzztest/perffile_fuzzer"
171 fuzz_config_file = "${hiperf_path}/test/fuzztest/elfparser_fuzzer"
/developtools/integration_verification/tools/fotff/
D.gitignore18 # Test binary, built with `go test -c`
19 *.test
/developtools/profiler/host/smartperf/trace_streamer/
DBUILD.gn16 deps = [ "test:unittest" ]
19 deps = [ "test:fuzztest" ]
30 deps = [ "sdk/test:sdkunittest" ]
/developtools/profiler/device/plugins/native_hook/
DBUILD.gn95 sources = [ "test/hook_test.c" ]
118 sources = [ "test/hook_test.cpp" ]
138 sources = [ "test/hook_so.cpp" ]
157 sources = [ "test/malloc_test.cpp" ]
179 sources = [ "test/perf_test_data.cpp" ]
195 sources = [ "test/statistics_test.cpp" ]
/developtools/smartperf_host/ide/test/base-ui/chart/pie/
DLitChartPie.test.ts179 tip: (test: any) => {
181 <div>frequency:${test.obj.value}</div>
182 <div>min:${test.obj.min}</div>
183 <div>max:${test.obj.max}</div>
184 <div>average:${test.obj.avg}</div>
185 <div>duration:${test.obj.sumTimeStr}</div>
186 <div>ratio:${test.obj.ratio}%</div>

12345678