Home
last modified time | relevance | path

Searched refs:strict (Results 201 - 225 of 475) sorted by relevance

12345678910>>...19

/third_party/ltp/tools/sparse/sparse-src/
H A DMakefile117 cflags = -fno-strict-aliasing
/third_party/skia/third_party/externals/icu/source/common/
H A Dulocimp.h98 * **Note**: When `strict` is false, any locale fields which do not satisfy the
99 * BCP47 syntax requirement will be omitted from the result. When `strict` is
106 * @param strict boolean value indicating if the function returns
117 UBool strict,
/third_party/vk-gl-cts/framework/common/
H A DtcuRasterizationVerifier.hpp211 bool verifyRelaxedLineGroupRasterization (const tcu::Surface& surface, const LineSceneSpec& scene, const RasterizationArguments& args, tcu::TestLog& log, const bool vulkanLinesTest = false, const bool strict = true);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateTimePatternGenerator.java1604 * @param strict If true, then only allows exactly those lengths specified by CLDR for variables. For example, "hh:mm aa" would throw an exception.
1610 public VariableField(String string, boolean strict) { in VariableField() argument
1611 canonicalIndex = DateTimePatternGenerator.getCanonicalIndex(string, strict); in VariableField()
1734 * @param strict If true, then only allows exactly those lengths specified by CLDR for variables. For example, "hh:mm aa" would throw an exception.
1740 public FormatParser set(String string, boolean strict) { in set() argument
1764 private void addVariable(StringBuffer variable, boolean strict) { in addVariable() argument
1766 items.add(new VariableField(variable.toString(), strict)); in addVariable()
2458 * @param strict TODO
2460 private static int getCanonicalIndex(String s, boolean strict) { in getCanonicalIndex() argument
2481 return strict in getCanonicalIndex()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDateTimePatternGenerator.java1466 * @param strict If true, then only allows exactly those lengths specified by CLDR for variables. For example, "hh:mm aa" would throw an exception.
1473 public VariableField(String string, boolean strict) { in VariableField() argument
1474 canonicalIndex = DateTimePatternGenerator.getCanonicalIndex(string, strict); in VariableField()
1605 * @param strict If true, then only allows exactly those lengths specified by CLDR for variables. For example, "hh:mm aa" would throw an exception.
1612 public FormatParser set(String string, boolean strict) { in set() argument
1636 private void addVariable(StringBuffer variable, boolean strict) { in addVariable() argument
1638 items.add(new VariableField(variable.toString(), strict)); in addVariable()
2320 * @param strict TODO
2322 private static int getCanonicalIndex(String s, boolean strict) { in getCanonicalIndex() argument
2343 return strict in getCanonicalIndex()
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dobject.h486 BASE_NS::vector<IObject::Ptr> GetAttachments(const BASE_NS::vector<TypeId>& uids, bool strict) const override
488 return META_EXT_CALL_BASE(IAttach, GetAttachments(uids, strict));
/foundation/graphic/graphic_3d/lume/metaobject/src/container/
H A Dcontainer_base.cpp84 if (CheckInterfaces(obj, options.uids, options.strict)) { in FindAllImpl()
129 CheckInterfaces(object, options.uids, options.strict); in MatchCriteria()
/kernel/linux/linux-5.10/include/net/
H A Dip6_fib.h447 int strict);
451 const struct sk_buff *skb, int strict);
/kernel/linux/linux-6.6/include/net/
H A Dip6_fib.h440 int strict);
444 const struct sk_buff *skb, int strict);
/third_party/icu/icu4c/source/common/unicode/
H A Dutf8.h127 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict);
151 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict);
/third_party/mesa3d/src/gallium/tools/trace/
H A Ddiff_state.py324 return json.loads(data, strict=False, object_hook = object_hook)
326 return json.load(stream, strict=False, object_hook = object_hook)
/third_party/node/deps/icu-small/source/common/unicode/
H A Dutf8.h127 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict);
151 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict);
/third_party/node/deps/undici/src/lib/fetch/
H A Dresponse.js1 'use strict'
514 return webidl.converters.Blob(V, { strict: false })
522 return webidl.converters.FormData(V, { strict: false })
H A Dwebidl.js1 'use strict'
37 if (opts?.strict !== false && !(V instanceof I)) {
320 if (opts.strict !== false && !(V instanceof i)) {
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dutf8.h127 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict);
151 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict);
/third_party/python/Lib/test/
H A Dtest_configparser.py44 strict = False variable in CfgParserTestCaseClass
57 strict=self.strict,
335 if self.strict:
414 if self.strict:
628 if self.strict:
892 strict = True variable in StrictTestCase
1181 strict = True variable in ConfigParserTestCaseExtendedInterpolation
/third_party/json/single_include/nlohmann/
H A Djson.hpp9173 @param[in] strict whether to expect the input to be consumed completed
9181 const bool strict = true,
9211 // strict mode: next byte must be EOF
9212 if (result && strict)
12184 @param[in] strict whether to expect the last token to be EOF
12191 void parse(const bool strict, BasicJsonType& result)
12198 // in strict mode, input must be completely read
12199 if (strict && (get_token() != token_type::end_of_input))
12226 // in strict mode, input must be completely read
12227 if (strict
[all...]
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A DMakefile11 -fPIC -fno-strict-aliasing -mno-red-zone \
/kernel/linux/linux-5.10/arch/parisc/boot/compressed/
H A DMakefile19 KBUILD_CFLAGS += -fno-strict-aliasing
/kernel/linux/linux-6.6/arch/loongarch/
H A DMakefile112 KBUILD_CFLAGS += $(call cc-option,-mno-strict-align)
/kernel/linux/linux-5.10/net/ipv6/
H A Daddrconf_core.c168 const struct sk_buff *skb, int strict) in eafnosupport_fib6_select_path()
166 eafnosupport_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) eafnosupport_fib6_select_path() argument
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A DMakefile15 -fPIC -fno-strict-aliasing -mno-red-zone \
/kernel/linux/linux-6.6/drivers/pinctrl/bcm/
H A Dpinctrl-bcm6328.c362 .strict = true,
/kernel/linux/linux-6.6/net/ipv6/
H A Daddrconf_core.c168 const struct sk_buff *skb, int strict) in eafnosupport_fib6_select_path()
166 eafnosupport_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) eafnosupport_fib6_select_path() argument
/third_party/curl/scripts/
H A Dcd2nroff33 use strict;

Completed in 37 milliseconds

12345678910>>...19