/external/icu/icu4c/source/test/intltest/ |
D | punyref.c | 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 | 97 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/ |
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/dnsmasq/contrib/webmin/ |
D | README | 15 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/ |
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/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/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUNodes.td | 154 // Return (flag isn't quite what it means: the operations are flagged so that
|
/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/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 header ensures that the array gets flagged as "someone outside this compilation
|
/external/syslinux/txt/ |
D | syslinux.txt | 46 Please note, the ldlinux.sys boot loader file is flagged as immutable
|
/external/eigen/Eigen/src/Core/ |
D | DenseBase.h | 312 const Derived& flagged() const in flagged() function
|
/external/vulkan-validation-layers/layers/ |
D | vk_validation_layer_details.md | 45 …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/ |
D | events.c | 766 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/ |
D | HTMLparser.rpgle | 84 * these are flagged with the word MODIFIER
|
/external/llvm/test/MC/AArch64/ |
D | arm64-diags.s | 14 ; The last argument should be flagged as an error. rdar://9576009
|
/external/llvm/docs/CommandGuide/ |
D | FileCheck.rst | 336 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/ |
D | ActionScript.stg | 1262 // is flagged as error
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/ |
D | Perl5.stg | 1342 // is flagged as error
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/ |
D | JavaScript.stg | 1304 // is flagged as error
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
D | Python.stg | 1439 // is flagged as error
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
D | Java.stg | 1374 // is flagged as error
|