/external/mesa3d/src/mapi/glapi/ |
D | glapi_nop.c | 64 Warn(const char *func) in Warn() function 82 return Warn(" function"); in NoOpUnused() 92 #define DISPATCH(func, args, msg) Warn(#func); 93 #define RETURN_DISPATCH(func, args, msg) Warn(#func); return 0
|
/external/clang/lib/Analysis/ |
D | PrintfFormatString.cpp | 53 const char *FlagBeg, const char *E, bool Warn) { in ParseObjCFlags() argument 61 if (Warn) { in ParseObjCFlags() 76 bool Warn, in ParsePrintfSpecifier() argument 106 if (Warn) in ParsePrintfSpecifier() 117 if (Warn) in ParsePrintfSpecifier() 143 if (Warn) in ParsePrintfSpecifier() 155 if (Warn) in ParsePrintfSpecifier() 164 if (Warn) in ParsePrintfSpecifier() 175 if (Warn) in ParsePrintfSpecifier() 184 if (Warn) in ParsePrintfSpecifier() [all …]
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | Checkers.td | 121 HelpText<"Warn about assigning non-{0,1} values to Boolean variables">, 133 HelpText<"Warn about unintended use of identical expressions in operators">, 149 HelpText<"Warn about unintended use of sizeof() on pointer expressions">, 295 HelpText<"Warn on uses of the 'gets' function">, 298 HelpText<"Warn on uses of the 'getpw' function">, 301 HelpText<"Warn on uses of the 'mktemp' function">, 304 HelpText<"Warn when 'mkstemp' is passed fewer than 6 X's in the format string">, 307 HelpText<"Warn on uses of the 'rand', 'random', and related functions">, 310 HelpText<"Warn on uses of the 'strcpy' and 'strcat' functions">, 313 HelpText<"Warn on uses of the 'vfork' function">, [all …]
|
/external/libvncserver/webclients/novnc/include/ |
D | rfb.js | 182 Util.Warn("WebSocket on-close event"); 202 Util.Warn("WebSocket on-error event"); 212 Util.Warn("Using web-socket-js bridge. Flash version: " + Util.Flash.version); 434 Util.Warn(cmsg); 507 Util.Warn("handle_message called on an empty receive queue"); 921 Util.Warn("Server native endian is not little endian"); 925 Util.Warn("Server native red-shift is not 16"); 929 Util.Warn("Server native blue-shift is not 0"); 936 Util.Warn("Intel AMT KVM only supports 8/16 bit depths. Disabling true color"); 1222 Util.Warn("Browser does not support local cursor"); [all …]
|
D | util.js | 210 Util.Debug = Util.Info = Util.Warn = Util.Error = function (msg) {}; 218 Util.Warn = function (msg) { console.warn(msg); }; 346 Util.Warn('Invalid property ' + keys[i]);
|
D | display.js | 100 Util.Warn("Data URI scheme cursor not supported"); 458 Util.Warn("changeCursor called but no cursor data URI support");
|
/external/autotest/client/site_tests/dummy_Fail/ |
D | control | 22 job.run_test('dummy_Fail', tag='Warn', to_throw='TestWarn')
|
/external/icu/icu4c/source/test/testdata/ |
D | root.txt | 15 …CurrentCLDRVersion { 28.0 } // Current CLDR version as of the test update. Warn if not an exact ma…
|
/external/elfutils/config/ |
D | eu.am | 39 # Warn about stack usage of more than 256K = 262144 bytes.
|
/external/clang/test/SemaObjC/ |
D | attr-availability-1.m | 43 // Test case for <rdar://problem/11627873>. Warn about
|
D | arc-objc-lifetime.m | 75 // Warn
|
D | attr-availability.m | 75 // Test case for <rdar://problem/11627873>. Warn about
|
D | format-strings-objc.m | 97 // Warn about using BOOL with %@
|
/external/curl/m4/ |
D | curl-compilers.m4 | 1036 dnl Warn on nested comments 1048 dnl Warn on variable declarations hiding a previous one 1050 dnl Warn when a variable is used before initialized 1052 dnl Warn if a declared function is not used 1120 dnl Warn use of unsupported GCC features ignored by TCC
|
/external/shflags/doc/ |
D | CHANGES-1.0.md | 117 Improved `assert[Warn|Error]Msg()` test helper grepping.
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 2205 bool Warn) { in CheckMethodOverrideReturn() argument 2209 if (Warn) { in CheckMethodOverrideReturn() 2222 if (Warn && IsOverridingMode && in CheckMethodOverrideReturn() 2247 if (!Warn) in CheckMethodOverrideReturn() 2291 bool Warn) { in CheckMethodOverrideParam() argument 2295 if (Warn) { in CheckMethodOverrideParam() 2314 if (Warn && IsOverridingMode && in CheckMethodOverrideParam() 2332 if (!Warn) in CheckMethodOverrideParam()
|
D | SemaDecl.cpp | 3116 GNUCompatibleParamWarning Warn = { OldParm, NewParm, in MergeFunctionDecl() local 3118 Warnings.push_back(Warn); in MergeFunctionDecl() 3125 for (unsigned Warn = 0; Warn < Warnings.size(); ++Warn) { in MergeFunctionDecl() local 3126 Diag(Warnings[Warn].NewParm->getLocation(), in MergeFunctionDecl() 3128 << Warnings[Warn].PromotedType in MergeFunctionDecl() 3129 << Warnings[Warn].OldParm->getType(); in MergeFunctionDecl() 3130 if (Warnings[Warn].OldParm->getLocation().isValid()) in MergeFunctionDecl() 3131 Diag(Warnings[Warn].OldParm->getLocation(), in MergeFunctionDecl() 8941 bool Warn = (MD && !MD->isStatic()); in VisitMemberExpr() local 8945 Warn = false; in VisitMemberExpr() [all …]
|
/external/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 699 unsigned Warn = Check.getWarning(); in finishBundle() local 700 if (Warn != HexagonMCErrInfo::CHECK_SUCCESS) { in finishBundle() 701 if (HexagonMCErrInfo::CHECK_WARN_CURRENT & Warn) in finishBundle() 704 else if (HexagonMCErrInfo::CHECK_WARN_TEMPORARY & Warn) in finishBundle()
|
/external/ipsec-tools/ |
D | NEWS | 96 o Fixed racoon to only Warn if no CRL was found.
|
/external/clang/test/Analysis/ |
D | superclass.m | 91 // Warn if UIViewController is our superclass and we do not call super
|
D | retain-release-gc-only.m | 332 // <rdar://problem/6250216> Warn against using -[NSAutoreleasePool release] in
|
/external/clang/include/clang/Basic/ |
D | LangOptions.def | 226 …"if non-zero, warn about parameter or return Warn if parameter/return value is larger in bytes tha…
|
D | BuiltinsNVPTX.def | 565 // Compiler Error Warn
|
/external/vulkan-validation-layers/layers/ |
D | vk_validation_layer_details.md | 72 | DescriptorSet Updated | Warn user if DescriptorSet bound that was never updated and is not empty.… 76 | Correct Clear Use | Warn user if CmdClear for Color or DepthStencil issued to Cmd Buffer prior to… 178 3. Warn on image/buffer deletion if USAGE bits were set that were not needed
|
/external/llvm/test/ |
D | lit.cfg | 292 # Warn, but still provide a substitution.
|