Home
last modified time | relevance | path

Searched +full:lint +full:- +full:py (Results 1 – 25 of 42) sorted by relevance

12

/third_party/node/.github/workflows/
Dlinters.yml10 lint-addon-docs:
11 runs-on: ubuntu-latest
13 - uses: actions/checkout@v2
14 - name: Use Node.js ${{ env.NODE_VERSION }}
15 uses: actions/setup-node@v1
17 node-version: ${{ env.NODE_VERSION }}
18 - name: Environment Information
20 - name: Lint addon docs
21 run: NODE=$(which node) make lint-addon-docs
22 lint-cpp:
[all …]
Dpythonpackage.yml7 runs-on: ubuntu-latest
9 fail-fast: false
10 max-parallel: 1
12 python-version: [3.8] # [2.7, 3.5, 3.6, 3.7]
14 - uses: actions/checkout@v2
15 - name: Set up Python ${{ matrix.python-version }}
16 uses: actions/setup-python@v1
18 python-version: ${{ matrix.python-version }}
19 - name: Compile Node.js
21 python ./configure.py
[all …]
/third_party/node/
DMakefile1 -include config.mk
10 STAGINGSERVER ?= node-www
12 OSTYPE := $(shell uname -s | tr '[A-Z]' '[a-z]')
13 COVTESTS ?= test-cov
16 GNUMAKEFLAGS += --no-print-directory
23 PARALLEL_ARGS = -j $(JOBS)
25 PARALLEL_ARGS = -J
29 TAP_V8 := --junitout $(PWD)/v8-tap.xml
30 TAP_V8_INTL := --junitout $(PWD)/v8-intl-tap.xml
31 TAP_V8_BENCHMARKS := --junitout $(PWD)/v8-benchmarks-tap.xml
[all …]
Dvcbuild.bat8 if /i "%1"=="--help" goto help
9 if /i "%1"=="-help" goto help
12 if /i "%1"=="-?" goto help
13 if /i "%1"=="--?" goto help
19 set NATIVE_SUITES=addons js-native-api node-api
24 @rem Same as the test-ci target in Makefile
74 :next-arg
75 if "%1"=="" goto args-done
76 if /i "%1"=="debug" set config=Debug&goto arg-ok
77 if /i "%1"=="release" set config=Release&set ltcg=1&set cctest=1&goto arg-ok
[all …]
DBUILDING.md13 * [Supported platforms](#supported-platforms)
16 * [Platform list](#platform-list)
17 * [Supported toolchains](#supported-toolchains)
18 * [Official binary platforms and toolchains](#official-binary-platforms-and-toolchains)
19 * [OpenSSL asm support](#openssl-asm-support)
20 * [Previous versions of this document](#previous-versions-of-this-document)
21 * [Building Node.js on supported platforms](#building-nodejs-on-supported-platforms)
22 * [Note about Python 2 and Python 3](#note-about-python-2-and-python-3)
23 * [Unix and macOS](#unix-and-macos)
24 * [Unix prerequisites](#unix-prerequisites)
[all …]
/third_party/boringssl/src/third_party/googletest/test/
Dgtest_test_utils.py31 # Suppresses the 'Import not at the top of the file' lint complaint.
32 # pylint: disable-msg=C6204
52 # pylint: enable-msg=C6204
56 # The environment variable for specifying the path to the premature-exit file.
72 # environment. The comment suppresses the 'Invalid variable name' lint
86 # Suppresses the lint complaint about a global variable since we need it
87 # here to maintain module-wide state.
101 prefix = '--' + flag + '='
107 # We don't increment i in case we just found a --gtest_* flag
116 # _ParseAndStripGTestFlags() here to make sure the --gtest_* flags
[all …]
/third_party/googletest/googletest/test/
Dgtest_test_utils.py31 # Suppresses the 'Import not at the top of the file' lint complaint.
32 # pylint: disable-msg=C6204
51 # pylint: enable-msg=C6204
55 # The environment variable for specifying the path to the premature-exit file.
71 # environment. The comment suppresses the 'Invalid variable name' lint
85 # Suppresses the lint complaint about a global variable since we need it
86 # here to maintain module-wide state.
100 prefix = '--' + flag + '='
106 # We don't increment i in case we just found a --gtest_* flag
115 # _ParseAndStripGTestFlags() here to make sure the --gtest_* flags
[all …]
/third_party/googletest/googlemock/test/
Dgmock_test_utils.py51 """Returns the absolute path of the directory where the .py files are."""
73 """Returns the argument to exit(), or -1 if exit() wasn't called.
89 return -1
92 # Suppresses the "Invalid const name" lint complaint
93 # pylint: disable-msg=C6409
102 # pylint: enable-msg=C6409
/third_party/icu/
D.travis.yml7 - name: "c: docs"
14 - doxygen
16 - cd icu4c/source
17 - ./runConfigureICU Linux --disable-renaming
20 # The Doxygen version from Travis is down-rev, and doesn't recognize some options
23- set +o pipefail && make doc 2>&1 | tee doxygen.log && ( ! grep -P 'warning:(?! .* file Doxyfile)…
26 - name: "j"
31 - ant
32 - ant-optional
35 - cd icu4j
[all …]
/third_party/python/Lib/ensurepip/_bundled/
Dpip-20.1.1-py2.py3-none-any.whl ... pip/__init__.py pip/__main__.py pip/_internal/__init__.py pip/_internal/
/third_party/libphonenumber/javascript/
Dbuild.xml3 <project name="libphonenumber-javascript" default="compile">
4 <property name="closure-compiler.dir"
5 value="${basedir}/../../closure-compiler" />
6 <property name="closure-compiler.jar"
7 value="${closure-compiler.dir}/target/closure-compiler-1.0-SNAPSHOT.jar" />
8 <property name="closure-library.dir"
9 value="${basedir}/../../closure-library" />
10 <property name="closure-linter.dir"
11 value="${basedir}/../../closure-linter" />
12 <property name="python-gflags.dir"
[all …]
/third_party/flutter/skia/infra/bots/
Dutils.py5 # Use of this source code is governed by a BSD-style license that can be
34 duration = (finish-self._start).total_seconds()
95 GIT, 'rev-parse', '--abbrev-ref', 'HEAD']).rstrip()
98 GIT, 'rev-parse', 'HEAD']).rstrip()
103 subprocess.check_call([GIT, 'checkout', '-b', self._branch,
104 '-t', 'origin/master'])
108 subprocess.check_call([GIT, 'reset', '--hard', 'HEAD'])
112 subprocess.check_call([GIT, 'branch', '-D', self._branch])
116 """Recursively removes a directory, even if it's marked read-only.
119 …hromium/tools/build/+/f3e7ff03613cd59a463b2ccc49773c3813e77404/scripts/common/chromium_utils.py#491
[all …]
/third_party/XKeyboardConfig/
Daclocal.m41 # generated automatically by aclocal 1.16.1 -*- Autoconf -*-
3 # Copyright (C) 1996-2018 Free Software Foundation, Inc.
23 # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
24 # serial 11 (pkg-config-0.29.1)
27 dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com>
41 dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
42 dnl 02111-1307, USA.
50 dnl PKG_PREREQ(MIN-VERSION)
51 dnl -----------------------
54 dnl Verify that the version of the pkg-config macros are at least
[all …]
/third_party/python/Doc/howto/
Dpyporting.rst1 .. _pyporting-howto:
17 please see :ref:`cporting-howto`.
23 For help with porting, you can email the python-porting_ mailing list with
29 To make your project be single-source Python 2/3 compatible, the basic steps
61 lower-level work is now mostly done for you and thus can at least benefit from
69 -------------------------------------
80 have to import a function instead of using a built-in one, but otherwise the
91 Make sure you specify the proper version support in your ``setup.py`` file
92 --------------------------------------------------------------------------
94 In your ``setup.py`` file you should have the proper `trove classifier`_
[all …]
/third_party/protobuf/docs/
Dthird_party.md1 # Third-Party Add-ons for Protocol Buffers
3 … Also note that many projects here are in the early stages of development and not production-ready.
10 * Action Script: http://code.google.com/p/protobuf-actionscript3/
11 * Action Script: https://code.google.com/p/protoc-gen-as3/
13 * Action Script: https://github.com/zhongfq/protobuf-as3/
14 * C: https://github.com/protobuf-c/protobuf-c
20 * C++: https://github.com/google/protobuf (Google-official implementation)
23 * C#: http://code.google.com/p/protobuf-csharp-port
25 * C#/.NET/WCF/VB: http://code.google.com/p/protobuf-net/
26 * Clojure: http://github.com/ninjudd/clojure-protobuf
[all …]
/third_party/json/third_party/cpplint/
Dcpplint.py31 """Does google-lint on c++ files.
34 be in non-compliance with google style. It does not attempt to fix
35 up these problems -- the point is to educate. It does also not
67 # -- pylint: disable=redefined-builtin
72 Syntax: cpplint.py [--verbose=#] [--output=emacs|eclipse|vs7|junit]
73 [--filter=-x,+y,...]
74 [--counting=total|toplevel|detailed] [--root=subdir]
75 [--repository=path]
76 [--linelength=digits] [--headers=x,y,...]
77 [--recursive]
[all …]
/third_party/node/doc/changelogs/
DCHANGELOG_V11.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
48 ## 2019-04-11, Version 11.14.0 (Current), @BethGriggs
63 * [[`ca7c4f485b`](https://github.com/nodejs/node/commit/ca7c4f485b)] - **async_hooks**: minor clean…
64 …fa8166`](https://github.com/nodejs/node/commit/e9bffa8166)] - **benchmark**: improve module-loader…
65 * [[`09d6dfb21d`](https://github.com/nodejs/node/commit/09d6dfb21d)] - **benchmark**: add new modul…
66 …https://github.com/nodejs/node/commit/5512ecb5b0)] - **benchmark**: tidy up eslint ignore in forea…
67 * [[`de937375e4`](https://github.com/nodejs/node/commit/de937375e4)] - **benchmark**: remove unused…
68 * [[`0aea4d1c77`](https://github.com/nodejs/node/commit/0aea4d1c77)] - **benchmark,lib**: change va…
[all …]
DCHANGELOG_V012.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
55 ## 2016-12-21, Version 0.12.18 (Maintenance), @rvagg
60 * process: `process.versions.ares` now outputs the c-ares version (Johan Bergström)
64 * [[`a47fd4549d`](https://github.com/nodejs/node/commit/a47fd4549d) - build: add working lint-ci ma…
65 * [[`830584ca59`](https://github.com/nodejs/node/commit/830584ca59) - deps: define missing operator…
66 * [[`c130b31cba`](https://github.com/nodejs/node/commit/c130b31cba) - deps: upgrade npm to 2.15.11 …
67 * [[`bc6766d847`](https://github.com/nodejs/node/commit/bc6766d847) - doc: update npm license in ma…
68 * [[`0cdf344c80`](https://github.com/nodejs/node/commit/0cdf344c80) - (SEMVER-MINOR) process: reint…
[all …]
DCHANGELOG_V010.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
87 ## 2016-10-18, Version 0.10.48 (Maintenance), @rvagg
89 …y release summary at https://nodejs.org/en/blog/vulnerability/october-2016-security-releases/ for …
93 * c-ares: fix for single-byte buffer overwrite, CVE-2016-5180, more information at https://c-ares.h…
97 * [[`a14a6a3a11`](https://github.com/nodejs/node/commit/a14a6a3a11)] - deps: c-ares, avoid single-b…
98 * [[`b798f598af`](https://github.com/nodejs/node/commit/b798f598af)] - tls: fix minor jslint failur…
99 * [[`92b232ba01`](https://github.com/nodejs/node/commit/92b232ba01)] - win,build: try multiple time…
102 ## 2016-09-27, Version 0.10.47 (Maintenance), @rvagg
[all …]
DCHANGELOG_V10.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
58 ## 2019-03-05, Version 10.15.3 'Dubnium' (LTS), @BethGriggs
67 …* fix end-of-stream for HTTP/2 (Anna Henningsen) [#24926](https://github.com/nodejs/node/pull/2492…
71 * [[`732088dd44`](https://github.com/nodejs/node/commit/732088dd44)] - **assert**: fix loose deepEq…
72 * [[`5a81a4f6cd`](https://github.com/nodejs/node/commit/5a81a4f6cd)] - **assert,util**: fix sparse …
73 * [[`bd08ede3ab`](https://github.com/nodejs/node/commit/bd08ede3ab)] - **buffer**: remove checkNumb…
74 * [[`15756e0acc`](https://github.com/nodejs/node/commit/15756e0acc)] - **build**: set `-blibpath:` …
75 * [[`fde56fa748`](https://github.com/nodejs/node/commit/fde56fa748)] - **build**: make lint-addon-d…
[all …]
/third_party/freetype/
DChangeLog.201 2002-02-09 Werner Lemberg <wl@gnu.org>
11 2002-02-08 David Turner <david@freetype.org>
22 2002-02-07 David Turner <david@freetype.org>
27 2002-02-06 David Turner <david@freetype.org>
69 2002-02-06 Detlef Würkner <TetiSoft@apg.lahn.de>
77 2002-02-04 Keith Packard <keithp@keithp.com>
94 high-level API.
117 2002-02-02 Keith Packard <keithp@keithp.com>
119 * builds/unix/freetype-config.in: Add missing `fi'.
126 2002-02-01 David Turner <david@freetype.org>
[all …]
/third_party/flutter/skia/third_party/externals/freetype/
DChangeLog.201 2002-02-09 Werner Lemberg <wl@gnu.org>
11 2002-02-08 David Turner <david@freetype.org>
22 2002-02-07 David Turner <david@freetype.org>
27 2002-02-06 David Turner <david@freetype.org>
69 2002-02-06 Detlef Würkner <TetiSoft@apg.lahn.de>
77 2002-02-04 Keith Packard <keithp@keithp.com>
94 high-level API.
117 2002-02-02 Keith Packard <keithp@keithp.com>
119 * builds/unix/freetype-config.in: Add missing `fi'.
126 2002-02-01 David Turner <david@freetype.org>
[all …]
/third_party/node/tools/
Dcpplint.py31 """Does google-lint on c++ files.
34 be in non-compliance with google style. It does not attempt to fix
35 up these problems -- the point is to educate. It does also not
67 # -- pylint: disable=redefined-builtin
72 Syntax: cpplint.py [--verbose=#] [--output=emacs|eclipse|vs7|junit]
73 [--filter=-x,+y,...]
74 [--counting=total|toplevel|detailed] [--root=subdir]
75 [--repository=path]
76 [--linelength=digits] [--headers=x,y,...]
77 [--recursive]
[all …]
/third_party/python/Doc/library/
Dwsgiref.rst1 :mod:`wsgiref` --- WSGI Utilities and Reference Implementation
10 --------------
35 :mod:`wsgiref.util` -- WSGI environment utilities
36 -------------------------------------------------
45 parameter expect a WSGI-compliant dictionary to be supplied; please see
55 This function is useful when creating a gateway that wraps CGI or a CGI-like
79 The *environ* dictionary is *modified* in-place; use a copy if you need to keep
86 modifies the passed-in environment to make it suitable for invoking another WSGI
109 ``PATH_INFO``, and all of the :pep:`3333`\ -defined ``wsgi.*`` variables. It
128 headers = [('Content-type', 'text/plain; charset=utf-8')]
[all …]
/third_party/mbedtls/tests/scripts/
Dall.sh6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
18 # http://www.apache.org/licenses/LICENSE-2.0
43 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
54 # -------
59 # ---------------
70 # * Basic Unix tools (Windows users note: a Unix-style find must be before
77 # * arm-gcc and mingw-gcc
78 # * ArmCC 5 and ArmCC 6, unless invoked with --no-armcc
89 # script -c tests/scripts/all.sh
94 # ---------------------
[all …]

12