Searched refs:packages (Results 1 – 13 of 13) sorted by relevance
/test/vts/script/ |
D | pip_requirements.txt | 1 # Required packages for VTS Runner 16 # Required packages for Camera ITS tests 17 # matplotlib # TODO(jaeshin): b/38371975, downloaded separately in download-pypi-packages.sh 22 # Required packages for Kernel tests 26 # Required packages for USB gadget tests 29 # Required packages for unit tests
|
/test/vts/doc/ |
D | user_manual.md | 16 …packages are downloaded from the [Python Package Index](https://pypi.python.org/simple/). There is… 20 * `$ . test/vts/script/download-pypi-packages.sh`
|
/test/vts-testcase/fuzz/iface_fuzzer/ |
D | ProtoFuzzerStaticParams.cpp | 79 static vector<string> ParseDirs(const string &packages) { in ParseDirs() argument 82 for (const auto &package : Split(packages, ":")) { in ParseDirs()
|
/test/vts/doc/testcase_develop_manual/ |
D | run_vts_directly.md | 5 ## Download required Python packages to local host 7 `$ . test/vts/script/pypi-packages-local.sh`
|
/test/vts/ |
D | setup.py | 35 packages=find_packages(),
|
/test/framework/harnesses/host_controller/script/ |
D | pip_requirements.txt | 1 # Required pip packages for host controller.
|
/test/vts-testcase/nbu/src/ |
D | README.md | 68 We need the following packages:
|
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/ |
D | show_profiling_overview.jsp | 31 google.charts.load('current', {'packages':['corechart']});
|
D | show_plan_run.jsp | 29 google.charts.load('current', {'packages':['table', 'corechart']});
|
D | show_graph.jsp | 29 google.charts.load('current', {packages:['corechart', 'table', 'line']});
|
D | show_tree.jsp | 31 google.charts.load('current', {'packages':['table', 'corechart']});
|
D | show_table.jsp | 30 google.charts.load('current', {'packages':['table', 'corechart']});
|
D | show_coverage_overview.jsp | 32 google.charts.load('current', {'packages':['table', 'corechart']});
|