Searched defs:warn (Results 76 - 100 of 103) sorted by relevance

12345

/external/chromium_org/third_party/libevent/
H A Devdns.c412 static void _evdns_log(int warn, const char *fmt, ...) EVDNS_LOG_CHECK;
414 _evdns_log(int warn, const char *fmt, ...) argument
423 evdns_log_fn(warn, buf);
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp409 // Finally, in ActOnFinishFunctionBody() (SemaDecl), warn if flag is set.
557 // @interface SI : DeprI /* warn here */ @end
814 // If this is a forward declaration and we are supposed to warn in this
989 // If the interface is deprecated/unavailable, warn/error about it.
1255 // Don't warn about unavailable or not-yet-introduced methods.
2315 bool warn, bool instance) {
2328 // If we're not supposed to warn about mismatches, we're done.
2329 if (!warn)
2350 receiverIdOrClass && warn &&
2313 LookupMethodInGlobalPool(Selector Sel, SourceRange R, bool receiverIdOrClass, bool warn, bool instance) argument
H A DSemaExprObjC.cpp421 // Only warn if the concatenated string doesn't come from a macro.
2361 // is ok as long as one of the protocols implements the selector (if not, warn).
2368 // warn if instance method found for a Class message.
2415 // long as one of the protocols implements the selector (if not, warn).
2416 // And as long as message is not deprecated/unavailable (warn if it is).
2651 // Do not warn about IBOutlet weak property receivers being set to null
3291 bool &HadTheAttribute, bool warn) {
3314 if (warn)
3326 if (warn) {
3352 bool &HadTheAttribute, bool warn) {
3290 CheckObjCBridgeNSCast(Sema &S, QualType castType, Expr *castExpr, bool &HadTheAttribute, bool warn) argument
3351 CheckObjCBridgeCFCast(Sema &S, QualType castType, Expr *castExpr, bool &HadTheAttribute, bool warn) argument
[all...]
/external/chromium_org/third_party/libxml/src/
H A Drelaxng.c7597 * @warn: the warning callback
7605 xmlRelaxNGValidityWarningFunc warn, void *ctx)
7610 ctxt->warning = warn;
7619 * @warn: the warning callback result
7629 xmlRelaxNGValidityWarningFunc * warn, void **ctx)
7635 if (warn != NULL)
7636 *warn = ctxt->warning;
10902 * @warn: the warning function
10910 xmlRelaxNGValidityWarningFunc warn, void *ctx)
10915 ctxt->warning = warn;
7603 xmlRelaxNGSetParserErrors(xmlRelaxNGParserCtxtPtr ctxt, xmlRelaxNGValidityErrorFunc err, xmlRelaxNGValidityWarningFunc warn, void *ctx) argument
7627 xmlRelaxNGGetParserErrors(xmlRelaxNGParserCtxtPtr ctxt, xmlRelaxNGValidityErrorFunc * err, xmlRelaxNGValidityWarningFunc * warn, void **ctx) argument
10908 xmlRelaxNGSetValidErrors(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGValidityErrorFunc err, xmlRelaxNGValidityWarningFunc warn, void *ctx) argument
10952 xmlRelaxNGGetValidErrors(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGValidityErrorFunc * err, xmlRelaxNGValidityWarningFunc * warn, void **ctx) argument
[all...]
H A Dxmlschemas.c21381 * @warn: the warning callback
21389 xmlSchemaValidityWarningFunc warn, void *ctx)
21394 ctxt->warning = warn;
21397 xmlSchemaSetValidErrors(ctxt->vctxt, err, warn, ctx);
21425 * @warn: the warning callback result
21435 xmlSchemaValidityWarningFunc * warn, void **ctx)
21441 if (warn != NULL)
21442 *warn = ctxt->warning;
27658 * @warn: the warning function
27666 xmlSchemaValidityWarningFunc warn, voi
21387 xmlSchemaSetParserErrors(xmlSchemaParserCtxtPtr ctxt, xmlSchemaValidityErrorFunc err, xmlSchemaValidityWarningFunc warn, void *ctx) argument
21433 xmlSchemaGetParserErrors(xmlSchemaParserCtxtPtr ctxt, xmlSchemaValidityErrorFunc * err, xmlSchemaValidityWarningFunc * warn, void **ctx) argument
27664 xmlSchemaSetValidErrors(xmlSchemaValidCtxtPtr ctxt, xmlSchemaValidityErrorFunc err, xmlSchemaValidityWarningFunc warn, void *ctx) argument
27711 xmlSchemaGetValidErrors(xmlSchemaValidCtxtPtr ctxt, xmlSchemaValidityErrorFunc * err, xmlSchemaValidityWarningFunc * warn, void **ctx) argument
[all...]
H A Dtestapi.c17393 xmlRelaxNGValidityWarningFunc * warn; /* the warning callback result */ local
17405 warn = gen_xmlRelaxNGValidityWarningFunc_ptr(n_warn, 2);
17408 ret_val = xmlRelaxNGGetParserErrors(ctxt, err, warn, ctx);
17413 des_xmlRelaxNGValidityWarningFunc_ptr(n_warn, warn, 2);
17458 xmlRelaxNGValidityWarningFunc * warn; /* the warning function result */ local
17470 warn = gen_xmlRelaxNGValidityWarningFunc_ptr(n_warn, 2);
17473 ret_val = xmlRelaxNGGetValidErrors(ctxt, err, warn, ctx);
17478 des_xmlRelaxNGValidityWarningFunc_ptr(n_warn, warn, 2);
33948 xmlSchemaValidityWarningFunc * warn; /* the warning callback result */ local
33960 warn
34003 xmlSchemaValidityWarningFunc * warn; /* the warning function result */ local
[all...]
/external/libxml2/
H A Drelaxng.c7598 * @warn: the warning callback
7606 xmlRelaxNGValidityWarningFunc warn, void *ctx)
7611 ctxt->warning = warn;
7620 * @warn: the warning callback result
7630 xmlRelaxNGValidityWarningFunc * warn, void **ctx)
7636 if (warn != NULL)
7637 *warn = ctxt->warning;
10932 * @warn: the warning function
10940 xmlRelaxNGValidityWarningFunc warn, void *ctx)
10945 ctxt->warning = warn;
7604 xmlRelaxNGSetParserErrors(xmlRelaxNGParserCtxtPtr ctxt, xmlRelaxNGValidityErrorFunc err, xmlRelaxNGValidityWarningFunc warn, void *ctx) argument
7628 xmlRelaxNGGetParserErrors(xmlRelaxNGParserCtxtPtr ctxt, xmlRelaxNGValidityErrorFunc * err, xmlRelaxNGValidityWarningFunc * warn, void **ctx) argument
10938 xmlRelaxNGSetValidErrors(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGValidityErrorFunc err, xmlRelaxNGValidityWarningFunc warn, void *ctx) argument
10982 xmlRelaxNGGetValidErrors(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGValidityErrorFunc * err, xmlRelaxNGValidityWarningFunc * warn, void **ctx) argument
[all...]
H A Dxmlschemas.c21410 * @warn: the warning callback
21418 xmlSchemaValidityWarningFunc warn, void *ctx)
21423 ctxt->warning = warn;
21426 xmlSchemaSetValidErrors(ctxt->vctxt, err, warn, ctx);
21454 * @warn: the warning callback result
21464 xmlSchemaValidityWarningFunc * warn, void **ctx)
21470 if (warn != NULL)
21471 *warn = ctxt->warning;
27736 * @warn: the warning function
27744 xmlSchemaValidityWarningFunc warn, voi
21416 xmlSchemaSetParserErrors(xmlSchemaParserCtxtPtr ctxt, xmlSchemaValidityErrorFunc err, xmlSchemaValidityWarningFunc warn, void *ctx) argument
21462 xmlSchemaGetParserErrors(xmlSchemaParserCtxtPtr ctxt, xmlSchemaValidityErrorFunc * err, xmlSchemaValidityWarningFunc * warn, void **ctx) argument
27742 xmlSchemaSetValidErrors(xmlSchemaValidCtxtPtr ctxt, xmlSchemaValidityErrorFunc err, xmlSchemaValidityWarningFunc warn, void *ctx) argument
27789 xmlSchemaGetValidErrors(xmlSchemaValidCtxtPtr ctxt, xmlSchemaValidityErrorFunc * err, xmlSchemaValidityWarningFunc * warn, void **ctx) argument
[all...]
/external/clang/include/clang/Sema/
H A DSema.h442 /// and must warn if not used. Only contains the first declaration.
2747 /// ImplMethodsVsClassMethods - This is main routine to warn if any method
2869 bool warn, bool instance);
2904 bool warn=true) {
2906 warn, /*instance*/true);
2913 bool warn=true) {
2915 warn, /*instance*/false);
3179 /// \brief If it's a file scoped decl that must warn if not used, keep track
3184 /// whose result is unused, warn.
7957 /// being used as a boolean condition, warn i
2902 LookupInstanceMethodInGlobalPool(Selector Sel, SourceRange R, bool receiverIdOrClass=false, bool warn=true) argument
2911 LookupFactoryMethodInGlobalPool(Selector Sel, SourceRange R, bool receiverIdOrClass=false, bool warn=true) argument
[all...]
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jar ... io.File outDir private java.io.PrintStream warn private final org.ibex.classgen.Type$ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 2610 milliseconds

12345