Home
last modified time | relevance | path

Searched full:checks (Results 1 – 25 of 4240) sorted by relevance

12345678910>>...170

/third_party/node/tools/node_modules/babel-eslint/node_modules/@babel/types/lib/
Dindex.js.flow1690 …declare function isArrayExpression(node: ?Object, opts?: ?Object): boolean %checks (node instanceo…
1691 …declare function isAssignmentExpression(node: ?Object, opts?: ?Object): boolean %checks (node inst…
1692 …declare function isBinaryExpression(node: ?Object, opts?: ?Object): boolean %checks (node instance…
1693 …declare function isInterpreterDirective(node: ?Object, opts?: ?Object): boolean %checks (node inst…
1694 …declare function isDirective(node: ?Object, opts?: ?Object): boolean %checks (node instanceof Babe…
1695 …declare function isDirectiveLiteral(node: ?Object, opts?: ?Object): boolean %checks (node instance…
1696 …declare function isBlockStatement(node: ?Object, opts?: ?Object): boolean %checks (node instanceof…
1697 …declare function isBreakStatement(node: ?Object, opts?: ?Object): boolean %checks (node instanceof…
1698 …declare function isCallExpression(node: ?Object, opts?: ?Object): boolean %checks (node instanceof…
1699 …declare function isCatchClause(node: ?Object, opts?: ?Object): boolean %checks (node instanceof Ba…
[all …]
/third_party/node/deps/npm/node_modules/npm-install-checks/
Dpackage.json2 "_from": "npm-install-checks@3.0.2",
3 "_id": "npm-install-checks@3.0.2",
6 "_location": "/npm-install-checks",
11 "raw": "npm-install-checks@3.0.2",
12 "name": "npm-install-checks",
13 "escapedName": "npm-install-checks",
22 "_resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-3.0.2.tgz",
24 "_spec": "npm-install-checks@3.0.2",
31 "url": "https://github.com/npm/npm-install-checks/issues"
38 "description": "checks that npm runs during the installation of a module",
[all …]
/third_party/boost/tools/inspect/doc/
Dinspect.qbk61 Checks:
76 default is all checks on; otherwise options specify desired checks
81 …ol general operation and kind of output produced, and the ones that indicate the checks to perform.
95 [Checks for presense of approved license text.] ]
98 [Checks that files are copyright assigned to someone.] ]
101 [Checks that files use consistent EOL chanracters.] ]
104 [Checks that files end with a newline character.] ]
107 [Checks the validity of URIs in HTML files.] ]
110 …[Checks for long names, and a variety of other file name problems that inhibit portability of file…
113 [Checks for files with tab characters.] ]
[all …]
/third_party/glib/po/
Dsq.po427 # (pofilter) puncspacing: checks for bad spacing after punctuation
444 # (pofilter) puncspacing: checks for bad spacing after punctuation
450 # (pofilter) puncspacing: checks for bad spacing after punctuation
456 # (pofilter) puncspacing: checks for bad spacing after punctuation
462 # (pofilter) puncspacing: checks for bad spacing after punctuation
468 # (pofilter) puncspacing: checks for bad spacing after punctuation
484 # (pofilter) untranslated: checks whether a string has been translated at all
493 # (pofilter) untranslated: checks whether a string has been translated at all
499 # (pofilter) untranslated: checks whether a string has been translated at all
505 # (pofilter) untranslated: checks whether a string has been translated at all
[all …]
/third_party/jsoncpp/src/test_lib_json/
Dmain.cpp94 /// Initialize all checks to \c false by default.
193 IsCheck checks; in JSONTEST_FIXTURE_LOCAL() local
194 checks.isObject_ = true; in JSONTEST_FIXTURE_LOCAL()
195 JSONTEST_ASSERT_PRED(checkIs(emptyObject_, checks)); in JSONTEST_FIXTURE_LOCAL()
196 JSONTEST_ASSERT_PRED(checkIs(object1_, checks)); in JSONTEST_FIXTURE_LOCAL()
291 IsCheck checks; in JSONTEST_FIXTURE_LOCAL() local
292 checks.isArray_ = true; in JSONTEST_FIXTURE_LOCAL()
293 JSONTEST_ASSERT_PRED(checkIs(emptyArray_, checks)); in JSONTEST_FIXTURE_LOCAL()
294 JSONTEST_ASSERT_PRED(checkIs(array1_, checks)); in JSONTEST_FIXTURE_LOCAL()
448 IsCheck checks; in JSONTEST_FIXTURE_LOCAL() local
[all …]
/third_party/node/test/parallel/
Dtest-cluster-basic.js43 const checks = { variable
79 const stateNames = Object.keys(checks.worker.states);
82 forEach(checks.cluster.events, (bool, name, index) => {
88 checks.cluster.events[name] = true;
91 checks.cluster.equal[name] = worker === arguments[0];
95 checks.worker.states[state] = (state === worker.state);
114 forEach(checks.worker.events, function(bool, name, index) {
117 checks.worker.events[name] = true;
120 checks.worker.equal[name] = (worker === this);
152 forEach(checks.cluster.events, (check, name) => {
[all …]
Dtest-cluster-worker-disconnect.js39 const checks = { variable
66 checks.cluster.emitDisconnect = true;
69 checks.cluster.emitExit = true;
74 checks.worker.emitDisconnect = true;
75 checks.worker.voluntaryMode = worker.exitedAfterDisconnect;
76 checks.worker.state = worker.state;
81 checks.worker.emitExit = true;
82 checks.worker.died = !common.isAlive(worker.process.pid);
83 checks.worker.emitDisconnectInsideWorker = code === 42;
88 const w = checks.worker;
[all …]
Dtest-cluster-fork-env.js25 // This test checks that arguments provided to cluster.fork() will create
41 const checks = { variable
56 // Checks worker env
58 checks.using = (data.prop === 'custom');
59 checks.overwrite = (data.overwrite === 'new');
64 assert.ok(checks.using, 'The worker did not receive the correct env.');
66 checks.overwrite,
Dtest-cluster-setup-master.js34 const checks = { variable
50 checks.setupEvent = true;
57 checks.settingsObject = true;
68 checks.args = true;
84 assert.ok(checks.args, argsMsg);
86 assert.ok(checks.setupEvent, 'The setup event was never emitted');
90 assert.ok(checks.settingsObject, settingObjectMsg);
/third_party/glib/gobject/
Dgvaluetypes.h35 * Checks whether the given #GValue can hold values of type %G_TYPE_CHAR.
44 * Checks whether the given #GValue can hold values of type %G_TYPE_UCHAR.
53 * Checks whether the given #GValue can hold values of type %G_TYPE_BOOLEAN.
62 * Checks whether the given #GValue can hold values of type %G_TYPE_INT.
71 * Checks whether the given #GValue can hold values of type %G_TYPE_UINT.
80 * Checks whether the given #GValue can hold values of type %G_TYPE_LONG.
89 * Checks whether the given #GValue can hold values of type %G_TYPE_ULONG.
98 * Checks whether the given #GValue can hold values of type %G_TYPE_INT64.
107 * Checks whether the given #GValue can hold values of type %G_TYPE_UINT64.
116 * Checks whether the given #GValue can hold values of type %G_TYPE_FLOAT.
[all …]
/third_party/protobuf/js/experimental/runtime/internal/
Dchecks.js2 * @fileoverview Proto internal runtime checks.
4 * Checks are grouped into different severity, see:
7 * Checks are also grouped into different sections:
9 * Checks that ensure that indexed access is within bounds
12 * Checks related to the state of an object
15 * Checks that relate to type errors (e.g. code receives a number instead
18 goog.module('protobuf.internal.checks');
338 * Checks whether a given object is an array.
349 * Checks whether a given object is an iterable.
360 * Checks whether a given object is a boolean.
[all …]
/third_party/boost/libs/test/doc/testing_tools/
Dtesting_output_streams.qbk28 If you want to perform several checks with the same output, specify parameter `flush_stream`
36 # second to save this output to ensure that future checks produce the same output
45 # explicit output checks and
48 [h4 Explicit output checks]
52 [bt_example example28..Explicit output checks with `output_test_stream`..run-fail]
55 you want to perform several different checks for the same output you wouldn't need to use it though…
58 [tip Try to perform checks as
64 like a series of output operators followed by match pattern checks repeated several times.
74 [tip Try to perform checks as frequently as possible, because it allows you to more closely identif…
/third_party/boost/boost/contract/
Dcheck.hpp11 RAII object that checks contracts.
50 RAII object that checks the contracts.
52 In general, when this object is constructed it checks class invariants at entry,
54 When it is destructed, it checks class invariants at exist, postconditions, and
61 @li Constructor entry never checks class invariants.
62 @li Destructor exit checks class invariants only if the body throws an
73 it is used to program implementation checks.
76 @RefSect{advanced.implementation_checks, Implementation Checks}
87 Construct this object for implementation checks.
89 This can be used to program checks within implementation code (body, etc.).
[all …]
/third_party/gstreamer/gstreamer/tests/check/pipelines/
Dparse-launch.c171 * checks: in GST_START_TEST()
181 * checks: in GST_START_TEST()
203 * checks: in GST_START_TEST()
213 * checks: in GST_START_TEST()
222 * checks: in GST_START_TEST()
231 * checks: in GST_START_TEST()
247 * checks: in GST_START_TEST()
255 * checks: in GST_START_TEST()
263 * checks: in GST_START_TEST()
271 * checks: in GST_START_TEST()
[all …]
/third_party/flutter/skia/third_party/externals/spirv-tools/
DCHANGES32 #500: Parameterize validator limit checks
54 - Checks "Data rules" in Universal Validation Rules, section 2.16.1
59 - OpSampledImage checks
60 - OpConstantComposite checks
106 - Checks ID use block is dominated by definition block
125 Turn off ClipDistance and CullDistance capability checks for Vulkan.
149 - Checks capability requirements in most cases
150 - Checks module layout constraints
151 - Checks ID use-definition ordering constraints,
153 - Checks some control flow graph rules
/third_party/mingw-w64/mingw-w64-libraries/pseh/
Dconfigure.ac18 # Checks for programs.
23 # Checks for libraries.
25 # Checks for header files.
28 # Checks for typedefs, structures, and compiler characteristics.
30 # Checks for library functions.
/third_party/mingw-w64/mingw-w64-libraries/libmangle/
Dconfigure.ac13 # Checks for programs.
18 # Checks for libraries.
20 # Checks for header files.
23 # Checks for typedefs, structures, and compiler characteristics.
27 # Checks for library functions.
/third_party/icu/icu4c/source/i18n/unicode/
Duspoof.h81 …* enables confusable checking and disables all other checks; the call to {@link uspoof_areConfusab…
197 * // fails checks: 1 (status: U_ZERO_ERROR)
198 * printf("fails checks: %d (status: %s)\n", result, u_errorName(status));
210 …SPOOF_AUX_INFO} check is enabled, a limited amount of information on why a string failed the checks
233 * // checks that failed: 0x00000010 (status: U_ZERO_ERROR)
234 * printf("checks that failed: %#010x (status: %s)\n", failures1, u_errorName(status));
264 * // checks that failed: 0x00000010 (status: U_ZERO_ERROR)
265 * printf("checks that failed: %#010x (status: %s)\n", failures1, u_errorName(status));
270 …* The return value is a bitmask of the checks that failed. In this case, there was one check that …
271 * {@link USPOOF_RESTRICTION_LEVEL}, corresponding to the fifth bit (16). The possible checks are:
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Duspoof.h81 …* enables confusable checking and disables all other checks; the call to {@link uspoof_areConfusab…
197 * // fails checks: 1 (status: U_ZERO_ERROR)
198 * printf("fails checks: %d (status: %s)\n", result, u_errorName(status));
210 …SPOOF_AUX_INFO} check is enabled, a limited amount of information on why a string failed the checks
233 * // checks that failed: 0x00000010 (status: U_ZERO_ERROR)
234 * printf("checks that failed: %#010x (status: %s)\n", failures1, u_errorName(status));
264 * // checks that failed: 0x00000010 (status: U_ZERO_ERROR)
265 * printf("checks that failed: %#010x (status: %s)\n", failures1, u_errorName(status));
270 …* The return value is a bitmask of the checks that failed. In this case, there was one check that …
271 * {@link USPOOF_RESTRICTION_LEVEL}, corresponding to the fifth bit (16). The possible checks are:
[all …]
/third_party/node/deps/icu-small/source/i18n/unicode/
Duspoof.h81 …* enables confusable checking and disables all other checks; the call to {@link uspoof_areConfusab…
197 * // fails checks: 1 (status: U_ZERO_ERROR)
198 * printf("fails checks: %d (status: %s)\n", result, u_errorName(status));
210 …SPOOF_AUX_INFO} check is enabled, a limited amount of information on why a string failed the checks
233 * // checks that failed: 0x00000010 (status: U_ZERO_ERROR)
234 * printf("checks that failed: %#010x (status: %s)\n", failures1, u_errorName(status));
264 * // checks that failed: 0x00000010 (status: U_ZERO_ERROR)
265 * printf("checks that failed: %#010x (status: %s)\n", failures1, u_errorName(status));
270 …* The return value is a bitmask of the checks that failed. In this case, there was one check that …
271 * {@link USPOOF_RESTRICTION_LEVEL}, corresponding to the fifth bit (16). The possible checks are:
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/
DSamplerMultisample_test.cpp42 // Checks whether compiler has parsed the gsampler2DMS, texelfetch correctly.
64 // Checks whether compiler has parsed the gsampler2DMS, textureSize correctly.
134 // Negative test: checks that sampler2DMS is not usable in ESSL 3.00.
151 // Negative test: checks that isampler2DMS is not usable in ESSL 3.00.
168 // Negative test: checks that usampler2DMS is not usable in ESSL 3.00.
185 // Negative test: checks that sampler2DMSArray is not usable in ESSL 3.10 without extensions.
202 // Negative test: checks that isampler2DMSArray is not usable in ESSL 3.10 without extensions.
219 // Negative test: checks that usampler2DMSArray is not usable in ESSL 3.10 without extensions.
236 // Checks whether compiler has parsed the gsampler2DMSArray, texelfetch correctly.
259 // Checks whether compiler has parsed the gsampler2DMSArray, textureSize correctly.
[all …]
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/
Dconfigure.ac16 # Checks for programs.
37 # Checks for libraries.
41 # Checks for header files.
44 # Checks for typedefs, structures, and compiler characteristics.
48 # Checks for library functions.
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstcheck.h218 * wrapper for checks START_TEST
223 * wrapper for checks END_TEST
242 * This macro checks that @a and @b are equal and aborts if this is not the
258 * This macro checks that @a and @b are equal and aborts if this is not the
269 * This macro checks that @a and @b are equal and aborts if this is not the
288 * This macro checks that @a and @b are equal and aborts if this is not the
301 * This macro checks that @a and @b are equal and aborts if this is not the
318 * This macro checks that @a and @b are equal and aborts if this is not the
329 * This macro checks that @a and @b are equal and aborts if this is not the
347 * This macro checks that @a and @b are equal and aborts if this is not the
[all …]
/third_party/node/tools/node_modules/eslint/lib/rules/
Dno-useless-constructor.js12 * Checks whether a given array of statements is a single call of `super`.
26 * Checks whether a given node is a pattern which doesn't have any side effects.
36 * Checks whether a given array of expressions is `...arguments` or not.
51 * Checks whether given 2 nodes are identifiers which have the same name or not.
66 * Checks whether given 2 nodes are a rest/spread pair which has the same values.
81 * Checks whether given 2 nodes have the same value or not.
94 * Checks whether the parameters of a constructor and the arguments of `super()`
115 * Checks whether the constructor body is a redundant super call.
156 * Checks whether a node is a redundant constructor
/third_party/boost/libs/logic/test/
Dtribool_io_test.cpp121 std::cout << "Input \"0\" (checks for false)" << std::endl; in test_main()
129 std::cout << "Input \"1\" (checks for true)" << std::endl; in test_main()
137 std::cout << "Input \"2\" (checks for indeterminate)" << std::endl; in test_main()
145 std::cout << "Input \"3\" (checks for failure)" << std::endl; in test_main()
152 std::cout << "Input \"false\" (checks for false)" << std::endl; in test_main()
160 std::cout << "Input \"true\" (checks for true)" << std::endl; in test_main()
168 std::cout << "Input \"indeterminate\" (checks for indeterminate)" in test_main()
177 std::cout << "Input \"bad\" (checks for failure)" in test_main()
190 std::cout << "Input \"maybe\" (checks for indeterminate, uses locales)" in test_main()
202 std::cout << "Input \"true_or_false\" (checks for indeterminate)" in test_main()

12345678910>>...170