Home
last modified time | relevance | path

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

123

/external/icu/icu4c/source/test/intltest/
Dpunyref.c88 #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.java97 private static boolean flagged(int bcp){ in flagged() method in PunycodeReference
325 if (case_flags != null) case_flags[out] = (char)(flagged(input[j]) ? 1 : 0); in decode()
374 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/dnsmasq/contrib/webmin/
DREADME15 flagged as "bad" even if it is a big no-no for dnsmasq itself.
37 if you use an include file, it'll be flagged as an error.
/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/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/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUNodes.td154 // Return (flag isn't quite what it means: the operations are flagged so that
/external/deqp/doc/testspecs/GLES2/
Dfunctional.lifetime.txt88 checks that the name of the program remains in use and is flagged for
/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 header ensures that the array gets flagged as "someone outside this compilation
/external/syslinux/txt/
Dsyslinux.txt46 Please note, the ldlinux.sys boot loader file is flagged as immutable
/external/eigen/Eigen/src/Core/
DDenseBase.h312 const Derived& flagged() const in flagged() function
/external/vulkan-validation-layers/layers/
Dvk_validation_layer_details.md45 …estroyed | TODO - missing tests for 8 separate cases where this error is flagged. Cases are getCBN…
195 | Valid instance | If an invalid instance is used, this error will be flagged | INVALID_INSTANCE | …
334 | Valid handle | If an invalid handle is used, this error will be flagged | INVALID_HANDLE | vkCrea…
335 | Valid pointer | If a NULL pointer is used, this error will be flagged | NULL_POINTER | vkGetPhysi…
/external/wpa_supplicant_8/wpa_supplicant/
Devents.c766 int flagged = !!(rate_ie[j] & 0x80); in rate_match() local
777 if (flagged && ((rate_ie[j] & 0x7f) == in rate_match()
789 if (flagged && ((rate_ie[j] & 0x7f) == in rate_match()
800 if (!flagged) in rate_match()
/external/libxml2/os400/libxmlrpg/
DHTMLparser.rpgle84 * these are flagged with the word MODIFIER
/external/llvm/test/MC/AArch64/
Darm64-diags.s14 ; The last argument should be flagged as an error. rdar://9576009
/external/llvm/docs/CommandGuide/
DFileCheck.rst336 flagged as causing the error may not actually bear any relationship to the
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
DActionScript.stg1262 // is flagged as error
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
DPerl5.stg1342 // is flagged as error
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
DJavaScript.stg1304 // is flagged as error
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
DPython.stg1439 // is flagged as error
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
DJava.stg1374 // is flagged as error

123