Home
last modified time | relevance | path

Searched refs:Ignored (Results 1 – 25 of 56) sorted by relevance

123

/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction/
Dtests6.dat4 Line: 1 Col: 29 Unexpected start tag head. Ignored.
89 Line: 2 Col: 3 Unexpected non-space characters in the after frameset phase. Ignored.
116 Line: 2 Col: 5 Unexpected start tag (div) in the after frameset phase. Ignored.
141 Line: 2 Col: 6 Unexpected end tag (div) in the after frameset phase. Ignored.
178 Line: 1 Col: 20 Unexpected end tag (th). Ignored.
193 Line: 1 Col: 20 Unexpected end tag (td). Ignored.
222 Line: 1 Col: 10 Unexpected end tag (caption). Ignored.
259 Line: 1 Col: 8 Unexpected end tag (caption). Ignored.
270 Line: 1 Col: 23 Unexpected end tag (body). Ignored.
271 Line: 1 Col: 29 Unexpected end tag (col). Ignored.
[all …]
Dtests9.dat51 Line: 1 Col: 35 Unexpected start tag token (math) in the select phase. Ignored.
52 Line: 1 Col: 42 Unexpected end tag (math) in the select phase. Ignored.
63 Line: 1 Col: 43 Unexpected start tag token (math) in the select phase. Ignored.
64 Line: 1 Col: 50 Unexpected end tag (math) in the select phase. Ignored.
289 Line: 1 Col: 50 Unexpected start tag token (math) in the select phase. Ignored.
290 Line: 1 Col: 54 Unexpected start tag token (mi) in the select phase. Ignored.
291 Line: 1 Col: 62 Unexpected end tag (mi) in the select phase. Ignored.
292 Line: 1 Col: 66 Unexpected start tag token (mi) in the select phase. Ignored.
293 Line: 1 Col: 74 Unexpected end tag (mi) in the select phase. Ignored.
294 Line: 1 Col: 77 Unexpected start tag token (p) in the select phase. Ignored.
[all …]
Dtests1.dat154 Line: 1 Col: 13 Unexpected end tag (html). Ignored.
293 Line: 1 Col: 11 Unexpected end tag (p). Ignored.
294 Line: 1 Col: 24 Unexpected end tag (p). Ignored.
314 Line: 1 Col: 28 Unexpected end tag (div). Ignored.
346 Line: 1 Col: 11 Unexpected end tag (p). Ignored.
359 Line: 1 Col: 11 Unexpected start tag token (b) in the select phase. Ignored.
362 Line: 1 Col: 48 Unexpected end tag (select). Ignored.
479 Line: 1 Col: 54 Unexpected end tag (option) in the select phase. Ignored.
691 Line: 1 Col: 19 Unexpected end tag (p). Ignored.
708 Line: 1 Col: 23 Unexpected end tag (p). Ignored.
[all …]
Dtests8.dat7 Line: 3 Col: 7 Unexpected end tag (span). Ignored.
25 Line: 2 Col: 7 Unexpected end tag (span). Ignored.
41 Line: 1 Col: 25 Unexpected end tag (span). Ignored.
56 Line: 1 Col: 25 Unexpected end tag (span). Ignored.
75 Line: 1 Col: 32 Unexpected end tag (span). Ignored.
Dtests15.dat4 Line: 1 Col: 31 Unexpected end tag (p). Ignored.
27 Line: 1 Col: 16 Unexpected end tag (p). Ignored.
Dtests3.dat161 Line: 1 Col: 33 Unexpected start tag head in existing head. Ignored.
172 Line: 1 Col: 33 Unexpected start tag head in existing head. Ignored.
Dtests2.dat57 Line: 1 Col: 7 Unexpected start tag frame. Ignored.
78 Line: 1 Col: 40 Unexpected DOCTYPE. Ignored.
726 Line: 1 Col: 34 Unexpected end tag (p). Ignored.
Dtests7.dat310 Line: 1 Col: 13 Unexpected end tag (x). Ignored.
/external/llvm/lib/Target/NVPTX/
DNVPTXMCExpr.cpp24 bool Ignored; in printImpl() local
33 APF.convert(APFloat::IEEEsingle, APFloat::rmNearestTiesToEven, &Ignored); in printImpl()
38 APF.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, &Ignored); in printImpl()
/external/clang/lib/Basic/
DWarnings.cpp71 Diags.setExtensionHandlingBehavior(diag::Severity::Ignored); in ProcessWarningOptions()
108 isPositive ? diag::Severity::Warning : diag::Severity::Ignored; in ProcessWarningOptions()
126 Diags.setSeverityForAll(Flavor, diag::Severity::Ignored); in ProcessWarningOptions()
208 : diag::Severity::Ignored; in ProcessWarningOptions()
226 : diag::Severity::Ignored); in ProcessWarningOptions()
DDiagnosticIDs.cpp346 GetDefaultDiagMapping(DiagID).getSeverity() != diag::Severity::Ignored; in isBuiltinExtensionDiag()
368 case diag::Severity::Ignored: in toLevel()
369 return DiagnosticIDs::Ignored; in toLevel()
426 if (Diag.EnableAllWarnings && Result == diag::Severity::Ignored && in getDiagnosticSeverity()
436 return diag::Severity::Ignored; in getDiagnosticSeverity()
444 if (Result == diag::Severity::Ignored) in getDiagnosticSeverity()
450 return diag::Severity::Ignored; in getDiagnosticSeverity()
475 return diag::Severity::Ignored; in getDiagnosticSeverity()
643 if (DiagLevel == DiagnosticIDs::Ignored || in ProcessDiag()
645 Diag.LastDiagLevel == DiagnosticIDs::Ignored)) in ProcessDiag()
[all …]
DDiagnostic.cpp77 ExtBehavior = diag::Severity::Ignored; in DiagnosticsEngine()
126 LastDiagLevel = DiagnosticIDs::Ignored; in Reset()
373 Emitted = (DiagLevel != DiagnosticIDs::Ignored); in EmitCurrentDiagnostic()
/external/regex-re2/re2/
Dregexp.cc499 typedef int Ignored; // Walker<void> doesn't exist typedef
502 class NumCapturesWalker : public Regexp::Walker<Ignored> {
507 virtual Ignored PreVisit(Regexp* re, Ignored ignored, bool* stop) { in PreVisit()
512 virtual Ignored ShortVisit(Regexp* re, Ignored ignored) { in ShortVisit()
530 class NamedCapturesWalker : public Regexp::Walker<Ignored> {
541 Ignored PreVisit(Regexp* re, Ignored ignored, bool* stop) { in PreVisit()
556 virtual Ignored ShortVisit(Regexp* re, Ignored ignored) { in ShortVisit()
574 class CaptureNamesWalker : public Regexp::Walker<Ignored> {
585 Ignored PreVisit(Regexp* re, Ignored ignored, bool* stop) { in PreVisit()
596 virtual Ignored ShortVisit(Regexp* re, Ignored ignored) { in ShortVisit()
/external/clang/lib/ARCMigrate/
DPlistReporter.cpp21 case DiagnosticsEngine::Ignored: in getLevelName()
87 if (D.getLevel() == DiagnosticsEngine::Ignored) in writeARCDiagsToPlist()
/external/clang/tools/diagtool/
DShowEnabledWarnings.cpp45 case DiagnosticsEngine::Ignored: return ' '; in getCharForLevel()
131 if (DiagLevel == DiagnosticsEngine::Ignored) in run()
/external/clang/include/clang/Basic/
DDiagnosticIDs.h64 Ignored = 1, ///< Do not present this diagnostic, ignore it. enumerator
120 Ignored, Note, Remark, Warning, Error, Fatal enumerator
DDiagnostic.h142 Ignored = DiagnosticIDs::Ignored, enumerator
501 LastDiagLevel = DiagnosticIDs::Ignored; in setLastDiagnosticIgnored()
508 return LastDiagLevel == DiagnosticIDs::Ignored; in isLastDiagnosticIgnored()
647 diag::Severity::Ignored; in isIgnored()
DDiagnostic.td19 def SEV_Ignored : Severity<"Ignored">;
/external/google-breakpad/src/common/mac/
DGTMLogger.m73 // Ignored
86 // Ignored
124 // Ignored
138 // Ignored
178 // Ignored
327 // Ignored
357 // Ignored
/external/clang/include/clang/Frontend/
DSerializedDiagnostics.h45 Ignored = 0, enumerator
/external/curl/tests/data/
Dtest180012 HTTP/1.1 200 Ignored!
/external/clang/tools/libclang/
DCXStoredDiagnostic.cpp32 case DiagnosticsEngine::Ignored: return CXDiagnostic_Ignored; in getSeverity()
DCXLoadedDiagnostic.cpp80 CASE(Ignored) in getSeverity()
/external/clang/lib/Frontend/
DLogDiagnosticPrinter.cpp29 case DiagnosticsEngine::Ignored: return "ignored"; in getLevelName()
DTextDiagnostic.cpp707 case DiagnosticsEngine::Ignored: in printDiagnosticLevel()
718 case DiagnosticsEngine::Ignored: in printDiagnosticLevel()

123