Home
last modified time | relevance | path

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

12

/external/autotest/server/site_tests/native_Benchmarks/
Dv8.tar.bz2 ... alias-analysis.h v8/src/lithium-codegen.cc v8/src/dateparser-inl ...
/external/libchrome/libchrome_tools/patch/
Dmojo.patch3 --- a/base/android/jni_android.cc
5 @@ -253,7 +253,11 @@ void CheckException(JNIEnv* env) {
9 - LOG(FATAL) << "Please include Java exception stack in crash report";
18 --- a/build/android/gyp/util/build_utils.py
20 @@ -25,8 +25,16 @@ import zipfile
22 import md5_check # pylint: disable=relative-import
24 -sys.path.append(os.path.join(os.path.dirname(__file__),
25 - os.pardir, os.pardir, os.pardir))
26 +# pylib conflicts with mojo/public/tools/bindings/pylib. Prioritize
27 +# build/android/pylib.
[all …]
/external/libchrome/libchrome_tools/patches/
Dlibchrome-Unpatch-sys.path-update.patch11 Change-Id: I6c8ac8d4a1d156ddd77ec75485d42a810a9e61fe
12 ---
13 build/android/gyp/util/build_utils.py | 12 ++----------
14 1 file changed, 2 insertions(+), 10 deletions(-)
16 diff --git a/build/android/gyp/util/build_utils.py b/build/android/gyp/util/build_utils.py
18 --- a/build/android/gyp/util/build_utils.py
20 @@ -25,16 +25,8 @@ import zipfile
22 import md5_check # pylint: disable=relative-import
24 -# pylib conflicts with mojo/public/tools/bindings/pylib. Prioritize
25 -# build/android/pylib.
[all …]
/external/chromium-trace/catapult/devil/
DPRESUBMIT.py2 # Use of this source code is governed by a BSD-style license that can be
6 See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for
62 r'(from pylib.* import)|(import pylib)')
73 'pylib modules should not be imported from devil modules.',
/external/libchrome/mojo/public/tools/bindings/
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 …]
Dgen_data_files_list.py2 # Use of this source code is governed by a BSD-style license that can be
9 There is also an option to pass in '-p' or '--pattern'
23 "pylib"))
30 parser.add_option('-d', '--directory', help='Read files from DIRECTORY')
31 parser.add_option('-o', '--output', help='Write list to FILE')
32 parser.add_option('-p',
33 '--pattern',
/external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/generate/
Dgenerator_unittest.py2 # Use of this source code is governed by a BSD-style license that can be
23 sys.path.append(os.path.join(_GetDirAbove("pylib"), "pylib"))
Dmodule_unittest.py2 # Use of this source code is governed by a BSD-style license that can be
23 sys.path.append(os.path.join(_GetDirAbove("pylib"), "pylib"))
30 """Tests that a non-interface cannot be used for interface requests."""
40 """Tests that a non-interface type cannot be used for associated interfaces.
Dpack_unittest.py2 # Use of this source code is governed by a BSD-style license that can be
25 sys.path.append(os.path.join(_GetDirAbove("pylib"), "pylib"))
120 """Tests that interfaces are aligned on 4-byte boundaries, although the size
129 """Tests that associated interfaces are aligned on 4-byte boundaries,
Ddata_unittest.py2 # Use of this source code is governed by a BSD-style license that can be
23 sys.path.append(os.path.join(_GetDirAbove("pylib"), "pylib"))
131 """Tests that a non-interface cannot be used for interface requests."""
144 """Tests that a non-interface type cannot be used for associated
/external/libchrome/build/android/pylib/constants/
Dhost_paths_unittest.py3 # Use of this source code is governed by a BSD-style license that can be
10 import pylib.constants as constants
11 import pylib.constants.host_paths as host_paths
17 'arm': 'toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/' +
18 'arm-linux-androideabi-',
20 'toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/' +
21 'aarch64-linux-android-',
22 'x86': 'toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-',
24 'toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-',
26 'toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-',
[all …]
D__init__.py2 # Use of this source code is governed by a BSD-style license that can be
40 'castshell-command-line',
45 'android-webview-command-line',
50 'chrome-native-tests-command-line',
56 'chrome-native-tests-command-line',
61 'chrome-native-tests-command-line',
73 # will find a free port from 8001 - 8999.
103 'build-tools', ANDROID_SDK_BUILD_TOOLS_VERSION)
113 UPSTREAM_FLAKINESS_SERVER = 'test-results.appspot.com'
135 'pylib.results.json_results_test',
[all …]
/external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/
Dfileutil_unittest.py2 # Use of this source code is governed by a BSD-style license that can be
25 sys.path.append(os.path.join(_GetDirAbove("pylib"), "pylib"))
/external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/parse/
Dtranslate_unittest.py2 # Use of this source code is governed by a BSD-style license that can be
23 sys.path.append(os.path.join(_GetDirAbove("pylib"), "pylib"))
Dconditional_features_unittest.py2 # Use of this source code is governed by a BSD-style license that can be
25 sys.path.append(os.path.join(_GetDirAbove('pylib'), 'pylib'))
Dast_unittest.py2 # Use of this source code is governed by a BSD-style license that can be
23 sys.path.append(os.path.join(_GetDirAbove("pylib"), "pylib"))
Dlexer_unittest.py2 # Use of this source code is governed by a BSD-style license that can be
26 sys.path.append(os.path.join(_GetDirAbove("pylib"), "pylib"))
30 # This (monkey-patching LexToken to make comparison value-based) is evil, but
40 """Makes a LexToken with the given parameters. (Note that lineno is 1-based,
41 but lexpos is 0-based.)"""
136 self.assertEquals(self._SingleTokenForInput("-"),
137 _MakeLexToken("MINUS", "-"))
/external/libchrome/build/android/gyp/util/
Dbuild_utils.py2 # Use of this source code is governed by a BSD-style license that can be
22 # Any new non-system import must be added to:
26 import md5_check # pylint: disable=relative-import
28 # pylib conflicts with mojo/public/tools/bindings/pylib. Prioritize
29 # build/android/pylib.
40 # Definition copied from pylib/constants/__init__.py to avoid adding
41 # a dependency on pylib.
95 """Converts a command-line parameter into a list.
97 If the input starts with a '[' it is assumed to be a GN-formatted list and
100 GN-formatted in that it's not assumed to have literal quotes that must be
[all …]
/external/dtc/pylibfdt/
DMakefile.pylibfdt1 # SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause)
16 SETUPFLAGS += --quiet
21 $(PYTHON) $(SETUP) $(SETUPFLAGS) build_ext --build-lib=../$(PYLIBFDT_dir)
24 @$(VECHO) INSTALL-PYLIB
25 $(PYTHON) $(SETUP) $(SETUPFLAGS) install --prefix=$(PREFIX)
29 rm -f $(PYLIBFDT_CLEANFILES)
30 rm -rf $(PYLIBFDT_CLEANDIRS)
/external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/support/
Drun_bindings_generator.py2 # Use of this source code is governed by a BSD-style license that can be
23 # We're in src/mojo/public/tools/bindings/pylib/mojom_tests/support;
29 "-o", os.path.join(out_dir, mojom_reldir)]
/external/libchrome/build/
Dgyp_chromium.py2 # Use of this source code is governed by a BSD-style license that can be
17 sys.path.insert(0, os.path.join(chrome_src, 'tools', 'gyp', 'pylib'))
22 """Converts a list of strings to a list of key-value pairs."""
49 parser.add_argument('-D', dest='defines', action='append', default=[])
62 '--check',
63 '--no-circular-check',
64 '-I', os.path.join(script_dir, 'common.gypi'),
65 '-D', 'gyp_output_dir=out']))
/external/google-breakpad/src/build/
Dgyp_breakpad38 sys.path.insert(0, os.path.join(breakpad_root, 'tools', 'gyp', 'pylib'))
52 args.append('-I')
55 args.extend(['-D', 'gyp_output_dir=out'])
58 args.append('--depth=' + os.path.relpath(breakpad_root))
/external/autotest/client/common_lib/test_utils/
Dfunctools_24.py28 __revision__ = '$Dima: pylib/functools/functools.py,v 1.2 2005/08/22 07:05:22 dima Exp $'
35 fs = args[-2::-1]
36 g = args[-1]
/external/python/cpython3/.github/workflows/
Dcoverage.yml6 - master
7 - 3.9
8 - 3.8
9 - 3.7
10 paths-ignore:
11 - 'Doc/**'
12 - 'Misc/**'
15 # - master
16 # - 3.9
17 # - 3.8
[all …]
/external/python/cpython3/.azure-pipelines/
Dposix-steps.yml9 - checkout: self
14 - script: sudo setfacl -Rb /home/vsts
17 - script: ${{ parameters.sudo_dependencies }} ./.azure-pipelines/posix-deps-${{ parameters.dependen…
20 - script: ./configure --with-pydebug
23 - script: make -j4
26 - ${{ if eq(parameters.coverage, 'true') }}:
27 - script: ./python -m venv venv && ./venv/bin/python -m pip install -U coverage
30 - script: ./venv/bin/python -m test.pythoninfo
33 - script: |
34 $COMMAND -m coverage run --pylib -m test \
[all …]

12