HomeSort by relevance Sort by last modified time
    Searched refs:Severity (Results 26 - 50 of 52) sorted by null

12 3

  /external/chromium_org/chrome/browser/ui/global_error/
global_error_service.cc 50 GlobalError::Severity highest_severity = GlobalError::SEVERITY_LOW;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ExtensionServer.js 380 case WebInspector.extensionAPI.console.Severity.Log:
382 case WebInspector.extensionAPI.console.Severity.Warning:
384 case WebInspector.extensionAPI.console.Severity.Error:
386 case WebInspector.extensionAPI.console.Severity.Debug:
390 var level = convertSeverity(message.severity);
392 return this._status.E_BADARG("message.severity", message.severity);
412 return WebInspector.extensionAPI.console.Severity.Log;
414 return WebInspector.extensionAPI.console.Severity.Warning;
416 return WebInspector.extensionAPI.console.Severity.Error
    [all...]
ExtensionAPI.js 35 apiPrivate.audits.Severity = {
43 apiPrivate.console.Severity = {
206 addMessage: function(severity, text, url, line)
208 extensionServer.sendRequest({ command: commands.AddConsoleMessage, severity: severity, text: text, url: url, line: line });
211 get Severity()
213 return apiPrivate.console.Severity;
573 addResult: function(displayName, description, severity, details)
584 severity: severity,
    [all...]
AuditsPanel.js 209 * @param {!WebInspector.AuditRule.Severity} severity
211 addRule: function(rule, severity)
213 rule.severity = severity;
263 WebInspector.AuditRule.Severity = {
290 * @param {!WebInspector.AuditRule.Severity} severity
292 set severity(severity)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintClient.java 51 import com.android.tools.lint.detector.api.Severity;
199 public void log(@NonNull Severity severity, @Nullable Throwable exception,
329 public void report(@NonNull Context context, @NonNull Issue issue, @NonNull Severity s,
332 int severity = getMarkerSeverity(s); local
341 message, 0, severity);
354 message, line, startOffset, endOffset, severity);
361 message, 0, severity);
373 if (s == Severity.FATAL) {
392 int prevSeverity = prev.getAttribute(IMarker.SEVERITY, 0)
    [all...]
LintFixGenerator.java 32 import com.android.tools.lint.detector.api.Severity;
235 configuration.setSeverity(issue, Severity.IGNORE);
LintList.java 28 import com.android.tools.lint.detector.api.Severity;
279 int severity = marker.getAttribute(IMarker.SEVERITY, 0); local
280 if (severity == IMarker.SEVERITY_ERROR) {
282 } else if (severity == IMarker.SEVERITY_WARNING) {
773 Severity getSeverity(Issue issue) {
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/
DirectiveHandler.cpp 130 pp::Diagnostics::Severity severity = pp::Diagnostics::PP_ERROR; local
133 severity = pp::Diagnostics::PP_ERROR;
138 severity = pp::Diagnostics::PP_WARNING;
144 mDiagnostics.writeInfo(severity, loc,
  /frameworks/compile/mclinker/lib/LD/
TextDiagnosticPrinter.cpp 41 TextDiagnosticPrinter::handleDiagnostic(DiagnosticEngine::Severity pSeverity,
  /external/chromium_org/chrome/browser/extensions/
extension_disabled_ui.cc 148 virtual Severity GetSeverity() OVERRIDE;
225 GlobalError::Severity ExtensionDisabledGlobalError::GetSeverity() {
external_install_ui.cc 103 virtual Severity GetSeverity() OVERRIDE;
254 GlobalError::Severity ExternalInstallMenuAlert::GetSeverity() {
  /external/chromium_org/third_party/accessibility-audit/
axs_testing.js 498 axs.constants.Severity = {INFO:"Info", WARNING:"Warning", SEVERE:"Severe"};
    [all...]
  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 243 CXDiagnosticSeverity Severity = clang_getDiagnosticSeverity(Diagnostic);
292 switch (Severity) {
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
errors.c 54 #define severity_is(sev, kind) enum_is(sev, SEVERITY, kind)
140 * on all message IDs of a certain severity, then Insert() one of the
141 * previously specified IDs, giving us a known severity level, then call
142 * Control() on all message IDs of a certain severity level again.
145 * exist in any severity-specific list, so the second call will not
147 * The only entrypoint that gives a severity for a client-defined ID
151 * that an ID will either appear in none of the three severity lists,
154 * Because Insert() is the only place that will learn an ID's severity,
173 * 'source', 'type', and 'severity' are array indices like TYPE_ERROR,
178 GLuint id, int severity)
655 int source, type, severity; local
1089 severity; local
    [all...]
mtypes.h 3279 GLenum severity; member in struct:gl_debug_msg
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
ruby.php 90 'Logger::LogDevice::LogDeviceMutex', 'Logger::Severity',
rails.php 83 'Logger::LogDevice::LogDeviceMutex', 'Logger::Severity',
  /external/mesa3d/src/mesa/main/
errors.c 54 #define severity_is(sev, kind) enum_is(sev, SEVERITY, kind)
140 * on all message IDs of a certain severity, then Insert() one of the
141 * previously specified IDs, giving us a known severity level, then call
142 * Control() on all message IDs of a certain severity level again.
145 * exist in any severity-specific list, so the second call will not
147 * The only entrypoint that gives a severity for a client-defined ID
151 * that an ID will either appear in none of the three severity lists,
154 * Because Insert() is the only place that will learn an ID's severity,
173 * 'source', 'type', and 'severity' are array indices like TYPE_ERROR,
178 GLuint id, int severity)
655 int source, type, severity; local
1089 severity; local
    [all...]
mtypes.h 3279 GLenum severity; member in struct:gl_debug_msg
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gccbug 156 USAGE="Usage: $COMMAND [-PVL] [-t address] [-f filename] [-s severity]
182 -s | --severity) if [ $# -eq 1 ]; then echo "$USAGE"; $REMOVE_TEMP; exit 1; fi
322 >Severity: $SEVERITY_C
419 # 2) Severity
421 PATTERN=">Severity:"
422 SEVERITY=`eval sed -n -e "\"$SED_CMD\"" $TEMP`
423 case "$SEVERITY" in
425 *) echo "$COMMAND: \`$SEVERITY' is not a valid value for \`Severity'."
536 /^>Severity:/s;<.*>;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java 53 import com.android.tools.lint.detector.api.Severity;
768 @NonNull Issue issue, @NonNull Severity severity,
    [all...]
  /prebuilts/devtools/tools/lib/
manifest-merger.jar 
lint-api.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.2.0/
manifest-merger-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.2.0/
lint-api-22.2.0.jar 

Completed in 1204 milliseconds

12 3