Home
last modified time | relevance | path

Searched refs:strict (Results 151 - 175 of 450) sorted by relevance

12345678910>>...18

/kernel/linux/linux-6.6/net/ipv6/
H A Droute.c107 int strict);
415 const struct sk_buff *skb, int strict) in fib6_select_path()
452 if (rt6_score_route(nh, sibling->fib6_flags, oif, strict) < 0) in fib6_select_path()
711 int strict) in rt6_score_route()
718 if (!m && (strict & RT6_LOOKUP_F_IFACE)) in rt6_score_route()
723 if ((strict & RT6_LOOKUP_F_REACHABLE) && in rt6_score_route()
733 int oif, int strict, int *mpri, bool *do_rr) in find_match()
744 !(strict & RT6_LOOKUP_F_IGNORE_LINKSTATE)) in find_match()
747 m = rt6_score_route(nh, fib6_flags, oif, strict); in find_match()
755 if (strict in find_match()
413 fib6_select_path(const struct net *net, struct fib6_result *res, struct flowi6 *fl6, int oif, bool have_oif_match, const struct sk_buff *skb, int strict) fib6_select_path() argument
710 rt6_score_route(const struct fib6_nh *nh, u32 fib6_flags, int oif, int strict) rt6_score_route() argument
732 find_match(struct fib6_nh *nh, u32 fib6_flags, int oif, int strict, int *mpri, bool *do_rr) find_match() argument
771 int strict; global() member
786 __find_rr_leaf(struct fib6_info *f6i_start, struct fib6_info *nomatch, u32 metric, struct fib6_result *res, struct fib6_info **cont, int oif, int strict, bool *do_rr, int *mpri) __find_rr_leaf() argument
843 find_rr_leaf(struct fib6_node *fn, struct fib6_info *leaf, struct fib6_info *rr_head, int oif, int strict, bool *do_rr, struct fib6_result *res) find_rr_leaf() argument
864 rt6_select(struct net *net, struct fib6_node *fn, int oif, struct fib6_result *res, int strict) rt6_select() argument
1263 rt6_lookup(struct net *net, const struct in6_addr *daddr, const struct in6_addr *saddr, int oif, const struct sk_buff *skb, int strict) rt6_lookup() argument
2174 fib6_table_lookup(struct net *net, struct fib6_table *table, int oif, struct flowi6 *fl6, struct fib6_result *res, int strict) fib6_table_lookup() argument
2207 int strict = 0; ip6_pol_route() local
[all...]
/kernel/linux/linux-6.6/drivers/input/misc/
H A Diqs7222.c143 u16 strict; member
218 .strict = BIT(4),
227 .strict = BIT(3),
236 .strict = BIT(4),
245 .strict = BIT(3),
254 .strict = BIT(4),
263 .strict = BIT(3),
272 .strict = BIT(4),
281 .strict = BIT(3),
2740 tpad_setup[20] &= ~(iqs7222_tp_events[i].strict | in iqs7222_parse_tpad()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/
H A Dtest_wacom_generic.py485 self, report, expected_events, auto_syn=True, strict=False
496 if strict:
676 uhdev.event(130, 240, pressure=0), [], auto_syn=False, strict=True
800 uhdev.event_heartbeat(19), [], auto_syn=False, strict=True
/third_party/node/test/parallel/
H A Dtest-assert.js23 'use strict';
510 // Test strict assert.
513 const assert = require('assert').strict;
519 assert.equal(assert.strict, assert.strict.strict);
542 // Test setting the limit to zero and that assert.strict works properly.
/third_party/python/Lib/
H A Dntpath.py645 # Non-strict algorithm is to find as much of the target directory
674 def realpath(path, *, strict=False):
700 # In strict mode, we convert into an OSError.
701 # Non-strict mode returns the path as-is, since we've already
703 if strict:
707 if strict:
/kernel/linux/linux-5.10/arch/s390/purgatory/
H A DMakefile23 KBUILD_CFLAGS := -fno-strict-aliasing -Wall -Wstrict-prototypes
/kernel/linux/linux-6.6/arch/s390/purgatory/
H A DMakefile24 KBUILD_CFLAGS := -fno-strict-aliasing -Wall -Wstrict-prototypes
/kernel/linux/linux-5.10/include/net/
H A Dping.h42 const struct net_device *dev, int strict);
H A Dipv6_stubs.h41 const struct sk_buff *skb, int strict);
/kernel/linux/linux-5.10/net/ipv4/
H A Dnetfilter.c88 bool strict __always_unused) in nf_ip_route()
/kernel/linux/linux-6.6/include/net/
H A Dipv6_stubs.h41 const struct sk_buff *skb, int strict);
H A Dping.h35 const struct net_device *dev, int strict);
/kernel/liteos_a/lib/libc/musl/
H A DMakefile62 LOCAL_FLAGS +=-Wno-char-subscripts -Wno-ignored-pragmas -Wno-strict-prototypes
/kernel/linux/linux-6.6/net/ipv4/
H A Dnetfilter.c87 bool strict __always_unused) in nf_ip_route()
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/t/
H A Dsafe.t6 use strict;
/third_party/python/Lib/email/
H A Dpolicy.py19 'strict',
221 strict = default.clone(raise_on_defect=True) variable
/third_party/python/Lib/pydoc_data/
H A Dtopics.py11410 "str.encode(encoding='utf-8', errors='strict')\n"
11419 '"\'strict\'"\n'
15254 ' can only represent sequences that follow a strict pattern '
/third_party/openssl/external/perl/Text-Template-1.56/t/
H A Dsafe.t6 use strict;
/third_party/python/Lib/test/test_json/
H A Dtest_speedups.py27 self.json.decoder.JSONDecoder(strict=BadBool()).decode(value)
/third_party/python/Lib/zoneinfo/
H A D_common.py139 for attr, val in zip(self.__slots__, args, strict=True):
/third_party/selinux/checkpolicy/
H A DMakefile13 CFLAGS ?= -g -Wall -Werror -Wshadow -O2 -fno-strict-aliasing
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_none.c75 int tls_global_set_verify(void *tls_ctx, int check_crl, int strict) in tls_global_set_verify() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_none.c75 int tls_global_set_verify(void *tls_ctx, int check_crl, int strict) in tls_global_set_verify() argument
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/
H A Dkatex.min.js1 !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.katex=e():t.katex=e()}("undefined"!=typeof self?self:this,function(){return function(t){var e={};function r(a){if(e[a])return e[a].exports;var n=e[a]={i:a,l:!1,exports:{}};return t[a].call(n.exports,n,n.exports,r),n.l=!0,n.exports}return r.m=t,r.c=e,r.d=function(t,e,a){r.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:a})},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.t=function(t,e){if(1&e&&(t=r(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var a=Object.create(null);if(r.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var n in t)r.d(a,n,function(e){return t[e]}.bind(null,n));return a},r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,"a",e),e},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.p="",r(r.s=1)}([function(t,e,r){},function(t,e,r){"use strict";r.r(e);r(0);var a=function(){function t(t,e,r){this.lexer=void 0,this.start=void 0,this.end=void 0,this.lexer=t,this.start=e,this.end=r}return t.range=function(e,r){return r?e&&e.loc&&r.loc&&e.loc.lexer===r.loc.lexer?new t(e.loc.lexer,e.loc.start,r.loc.end):null:e&&e.loc},t}(),n=function(){function t(t,e){this.text=void 0,this.loc=void 0,this.text=t,this.loc=e}return t.prototype.range=function(e,r){return new t(r,a.range(this,e))},t}(),i=function t(e,r){this.position=void 0;var a,n="KaTeX parse error: "+e,i=r&&r.loc;if(i&&i.start<=i.end){var o=i.lexer.input;a=i.start;var s=i.end;a===o.length?n+=" at end of input: ":n+=" at position "+(a+1)+": ";var h=o.slice(a,s).replace(/[^]/g,"$&\u0332");n+=(a>15?"\u2026"+o.slice(a-15,a):o.slice(0,a))+h+(s+15<o.length?o.slice(s,s+15)+"\u2026":o.slice(s))}var l=new Error(n);return l.name="ParseError",l.__proto__=t.prototype,l.position=a,l};i.prototype.__proto__=Error.prototype;var o=i,s=/([A-Z])/g,h={"&":"&amp;",">":"&gt;","<":"&lt;",'"':"&quot;","'":"&#x27;"},l=/[&><"']/g;var m=function t(e){return"ordgroup"===e.type?1===e.body.length?t(e.body[0]):e:"color"===e.type?1===e.body.length?t(e.body[0]):e:"font"===e.type?t(e.body):e},c={contains:function(t,e){return-1!==t.indexOf(e)},deflt:function(t,e){return void 0===t?e:t},escape:function(t){return String(t).replace(l,function(t){return h[t]})},hyphenate:function(t){return t.replace(s,"-$1").toLowerCase()},getBaseElem:m,isCharacterBox:function(t){var e=m(t);return"mathord"===e.type||"textord"===e.type||"atom"===e.type},protocolFromUrl:function(t){var e=/^\s*([^\\\/#]*?)(?::|&#0*58|&#x0*3a)/i.exec(t);return null!=e?e[1]:"_relative"}},u=function(){function t(t){this.displayMode=void 0,this.output=void 0,this.leqno=void 0,this.fleqn=void 0,this.throwOnError=void 0,this.errorColor=void 0,this.macros=void 0,this.minRuleThickness=void 0,this.colorIsTextColor=void 0,this.strict=void 0,this.trust=void 0,this.maxSize=void 0,this.maxExpand=void 0,t=t||{},this.displayMode=c.deflt(t.displayMode,!1),this.output=c.deflt(t.output,"htmlAndMathml"),this.leqno=c.deflt(t.leqno,!1),this.fleqn=c.deflt(t.fleqn,!1),this.throwOnError=c.deflt(t.throwOnError,!0),this.errorColor=c.deflt(t.errorColor,"#cc0000"),this.macros=t.macros||{},this.minRuleThickness=Math.max(0,c.deflt(t.minRuleThickness,0)),this.colorIsTextColor=c.deflt(t.colorIsTextColor,!1),this.strict=c.deflt(t.strict,"warn"),this.trust=c.deflt(t.trust,!1),this.maxSize=Math.max(0,c.deflt(t.maxSize,1/0)),this.maxExpand=Math.max(0,c.deflt(t.maxExpand,1e3))}var e=t.prototype;return e.reportNonstrict=function(t,e,r){var a=this.strict;if("function"==typeof a&&(a=a(t,e,r)),a&&"ignore"!==a){if(!0===a||"error"===a)throw new o("LaTeX-incompatible input and strict mode is set to 'error': "+e+" ["+t+"]",r);"warn"===a?"undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+e+" ["+t+"]"):"undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to unrecognized '"+a+"': "+e+" ["+t+"]")}},e.useStrictBehavior=function(t,e,r){var a=this.strict;if("function"==typeof a)try{a=a(t,e,r)}catch(t){a="error"}return!(!a||"ignore"===a)&&(!0===a||"error"===a||("warn"===a?("undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mod
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DPath.cpp501 Style style, bool strict) {
508 if (!strict && OldPrefix.size() > OrigPath.size())
521 if (!is_separator(OrigPath[OldPrefixDir.size()], style) && strict)
525 if (OldPrefixDir.size() == NewPrefix.size() && !strict) {
534 if (!is_separator(RelPath[0], style) || !strict)

Completed in 73 milliseconds

12345678910>>...18