Home
last modified time | relevance | path

Searched refs:warn (Results 1 – 25 of 388) sorted by relevance

12345678910>>...16

/external/clang/test/SemaObjC/
Dwarn-missing-super.m10 // Root class, shouldn't warn
13 // Root class, shouldn't warn
36 [super dealloc]; // Shouldn't warn
39 [super finalize]; // Shouldn't warn
44 // CHECK: warn-missing-super.m:24:1: warning: method possibly missing a [super dealloc] call
48 // CHECK-GC: warn-missing-super.m:24:1: warning: method possibly missing a [super dealloc] call
49 // CHECK-GC: warn-missing-super.m:26:1: warning: method possibly missing a [super finalize] call
53 // CHECK-GC-ONLY: warn-missing-super.m:26:1: warning: method possibly missing a [super finalize] ca…
57 // CHECK-ARC: warn-missing-super.m:36:4: error: ARC forbids explicit message send of 'dealloc'
Dproperty-in-class-extension.m35 @property (readwrite, assign) NSObject *warn; property
40 - (NSObject *)warn; // expected-note {{method definition for 'warn' not found}} method in NSObject
48 @dynamic warn;
/external/skia/tools/
Dgit-skia-verify31 function warn() {
51 warn "You have uncommitted changes!"
57 warn "You have uncommitted changes!"
72 warn "Failed to compile!"
84 warn "Failed to compile!"
/external/ppp/pppd/plugins/
Dpassprompt.c42 warn("Can't make a pipe for %s", promptprog); in promptpass()
46 warn("Can't fork to run %s", promptprog); in promptpass()
91 warn("error waiting for %s: %m", promptprog); in promptpass()
99 warn("%s terminated abnormally", promptprog); in promptpass()
101 warn("%s exited with code %d", promptprog, WEXITSTATUS(status)); in promptpass()
/external/linux-tools-perf/util/
Dusage.c32 static void warn_builtin(const char *warn, va_list params) in warn_builtin() argument
34 report(" Warning: ", warn, params); in warn_builtin()
73 void warning(const char *warn, ...) in warning() argument
77 va_start(params, warn); in warning()
78 warn_routine(warn, params); in warning()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DMsgMgr.java90 public void warn(SourceLocator srcLctr, String msg) throws TransformerException in warn() method in MsgMgr
92 warn(srcLctr, null, null, msg, null); in warn()
106 public void warn(SourceLocator srcLctr, String msg, Object[] args) throws TransformerException in warn() method in MsgMgr
108 warn(srcLctr, null, null, msg, args); in warn()
124 public void warn(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg) in warn() method in MsgMgr
127 warn(srcLctr, styleNode, sourceNode, msg, null); in warn()
143 …public void warn(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg, Object args[]) in warn() method in MsgMgr
/external/clang/test/Sema/
Dwarn-self-assign-field.mm12 a_ += a_; // Shouldn't warn.
22 // Shouldn't warn.
36 // Shouldn't warn.
41 // This is a common pattern to silence "parameter unused". Shouldn't warn.
62 // Shouldn't warn.
/external/chromium/base/threading/
Dthread_collision_warner.cc12 void DCheckAsserter::warn() { in warn() function in base::DCheckAsserter
39 asserter_->warn(); in EnterSelf()
52 asserter_->warn(); in Enter()
/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFuncSystemProperty.java87 warn(xctxt, XPATHErrorResources.WG_PROPERTY_NOT_SUPPORTED, in execute()
95 warn(xctxt, XPATHErrorResources.WG_DONT_DO_ANYTHING_WITH_NS, in execute()
112 warn(xctxt, XPATHErrorResources.WG_SECURITY_EXCEPTION, in execute()
134 warn(xctxt, XPATHErrorResources.WG_SECURITY_EXCEPTION, in execute()
/external/webkit/Tools/Scripts/webkitpy/common/system/
Duser.py47 _log.warn("Unable to import readline.")
51 _log.warn("If you're using MacPorts, try running:")
52 _log.warn(" sudo port install py25-readline")
147 _log.warn("Failed to open %s" % url)
/external/ppp/pppd/
Dsys-linux.c405 warn("Couldn't make tty exclusive: %m"); in tty_establish_ppp()
441 warn("Couldn't reset tty to normal line discipline: %m"); in tty_establish_ppp()
476 warn("Couldn't set /dev/ppp (channel) to nonblock: %m"); in generic_establish_ppp()
522 warn("Couldn't set device to non-blocking mode: %m"); in generic_establish_ppp()
556 warn("tcflush failed: %m"); in tty_disestablish_ppp()
569 warn("ioctl(TIOCNXCL): %m (line %d)", __LINE__); in tty_disestablish_ppp()
575 warn("Couldn't restore device fd flags: %m"); in tty_disestablish_ppp()
630 warn("Couldn't set /dev/ppp to nonblock: %m"); in make_ppp_unit()
635 warn("Couldn't allocate PPP unit %d as it is already in use", req_unit); in make_ppp_unit()
761 warn("Receive serial link is not 8-bit clean:"); in clean_check()
[all …]
/external/libxml2/include/libxml/
Dxmlschemas.h131 xmlSchemaValidityWarningFunc warn,
140 xmlSchemaValidityWarningFunc * warn,
160 xmlSchemaValidityWarningFunc warn,
169 xmlSchemaValidityWarningFunc *warn,
Drelaxng.h140 xmlRelaxNGValidityWarningFunc warn,
145 xmlRelaxNGValidityWarningFunc *warn,
170 xmlRelaxNGValidityWarningFunc warn,
175 xmlRelaxNGValidityWarningFunc *warn,
/external/clang/test/Analysis/
Dsuperclass.m52 // Do not warn if UIViewController/*Responder/NSDocument is not our superclass
92 // Do not warn for methods were it shouldn't
96 // Do not warn if UIViewController is our superclass but we did call super
156 // Do warn for UIResponder subclasses that don't call super
166 // Do not warn for UIResponder subclasses that do the right thing
176 // Do warn for NSResponder subclasses that don't call super
187 // Do not warn for NSResponder subclasses that do the right thing
200 // Do warn for NSDocument subclasses that don't call super
211 // Do not warn for NSDocument subclasses that do the right thing
/external/webkit/Tools/android/flex-2.5.4a/
Dflexdef.h42 #pragma warn -pro
43 #pragma warn -rch
44 #pragma warn -use
45 #pragma warn -aus
46 #pragma warn -par
47 #pragma warn -pia
979 extern void warn PROTO((char [])); /* report a warning */
/external/smali/
Dgradlew18 warn ( ) { function
101 warn "Could not set maximum file descriptor limit: $MAX_FD"
104 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/external/webkit/Tools/Scripts/webkitpy/style/
Dmain.py89 _log.warn("WebKit checkout root not found:\n"
108 _log.warn(
/external/apache-http/src/org/apache/commons/logging/
DLog.java199 public void warn(Object message); in warn() method
208 public void warn(Object message, Throwable t); in warn() method
/external/proguard/src/proguard/ant/
DConfigurationTask.java85 configuration.warn = extendList(configuration.warn, in appendTo()
86 this.configuration.warn); in appendTo()
278 configuration.warn = extendFilter(configuration.warn, filterElement, true); in addConfiguredDontwarn()
/external/apache-http/src/org/apache/commons/logging/impl/
DNoOpLog.java52 public void warn(Object message) { } in warn() method in NoOpLog
54 public void warn(Object message, Throwable t) { } in warn() method in NoOpLog
/external/proguard/src/proguard/
DInitializer.java70 … WarningPrinter classReferenceWarningPrinter = new WarningPrinter(System.err, configuration.warn); in execute()
71 … WarningPrinter dependencyWarningPrinter = new WarningPrinter(System.err, configuration.warn); in execute()
91 … WarningPrinter memberReferenceWarningPrinter = new WarningPrinter(System.err, configuration.warn); in execute()
313 (configuration.warn != null && in execute()
314 configuration.warn.isEmpty() || in execute()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DFuncDocument.java102 warn(xctxt, XSLTErrorResources.WG_EMPTY_SECOND_ARG, null); in execute()
280 warn(xctxt, XSLTErrorResources.WG_CANNOT_MAKE_URL_FROM, in getDoc()
358 warn(xctxt, XSLTErrorResources.WG_CANNOT_LOAD_REQUESTED_DOC, in getDoc()
362 warn(xctxt, XSLTErrorResources.WG_CANNOT_LOAD_REQUESTED_DOC, in getDoc()
415 public void warn(XPathContext xctxt, String msg, Object args[]) in warn() method in FuncDocument
/external/webkit/Source/WebKit/wx/bindings/python/
Dwscript68 Logs.warn("Cannot find wxPython, wxPython extension will not be built.")
75 … Logs.warn("Cannot find location of wxPython .i files, wxPython extension will not be built.")
/external/bison/build-aux/
Dannounce-gen113 and (warn "command failed: '$cmd'\n"), $fail = 1;
317 or warn "warning: '$cmd' had unexpected exit code or signal ($?)\n";
347 warn "$t: unexpected --version output\n:$first_line";
381 warn "$ME: $msg";
407 or (warn "release type not specified\n"), $fail = 1;
409 or (warn "package name not specified\n"), $fail = 1;
411 or (warn "previous version string not specified\n"), $fail = 1;
413 or (warn "current version string not specified\n"), $fail = 1;
415 or (warn "GnuPG key ID not specified\n"), $fail = 1;
417 or (warn "URL directory name(s) not specified\n"), $fail = 1;
[all …]
Ddo-release-commit-and-tag28 warn() { printf '%s: %s\n' "$ME" "$*" >&2; } function
29 die() { warn "$*"; exit 1; }

12345678910>>...16