/external/icu/icu4c/source/test/intltest/ |
D | punyref.cpp | 88 #define flagged(bcp) ((punycode_uint)(bcp) - 65 < 26) macro 242 if (case_flags) case_flags[out] = flagged(input[j]); in punycode_decode() 291 case_flags[i] = flagged(input[in - 1]); in punycode_decode()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/ |
D | PunycodeReference.java | 99 private static boolean flagged(int bcp){ in flagged() method in PunycodeReference 327 if (case_flags != null) case_flags[out] = (char)(flagged(input[j]) ? 1 : 0); in decode() 376 case_flags[i] = (char)(flagged(input[in - 1]) ? 0 :1); in decode()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
D | PunycodeReference.java | 96 private static boolean flagged(int bcp){ in flagged() method in PunycodeReference 324 if (case_flags != null) case_flags[out] = (char)(flagged(input[j]) ? 1 : 0); in decode() 373 case_flags[i] = (char)(flagged(input[in - 1]) ? 0 :1); in decode()
|
/external/mesa3d/src/intel/tools/ |
D | intel_dump_gpu.in | 19 -c, --only-capture Only write objects flagged with EXEC_OBJECT_CAPTURE into
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Hexagon/ |
D | not-over.s | 4 # Check that proper packets are not wrongly flagged as invalid.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | fmf-propagation.ll | 38 ; This shouldn't change anything - the intermediate fmul result is now also flagged. 84 ; This shouldn't change anything - the intermediate fmul result is now also flagged. 130 ; This shouldn't change anything - the intermediate fmul result is now also flagged. 185 ; This shouldn't change anything - the intermediate fmul result is now also flagged. 247 ; This shouldn't change anything - the intermediate fmul result is now also flagged.
|
/external/clang/test/Analysis/ |
D | blocks.m | 79 // test2 - Test that captured variables that are uninitialized are flagged 119 // This previously was a false positive with 'x' being flagged as being
|
D | unused-ivars.m | 70 // should not be flagged as unused
|
D | CFRetainRelease_NSAssertionHandler.m | 31 // There should be no null dereference flagged by the checker because of
|
/external/python/cpython3/.github/ |
D | CODEOWNERS | 32 # Ignoring importlib.h so as to not get flagged on
|
/external/clang/test/SemaObjC/ |
D | attr-deprecated.m | 168 // flagged as the use of a deprecated declaration. 182 // be flagged as a use of a deprecated
|
/external/iptables/extensions/ |
D | libxt_set.man | 21 with an element flagged with \fBnomatch\fP returns \fBtrue\fP, while a
|
/external/python/cpython2/Misc/Vim/ |
D | vimrc | 45 " Make trailing whitespace be flagged as bad.
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | CFIVerify.rst | 44 Unprotected indirect control flow instructions will be flagged for manual
|
/external/deqp/doc/testspecs/GLES2/ |
D | functional.lifetime.txt | 88 checks that the name of the program remains in use and is flagged for
|
/external/perfetto/docs/quickstart/ |
D | trace-analysis.md | 171 Multiple metrics can be flagged using comma separators to the `--run-metrics`
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.lifetime.txt | 96 checks that the name of the program remains in use and is flagged for
|
/external/pcre/dist2/src/ |
D | pcre2_chartables.c.dist | 20 Pulling in the header ensures that the array gets flagged as "someone
|
/external/gptfdisk/ |
D | README-efi.txt | 43 filesystem to be flagged as an ESP (with a type code of EF00 in gdisk). You
|
/external/python/cpython3/Doc/library/ |
D | mailbox.rst | 942 | F flag | "flagged" sequence | 1081 | F flag | "flagged" sequence | 1143 | flagged | Marked as important | 1178 | "flagged" sequence | F flag | 1194 | "flagged" sequence | F flag | 1452 | F flag | "flagged" sequence |
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.6b2.rst | 293 comments over 4k were flagged as invalid). Allow writing Zip files with
|
D | 2.6b3.rst | 170 been explicitly flagged as unhashable in 2.6 as well (collections.Mapping,
|
/external/eigen/Eigen/src/Core/ |
D | DenseBase.h | 312 const Derived& flagged() const in flagged() function
|
/external/python/cpython2/Doc/library/ |
D | mailbox.rst | 920 | F flag | "flagged" sequence | 1059 | F flag | "flagged" sequence | 1121 | flagged | Marked as important | 1156 | "flagged" sequence | F flag | 1172 | "flagged" sequence | F flag | 1430 | F flag | "flagged" sequence |
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | events.c | 841 int flagged = !!(rate_ie[j] & 0x80); in rate_match() local 852 if (flagged && ((rate_ie[j] & 0x7f) == in rate_match() 864 if (flagged && ((rate_ie[j] & 0x7f) == in rate_match() 876 if (flagged && ((rate_ie[j] & 0x7f) == in rate_match() 897 if (!flagged) in rate_match()
|