Searched defs:WARNING (Results 1 - 25 of 49) sorted by path

12

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTAttributeDef.java52 static final int WARNING = 2; field in class:XSLTAttributeDef
65 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING.
87 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING.
111 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING.
142 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING. *
176 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING. * @param k1 The XSLT name of the enumerated value.
275 XSLTAttributeDef.T_CDATA,false, false, WARNING);
416 int m_errorType = this.WARNING;
421 * @return one of XSLAttributeDef.FATAL, XSLAttributeDef.ERROR, XSLAttributeDef.WARNING
1660 case (WARNING)
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
H A DEnvironmentCheck.java121 System.err.println("# WARNING: -out " + args[i] + " threw "
128 "# WARNING: -out argument should have a filename, output sent to console");
178 logMsg("# WARNING: Potential problems found in your environment!");
308 public static final String WARNING = "WARNING."; field in class:EnvironmentCheck
581 "WARNING: SecurityException thrown accessing system version properties");
635 "WARNING: SecurityException thrown accessing system classpath properties");
710 h.put(jars[i] + "-path", WARNING + " Classpath entry: "
761 return jarName + " " + WARNING + CLASS_PRESENT;
/external/ceres-solver/internal/ceres/miniglog/glog/
H A Dlogging.h38 // LOG(WARNING),
115 const int WARNING = -1; variable
124 const int WARNING = ::WARNING; member in namespace:google
188 ANDROID_LOG_WARN, // LOG(WARNING)
/external/chromium_org/base/third_party/symbolize/glog/
H A Draw_logging.h5 #define WARNING 1; macro
/external/chromium_org/extensions/renderer/resources/
H A Dutils.js10 var WARNING = requireNative('logging').WARNING; variable
51 WARNING('Trying to reference "' + typeName + '" ' +
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
H A Dutil.js74 log.WARNING = {text: 'Warning: ', color: '#aa3'};
/external/chromium_org/third_party/accessibility-audit/
H A Daxs_testing.js508 axs.constants.Severity = {INFO:"Info", WARNING:"Warning", SEVERE:"Severe"};
1562 axs.AuditRule.specs.audioWithoutControls = {name:"audioWithoutControls", heading:"Audio elements should have controls", url:"", severity:axs.constants.Severity.WARNING, relevantElementMatcher:function(a) {
1607 axs.AuditRule.specs.focusableElementNotVisibleAndNotAriaHidden = {name:"focusableElementNotVisibleAndNotAriaHidden", heading:"These elements are focusable but either invisible or obscured by another element", url:"https://github.com/GoogleChrome/accessibility-developer-tools/wiki/Audit-Rules#-ax_focus_01--these-elements-are-focusable-but-either-invisible-or-obscured-by-another-element", severity:axs.constants.Severity.WARNING, relevantElementMatcher:function(a) {
1627 axs.AuditRule.specs.imagesWithoutAltText = {name:"imagesWithoutAltText", heading:"Images should have an alt attribute", url:"https://github.com/GoogleChrome/accessibility-developer-tools/wiki/Audit-Rules#-ax_text_02--images-should-have-an-alt-attribute-unless-they-have-an-aria-role-of-presentation", severity:axs.constants.Severity.WARNING, relevantElementMatcher:function(a) {
1632 axs.AuditRule.specs.linkWithUnclearPurpose = {name:"linkWithUnclearPurpose", heading:"The purpose of each link should be clear from the link text", url:"", severity:axs.constants.Severity.WARNING, relevantElementMatcher:function(a) {
1637 axs.AuditRule.specs.lowContrastElements = {name:"lowContrastElements", heading:"Text elements should have a reasonable contrast ratio", url:"https://github.com/GoogleChrome/accessibility-developer-tools/wiki/Audit-Rules#-ax_color_01--text-elements-should-have-a-reasonable-contrast-ratio", severity:axs.constants.Severity.WARNING, relevantElementMatcher:function(a) {
1643 axs.AuditRule.specs.mainRoleOnInappropriateElement = {name:"mainRoleOnInappropriateElement", heading:"role=main should only appear on significant elements", url:"", severity:axs.constants.Severity.WARNING, relevantElementMatcher:function(a) {
1652 axs.AuditRule.specs.elementsWithMeaningfulBackgroundImage = {name:"elementsWithMeaningfulBackgroundImage", severity:axs.constants.Severity.WARNING, relevantElementMatcher:function(a) {
1667 axs.AuditRule.specs.nonExistentAriaLabelledbyElement = {name:"nonExistentAriaLabelledbyElement", heading:"aria-labelledby attributes should refer to an element which exists in the DOM", url:"https://github.com/GoogleChrome/accessibility-developer-tools/wiki/Audit-Rules#-ax_aria_02--aria-labelledby-attributes-should-refer-to-an-element-which-exists-in-the-dom", severity:axs.constants.Severity.WARNING, relevantElementMatcher:function(a) {
1678 axs.AuditRule.specs.pageWithoutTitle = {name:"pageWithoutTitle", heading:"The web page should have a title that describes topic or purpose", url:"", severity:axs.constants.Severity.WARNING, relevantElementMatche
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/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/chromium_org/third_party/cld/base/
H A Dlog_severity.h16 const int INFO = 0, WARNING = 1, ERROR = 2, FATAL = 3, NUM_SEVERITIES = 4; variable
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpcore-4.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/message/ ...
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dlogger.h42 WARNING = LOG_WARNING, enumerator in enum:i18n::phonenumbers::__anon12794
/external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
H A Dgoogletest.h69 static const LogLevel WARNING = LOGLEVEL_WARNING; member in namespace:google::protobuf
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlogging.h79 // INFO == -1, WARNING == -2, ERROR == -3, FATAL == -4
133 // WARNING: These don't compile correctly if one of the arguments is a pointer
199 enum LogSeverity {INFO = -1, WARNING = -2, ERROR = -3, FATAL = -4}; enumerator in enum:LogSeverity
221 case WARNING: {
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlogging.h74 // INFO == -1, WARNING == -2, ERROR == -3, FATAL == -4
128 // WARNING: These don't compile correctly if one of the arguments is a pointer
194 enum LogSeverity {INFO = -1, WARNING = -2, ERROR = -3, FATAL = -4}; enumerator in enum:LogSeverity
/external/chromium_org/third_party/webrtc/base/
H A Dlogging.h101 WARNING = LS_WARNING, enumerator in enum:rtc::LoggingSeverity
/external/chromium_org/third_party/webrtc/modules/audio_device/test/
H A Daudio_device_test_defines.h50 #define WARNING(expr) \ macro
53 TEST_LOG_ERROR("WARNING #%d: at line %i\n\n", \
/external/chromium_org/third_party/webrtc/overrides/webrtc/base/
H A Dlogging.h88 WARNING = LS_WARNING, enumerator in enum:rtc::LoggingSeverity
/external/chromium_org/tools/relocation_packer/src/
H A Ddebug.h7 // LOG(tag) prints messages. Tags are INFO, WARNING, ERROR and FATAL.
34 enum Severity {INFO = 0, WARNING, ERROR, FATAL}; enumerator in enum:relocation_packer::Logger::Severity
85 const LogSeverity WARNING = relocation_packer::Logger::WARNING; variable
/external/doclava/src/com/google/doclava/
H A DErrors.java61 int level = (!warningsAreErrors && error.level == WARNING) ? WARNING : ERROR;
62 String which = level == WARNING ? " warning " : " error ";
71 if (error.level == ERROR || (warningsAreErrors && error.level == WARNING)) {
87 if (m.error.level == WARNING) {
103 public static int WARNING = 1; field in class:Errors
126 public static Error ADDED_PACKAGE = new Error(2, WARNING);
127 public static Error ADDED_CLASS = new Error(3, WARNING);
128 public static Error ADDED_METHOD = new Error(4, WARNING);
129 public static Error ADDED_FIELD = new Error(5, WARNING);
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2574 milliseconds

12