Home
last modified time | relevance | path

Searched refs:disallowed (Results 1 – 25 of 133) sorted by relevance

123456

/external/cldr/tools/java/org/unicode/cldr/test/
DCheckForExemplars.java320 UnicodeSet disallowed = new UnicodeSet().addAll(value).retainAll(NUMBERS); in handleCheck() local
321 addMissingMessage(disallowed, CheckStatus.errorType, in handleCheck()
327 UnicodeSet disallowed = new UnicodeSet().addAll(value) in handleCheck() local
329 if (!disallowed.isEmpty()) { in handleCheck()
330 addMissingMessage(disallowed, CheckStatus.errorType, in handleCheck()
340 UnicodeSet disallowed; in handleCheck()
343 … if (null != (disallowed = containsAllCountingParens(exemplars, exemplarsPlusAscii, value))) { in handleCheck()
344 disallowed.removeAll(ALL_CURRENCY_SYMBOLS); in handleCheck()
345 disallowed.removeAll(LETTER); // Allow ASCII A-Z in currency symbols in handleCheck()
346 if (disallowed.size() > 0) { in handleCheck()
[all …]
/external/rust/crates/idna/src/
DIdnaMappingTable.txt46 0080..009F ; disallowed # 1.1 <control-0080>..<control-009F>
470 0378..0379 ; disallowed # NA <reserved-0378>..<reserved-0379>
475 0380..0383 ; disallowed # NA <reserved-0380>..<reserved-0383>
483 038B ; disallowed # NA <reserved-038B>
485 038D ; disallowed # NA <reserved-038D>
506 03A2 ; disallowed # NA <reserved-03A2>
713 04C0 ; disallowed # 1.1 CYRILLIC LETTER PALOCHKA
825 0530 ; disallowed # NA <reserved-0530>
864 0557..0558 ; disallowed # NA <reserved-0557>..<reserved-0558>
873 058B..058C ; disallowed # NA <reserved-058B>..<reserved-058C>
[all …]
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dportability-restrict-system-includes.rst15 #include <curses.h> // Bad: disallowed system header.
16 #include <openssl/ssl.h> // Bad: disallowed system header.
27 #include <zlib.h> // Bad: disallowed system header.
37 #include <curses.h> // Bad: disallowed system header.
40 #include <zlib.h> // Bad: disallowed system header.
Dfuchsia-trailing-return.rst6 Functions that have trailing returns are disallowed, except for those using
35 See the features disallowed in Fuchsia at https://fuchsia.googlesource.com/zircon/+/master/docs/cxx…
Dfuchsia-multiple-inheritance.rst9 disallowed:
46 See the features disallowed in Fuchsia at https://fuchsia.googlesource.com/zircon/+/master/docs/cxx…
Dfuchsia-virtual-inheritance.rst14 See the features disallowed in Fuchsia at https://fuchsia.googlesource.com/zircon/+/master/docs/cxx…
Dfuchsia-default-arguments-declarations.rst16 See the features disallowed in Fuchsia at https://fuchsia.googlesource.com/zircon/+/master/docs/cxx…
Dfuchsia-overloaded-operator.rst18 See the features disallowed in Fuchsia at https://fuchsia.googlesource.com/zircon/+/master/docs/cxx…
Dfuchsia-default-arguments-calls.rst22 See the features disallowed in Fuchsia at https://fuchsia.googlesource.com/zircon/+/master/docs/cxx…
Dmisc-misplaced-const.rst25 (or disallowed) on the underlying pointee type.
Dfuchsia-statically-constructed-objects.rst43 See the features disallowed in Fuchsia at https://fuchsia.googlesource.com/zircon/+/master/docs/cxx…
/external/libcups/systemv/
Dcupsctl.c40 static const char * const disallowed[] = in main() local
166 for (j = 0; j < (int)(sizeof(disallowed) / sizeof(disallowed[0])); j ++) in main()
168 if (!_cups_strcasecmp(setting->name, disallowed[j])) in main()
170 _cupsLangPrintf(stderr, _("cupsctl: Cannot set %s directly."), disallowed[j]); in main()
/external/clang/test/SemaObjC/
Darc-type-conversion.m10 …(void)(int*)arg; // expected-error {{cast of an Objective-C pointer to 'int *' is disallowed with …
12 … expected-error {{cast of an Objective-C pointer to '__autoreleasing id *' is disallowed with ARC}}
13 …arg; // expected-error {{cast of an Objective-C pointer to '__strong id *' is disallowed with ARC}}
17 …(void)(void**)arg; // expected-error {{cast of an Objective-C pointer to 'void **' is disallowed w…
58 …t conversion of a non-Objective-C pointer type 'void *' to '__strong id *' is disallowed with ARC}}
59 …cit conversion of a non-Objective-C pointer type 'void *' to '__weak id *' is disallowed with ARC}}
60 …rsion of a non-Objective-C pointer type 'void *' to '__autoreleasing id *' is disallowed with ARC}}
61 …n of a non-Objective-C pointer type 'void *' to '__unsafe_unretained id *' is disallowed with ARC}}
/external/llvm-project/clang/test/SemaObjC/
Darc-type-conversion.m10 …(void)(int*)arg; // expected-error {{cast of an Objective-C pointer to 'int *' is disallowed with …
12 … expected-error {{cast of an Objective-C pointer to '__autoreleasing id *' is disallowed with ARC}}
13 …arg; // expected-error {{cast of an Objective-C pointer to '__strong id *' is disallowed with ARC}}
17 …(void)(void**)arg; // expected-error {{cast of an Objective-C pointer to 'void **' is disallowed w…
58 …t conversion of a non-Objective-C pointer type 'void *' to '__strong id *' is disallowed with ARC}}
59 …cit conversion of a non-Objective-C pointer type 'void *' to '__weak id *' is disallowed with ARC}}
60 …rsion of a non-Objective-C pointer type 'void *' to '__autoreleasing id *' is disallowed with ARC}}
61 …n of a non-Objective-C pointer type 'void *' to '__unsafe_unretained id *' is disallowed with ARC}}
Dobjc-literal-fixit.m33 … // arc-error@-1{{implicit conversion of 'int' to 'NSNumber *' is disallowed with ARC}}
37 // arc-error@-1{{implicit conversion of 'int' to 'id' is disallowed with ARC}}
/external/clang/test/SemaOpenCL/
Dinvalid-block.cl16 …/ expected-error{{invalid block variable declaration - using 'extern' storage class is disallowed}}
18 …/ expected-error{{invalid block variable declaration - using 'extern' storage class is disallowed}}
47 // A block pointer type and all pointer operations are disallowed
/external/owasp/sanitizer/src/tests/org/owasp/html/
DCssFuzzerTest.java135 for (String disallowed : DISALLOWED_IN_OUTPUT) { in testUnderStress()
137 "contains " + disallowed + ", " + msg, in testUnderStress()
138 tokens.normalizedCss.contains(disallowed)); in testUnderStress()
/external/curl/m4/
Dcurl-functions.m4605 dnl usage has not been previously disallowed with
690 dnl usage has not been previously disallowed with
781 dnl usage has not been previously disallowed with
878 dnl usage has not been previously disallowed with
968 dnl usage has not been previously disallowed with
1069 dnl usage has not been previously disallowed with
1217 dnl usage has not been previously disallowed with
1339 dnl usage has not been previously disallowed with
1461 dnl and usage has not been previously disallowed with
1557 dnl usage has not been previously disallowed with
[all …]
/external/llvm-project/clang/test/SemaOpenCL/
Dinvalid-block.cl20 …/ expected-error{{invalid block variable declaration - using 'extern' storage class is disallowed}}
24 …/ expected-error{{invalid block variable declaration - using 'extern' storage class is disallowed}}
69 // A block pointer type and all pointer operations are disallowed
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/m4/
Dcares-functions.m4346 dnl usage has not been previously disallowed with
440 dnl usage has not been previously disallowed with
530 dnl usage has not been previously disallowed with
628 dnl usage has not been previously disallowed with
777 dnl and usage has not been previously disallowed with
873 dnl true, and usage has not been previously disallowed
1131 dnl usage has not been previously disallowed with
1216 dnl and usage has not been previously disallowed with
1310 dnl and usage has not been previously disallowed with
1404 dnl usage has not been previously disallowed with
[all …]
/external/llvm-project/clang/test/SemaCXX/
Dmodules-ts.cppm74 // FIXME: Exports of declarations without external linkage are disallowed.
75 // Exports of declarations with non-external-linkage types are disallowed.
/external/tensorflow/tensorflow/core/framework/
Dversions.proto31 // Specific consumer versions which are disallowed (e.g. due to bugs).
/external/python/cpython2/Lib/test/
Dtest_sys_setprofile.py51 disallowed = [ident(self.add_event.im_func), ident(ident)]
54 return [item for item in self.events if item[2] not in disallowed]
/external/clang/test/SemaObjCXX/
Darc-type-conversion.mm7 …(void)(int*)arg; // expected-error {{cast of an Objective-C pointer to 'int *' is disallowed with …
9 …/ expected-error{{cast of an Objective-C pointer to '__autoreleasing id *' is disallowed with ARC}}
10 …)arg; // expected-error{{cast of an Objective-C pointer to '__strong id *' is disallowed with ARC}}
14 (void)(void**)arg; // expected-error {{cast of an Objective-C pointer to 'void **' is disallowed}}
/external/llvm-project/clang/test/SemaObjCXX/
Darc-type-conversion.mm7 …(void)(int*)arg; // expected-error {{cast of an Objective-C pointer to 'int *' is disallowed with …
9 …/ expected-error{{cast of an Objective-C pointer to '__autoreleasing id *' is disallowed with ARC}}
10 …)arg; // expected-error{{cast of an Objective-C pointer to '__strong id *' is disallowed with ARC}}
14 (void)(void**)arg; // expected-error {{cast of an Objective-C pointer to 'void **' is disallowed}}

123456