Home
last modified time | relevance | path

Searched refs:strict (Results 51 - 75 of 474) sorted by relevance

12345678910>>...19

/third_party/node/test/message/
H A Dstdin_messages.js22 'use strict';
28 function run(cmd, strict, cb) {
30 if (strict) args.push('--use_strict');
/third_party/json/include/nlohmann/
H A Djson.hpp1262 const error_handler_t error_handler = error_handler_t::strict) const in dump()
4077 const bool strict = true,
4082 ? parser(std::move(ia), nullptr, true, ignore_comments).sax_parse(sax, strict)
4083 : detail::binary_reader<basic_json, decltype(ia), SAX>(std::move(ia), format).sax_parse(format, sax, strict);
4092 const bool strict = true,
4097 ? parser(std::move(ia), nullptr, true, ignore_comments).sax_parse(sax, strict)
4098 : detail::binary_reader<basic_json, decltype(ia), SAX>(std::move(ia), format).sax_parse(format, sax, strict);
4111 const bool strict = true,
4117 ? parser(std::move(ia), nullptr, true, ignore_comments).sax_parse(sax, strict)
4119 : detail::binary_reader<basic_json, decltype(ia), SAX>(std::move(ia), format).sax_parse(format, sax, strict);
[all...]
/third_party/python/Lib/distutils/command/
H A Dcheck.py43 ('strict', 's',
46 boolean_options = ['metadata', 'restructuredtext', 'strict']
52 self.strict = 0
71 elif self.strict:
74 # let's raise an error in strict mode, if we have at least
76 if self.strict and self._warnings > 0:
/kernel/linux/linux-5.10/drivers/mfd/
H A Dtps65218.c216 u32 strict; in tps65218_voltage_set_strict() local
219 "ti,strict-supply-voltage-supervision", in tps65218_voltage_set_strict()
220 &strict)) in tps65218_voltage_set_strict()
223 if (strict != 0 && strict != 1) { in tps65218_voltage_set_strict()
225 "Invalid ti,strict-supply-voltage-supervision value\n"); in tps65218_voltage_set_strict()
231 strict ? TPS65218_CONFIG1_STRICT : 0, in tps65218_voltage_set_strict()
/third_party/node/lib/internal/util/parse_args/
H A Dparse_args.js1 'use strict';
75 * In strict mode, throw for possible usage errors like --foo --bar
92 * In strict mode, throw for usage errors.
290 const strict = objectGetOwn(config, 'strict') ?? true;
291 const allowPositionals = objectGetOwn(config, 'allowPositionals') ?? !strict;
294 // Bundle these up for passing to strict-mode checks.
295 const parseConfig = { args, strict, options, allowPositionals };
299 validateBoolean(strict, 'strict');
[all...]
/third_party/node/deps/npm/node_modules/@pkgjs/parseargs/
H A Dindex.js1 'use strict';
74 * In strict mode, throw for possible usage errors like --foo --bar
92 * In strict mode, throw for usage errors.
295 const strict = objectGetOwn(config, 'strict') ?? true;
296 const allowPositionals = objectGetOwn(config, 'allowPositionals') ?? !strict;
299 // Bundle these up for passing to strict-mode checks.
300 const parseConfig = { args, strict, options, allowPositionals };
304 validateBoolean(strict, 'strict');
[all...]
/third_party/python/Lib/distutils/tests/
H A Dtest_register.py218 cmd.strict = 1
229 cmd.strict = 1
236 cmd.strict = 1
245 # strict is not by default
265 cmd.strict = 1
283 cmd.strict = True
H A Dtest_check.py57 # now with the strict mode, we should
59 self.assertRaises(DistutilsSetupError, self._run, {}, **{'strict': 1})
62 cmd = self._run(metadata, strict=1)
98 # let's see if we have an error with strict=1
104 **{'strict': 1, 'restructuredtext': 1})
108 cmd = self._run(metadata, strict=1, restructuredtext=1)
113 cmd = self._run(metadata, cwd=HERE, strict=1, restructuredtext=1)
156 {}, **{'strict': 1,
/third_party/ffmpeg/libavutil/
H A Dfloat_dsp.h207 void ff_float_dsp_init_ppc(AVFloatDSPContext *fdsp, int strict);
214 * @param strict setting to non-zero avoids using functions which may not be IEEE-754 compliant
216 AVFloatDSPContext *avpriv_float_dsp_alloc(int strict);
/third_party/python/Lib/test/
H A Dtest_ntpath.py335 # gh-106242: Embedded nulls and non-strict fallback to abspath
337 ntpath.realpath(os_helper.TESTFN + "\0spam", strict=False))
342 # Bug #43757: raise FileNotFoundError in strict mode if we encounter
347 self.assertRaises(FileNotFoundError, ntpath.realpath, ABSTFN, strict=True)
348 self.assertRaises(FileNotFoundError, ntpath.realpath, ABSTFN + "2", strict=True)
350 self.assertRaises(OSError, ntpath.realpath, ABSTFN + "\0spam", strict=True)
423 # Symlink loops in non-strict mode are non-deterministic as to which
470 # Symlink loops raise OSError in strict mode
480 self.assertRaises(OSError, ntpath.realpath, ABSTFN, strict=True)
484 self.assertRaises(OSError, ntpath.realpath, ABSTFN + "1", strict
[all...]
H A Dtest_posixpath.py404 # Bug #43757: raise FileNotFoundError in strict mode if we encounter
408 self.assertRaises(FileNotFoundError, realpath, ABSTFN, strict=True)
409 self.assertRaises(FileNotFoundError, realpath, ABSTFN + "2", strict=True)
426 # symlink loop in non-strict mode (default).
467 # strict mode.
470 self.assertRaises(OSError, realpath, ABSTFN, strict=True)
474 self.assertRaises(OSError, realpath, ABSTFN+"1", strict=True)
475 self.assertRaises(OSError, realpath, ABSTFN+"2", strict=True)
477 self.assertRaises(OSError, realpath, ABSTFN+"1/x", strict=True)
478 self.assertRaises(OSError, realpath, ABSTFN+"1/..", strict
[all...]
/third_party/ffmpeg/tests/fate/
H A Dvcodec.mak14 fate-vsynth%-amv: ENCOPTS = -strict -1
26 fate-vsynth%-cljr: ENCOPTS = -strict -1
35 -c:v vc2 -frames 5 -strict -1
38 -c:v vc2 -frames 5 -strict -1
41 -c:v vc2 -frames 5 -strict -1
44 fate-vsynth1-vc2-t%: ENCOPTS = -pix_fmt yuv422p10 -c:v vc2 -frames 5 -strict -1 -wavelet_type $(@:fate-vsynth1-vc2-t%=%)
46 fate-vsynth2-vc2-t%: ENCOPTS = -pix_fmt yuv422p10 -c:v vc2 -frames 5 -strict -1 -wavelet_type $(@:fate-vsynth2-vc2-t%=%)
48 fate-vsynth_lena-vc2-t%: ENCOPTS = -pix_fmt yuv422p10 -c:v vc2 -frames 5 -strict -1 -wavelet_type $(@:fate-vsynth_lena-vc2-t%=%)
174 fate-vsynth%-ffv1-v3-rgb48: ENCOPTS = -level 3 -pix_fmt rgb48 -strict -2 \
193 fate-vsynth%-flashsv2: ENCOPTS = -sws_flags neighbor+full_chroma_int -strict experimenta
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_dcb.c294 cos_params[i].strict = BNX2X_DCBX_STRICT_INVALID; in bnx2x_dcbx_get_ets_feature()
520 if (((BNX2X_DCBX_STRICT_INVALID == ets->cos_params[0].strict) && in bnx2x_dcbx_2cos_limit_update_ets_config()
522 ((BNX2X_DCBX_STRICT_INVALID == ets->cos_params[1].strict) && in bnx2x_dcbx_2cos_limit_update_ets_config()
524 BNX2X_ERR("all COS should have at least bw_limit or strict" in bnx2x_dcbx_2cos_limit_update_ets_config()
525 "ets->cos_params[0].strict= %x" in bnx2x_dcbx_2cos_limit_update_ets_config()
527 "ets->cos_params[1].strict= %x" in bnx2x_dcbx_2cos_limit_update_ets_config()
529 ets->cos_params[0].strict, in bnx2x_dcbx_2cos_limit_update_ets_config()
531 ets->cos_params[1].strict, in bnx2x_dcbx_2cos_limit_update_ets_config()
535 /* If we join a group and there is bw_tbl and strict then bw rules */ in bnx2x_dcbx_2cos_limit_update_ets_config()
554 if (ets->cos_params[0].strict in bnx2x_dcbx_2cos_limit_update_ets_config()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_dcb.c294 cos_params[i].strict = BNX2X_DCBX_STRICT_INVALID; in bnx2x_dcbx_get_ets_feature()
520 if (((BNX2X_DCBX_STRICT_INVALID == ets->cos_params[0].strict) && in bnx2x_dcbx_2cos_limit_update_ets_config()
522 ((BNX2X_DCBX_STRICT_INVALID == ets->cos_params[1].strict) && in bnx2x_dcbx_2cos_limit_update_ets_config()
524 BNX2X_ERR("all COS should have at least bw_limit or strict" in bnx2x_dcbx_2cos_limit_update_ets_config()
525 "ets->cos_params[0].strict= %x" in bnx2x_dcbx_2cos_limit_update_ets_config()
527 "ets->cos_params[1].strict= %x" in bnx2x_dcbx_2cos_limit_update_ets_config()
529 ets->cos_params[0].strict, in bnx2x_dcbx_2cos_limit_update_ets_config()
531 ets->cos_params[1].strict, in bnx2x_dcbx_2cos_limit_update_ets_config()
535 /* If we join a group and there is bw_tbl and strict then bw rules */ in bnx2x_dcbx_2cos_limit_update_ets_config()
554 if (ets->cos_params[0].strict in bnx2x_dcbx_2cos_limit_update_ets_config()
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/
H A Dintf_stack_property.h38 virtual BASE_NS::vector<IValue::Ptr> GetValues(const BASE_NS::array_view<const TypeId>& ids, bool strict) const = 0;
46 const BASE_NS::array_view<const TypeId>& ids, bool strict) const = 0;
/kernel/linux/linux-5.10/tools/virtio/
H A DMakefile7 CFLAGS += -g -O2 -Werror -Wno-maybe-uninitialized -Wall -I. -I../include/ -I ../../usr/include/ -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasing -fno-common -MMD -U_FORTIFY_SOURCE -include ../../include/linux/kconfig.h
/third_party/ntfs-3g/include/ntfs-3g/
H A Dunistr.h71 extern BOOL ntfs_forbidden_chars(const ntfschar *name, int len, BOOL strict);
73 const ntfschar *name, int len, BOOL strict);
/third_party/libinput/test/
H A Dtest_quirks_files.py48 quirks = configparser.ConfigParser(strict=True)
72 quirks = configparser.ConfigParser(strict=True)
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Drxtimestamp.c119 { "strict", no_argument, 0, 'S' },
278 bool strict) in run_test_case()
347 if (!strict && test_cases[test_num].warn_on_fail) in run_test_case()
359 bool strict = false; in main() local
396 strict = true; in main()
419 strict)) in main()
423 strict)) in main()
277 run_test_case(struct socket_type *s, int test_num, char ip_version, bool strict) run_test_case() argument
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Drxtimestamp.c119 { "strict", no_argument, 0, 'S' },
278 bool strict) in run_test_case()
347 if (!strict && test_cases[test_num].warn_on_fail) in run_test_case()
359 bool strict = false; in main() local
396 strict = true; in main()
419 strict)) in main()
423 strict)) in main()
277 run_test_case(struct socket_type *s, int test_num, char ip_version, bool strict) run_test_case() argument
/third_party/node/deps/npm/node_modules/ssri/lib/
H A Dindex.js1 'use strict'
137 const strict = opts?.strict
149 strict
156 if (strict && !SPEC_ALGORITHMS.includes(match[1])) {
200 if (opts?.strict) {
274 if (opts?.strict) {
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_time.c82 int n, i, i2, l, o, min_l = 11, strict = 0, end = 6, btz = 5, md; in ossl_asn1_time_to_tm() local
100 strict = 1; in ossl_asn1_time_to_tm()
107 strict = 1; in ossl_asn1_time_to_tm()
129 if (!strict && (i == btz) && ((a[o] == upper_z) || (a[o] == plus) || (a[o] == minus))) { in ossl_asn1_time_to_tm()
195 if (strict) in ossl_asn1_time_to_tm()
218 } else if (!strict && ((a[o] == plus) || (a[o] == minus))) { in ossl_asn1_time_to_tm()
254 /* not Z, or not +/- in non-strict mode */ in ossl_asn1_time_to_tm()
/third_party/openssl/crypto/asn1/
H A Da_time.c82 int n, i, i2, l, o, min_l = 11, strict = 0, end = 6, btz = 5, md; in ossl_asn1_time_to_tm() local
100 strict = 1; in ossl_asn1_time_to_tm()
107 strict = 1; in ossl_asn1_time_to_tm()
129 if (!strict && (i == btz) && ((a[o] == upper_z) || (a[o] == plus) || (a[o] == minus))) { in ossl_asn1_time_to_tm()
195 if (strict) in ossl_asn1_time_to_tm()
218 } else if (!strict && ((a[o] == plus) || (a[o] == minus))) { in ossl_asn1_time_to_tm()
254 /* not Z, or not +/- in non-strict mode */ in ossl_asn1_time_to_tm()
/third_party/python/Lib/
H A Dposixpath.py412 def realpath(filename, *, strict=False):
416 path, ok = _joinrealpath(filename[:0], filename, strict, {})
421 def _joinrealpath(path, rest, strict, seen):
453 if strict:
469 if strict:
476 path, ok = _joinrealpath(path, os.readlink(newpath), strict, seen)
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_pfc.sh176 ets bands 8 strict 8 priomap 7 6
192 ets bands 8 strict 8 priomap 7 6
209 ets bands 8 strict 8 priomap 7 6
231 ets bands 8 strict 8 priomap 7 6

Completed in 22 milliseconds

12345678910>>...19