Home
last modified time | relevance | path

Searched defs:test (Results 1 – 15 of 15) sorted by relevance

/developtools/ace-js2bundle/ace-loader/
Dwebpack.rich.config.js47 test: /\.visual$/, property
53 test: /(\.hml)(\?[^?]+)?$/, property
59 test: /\.png$/, property
69 test: /\.css$/, property
75 test: /\.less$/, property
81 test: /\.(scss|sass)$/, property
87 test: /\.jsx?$/, property
109 test: /\.visual$/, property
115 test: /\.hml$/, property
121 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
Dpackage.json23 "test": "npm run build && npm run richtest && npm run litetest && npm run cardtest", string
/developtools/ace-ets2bundle/compiler/
Dwebpack.config.js62 test:/\.(jpg|png|gif|jpeg|mp3|mp4|svg)$/, property
68 test: /\.d\.ts/, property
72 test: /(?<!\.d)\.(ets|ts)$/, property
145 test: /\.js$/, property
313 test: /[\\/]node_modules[\\/]/, property
Dpackage.json16 "test": "npm run build && mocha -r mocha-context/register test/test.js", string
/developtools/syscap_codec/
Dbundle.json28 "test": [] array
/developtools/global_resource_tool/
Dbundle.json30 "test": [] array
/developtools/hiperf/
Dbundle.json45 "test": [ "//developtools/hiperf/test:hiperf_test" ] array
/developtools/bytrace_standard/
Dbundle.json51 "test": [ array
/developtools/profiler/host/smartperf/ide/
Dpackage.json8 "test": "jest", string
/developtools/profiler/
Dbundle.json54 "test": [ array
/developtools/hiperf/test/unittest/common/native/
Dutilities_test.cpp301 std::string test; variable
Dsubcommand_stat_test.cpp1695 std::string test = "test"; variable
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dutilities_test.cpp308 std::string test; variable
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/datasources/databases/databaseapi/
DDataBaseApiTest.java414 String test = DataBaseApi.getInstance().checkTableRegister("test"); in registerTableTest01() local