Home
last modified time | relevance | path

Searched refs:flagged (Results 1 – 25 of 77) sorted by relevance

1234

/external/icu/icu4c/source/test/intltest/
Dpunyref.cpp88 #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/
DPunycodeReference.java99 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/
DPunycodeReference.java96 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/
Dintel_dump_gpu.in19 -c, --only-capture Only write objects flagged with EXEC_OBJECT_CAPTURE into
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Hexagon/
Dnot-over.s4 # Check that proper packets are not wrongly flagged as invalid.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dfmf-propagation.ll38 ; 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/
Dblocks.m79 // test2 - Test that captured variables that are uninitialized are flagged
119 // This previously was a false positive with 'x' being flagged as being
Dunused-ivars.m70 // should not be flagged as unused
DCFRetainRelease_NSAssertionHandler.m31 // There should be no null dereference flagged by the checker because of
/external/python/cpython3/.github/
DCODEOWNERS32 # Ignoring importlib.h so as to not get flagged on
/external/clang/test/SemaObjC/
Dattr-deprecated.m168 // flagged as the use of a deprecated declaration.
182 // be flagged as a use of a deprecated
/external/iptables/extensions/
Dlibxt_set.man21 with an element flagged with \fBnomatch\fP returns \fBtrue\fP, while a
/external/python/cpython2/Misc/Vim/
Dvimrc45 " Make trailing whitespace be flagged as bad.
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCFIVerify.rst44 Unprotected indirect control flow instructions will be flagged for manual
/external/deqp/doc/testspecs/GLES2/
Dfunctional.lifetime.txt88 checks that the name of the program remains in use and is flagged for
/external/perfetto/docs/quickstart/
Dtrace-analysis.md171 Multiple metrics can be flagged using comma separators to the `--run-metrics`
/external/deqp/doc/testspecs/GLES3/
Dfunctional.lifetime.txt96 checks that the name of the program remains in use and is flagged for
/external/pcre/dist2/src/
Dpcre2_chartables.c.dist20 Pulling in the header ensures that the array gets flagged as "someone
/external/gptfdisk/
DREADME-efi.txt43 filesystem to be flagged as an ESP (with a type code of EF00 in gdisk). You
/external/python/cpython3/Doc/library/
Dmailbox.rst942 | 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/
D2.6b2.rst293 comments over 4k were flagged as invalid). Allow writing Zip files with
D2.6b3.rst170 been explicitly flagged as unhashable in 2.6 as well (collections.Mapping,
/external/eigen/Eigen/src/Core/
DDenseBase.h312 const Derived& flagged() const in flagged() function
/external/python/cpython2/Doc/library/
Dmailbox.rst920 | 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/
Devents.c841 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()

1234