Home
last modified time | relevance | path

Searched defs:strict (Results 126 - 150 of 163) sorted by relevance

1234567

/third_party/skia/third_party/externals/icu/source/common/
H A Duloc_tag.cpp1015 _appendLanguageToLanguageTag(const char* localeID, icu::ByteSink& sink, UBool strict, UErrorCode* status) { in _appendLanguageToLanguageTag() argument
1063 _appendScriptToLanguageTag(const char* localeID, icu::ByteSink& sink, UBool strict, UErrorCode* status) { in _appendScriptToLanguageTag() argument
1095 _appendRegionToLanguageTag(const char* localeID, icu::ByteSink& sink, UBool strict, UErrorCode* status) { in _appendRegionToLanguageTag() argument
1148 _appendVariantsToLanguageTag(const char* localeID, icu::ByteSink& sink, UBool strict, UBool *hadPosix, UErrorCode* status) _appendVariantsToLanguageTag() argument
1265 _appendKeywordsToLanguageTag(const char* localeID, icu::ByteSink& sink, UBool strict, UBool hadPosix, UErrorCode* status) _appendKeywordsToLanguageTag() argument
1879 _appendPrivateuseToLanguageTag(const char* localeID, icu::ByteSink& sink, UBool strict, UBool hadPosix, UErrorCode* status) _appendPrivateuseToLanguageTag() argument
2611 uloc_toLanguageTag(const char* localeID, char* langtag, int32_t langtagCapacity, UBool strict, UErrorCode* status) uloc_toLanguageTag() argument
2640 ulocimp_toLanguageTag(const char* localeID, icu::ByteSink& sink, UBool strict, UErrorCode* status) ulocimp_toLanguageTag() argument
[all...]
/third_party/python/Python/
H A Dbltinmodule.c2686 int strict; member
2697 int strict = 0; in zip_new() local
2879 int strict in zip_setstate() local
[all...]
/third_party/python/Modules/
H A D_csv.c106 char strict; /* raise exception on bad CSV */ member
409 PyObject *strict = NULL; in dialect_new() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_wolfssl.c1569 int tls_global_set_verify(void *tls_ctx, int check_crl, int strict) in tls_global_set_verify() argument
H A Dtls_openssl.c2801 int tls_global_set_verify(void *ssl_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_wolfssl.c1576 int tls_global_set_verify(void *tls_ctx, int check_crl, int strict) in tls_global_set_verify() argument
H A Dtls_openssl.c2883 int tls_global_set_verify(void *ssl_ctx, int check_crl, int strict) in tls_global_set_verify() argument
/kernel/linux/linux-5.10/fs/btrfs/
H A Dextent-tree.c2290 check_committed_ref(struct btrfs_root *root, struct btrfs_path *path, u64 objectid, u64 offset, u64 bytenr, bool strict) check_committed_ref() argument
2365 btrfs_cross_ref_exist(struct btrfs_root *root, u64 objectid, u64 offset, u64 bytenr, bool strict) btrfs_cross_ref_exist() argument
H A Dinode.c7015 can_nocow_extent(struct inode *inode, u64 offset, u64 *len, u64 *orig_start, u64 *orig_block_len, u64 *ram_bytes, bool strict) can_nocow_extent() argument
/kernel/linux/linux-6.6/fs/btrfs/
H A Dextent-tree.c2306 check_committed_ref(struct btrfs_root *root, struct btrfs_path *path, u64 objectid, u64 offset, u64 bytenr, bool strict) check_committed_ref() argument
2381 btrfs_cross_ref_exist(struct btrfs_root *root, u64 objectid, u64 offset, u64 bytenr, bool strict, struct btrfs_path *path) btrfs_cross_ref_exist() argument
H A Dinode.c1826 bool strict; member
7052 can_nocow_extent(struct inode *inode, u64 offset, u64 *len, u64 *orig_start, u64 *orig_block_len, u64 *ram_bytes, bool nowait, bool strict) can_nocow_extent() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateTimePatternGenerator.java1610 public VariableField(String string, boolean strict) { in VariableField() argument
1740 public FormatParser set(String string, boolean strict) { in set() argument
1764 private void addVariable(StringBuffer variable, boolean strict) { in addVariable() argument
2460 private static int getCanonicalIndex(String s, boolean strict) { in getCanonicalIndex() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Ddtptngen.cpp2535 FormatParser::getCanonicalIndex(const UnicodeString& s, UBool strict) { in getCanonicalIndex() argument
/third_party/node/deps/icu-small/source/i18n/
H A Ddtptngen.cpp2527 FormatParser::getCanonicalIndex(const UnicodeString& s, UBool strict) { in getCanonicalIndex() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp1479 bool strict = m_primitiveStrictness == PRIMITIVESTRICTNESS_STRICT; in compareAndVerify() local
[all...]
/third_party/optimized-routines/math/test/
H A Dmathtest.c387 static int verbose, fo, strict; variable
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationTests.cpp1476 bool strict = m_primitiveStrictness == PRIMITIVESTRICTNESS_STRICT; in compareAndVerify() local
[all...]
/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dintel_pstate.c2528 intel_cpufreq_adjust_hwp(struct cpudata *cpu, u32 target_pstate, bool strict, bool fast_switch) intel_cpufreq_adjust_hwp() argument
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Dcma.c1456 const int strict = ipv6_addr_type(&dst_addr->sin6_addr) & in validate_ipv6_net_dev() local
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Dcma.c1603 const int strict = ipv6_addr_type(&dst_addr->sin6_addr) & in validate_ipv6_net_dev() local
/third_party/curl/lib/vtls/
H A Dopenssl.c4165 servercert(struct Curl_cfilter *cf, struct Curl_easy *data, bool strict) servercert() argument
[all...]
/kernel/linux/linux-5.10/net/core/
H A Dfilter.c5505 int strict = 0; in bpf_ipv6_fib_lookup() local
/kernel/linux/linux-5.10/net/ipv6/
H A Daddrconf.c1887 ipv6_chk_addr(struct net *net, const struct in6_addr *addr, const struct net_device *dev, int strict) ipv6_chk_addr() argument
1905 __ipv6_chk_addr_and_flags(struct net *net, const struct in6_addr *addr, const struct net_device *dev, bool skip_dev_check, int strict, u32 banned_flags) __ipv6_chk_addr_and_flags() argument
1947 ipv6_chk_addr_and_flags(struct net *net, const struct in6_addr *addr, const struct net_device *dev, bool skip_dev_check, int strict, u32 banned_flags) ipv6_chk_addr_and_flags() argument
2019 ipv6_get_ifaddr(struct net *net, const struct in6_addr *addr, struct net_device *dev, int strict) ipv6_get_ifaddr() argument
H A Droute.c412 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
707 rt6_score_route(const struct fib6_nh *nh, u32 fib6_flags, int oif, int strict) rt6_score_route() argument
729 find_match(struct fib6_nh *nh, u32 fib6_flags, int oif, int strict, int *mpri, bool *do_rr) find_match() argument
768 int strict; global() member
783 __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
840 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
861 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
2178 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
2214 int strict = 0; ip6_pol_route() local
[all...]
/kernel/linux/linux-6.6/net/ipv6/
H A Daddrconf.c1919 ipv6_chk_addr(struct net *net, const struct in6_addr *addr, const struct net_device *dev, int strict) ipv6_chk_addr() argument
1937 __ipv6_chk_addr_and_flags(struct net *net, const struct in6_addr *addr, const struct net_device *dev, bool skip_dev_check, int strict, u32 banned_flags) __ipv6_chk_addr_and_flags() argument
1977 ipv6_chk_addr_and_flags(struct net *net, const struct in6_addr *addr, const struct net_device *dev, bool skip_dev_check, int strict, u32 banned_flags) ipv6_chk_addr_and_flags() argument
2050 ipv6_get_ifaddr(struct net *net, const struct in6_addr *addr, struct net_device *dev, int strict) ipv6_get_ifaddr() argument

Completed in 162 milliseconds

1234567