Home
last modified time | relevance | path

Searched +full:- +full:- +full:pylib (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/aosp_15_r20/external/cronet/build/android/
H A Dtest_runner.pydeps2 # build/print_python_deps.py --root build/android --output build/android/test_runner.pydeps build…
153 pylib/__init__.py
154 pylib/base/__init__.py
155 pylib/base/base_test_result.py
156 pylib/base/environment.py
157 pylib/base/environment_factory.py
158 pylib/base/output_manager.py
159 pylib/base/output_manager_factory.py
160 pylib/base/test_collection.py
161 pylib/base/test_exception.py
[all …]
H A DPRESUBMIT.py2 # Use of this source code is governed by a BSD-style license that can be
7 See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for
97 J('pylib', 'constants', 'host_paths_unittest.py'),
98 J('pylib', 'gtest', 'gtest_test_instance_test.py'),
99 J('pylib', 'instrumentation',
101 J('pylib', 'local', 'device', 'local_device_gtest_run_test.py'),
102 J('pylib', 'local', 'device',
104 J('pylib', 'local', 'device', 'local_device_test_run_test.py'),
105 J('pylib', 'local', 'machine',
107 J('pylib', 'output', 'local_output_manager_test.py'),
[all …]
H A Dapk_operations.pydeps2 # build/print_python_deps.py --root build/android --output build/android/apk_operations.pydeps bu…
103 pylib/__init__.py
104 pylib/constants/__init__.py
105 pylib/constants/host_paths.py
106 pylib/symbols/__init__.py
107 pylib/symbols/deobfuscator.py
108 pylib/symbols/expensive_line_transformer.py
109 pylib/utils/__init__.py
110 pylib/utils/app_bundle_utils.py
111 pylib/utils/simpleperf.py
[all …]
H A DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
96 # TODO(go/turn-down-test-results): Remove once we turn down
97 # test-results.appspot.com
99 pydeps_file = "pylib/results/presentation/test_results_presentation.pydeps"
101 "//build/android/pylib/results/presentation/template",
102 "//build/android/pylib/results/presentation/javascript/main_html.js",
129 "//build/android/pylib/device/commands",
154 "pylib/gtest/filter/",
155 "pylib/instrumentation/render_test.html.jinja",
156 "pylib/local/machine/local_machine_hostside_tradefed_config.xml",
[all …]
H A Dtest_runner.py4 # Use of this source code is governed by a BSD-style license that can be
30 import _strptime # pylint: disable=unused-import
32 # pylint: disable=ungrouped-imports
33 from pylib.constants import host_paths
42 from pylib import constants
43 from pylib.base import base_test_result
44 from pylib.base import environment_factory
45 from pylib.base import output_manager
46 from pylib.base import output_manager_factory
47 from pylib.base import test_instance_factory
[all …]
/aosp_15_r20/external/angle/build/android/
H A Dtest_runner.pydeps2 # build/print_python_deps.py --root build/android --output build/android/test_runner.pydeps build…
155 pylib/__init__.py
156 pylib/base/__init__.py
157 pylib/base/base_test_result.py
158 pylib/base/environment.py
159 pylib/base/environment_factory.py
160 pylib/base/output_manager.py
161 pylib/base/output_manager_factory.py
162 pylib/base/test_collection.py
163 pylib/base/test_exception.py
[all …]
H A DPRESUBMIT.py2 # Use of this source code is governed by a BSD-style license that can be
7 See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for
108 J('pylib', 'base', 'output_manager_test_case.py'),
109 J('pylib', 'constants', 'host_paths_unittest.py'),
110 J('pylib', 'gtest', 'gtest_test_instance_test.py'),
111 J('pylib', 'instrumentation', 'instrumentation_parser_test.py'),
112 J('pylib', 'instrumentation',
114 J('pylib', 'local', 'device', 'local_device_gtest_run_test.py'),
115 J('pylib', 'local', 'device',
117 J('pylib', 'local', 'device', 'local_device_test_run_test.py'),
[all …]
H A Dapk_operations.pydeps2 # build/print_python_deps.py --root build/android --output build/android/apk_operations.pydeps bu…
103 pylib/__init__.py
104 pylib/constants/__init__.py
105 pylib/constants/host_paths.py
106 pylib/symbols/__init__.py
107 pylib/symbols/deobfuscator.py
108 pylib/symbols/expensive_line_transformer.py
109 pylib/utils/__init__.py
110 pylib/utils/app_bundle_utils.py
111 pylib/utils/simpleperf.py
[all …]
H A DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
111 "--arch=$sanitizer_arch",
112 "--output",
118 # TODO(go/turn-down-test-results): Remove once we turn down
119 # test-results.appspot.com
121 pydeps_file = "pylib/results/presentation/test_results_presentation.pydeps"
123 "//build/android/pylib/results/presentation/template",
124 "//build/android/pylib/results/presentation/javascript/main_html.js",
151 "//build/android/pylib/device/commands",
177 "pylib/gtest/filter/",
[all …]
H A Dtest_runner.py4 # Use of this source code is governed by a BSD-style license that can be
30 import _strptime # pylint: disable=unused-import
32 # pylint: disable=ungrouped-imports
33 from pylib.constants import host_paths
42 from pylib import constants
43 from pylib.base import base_test_result
44 from pylib.base import environment_factory
45 from pylib.base import output_manager
46 from pylib.base import output_manager_factory
47 from pylib.base import test_instance_factory
[all …]
/aosp_15_r20/external/angle/build/android/pylib/base/
H A Dtest_run_factory.py2 # Use of this source code is governed by a BSD-style license that can be
6 from pylib.gtest import gtest_test_instance
7 from pylib.hostside import hostside_test_instance
8 from pylib.instrumentation import instrumentation_test_instance
9 from pylib.junit import junit_test_instance
10 from pylib.monkey import monkey_test_instance
11 from pylib.local.device import local_device_environment
12 from pylib.local.device import local_device_gtest_run
13 from pylib.local.device import local_device_instrumentation_test_run
14 from pylib.local.device import local_device_monkey_test_run
[all …]
H A Dtest_instance_factory.py2 # Use of this source code is governed by a BSD-style license that can be
6 from pylib.gtest import gtest_test_instance
7 from pylib.hostside import hostside_test_instance
8 from pylib.instrumentation import instrumentation_test_instance
9 from pylib.junit import junit_test_instance
10 from pylib.monkey import monkey_test_instance
11 from pylib.utils import device_dependencies
/aosp_15_r20/external/cronet/build/android/pylib/base/
H A Dtest_run_factory.py2 # Use of this source code is governed by a BSD-style license that can be
6 from pylib.gtest import gtest_test_instance
7 from pylib.hostside import hostside_test_instance
8 from pylib.instrumentation import instrumentation_test_instance
9 from pylib.junit import junit_test_instance
10 from pylib.monkey import monkey_test_instance
11 from pylib.local.device import local_device_environment
12 from pylib.local.device import local_device_gtest_run
13 from pylib.local.device import local_device_instrumentation_test_run
14 from pylib.local.device import local_device_monkey_test_run
[all …]
H A Dtest_instance_factory.py2 # Use of this source code is governed by a BSD-style license that can be
6 from pylib.gtest import gtest_test_instance
7 from pylib.hostside import hostside_test_instance
8 from pylib.instrumentation import instrumentation_test_instance
9 from pylib.junit import junit_test_instance
10 from pylib.monkey import monkey_test_instance
11 from pylib.utils import device_dependencies
/aosp_15_r20/external/angle/build/android/pylib/utils/
H A Dcode_coverage_utils_test.py2 # Use of this source code is governed by a BSD-style license that can be
6 # pylint: disable=protected-access
12 from pylib.utils import code_coverage_utils
15 import mock # pylint: disable=import-error
22 def PathExists(self, directory, retries): # pylint: disable=unused-argument
43 @mock.patch('pylib.utils.code_coverage_utils.PullClangCoverageFiles')
44 @mock.patch('pylib.utils.code_coverage_utils.MergeClangCoverageFiles')
60 @mock.patch('pylib.utils.code_coverage_utils.PullClangCoverageFiles')
61 @mock.patch('pylib.utils.code_coverage_utils.MergeClangCoverageFiles')
75 @mock.patch('pylib.utils.code_coverage_utils.PullClangCoverageFiles')
[all …]
/aosp_15_r20/external/cronet/build/android/pylib/utils/
H A Dcode_coverage_utils_test.py2 # Use of this source code is governed by a BSD-style license that can be
6 # pylint: disable=protected-access
12 from pylib.utils import code_coverage_utils
15 import mock # pylint: disable=import-error
22 def PathExists(self, directory, retries): # pylint: disable=unused-argument
43 @mock.patch('pylib.utils.code_coverage_utils.PullClangCoverageFiles')
44 @mock.patch('pylib.utils.code_coverage_utils.MergeClangCoverageFiles')
60 @mock.patch('pylib.utils.code_coverage_utils.PullClangCoverageFiles')
61 @mock.patch('pylib.utils.code_coverage_utils.MergeClangCoverageFiles')
75 @mock.patch('pylib.utils.code_coverage_utils.PullClangCoverageFiles')
[all …]
/aosp_15_r20/external/cronet/build/config/siso/
H A Dblink_all.star1 # -*- bazel-starlark -*-
3 # Use of this source code is governed by a BSD-style license that can be
13 "third_party/pyjson5/src/json5:pylib": {
17 "third_party/jinja2:pylib": {
21 "third_party/markupsafe:pylib": {
53 …/run_with_pythonpath.py -I ../../third_party/blink/renderer/build/scripts -I ../../third_party -I …
54 # TODO: b/330095451 - specify the following inputs in GN configs.
58 "third_party/jinja2:pylib",
59 "third_party/markupsafe:pylib",
60 "third_party/pyjson5/src/json5:pylib",
/aosp_15_r20/external/angle/build/android/pylib/local/device/
H A Dlocal_device_gtest_run.py2 # Use of this source code is governed by a BSD-style license that can be
28 from pylib import constants
29 from pylib.base import base_test_result
30 from pylib.base import test_exception
31 from pylib.gtest import gtest_test_instance
32 from pylib.local import local_test_server_spawner
33 from pylib.local.device import local_device_environment
34 from pylib.local.device import local_device_test_run
35 from pylib.symbols import stack_symbolizer
36 from pylib.utils import code_coverage_utils
[all …]
H A Dlocal_device_instrumentation_test_run.py2 # Use of this source code is governed by a BSD-style license that can be
33 from pylib import constants
34 from pylib.base import base_test_result
35 from pylib.base import output_manager
36 from pylib.base import test_exception
37 from pylib.constants import host_paths
38 from pylib.instrumentation import instrumentation_parser
39 from pylib.instrumentation import instrumentation_test_instance
40 from pylib.local.device import local_device_environment
41 from pylib.local.device import local_device_test_run
[all …]
/aosp_15_r20/external/cronet/build/android/pylib/instrumentation/
H A Dinstrumentation_test_instance.py2 # Use of this source code is governed by a BSD-style license that can be
12 from pylib import constants
13 from pylib.base import base_test_result
14 from pylib.base import test_exception
15 from pylib.base import test_instance
16 from pylib.constants import host_paths
17 from pylib.instrumentation import instrumentation_parser
18 from pylib.instrumentation import test_result
19 from pylib.symbols import deobfuscator
20 from pylib.symbols import stack_symbolizer
[all …]
/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/
H A Dmojom.gni2 # Use of this source code is governed by a BSD-style license that can be
9 # consistent across toolchains and which is affected by branded vs non-branded
31 # non-Chrome OS desktop platforms. Set to |false| to disable message ID
60 "$mojom_generator_root/pylib/mojom/__init__.py",
61 "$mojom_generator_root/pylib/mojom/error.py",
62 "$mojom_generator_root/pylib/mojom/generate/__init__.py",
63 "$mojom_generator_root/pylib/mojom/generate/constant_resolver.py",
64 "$mojom_generator_root/pylib/mojom/generate/generator.py",
65 "$mojom_generator_root/pylib/mojom/generate/module.py",
66 "$mojom_generator_root/pylib/mojom/generate/pack.py",
[all …]
/aosp_15_r20/external/angle/build/android/pylib/instrumentation/
H A Dinstrumentation_test_instance.py2 # Use of this source code is governed by a BSD-style license that can be
12 from pylib import constants
13 from pylib.base import base_test_result
14 from pylib.base import test_exception
15 from pylib.base import test_instance
16 from pylib.constants import host_paths
17 from pylib.instrumentation import instrumentation_parser
18 from pylib.instrumentation import test_result
19 from pylib.symbols import deobfuscator
20 from pylib.symbols import stack_symbolizer
[all …]
/aosp_15_r20/external/cronet/build/android/pylib/local/device/
H A Dlocal_device_instrumentation_test_run.py2 # Use of this source code is governed by a BSD-style license that can be
32 from pylib import constants
33 from pylib import valgrind_tools
34 from pylib.base import base_test_result
35 from pylib.base import output_manager
36 from pylib.constants import host_paths
37 from pylib.instrumentation import instrumentation_parser
38 from pylib.instrumentation import instrumentation_test_instance
39 from pylib.local.device import local_device_environment
40 from pylib.local.device import local_device_test_run
[all …]
/aosp_15_r20/external/cronet/build/android/pylib/local/machine/
H A Dlocal_machine_hostside_test_run.py2 # Use of this source code is governed by a BSD-style license that can be
20 from pylib.base import base_test_result
21 from pylib.base import test_exception
22 from pylib.base import test_run
23 from pylib.local.machine import local_machine_junit_test_run as junitrun
24 from pylib.symbols import stack_symbolizer
81 # pylint: disable=no-member
83 # pylint: enable=no-member
98 '--module-parameter',
103 '--exclude-filter',
[all …]
/aosp_15_r20/external/angle/build/android/pylib/local/machine/
H A Dlocal_machine_hostside_test_run.py2 # Use of this source code is governed by a BSD-style license that can be
20 from pylib.base import base_test_result
21 from pylib.base import test_exception
22 from pylib.base import test_run
23 from pylib.local.machine import local_machine_junit_test_run as junitrun
24 from pylib.symbols import stack_symbolizer
81 # pylint: disable=no-member
83 # pylint: enable=no-member
98 '--module-parameter',
103 '--exclude-filter',
[all …]

12345678910>>...12