Home
last modified time | relevance | path

Searched full:strict (Results 1 – 25 of 22610) sorted by relevance

12345678910>>...905

/aosp_15_r20/build/soong/cc/
H A Dmakevars.go74 ctx.Strict("LLVM_RELEASE_VERSION", "${config.ClangShortVersion}")
75 ctx.Strict("LLVM_PREBUILTS_VERSION", "${config.ClangVersion}")
76 ctx.Strict("LLVM_PREBUILTS_BASE", "${config.ClangBase}")
77 ctx.Strict("LLVM_PREBUILTS_PATH", "${config.ClangBin}")
78 ctx.Strict("CLANG", "${config.ClangBin}/clang")
79 ctx.Strict("CLANG_CXX", "${config.ClangBin}/clang++")
80 ctx.Strict("LLVM_AS", "${config.ClangBin}/llvm-as")
81 ctx.Strict("LLVM_LINK", "${config.ClangBin}/llvm-link")
82 ctx.Strict("LLVM_OBJCOPY", "${config.ClangBin}/llvm-objcopy")
83 ctx.Strict("LLVM_STRIP", "${config.ClangBin}/llvm-strip")
[all …]
/aosp_15_r20/external/wpa_supplicant_8/src/wps/
H A Dwps_validate.c2 * Wi-Fi Protected Setup - Strict protocol validation routines
25 wpa_printf(MSG_INFO, "WPS-STRICT: Version attribute " in wps_validate_version()
32 wpa_printf(MSG_INFO, "WPS-STRICT: Invalid Version attribute " in wps_validate_version()
44 wpa_printf(MSG_INFO, "WPS-STRICT: Version2 attribute " in wps_validate_version2()
51 wpa_printf(MSG_INFO, "WPS-STRICT: Invalid Version2 attribute " in wps_validate_version2()
63 wpa_printf(MSG_INFO, "WPS-STRICT: Request Type " in wps_validate_request_type()
70 wpa_printf(MSG_INFO, "WPS-STRICT: Invalid Request Type " in wps_validate_request_type()
82 wpa_printf(MSG_INFO, "WPS-STRICT: Response Type " in wps_validate_response_type()
89 wpa_printf(MSG_INFO, "WPS-STRICT: Invalid Response Type " in wps_validate_response_type()
101 wpa_printf(MSG_INFO, "WPS-STRICT: Physical/Virtual " in valid_config_methods()
[all …]
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/test/resources/conversion/compare/
H A Dmatrix.cmp18 .strict
70 <td><span class="strict">strict</span></td>
96 <td><span class="strict">strict</span></td>
122 <td><span class="strict">strict</span></td>
147 <td><span class="strict">strict</span></td>
148 <td><span class="strict">strict</span></td>
172 <td><span class="strict">strict</span></td>
173 <td><span class="strict">strict</span></td>
174 <td><span class="strict">strict</span></td>
197 <td><span class="strict">strict</span></td>
[all …]
/aosp_15_r20/build/soong/java/config/
H A Dmakevars.go28 ctx.Strict("FRAMEWORK_LIBRARIES", strings.Join(FrameworkLibraries, " "))
31 ctx.Strict("LEGACY_CORE_PLATFORM_BOOTCLASSPATH_LIBRARIES",
33 ctx.Strict("LEGACY_CORE_PLATFORM_SYSTEM_MODULES", LegacyCorePlatformSystemModules)
35 ctx.Strict("ANDROID_JAVA_HOME", "${JavaHome}")
36 ctx.Strict("ANDROID_JAVA8_HOME", "prebuilts/jdk/jdk8/${hostPrebuiltTag}")
37 ctx.Strict("ANDROID_JAVA_TOOLCHAIN", "${JavaToolchain}")
38 ctx.Strict("JAVA", "${JavaCmd} ${JavaVmFlags}")
39 ctx.Strict("JAVAC", "${JavacCmd} ${JavacVmFlags}")
40 ctx.Strict("JAR", "${JarCmd}")
41 ctx.Strict("JAR_ARGS", "${JarArgsCmd}")
[all …]
/aosp_15_r20/external/llvm/test/CodeGen/ARM/
H A Dfast-isel-align.ll3 …0 -mattr=+strict-align -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios -verify-machinein…
4 …-mattr=+strict-align -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios -verify-machinein…
8 …-mattr=+strict-align -relocation-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi -verify-machine…
9 …attr=+strict-align -relocation-model=dynamic-no-pic -mtriple=thumbv7-linux-gnueabi -verify-machine…
12 …-mattr=+strict-align -relocation-model=dynamic-no-pic -mtriple=armv7-unknown-nacl -verify-machinei…
14strict-align -fast-isel-abort=1 -relocation-model=dynamic-no-pic -mtriple=armv7-unknown-unknown -v…
15 …riple=thumbv7-unknown-unknown -mattr=+strict-align -verify-machineinstrs | FileCheck %s --check-pr…
18 …-mtriple=armv7-unknown-unknown -mattr=+strict-align -verify-machineinstrs | FileCheck %s --check-p…
19 …riple=thumbv7-unknown-unknown -mattr=+strict-align -verify-machineinstrs | FileCheck %s --check-pr…
84 ; ARM-STRICT-ALIGN: @unaligned_i16_store
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/time/test/java/time/format/
H A DTestReducedParser.java56 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
96 private static final boolean STRICT = true; field in TestReducedParser
138 // Parse data and values that are consistent whether strict or lenient
214 // Parse data and values in strict and lenient modes.
216 // Strict Pair(endPos, value), Lenient Pair(endPos, value)
222 {YEAR, 2, 2, 2010, "3", 0, strict(0, null), lenient(1, 3)}, in provider_parseLenientSensitive()
223 {YEAR, 2, 2, 2010, "4", 0, strict(0, null), lenient(1, 4)}, in provider_parseLenientSensitive()
224 {YEAR, 2, 2, 2010, "5", 1, strict(1, null), lenient(1, null)}, in provider_parseLenientSensitive()
225 {YEAR, 2, 2, 2010, "6-2", 0, strict(0, null), lenient(1, 6)}, in provider_parseLenientSensitive()
226 {YEAR, 2, 2, 2010, "9", 0, strict(0, null), lenient(1, 9)}, in provider_parseLenientSensitive()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__configuration/
Davailability.h158 …__attribute__((availability(macos, strict, introduced = 15.0))) …
159 …__attribute__((availability(ios, strict, introduced = 18.0))) …
160 …__attribute__((availability(tvos, strict, introduced = 18.0))) …
161 …__attribute__((availability(watchos, strict, introduced = 11.0))) …
162 …__attribute__((availability(bridgeos, strict, introduced = 9.0))) …
163 __attribute__((availability(driverkit, strict, introduced = 24.0)))
177 …__attribute__((availability(macos, strict, introduced = 14.4))) …
178 …__attribute__((availability(ios, strict, introduced = 17.4))) …
179 …__attribute__((availability(tvos, strict, introduced = 17.4))) …
180 …__attribute__((availability(watchos, strict, introduced = 10.4))) …
[all …]
/aosp_15_r20/external/ltp/lib/
H A Dtst_netdevice.c102 int tst_create_veth_pair(const char *file, const int lineno, int strict, in tst_create_veth_pair() argument
152 if (strict && !ret) { in tst_create_veth_pair()
161 int tst_netdev_add_device(const char *file, const int lineno, int strict, in tst_netdev_add_device() argument
196 if (strict && !ret) { in tst_netdev_add_device()
205 int tst_netdev_remove_device(const char *file, const int lineno, int strict, in tst_netdev_remove_device() argument
231 if (strict && !ret) { in tst_netdev_remove_device()
240 static int modify_address(const char *file, const int lineno, int strict, in modify_address() argument
281 if (strict && !ret) { in modify_address()
290 int tst_netdev_add_address(const char *file, const int lineno, int strict, in tst_netdev_add_address() argument
294 return modify_address(file, lineno, strict, RTM_NEWADDR, in tst_netdev_add_address()
[all …]
/aosp_15_r20/external/pytorch/torch/autograd/
H A Dfunctional.py125 def _check_requires_grad(inputs, input_type, strict): argument
126 # Used to make all the necessary checks to raise nice errors in strict mode.
127 if not strict:
137 " This is not allowed in strict mode."
143 " is independent of the input. This is not allowed in strict mode."
151 " allowed in strict mode. You should ensure that your function is twice"
158 " user-provided function. This is not allowed in strict mode."
164 " when running in strict mode."
206 def _fill_in_zeros(grads, refs, strict, create_graph, stage): argument
209 # strict and create graph allow us to detect when it is appropriate to raise an error
[all …]
/aosp_15_r20/external/python/cpython2/Lib/
Dmimetypes.py5 guess_type(url, strict=1) -- guess the MIME type and encoding of a URL.
7 guess_extension(type, strict=1) -- guess the extension for a given MIME type.
64 def __init__(self, filenames=(), strict=True): argument
69 self.types_map = ({}, {}) # dict for (non-strict, strict)
76 self.read(name, strict)
78 def add_type(self, type, ext, strict=True): argument
86 If strict is true, information will be added to
90 self.types_map[strict][ext] = type
91 exts = self.types_map_inv[strict].setdefault(type, [])
95 def guess_type(self, url, strict=True): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dmimetypes.py5 guess_type(url, strict=True) -- guess the MIME type and encoding of a URL.
7 guess_extension(type, strict=True) -- guess the extension for a given MIME type.
72 def __init__(self, filenames=(), strict=True): argument
77 self.types_map = ({}, {}) # dict for (non-strict, strict)
84 self.read(name, strict)
86 def add_type(self, type, ext, strict=True): argument
94 If strict is true, information will be added to
98 self.types_map[strict][ext] = type
99 exts = self.types_map_inv[strict].setdefault(type, [])
103 def guess_type(self, url, strict=True): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dmimetypes.py5 guess_type(url, strict=True) -- guess the MIME type and encoding of a URL.
7 guess_extension(type, strict=True) -- guess the extension for a given MIME type.
72 def __init__(self, filenames=(), strict=True): argument
77 self.types_map = ({}, {}) # dict for (non-strict, strict)
84 self.read(name, strict)
86 def add_type(self, type, ext, strict=True): argument
94 If strict is true, information will be added to
98 self.types_map[strict][ext] = type
99 exts = self.types_map_inv[strict].setdefault(type, [])
103 def guess_type(self, url, strict=True): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dmimetypes.py5 guess_type(url, strict=True) -- guess the MIME type and encoding of a URL.
7 guess_extension(type, strict=True) -- guess the extension for a given MIME type.
72 def __init__(self, filenames=(), strict=True): argument
77 self.types_map = ({}, {}) # dict for (non-strict, strict)
84 self.read(name, strict)
86 def add_type(self, type, ext, strict=True): argument
94 If strict is true, information will be added to
98 self.types_map[strict][ext] = type
99 exts = self.types_map_inv[strict].setdefault(type, [])
103 def guess_type(self, url, strict=True): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dmimetypes.py5 guess_type(url, strict=True) -- guess the MIME type and encoding of a URL.
7 guess_extension(type, strict=True) -- guess the extension for a given MIME type.
72 def __init__(self, filenames=(), strict=True): argument
77 self.types_map = ({}, {}) # dict for (non-strict, strict)
84 self.read(name, strict)
86 def add_type(self, type, ext, strict=True): argument
94 If strict is true, information will be added to
98 self.types_map[strict][ext] = type
99 exts = self.types_map_inv[strict].setdefault(type, [])
103 def guess_type(self, url, strict=True): argument
[all …]
/aosp_15_r20/external/python/cpython3/Lib/
Dmimetypes.py5 guess_type(url, strict=True) -- guess the MIME type and encoding of a URL.
7 guess_extension(type, strict=True) -- guess the extension for a given MIME type.
72 def __init__(self, filenames=(), strict=True): argument
77 self.types_map = ({}, {}) # dict for (non-strict, strict)
84 self.read(name, strict)
86 def add_type(self, type, ext, strict=True): argument
94 If strict is true, information will be added to
98 self.types_map[strict][ext] = type
99 exts = self.types_map_inv[strict].setdefault(type, [])
103 def guess_type(self, url, strict=True): argument
[all …]
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dmimetypes.py5 guess_type(url, strict=True) -- guess the MIME type and encoding of a URL.
7 guess_extension(type, strict=True) -- guess the extension for a given MIME type.
72 def __init__(self, filenames=(), strict=True): argument
77 self.types_map = ({}, {}) # dict for (non-strict, strict)
84 self.read(name, strict)
86 def add_type(self, type, ext, strict=True): argument
94 If strict is true, information will be added to
98 self.types_map[strict][ext] = type
99 exts = self.types_map_inv[strict].setdefault(type, [])
103 def guess_type(self, url, strict=True): argument
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
H A Dets.json44 "name": "Add ETS qdisc using strict",
52 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets strict 3",
55 "matchPattern": "qdisc ets 1: root .*bands 3 strict 3",
84 "name": "Add ETS qdisc using bands + strict",
92 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets bands 3 strict 3",
95 "matchPattern": "qdisc ets 1: root .*bands 3 strict 3 priomap",
104 "name": "Add ETS qdisc using strict + quanta",
112 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets strict 3 quanta 1500 750",
115 "matchPattern": "qdisc ets 1: root .*bands 5 strict 3 quanta 1500 750 priomap",
124 "name": "Add ETS qdisc using strict 0 + quanta",
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/algorithms/alg.sorting/assert.sort.invalid_comparator/
H A Dassert.sort.invalid_comparator.pass.cpp15 // ensure that our sorting functions do not go out-of-bounds and satisfy strict weak ordering in th…
17 // does not satisfy the strict weak ordering:
55 … "Would read out of bounds, does your comparator satisfy the strict-weak ordering requirement?"); in check_oob_sort_read()
60 "Comparator does not induce a strict weak ordering"); in check_oob_sort_read()
65 "Comparator does not induce a strict weak ordering"); in check_oob_sort_read()
67 "Comparator does not induce a strict weak ordering"); in check_oob_sort_read()
72 "Comparator does not induce a strict weak ordering"); in check_oob_sort_read()
79 "Comparator does not induce a strict weak ordering"); in check_oob_sort_read()
87 … "Would read out of bounds, does your comparator satisfy the strict-weak ordering requirement?"); in check_oob_sort_read()
92 "Comparator does not induce a strict weak ordering"); in check_oob_sort_read()
[all …]
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_mimetypes.py96 # First try strict
97 eq(self.db.guess_type('foo.xul', strict=True), (None, None))
98 eq(self.db.guess_extension('image/jpg', strict=True), None)
99 eq(self.db.guess_extension('image/webp', strict=True), None)
100 # And then non-strict
101 eq(self.db.guess_type('foo.xul', strict=False), ('text/xul', None))
102 eq(self.db.guess_type('foo.XUL', strict=False), ('text/xul', None))
103 eq(self.db.guess_type('foo.invalid', strict=False), (None, None))
104 eq(self.db.guess_extension('image/jpg', strict=False), '.jpg')
105 eq(self.db.guess_extension('image/JPG', strict=False), '.jpg')
[all …]
Dtest_codecencodings_kr.py14 (b"abc\x80\x80\xc1\xc4", "strict", None),
15 (b"abc\xc8", "strict", None),
26 (b"abc\x80\x80\xc1\xc4", "strict", None),
27 (b"abc\xc8", "strict", None),
33 (b"\xa4\xd4", "strict", None),
34 (b"\xa4\xd4\xa4", "strict", None),
35 (b"\xa4\xd4\xa4\xb6", "strict", None),
36 (b"\xa4\xd4\xa4\xb6\xa4", "strict", None),
37 (b"\xa4\xd4\xa4\xb6\xa4\xd0", "strict", None),
38 (b"\xa4\xd4\xa4\xb6\xa4\xd0\xa4", "strict", None),
[all …]
Dtest_codecencodings_cn.py14 (b"abc\x81\x81\xc1\xc4", "strict", None),
15 (b"abc\xc8", "strict", None),
19 (b"\xc1\x64", "strict", None),
27 (b"abc\x80\x80\xc1\xc4", "strict", None),
28 (b"abc\xc8", "strict", None),
32 (b"\x83\x34\x83\x31", "strict", None),
33 ("\u30fb", "strict", None),
41 (b"abc\x80\x80\xc1\xc4", "strict", None),
42 (b"abc\xc8", "strict", None),
47 ("\u30fb", "strict", b"\x819\xa79"),
[all …]
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_codecencodings_kr.py15 ("abc\x80\x80\xc1\xc4", "strict", None),
16 ("abc\xc8", "strict", None),
27 ("abc\x80\x80\xc1\xc4", "strict", None),
28 ("abc\xc8", "strict", None),
34 ("\xa4\xd4", "strict", None),
35 ("\xa4\xd4\xa4", "strict", None),
36 ("\xa4\xd4\xa4\xb6", "strict", None),
37 ("\xa4\xd4\xa4\xb6\xa4", "strict", None),
38 ("\xa4\xd4\xa4\xb6\xa4\xd0", "strict", None),
39 ("\xa4\xd4\xa4\xb6\xa4\xd0\xa4", "strict", None),
[all …]
Dtest_codecencodings_jp.py15 ("abc\x81\x00\x81\x00\x82\x84", "strict", None),
16 ("abc\xf8", "strict", None),
31 ("abc\x80\x80\xc1\xc4", "strict", None),
32 ("abc\xc8", "strict", None),
37 ("\xc1\x64", "strict", None),
38 ("\xa1\xc0", "strict", u"\uff3c"),
46 ("abc\x80\x80\xc1\xc4", "strict", None),
47 ("abc\xc8", "strict", None),
52 ("\xc1\x64", "strict", None),
60 ("\xa1\xc0\\", "strict", u"\uff3c\\"),
[all …]
/aosp_15_r20/external/pytorch/benchmarks/functional_autograd_benchmark/
H A Dfunctional_autograd_benchmark.py26 def hessian_fwdrev(model, inp, strict=None): argument
30 strict=False,
35 def hessian_revrev(model, inp, strict=None): argument
36 return functional.hessian(model, inp, strict=False, vectorize=True)
38 def jacfwd(model, inp, strict=None): argument
40 model, inp, strict=False, vectorize=True, strategy="forward-mode"
43 def jacrev(model, inp, strict=None): argument
44 return functional.jacobian(model, inp, strict=False, vectorize=True)
60 def vjp(model, inp, v=None, strict=None): argument
66 def jvp(model, inp, v=None, strict=None): argument
[all …]
/aosp_15_r20/external/icu/icu4c/source/common/
H A Dutf_impl.cpp96 errorValue(int32_t count, int8_t strict) { in errorValue() argument
97 if(strict>=0) { in errorValue()
99 } else if(strict==-3) { in errorValue()
112 * The "strict" parameter controls the error behavior:
124 * >0 Obsolete "strict" behavior of UTF8_NEXT_CHAR_SAFE(..., true):
131 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict) { in utf8_nextCharSafeBody() argument
147 // strict: forbid non-characters like U+fffe in utf8_nextCharSafeBody()
148 if(strict<=0 || !U_IS_UNICODE_NONCHAR(c)) { in utf8_nextCharSafeBody()
155 if(strict!=-2) { in utf8_nextCharSafeBody()
161 // strict: forbid non-characters like U+fffe in utf8_nextCharSafeBody()
[all …]

12345678910>>...905