/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckForExemplars.java | 320 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/ |
D | IdnaMappingTable.txt | 46 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/ |
D | portability-restrict-system-includes.rst | 15 #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.
|
D | fuchsia-trailing-return.rst | 6 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…
|
D | fuchsia-multiple-inheritance.rst | 9 disallowed: 46 See the features disallowed in Fuchsia at https://fuchsia.googlesource.com/zircon/+/master/docs/cxx…
|
D | fuchsia-virtual-inheritance.rst | 14 See the features disallowed in Fuchsia at https://fuchsia.googlesource.com/zircon/+/master/docs/cxx…
|
D | fuchsia-default-arguments-declarations.rst | 16 See the features disallowed in Fuchsia at https://fuchsia.googlesource.com/zircon/+/master/docs/cxx…
|
D | fuchsia-overloaded-operator.rst | 18 See the features disallowed in Fuchsia at https://fuchsia.googlesource.com/zircon/+/master/docs/cxx…
|
D | fuchsia-default-arguments-calls.rst | 22 See the features disallowed in Fuchsia at https://fuchsia.googlesource.com/zircon/+/master/docs/cxx…
|
D | misc-misplaced-const.rst | 25 (or disallowed) on the underlying pointee type.
|
D | fuchsia-statically-constructed-objects.rst | 43 See the features disallowed in Fuchsia at https://fuchsia.googlesource.com/zircon/+/master/docs/cxx…
|
/external/libcups/systemv/ |
D | cupsctl.c | 40 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/ |
D | arc-type-conversion.m | 10 …(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/ |
D | arc-type-conversion.m | 10 …(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}}
|
D | objc-literal-fixit.m | 33 … // 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/ |
D | invalid-block.cl | 16 …/ 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/ |
D | CssFuzzerTest.java | 135 for (String disallowed : DISALLOWED_IN_OUTPUT) { in testUnderStress() 137 "contains " + disallowed + ", " + msg, in testUnderStress() 138 tokens.normalizedCss.contains(disallowed)); in testUnderStress()
|
/external/curl/m4/ |
D | curl-functions.m4 | 605 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/ |
D | invalid-block.cl | 20 …/ 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/ |
D | cares-functions.m4 | 346 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/ |
D | modules-ts.cppm | 74 // 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/ |
D | versions.proto | 31 // Specific consumer versions which are disallowed (e.g. due to bugs).
|
/external/python/cpython2/Lib/test/ |
D | test_sys_setprofile.py | 51 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/ |
D | arc-type-conversion.mm | 7 …(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/ |
D | arc-type-conversion.mm | 7 …(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}}
|