Searched +full:- +full:- +full:pylib (Results 1 – 25 of 43) sorted by relevance
12
... alias-analysis.h v8/src/lithium-codegen.cc v8/src/dateparser-inl ...
3 --- a/base/android/jni_android.cc5 @@ -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.py20 @@ -25,8 +25,16 @@ import zipfile22 import md5_check # pylint: disable=relative-import24 -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. Prioritize27 +# build/android/pylib.[all …]
11 Change-Id: I6c8ac8d4a1d156ddd77ec75485d42a810a9e61fe12 ---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.py18 --- a/build/android/gyp/util/build_utils.py20 @@ -25,16 +25,8 @@ import zipfile22 import md5_check # pylint: disable=relative-import24 -# pylib conflicts with mojo/public/tools/bindings/pylib. Prioritize25 -# build/android/pylib.[all …]
2 # Use of this source code is governed by a BSD-style license that can be6 See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for62 r'(from pylib.* import)|(import pylib)')73 'pylib modules should not be imported from devil modules.',
2 # Use of this source code is governed by a BSD-style license that can be9 # consistent across toolchains and which is affected by branded vs non-branded31 # non-Chrome OS desktop platforms. Set to |false| to disable message ID60 "$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 …]
2 # Use of this source code is governed by a BSD-style license that can be9 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',
2 # Use of this source code is governed by a BSD-style license that can be23 sys.path.append(os.path.join(_GetDirAbove("pylib"), "pylib"))
2 # Use of this source code is governed by a BSD-style license that can be23 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.
2 # Use of this source code is governed by a BSD-style license that can be25 sys.path.append(os.path.join(_GetDirAbove("pylib"), "pylib"))120 """Tests that interfaces are aligned on 4-byte boundaries, although the size129 """Tests that associated interfaces are aligned on 4-byte boundaries,
2 # Use of this source code is governed by a BSD-style license that can be23 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
3 # Use of this source code is governed by a BSD-style license that can be10 import pylib.constants as constants11 import pylib.constants.host_paths as host_paths17 '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 …]
2 # Use of this source code is governed by a BSD-style license that can be40 '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 …]
2 # Use of this source code is governed by a BSD-style license that can be25 sys.path.append(os.path.join(_GetDirAbove("pylib"), "pylib"))
2 # Use of this source code is governed by a BSD-style license that can be25 sys.path.append(os.path.join(_GetDirAbove('pylib'), 'pylib'))
2 # Use of this source code is governed by a BSD-style license that can be26 sys.path.append(os.path.join(_GetDirAbove("pylib"), "pylib"))30 # This (monkey-patching LexToken to make comparison value-based) is evil, but40 """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", "-"))
2 # Use of this source code is governed by a BSD-style license that can be22 # Any new non-system import must be added to:26 import md5_check # pylint: disable=relative-import28 # pylib conflicts with mojo/public/tools/bindings/pylib. Prioritize29 # build/android/pylib.40 # Definition copied from pylib/constants/__init__.py to avoid adding41 # 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 and100 GN-formatted in that it's not assumed to have literal quotes that must be[all …]
1 # SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause)16 SETUPFLAGS += --quiet21 $(PYTHON) $(SETUP) $(SETUPFLAGS) build_ext --build-lib=../$(PYLIBFDT_dir)24 @$(VECHO) INSTALL-PYLIB25 $(PYTHON) $(SETUP) $(SETUPFLAGS) install --prefix=$(PREFIX)29 rm -f $(PYLIBFDT_CLEANFILES)30 rm -rf $(PYLIBFDT_CLEANDIRS)
2 # Use of this source code is governed by a BSD-style license that can be23 # We're in src/mojo/public/tools/bindings/pylib/mojom_tests/support;29 "-o", os.path.join(out_dir, mojom_reldir)]
2 # Use of this source code is governed by a BSD-style license that can be17 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']))
38 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))
28 __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]
6 - master7 - 3.98 - 3.89 - 3.710 paths-ignore:11 - 'Doc/**'12 - 'Misc/**'15 # - master16 # - 3.917 # - 3.8[all …]
9 - checkout: self14 - script: sudo setfacl -Rb /home/vsts17 - script: ${{ parameters.sudo_dependencies }} ./.azure-pipelines/posix-deps-${{ parameters.dependen…20 - script: ./configure --with-pydebug23 - script: make -j426 - ${{ if eq(parameters.coverage, 'true') }}:27 - script: ./python -m venv venv && ./venv/bin/python -m pip install -U coverage30 - script: ./venv/bin/python -m test.pythoninfo33 - script: |34 $COMMAND -m coverage run --pylib -m test \[all …]