Home
last modified time | relevance | path

Searched +full:no +full:- +full:return +full:- +full:assign (Results 1 – 25 of 1024) sorted by relevance

12345678910>>...41

/third_party/node/tools/node_modules/eslint/node_modules/@eslint/eslintrc/conf/
Deslint-recommended.js9 /* eslint sort-keys: ["error", "asc"] */
14 "constructor-super": "error",
15 "for-direction": "error",
16 "getter-return": "error",
17 "no-async-promise-executor": "error",
18 "no-case-declarations": "error",
19 "no-class-assign": "error",
20 "no-compare-neg-zero": "error",
21 "no-cond-assign": "error",
22 "no-const-assign": "error",
[all …]
/third_party/node/tools/node_modules/eslint/conf/
Deslint-recommended.js9 /* eslint sort-keys: ["error", "asc"] */
14 "constructor-super": "error",
15 "for-direction": "error",
16 "getter-return": "error",
17 "no-async-promise-executor": "error",
18 "no-case-declarations": "error",
19 "no-class-assign": "error",
20 "no-compare-neg-zero": "error",
21 "no-cond-assign": "error",
22 "no-const-assign": "error",
[all …]
/third_party/node/tools/node_modules/eslint/lib/rules/
Dindex.js2 …* @fileoverview Collects the built-in rules into a map structure so that they can be imported all …
3 * using the file-system directly.
9 /* eslint sort-keys: ["error", "asc"] */
11 const { LazyLoadingRuleMap } = require("./utils/lazy-loading-rule-map");
15 "accessor-pairs": () => require("./accessor-pairs"),
16 "array-bracket-newline": () => require("./array-bracket-newline"),
17 "array-bracket-spacing": () => require("./array-bracket-spacing"),
18 "array-callback-return": () => require("./array-callback-return"),
19 "array-element-newline": () => require("./array-element-newline"),
20 "arrow-body-style": () => require("./arrow-body-style"),
[all …]
/third_party/node/
D.eslintrc.js3 /* eslint-env node */
8 const NodePlugin = require('./tools/node_modules/eslint-plugin-node-core');
9 NodePlugin.RULES_DIR = path.resolve(__dirname, 'tools', 'eslint-rules');
12 // if invoked by a globally-installed ESLint or ESLint installed elsewhere
17 'eslint-plugin-node-core',
18 'eslint-plugin-markdown',
19 'babel-eslint',
25 return require.resolve(`./tools/node_modules/${request}`);
28 // eslint-disable-next-line no-unused-vars
30 return require.resolve(
[all …]
/third_party/node/deps/npm/node_modules/object-assign/
Dindex.js2 object-assign
8 /* eslint-disable no-unused-vars */
15 throw new TypeError('Object.assign cannot be called with null or undefined');
18 return Object(val);
23 if (!Object.assign) {
24 return false;
30 var test1 = new String('abc'); // eslint-disable-line no-new-wrappers
33 return false;
42 return test2[n];
45 return false;
[all …]
/third_party/node/tools/node_modules/eslint/node_modules/object-assign/
Dindex.js2 object-assign
8 /* eslint-disable no-unused-vars */
15 throw new TypeError('Object.assign cannot be called with null or undefined');
18 return Object(val);
23 if (!Object.assign) {
24 return false;
30 var test1 = new String('abc'); // eslint-disable-line no-new-wrappers
33 return false;
42 return test2[n];
45 return false;
[all …]
/third_party/boost/libs/concept_check/doc/reference/
DOutputIterator.xml2 <concept name="OutputIterator" category="Iterator"><!--
4 Copyright (c) 1996-1999
8 Hewlett-Packard Company
9 --><!--
10 Copyright 2000-2001 University of Notre Dame du Lac.
11 Copyright 2001-2002 Indiana University.
14 Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
15 -->
16 <param name="Iter" role="iterator-type"/>
17 <param name="ValueType" role="value-type"/>
[all …]
DSignedInteger.xml2 <concept name="SignedInteger" category="Utility"><!--
4 Copyright (c) 1996-1999
8 Hewlett-Packard Company
9 --><!--
10 Copyright 2000-2001 University of Notre Dame du Lac.
11 Copyright 2001-2002 Indiana University.
14 Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
15 -->
16 <param name="T" role="integral-type"/>
18 <models-sentence>Integer type <arg num="1"/> must be a model of <self/>.</models-sentence>
[all …]
/third_party/ejdb/src/bindings/ejdb2_node/
D.eslintrc15 "no-const-assign": "error",
16 "no-undef": "off",
17 "no-unreachable": "warn",
18 "no-unused-vars": "warn",
19 "no-redeclare": "error",
20 "no-octal": "error",
21 "no-self-assign": "error",
22 "no-unused-labels": "warn",
23 "no-useless-return": "warn",
24 "constructor-super": "warn",
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DFunctionsGL.cpp3 // Use of this source code is governed by a BSD-style license that can be
28 // <version number><space><vendor-specific information> in GetGLVersion()
33 *outVersion = gl::Version(version[0] - '0', version[2] - '0'); in GetGLVersion()
38 // "OpenGL ES N.M vendor-specific information" in GetGLVersion()
40 *outVersion = gl::Version(version[10] - '0', version[12] - '0'); in GetGLVersion()
59 return result; in GetIndexedExtensions()
65 return GL_FRAMEBUFFER_COMPLETE; in DummyCheckFramebufferStatus()
96 #define ASSIGN(NAME, FP) *reinterpret_cast<void **>(&FP) = loadProcAddress(NAME) macro
105 ASSIGN("glGetString", getString); in initialize()
106 ASSIGN("glGetIntegerv", getIntegerv); in initialize()
[all …]
/third_party/boost/boost/numeric/ublas/
Dvector.hpp2 // Copyright (c) 2000-2010
41 …* For a \f$n\f$-dimensional vector \f$v\f$ and \f$0\leq i < n\f$ every element \f$v_i\f$ is mapped
42 …* to the \f$i\f$-th element of the container. A storage type \c A can be specified which defaults …
109 /// \param init value to assign to each element of the vector
115 /// \brief Copy-constructor of a vector
122 /// \brief Copy-constructor of a vector from a vector_expression
134 // -----------------------
136 // -----------------------
138 /// \brief Return the maximum size of the data container.
139 …/// Return the upper bound (maximum size) on the data container. Depending on the container, it ca…
[all …]
/third_party/boost/boost/optional/detail/
Dold_optional_implementation.hpp2 // Copyright (C) 2014-2016 Andrzej Krzemienski.
37 static T&& move(T&& r) { return r; } in move()
39 static rval_reference_type move(reference_type r) { return boost::move(r); } in move()
57 static reference_type move(reference_type r) { return r; } in move()
118 // No-throw
124 // No-throw
139 // move-construct an optional<T> initialized from an rvalue-ref to 'val'.
192 // This is used for both converting and in-place constructions.
206 // No-throw (assuming T::~T() doesn't)
209 // Assigns from another optional<T> (deep-copies the rhs value)
[all …]
/third_party/jsframework/runtime/main/extend/systemplugin/
DsystemPlugins.js7 * http://www.apache.org/licenses/LICENSE-2.0
87 Object.assign(global.systemplugin.sensor, {
117 Object.assign(global.systemplugin.sensor, {
135 Object.assign(global.systemplugin.sensor, {
153 Object.assign(global.systemplugin.sensor, {
171 Object.assign(global.systemplugin.sensor, {
189 Object.assign(global.systemplugin.sensor, {
207 Object.assign(global.systemplugin.sensor, {
225 Object.assign(global.systemplugin.sensor, {
260 return ["wgs84"]
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/
Drbbirpt.txt10 # Copyright (C) 2002-2016, International Business Machines Corporation and others.
35 # input-char n next-state ^push-state action
36 # input-char n next-state ^push-state action
38 # | | | | |--- action to be performed by st…
41 # | | | |--- Push this named state onto the state stack.
45 # | | |--- Transition to this state if the current input character matches t…
49 # | |--- When making the state transition specified on this line, advance to t…
52 # |--- Character or named character classes to test for. If the current character being scan…
65 … escaped term ^break-rule-end doExprStart
67 '^' n start-after-caret ^break-rule-end doNoChain
[all …]
/third_party/icu/icu4c/source/common/
Drbbirpt.txt10 # Copyright (C) 2002-2016, International Business Machines Corporation and others.
35 # input-char n next-state ^push-state action
36 # input-char n next-state ^push-state action
38 # | | | | |--- action to be performed by st…
41 # | | | |--- Push this named state onto the state stack.
45 # | | |--- Transition to this state if the current input character matches t…
49 # | |--- When making the state transition specified on this line, advance to t…
52 # |--- Character or named character classes to test for. If the current character being scan…
65 … escaped term ^break-rule-end doExprStart
67 '^' n start-after-caret ^break-rule-end doNoChain
[all …]
/third_party/boost/boost/optional/
Doptional.hpp2 // Copyright (C) 2014 - 2018 Andrzej Krzemienski.
85 // a tag for in-place initialization of contained value
93 // a tag for conditional in-place initialization of contained value
139 // No-throw
145 // No-throw
160 // move-construct an optional<T> initialized from an rvalue-ref to 'val'.
226 // This is used for both converting and in-place constructions.
241 this->assign(rhs); in operator =()
242 return *this; in operator =()
249 this->assign(static_cast<optional_base&&>(rhs)); in operator =()
[all …]
/third_party/python/Lib/lib2to3/fixes/
Dfix_except.py5 - "except E, T:" where T is a name:
9 - "except E, T:" where T is not a name, tuple or list:
17 - "except E, T:" where T is a tuple or list literal:
28 from ..fixer_util import Assign, Attr, Name, is_tuple, is_list, syms
69 #TODO(cwinter) suite-cleanup
78 assign = Assign(target, Attr(new_N, Name('args')))
80 assign = Assign(target, new_N)
85 e_suite.insert_child(i, assign)
87 # No space after a comma is legal; no space after "as",
93 return pytree.Node(node.type, children)
/third_party/boost/libs/bimap/example/bimap_and_boost/
Dassign.cpp3 // Copyright (c) 2006-2007 Matias Capeletto
12 // But the wording of the warning is misleading and unsettling, there are no
19 //-----------------------------------------------------------------------------
25 #include <boost/assign/list_of.hpp>
26 #include <boost/assign/list_inserter.hpp>
42 // We can use assign::list_of to initialize the container. in main()
44 bm_type bm = assign::list_of< bm_type::relation > /*< in main()
47 requirement of `assign::list_of` >*/ in main()
54 assign::insert( bm.left ) in main()
62 assign::push_back( bm.right ) in main()
[all …]
/third_party/gstreamer/gstreamer/gst/
Dgsterror.c17 * Boston, MA 02110-1301, USA.
26 * GStreamer elements can throw non-fatal warnings and fatal errors.
27 * Higher-level elements and applications can programmatically filter
32 * to mean both (non-fatal) warnings and (fatal) errors; they are treated
37 * - a domain type: CORE, LIBRARY, RESOURCE or STREAM
38 * - a code: an enum value specific to the domain
39 * - a translated, human-readable message
40 * - a non-translated additional debug string, which also contains
41 * - file and line information
74 * (_("No file name specified for reading.")), (NULL));
[all …]
/third_party/boost/boost/asio/posix/
Dbasic_descriptor.hpp5 // Copyright (c) 2003-2020 Christopher M. Kohlhoff (chris at kohlhoff dot com)
128 impl_.get_service().assign(impl_.get_implementation(), in basic_descriptor()
130 boost::asio::detail::throw_error(ec, "assign"); in basic_descriptor()
155 impl_.get_service().assign(impl_.get_implementation(), in basic_descriptor()
157 boost::asio::detail::throw_error(ec, "assign"); in basic_descriptor()
161 /// Move-construct a descriptor from another.
168 * @note Following the move, the moved-from object is in the same state as if
177 /// Move-assign a descriptor from another.
184 * @note Following the move, the moved-from object is in the same state as if
191 return *this; in operator =()
[all …]
/third_party/node/test/fixtures/wpt/resources/webidl2/lib/
Dwebidl2.js9 …"float": /-?(?=[0-9]*\.|[0-9]+[eE])(([0-9]+\.[0-9]*|[0-9]*\.[0-9]+)([Ee][-+]?[0-9]+)?|[0-9]+[Ee][-
10 "integer": /-?(0([Xx][0-9A-Fa-f]+|[0-7]*)|[1-9][0-9]*)/y,
11 "identifier": /_?[A-Za-z][0-9A-Z_a-z-]*/y,
15 "other": /[^\t\n\r 0-9A-Za-z]/y
79 "-Infinity",
99 let result = -1;
107 if (result !== -1) {
109 } else if (/[-0-9.]/.test(nextChar)) {
111 if (result === -1) {
114 } else if (/[A-Z_a-z]/.test(nextChar)) {
[all …]
/third_party/node/deps/npm/node_modules/libnpmpublish/test/
Dpublish.js5 const figgyPudding = require('figgy-pudding')
6 const mockTar = require('./util/mock-tarball.js')
26 return mockTar({
37 'dist-tags': {
50 tarball: `http://mock.reg/libnpmpublish/-/libnpmpublish-1.0.0.tgz`
55 'libnpmpublish-1.0.0.tgz': {
56 'content_type': 'application/octet-stream',
65 return true
70 return publish(manifest, tarData, OPTS.concat({
84 return mockTar({
[all …]
/third_party/node/deps/npm/lib/
Dwhoami.js5 const npmConfig = require('./config/figgy-config.js')
7 const figgyPudding = require('figgy-pudding')
18 whoami.usage = 'npm whoami [--registry <registry>]\n(just prints username according to given regist…
27 return BB.try(() => {
28 // First, check if we have a user/pass-based auth
30 if (!registry) throw new Error('no default registry set')
31 return npm.config.getCredentialsByURI(registry)
34 return username
36 return fetch.json('/-/whoami', opts.concat({
40 return username
[all …]
/third_party/flutter/skia/src/gpu/
DGrSurfaceProxyPriv.h4 * Use of this source code is governed by a BSD-style license that can be
20 int32_t getProxyRefCnt() const { return fProxy->getProxyRefCnt(); } in getProxyRefCnt()
22 void computeScratchKey(GrScratchKey* key) const { return fProxy->computeScratchKey(key); } in computeScratchKey()
24 // Create a GrSurface-derived class that meets the requirements (i.e, desc, renderability)
27 return fProxy->createSurface(resourceProvider); in createSurface()
30 // Assign this proxy the provided GrSurface as its backing surface
31 void assign(sk_sp<GrSurface> surface) { fProxy->assign(std::move(surface)); } in assign() function
34 bool isExact() const { return SkBackingFit::kExact == fProxy->fFit; } in isExact()
39 void setLazySize(int width, int height) { fProxy->setLazySize(width, height); } in setLazySize()
44 return fProxy->fLazyInstantiationType; in lazyInstantiationType()
[all …]
/third_party/boost/boost/circular_buffer/
Dbase.hpp3 // Copyright (c) 2003-2008 Jan Gaspar
49 \brief Circular buffer - a STL compliant container.
124 …(An unsigned integral type that can represent any non-negative value of the container's distance t…
165 (Same as <code>size_type</code> - defined for consistency with the __cbso class.
212 \return The allocator.
215 No-throw.
222 allocator_type get_allocator() const BOOST_NOEXCEPT { return alloc(); } in get_allocator()
226 \return A reference to the allocator.
229 No-throw.
238 allocator_type& get_allocator() BOOST_NOEXCEPT { return alloc(); } in get_allocator()
[all …]

12345678910>>...41